./devel/patch, Patch files using diff output

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2014Q4, Version: 2.7.4, Package name: patch-2.7.4, Maintainer: pkgsrc-users

'patch' takes a patch file containing a difference listing
produced by diff and applies those differences to one or
more original files, producing patched versions.

This is the GPL version from the Free Software Foundation.


Master sites: (Expand)

SHA1: b2e29867263095e0f8bfd4b1319124b04102f2b0
RMD160: 4531f6a4f9fbae08b831e3f289946f5d4e2bfb71
Filesize: 697.648 KB

Version history: (Expand)


CVS history: (Expand)


   2015-02-20 20:55:43 by Matthias Scheler | Files touched by this commit (1)
Log message:
Pullup ticket #4626 - requested by tnn
devel/patch: build fix

Revisions pulled up:
- devel/patch/Makefile                                          1.42

---
   Module Name:	pkgsrc
   Committed By:	tnn
   Date:		Fri Feb 20 07:09:19 UTC 2015

   Modified Files:
   	pkgsrc/devel/patch: Makefile

   Log message:
   PR pkg/49672: OSX build fix (already reported and fixed upstream)
   While here simplify Interix fix by overriding autoconf test instead of
   manually patching the sources.
   2015-02-18 18:57:12 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #4616 - requested by sevan
devel/patch: security update

Revisions pulled up:
- devel/patch/Makefile                                          1.41
- devel/patch/distinfo                                          1.9

---
   Module Name:    pkgsrc
   Committed By:   mef
   Date:           Sun Feb  8 09:29:43 UTC 2015

   Modified Files:
           pkgsrc/devel/patch: Makefile distinfo

   Log message:
   Update 2.7.1 to 2.7.4
   ---------------------
   Changes until version 2.7.4:

   * When a file isn't being deleted because the file contents don't match the
     patch, the resulting message is now "Not deleting file ... as content
     differs from patch" instead of "File ... is not empty after patch; not
     deleting".
   * Function names in hunks (from diff -p) are now preserved in reject files.
   * 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).
   * Various fixes.