diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2018-11-04 16:34:57 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2018-11-04 16:34:57 +0000 |
commit | 4064668bf9a38fa56962bbba6698c20650abce93 (patch) | |
tree | 58f6098b94eeb7121dab7f24e74b6883fbdc6be6 /net/wget | |
parent | ad2741e7f414b2c3067c365af5be8c111458d6cc (diff) | |
download | pkgsrc-4064668bf9a38fa56962bbba6698c20650abce93.tar.gz |
Enable the psl option by default for wget.
Enabling the PSL is a good thing for security and privacy, as it protects
against all sorts of cookie shenanigans.
Bump revision.
Diffstat (limited to 'net/wget')
-rw-r--r-- | net/wget/Makefile | 4 | ||||
-rw-r--r-- | net/wget/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 0ad06bf5e9c..0bccee0fe09 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.141 2018/08/22 09:46:08 wiz Exp $ +# $NetBSD: Makefile,v 1.142 2018/11/04 16:34:57 bsiegert Exp $ DISTNAME= wget-1.19.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=wget/} EXTRACT_SUFX= .tar.lz diff --git a/net/wget/options.mk b/net/wget/options.mk index cfa24d8e4a2..3629bfa4e8d 100644 --- a/net/wget/options.mk +++ b/net/wget/options.mk @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.11 2018/07/28 12:29:20 bsiegert Exp $ +# $NetBSD: options.mk,v 1.12 2018/11/04 16:34:57 bsiegert Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.wget PKG_SUPPORTED_OPTIONS= idn inet6 psl PKG_OPTIONS_REQUIRED_GROUPS= ssl PKG_OPTIONS_GROUP.ssl= gnutls openssl -PKG_SUGGESTED_OPTIONS= idn inet6 openssl +PKG_SUGGESTED_OPTIONS= idn inet6 openssl psl .include "../../mk/bsd.options.mk" |