pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/wget
Module Name: pkgsrc
Committed By: kim
Date: Mon May 15 05:10:09 UTC 2017
Modified Files:
pkgsrc/net/wget: Makefile distinfo
Log Message:
Add a patch for CVE-2017-6508 from upstream.
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/net/wget/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/net/wget/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/wget/Makefile
diff -u pkgsrc/net/wget/Makefile:1.134 pkgsrc/net/wget/Makefile:1.135
--- pkgsrc/net/wget/Makefile:1.134 Mon Feb 20 12:25:48 2017
+++ pkgsrc/net/wget/Makefile Mon May 15 05:10:09 2017
@@ -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
Index: pkgsrc/net/wget/distinfo
diff -u pkgsrc/net/wget/distinfo:1.53 pkgsrc/net/wget/distinfo:1.54
--- pkgsrc/net/wget/distinfo:1.53 Mon Feb 20 12:25:48 2017
+++ pkgsrc/net/wget/distinfo Mon May 15 05:10:09 2017
@@ -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