Version: 2.7.6, Package name: gpatch-2.7.6 |
Maintained by: The OpenBSD ports mailing-list |
Master sites:
|
Description GNU patch is the Free Software Foundation's version of the patch(1) command. Patch takes a patch file containing a difference listing produced by the diff program and applies those differences to one or more original files, producing patched versions. The patch binary is prefixed with the letter g to differentiate it from the standard application with the same name. |
Filesize: 765.387 KB |
Version History (View Complete History) |
|
2019-07-16 15:29:41 by Stuart Henderson | Files touched by this commit (19) |
Log message: Some ports using gnulib previously detected a broken realpath and switched to an internal replacement function. Following the changes to make realpath(3) use the __realpath() syscall these no longer detect broken realpath i.e. produce different code. Bump REVISION to ensure that users get the new version. |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-02-08 05:55:39 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to gpatch-2.7.6, from Björn Ketelaars |
2015-04-07 02:55:26 by Jasper Lievisse Adriaanse | Files touched by this commit (5) |
Log message: - update to gpatch-2.7.5 |
2015-02-07 14:42:00 by Christian Weisgerber | Files touched by this commit (1) |
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). |
2015-02-04 14:11:51 by Christian Weisgerber | Files touched by this commit (5) |
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@ |