diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2015-03-04 16:08:41 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2015-03-04 16:08:41 +0000 |
commit | 459bdac2d7a8ffafbfe493e8ea88364e3fb43498 (patch) | |
tree | 83b14ec1b8cf65a8294ca3e5f37fd893a8085358 /ftp/wget | |
parent | 9a815f16e7fefece632f56c1bfc3dd8a6caed76b (diff) | |
download | ports-459bdac2d7a8ffafbfe493e8ea88364e3fb43498.tar.gz ports-459bdac2d7a8ffafbfe493e8ea88364e3fb43498.zip |
ftp/wget: Upgrade from 1.16 to 1.16.2
Notes
Notes:
svn path=/head/; revision=380443
Diffstat (limited to 'ftp/wget')
-rw-r--r-- | ftp/wget/Makefile | 4 | ||||
-rw-r--r-- | ftp/wget/distinfo | 4 | ||||
-rw-r--r-- | ftp/wget/files/patch-NEWS | 12 |
3 files changed, 4 insertions, 16 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index b20013062560..6ed9b8096ca4 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wget -DISTVERSION= 1.16 +DISTVERSION= 1.16.2 CATEGORIES= ftp www ipv6 MASTER_SITES= GNU @@ -45,7 +45,7 @@ PCRE_CONFIGURE_ENV_OFF= ac_cv_header_pcre_h=no .if ${PORT_OPTIONS:MOPENSSL} USE_OPENSSL= yes -CONFIGURE_ARGS+=--with-ssl=openssl +CONFIGURE_ARGS+=--with-ssl=openssl --with-libssl-prefix=${OPENSSLBASE} CPPFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} .elif ${PORT_OPTIONS:MGNUTLS} diff --git a/ftp/wget/distinfo b/ftp/wget/distinfo index 76e8ab66e2a6..25ca86319bec 100644 --- a/ftp/wget/distinfo +++ b/ftp/wget/distinfo @@ -1,2 +1,2 @@ -SHA256 (wget-1.16.tar.xz) = 9261dd090a17687b6dc0682a257e90a926def15624b650e8f799af57e5c8b0e7 -SIZE (wget-1.16.tar.xz) = 1697308 +SHA256 (wget-1.16.2.tar.xz) = a7dfde1bcb0eb135addf587a649fd0e47c1a876edef359b9197cdffd1fdcd7d5 +SIZE (wget-1.16.2.tar.xz) = 1805080 diff --git a/ftp/wget/files/patch-NEWS b/ftp/wget/files/patch-NEWS deleted file mode 100644 index 05b8647c5fce..000000000000 --- a/ftp/wget/files/patch-NEWS +++ /dev/null @@ -1,12 +0,0 @@ ---- NEWS.orig 2009-09-22 05:53:35.000000000 +0300 -+++ NEWS 2010-09-06 20:09:17.000000000 +0300 -@@ -6,6 +6,9 @@ - - Please send GNU Wget bug reports to <bug-wget@gnu.org>. - -+** By default, on server redirects, use the original URL to get the -+ local file name. Close CVE-2010-2252. -+ - * Changes in Wget 1.12 - - ** Mailing list MOVED to bug-wget@gnu.org |