Bug 191904 - misc/findutils [patch][maintainer] update to 4.5.13
Summary: misc/findutils [patch][maintainer] update to 4.5.13
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-16 21:45 UTC by Klaus Aehlig
Modified: 2014-07-17 05:30 UTC (History)
1 user (show)

See Also:


Attachments
patch to update misc/findutils to 4.5.13 (1.17 KB, patch)
2014-07-16 21:45 UTC, Klaus Aehlig
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Klaus Aehlig 2014-07-16 21:45:55 UTC
Created attachment 144735 [details]
patch to update misc/findutils to 4.5.13

Update misc/findutils to version 4.5.13

Fix: apply the attached patch.


The release announcement, as per NEWS file, reads as follows.

* Major changes in release 4.5.13, 2014-07-16

** Documentation Changes

Some minor documentation improvements are listed in "Bug Fixes" below.

** Bug Fixes

#40339: Fix leaked directory handle when listing mounted file
        systems.

#40094: The xargs --help output has a small number of cosmetic
        improvements.

#39197: Small fix to find's manual page to remove an unwanted
        backslash, which made the troff incompatible with Eric
        Raymond's doclifter software.

#39162: -printf reads beyond arguments terminated by \

#35753: Check the success/failure of material I/O operations where
        these are important to the use of the output (i.e. check the
        output for "find -ok" but not debugging output).

#31005: The find manual page and Texinfo manual now more clearly state
        that -exec ... + always returns true.


** Translations

Updated translations: Estonian, Polish, Ukranian.
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-07-17 05:29:53 UTC
A commit references this bug:

Author: pi
Date: Thu Jul 17 05:29:45 UTC 2014
New revision: 362119
URL: http://svnweb.freebsd.org/changeset/ports/362119

Log:
  misc/findutils: 4.5.12 -> 4.5.13

  #40339: Fix leaked directory handle when listing mounted file
          systems.

  #40094: The xargs --help output has a small number of cosmetic
          improvements.

  #39197: Small fix to find's manual page to remove an unwanted
          backslash, which made the troff incompatible with Eric
          Raymond's doclifter software.

  #39162: -printf reads beyond arguments terminated by \

  #35753: Check the success/failure of material I/O operations where
          these are important to the use of the output (i.e. check the
          output for "find -ok" but not debugging output).

  #31005: The find manual page and Texinfo manual now more clearly state
          that -exec ... + always returns true.

  ** Translations

  Updated translations: Estonian, Polish, Ukranian.

  PR:		191904
  Submitted by:	aehlig@linta.de (maintainer)

Changes:
  head/misc/findutils/Makefile
  head/misc/findutils/distinfo
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-17 05:30:59 UTC
Committed, thanks!