CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/02/04 14:11:51
Modified files:
devel/gpatch : Makefile distinfo
Added files:
devel/gpatch/patches: patch-tests_deep-directories
patch-tests_no-mode-change-git-diff
patch-tests_read-only-files
Log message:
Update to 2.7.4:
* Patch no longer follows symbolic links to input and output files. This
ensures that symbolic links created by git-style patches cannot cause
patch to write outside the working directory (CVE-2015-1196).
Remove dependencies:
* USE_GROFF: Acceptable whitespace differences only.
* USE_GMAKE: Not needed.
* TEST_DEPENDS=bash: Not required, portability fixes committed upstream.
* TEST_DEPENDS=gdiff: Not required, four tests are skipped.
ok sthen@