pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/wget Add a patch for CVE-2017-6508 from upstream.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e4f56c3db80
branches:  trunk
changeset: 362418:2e4f56c3db80
user:      kim <kim%pkgsrc.org@localhost>
date:      Mon May 15 05:10:09 2017 +0000

description:
Add a patch for CVE-2017-6508 from upstream.

diffstat:

 net/wget/Makefile |  8 +++++++-
 net/wget/distinfo |  6 +++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 342141015027 -r 2e4f56c3db80 net/wget/Makefile
--- a/net/wget/Makefile Mon May 15 01:45:49 2017 +0000
+++ b/net/wget/Makefile Mon May 15 05:10:09 2017 +0000
@@ -1,10 +1,16 @@
-# $NetBSD: Makefile,v 1.134 2017/02/20 12:25:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.135 2017/05/15 05:10:09 kim Exp $
 
 DISTNAME=      wget-1.19.1
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GNU:=wget/}
 EXTRACT_SUFX=  .tar.xz
 
+PATCH_SITES=           http://git.savannah.gnu.org/cgit/wget.git/patch/?id=
+PATCH_DIST_STRIP=      -p1
+# For CVE-2017-6508
+PATCHFILES=            4d729e322fae359a1aefaafec1144764a54e8ad4
+
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.gnu.org/software/wget/wget.html
 COMMENT=       Retrieve files from the 'net via HTTP and FTP
diff -r 342141015027 -r 2e4f56c3db80 net/wget/distinfo
--- a/net/wget/distinfo Mon May 15 01:45:49 2017 +0000
+++ b/net/wget/distinfo Mon May 15 05:10:09 2017 +0000
@@ -1,5 +1,9 @@
-$NetBSD: distinfo,v 1.53 2017/02/20 12:25:48 ryoon Exp $
+$NetBSD: distinfo,v 1.54 2017/05/15 05:10:09 kim Exp $
 
+SHA1 (4d729e322fae359a1aefaafec1144764a54e8ad4) = 95acf2c162f0e413c40c5881940daafff2cca9bb
+RMD160 (4d729e322fae359a1aefaafec1144764a54e8ad4) = 41f0ac16a00f0837045120d1b65fd0e86c5c8618
+SHA512 (4d729e322fae359a1aefaafec1144764a54e8ad4) = fd36c9225c567e9958f030449f40cb747c0a23b7023fd4eee4e982c867d96be1562377a2d9b80150d9dc714bdbdc2bd509a8a244c4969c731002bdf6434d9cf8
+Size (4d729e322fae359a1aefaafec1144764a54e8ad4) = 1051 bytes
 SHA1 (wget-1.19.1.tar.xz) = cde25e99c144191644406793cbd1c69c102c6970
 RMD160 (wget-1.19.1.tar.xz) = 158d759b81c0893cc9c83e4beabb104f4987f6dd
 SHA512 (wget-1.19.1.tar.xz) = 00864d225439bcb7c5af01d7ef19efa615427812d3320ab3f4c8f62c38191e837b1392397843f935d7dc5860a4d0ce89ee31f2730c4a729402f1f2bf3e5f64e5



Home | Main Index | Thread Index | Old Index