pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/patch Update 2.7.1 to 2.7.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/4c171e914a38
branches: trunk
changeset: 646387:4c171e914a38
user: mef <mef%pkgsrc.org@localhost>
date: Sun Feb 08 09:29:43 2015 +0000
description:
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.
diffstat:
devel/patch/Makefile | 4 ++--
devel/patch/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 5690c3483d70 -r 4c171e914a38 devel/patch/Makefile
--- a/devel/patch/Makefile Sun Feb 08 09:22:53 2015 +0000
+++ b/devel/patch/Makefile Sun Feb 08 09:29:43 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2014/10/09 14:06:30 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2015/02/08 09:29:43 mef Exp $
-DISTNAME= patch-2.7.1
+DISTNAME= patch-2.7.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=patch/}
EXTRACT_SUFX= .tar.xz
diff -r 5690c3483d70 -r 4c171e914a38 devel/patch/distinfo
--- a/devel/patch/distinfo Sun Feb 08 09:22:53 2015 +0000
+++ b/devel/patch/distinfo Sun Feb 08 09:29:43 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2014/01/03 14:55:47 joerg Exp $
+$NetBSD: distinfo,v 1.9 2015/02/08 09:29:43 mef Exp $
-SHA1 (patch-2.7.1.tar.xz) = 433184d0ca43770f28b3de1d5e9da518a7ac7c50
-RMD160 (patch-2.7.1.tar.xz) = cc98b255bde6c322d7435db3ce377c476888359f
-Size (patch-2.7.1.tar.xz) = 675896 bytes
+SHA1 (patch-2.7.4.tar.xz) = b2e29867263095e0f8bfd4b1319124b04102f2b0
+RMD160 (patch-2.7.4.tar.xz) = 4531f6a4f9fbae08b831e3f289946f5d4e2bfb71
+Size (patch-2.7.4.tar.xz) = 714392 bytes
Home |
Main Index |
Thread Index |
Old Index