pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/wget Enable the psl option by default for wget.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a2d2eafa957
branches:  trunk
changeset: 314676:8a2d2eafa957
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Nov 04 16:34:57 2018 +0000

description:
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:

 net/wget/Makefile   |  4 ++--
 net/wget/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 550c25b091a5 -r 8a2d2eafa957 net/wget/Makefile
--- a/net/wget/Makefile Sun Nov 04 12:36:41 2018 +0000
+++ b/net/wget/Makefile Sun Nov 04 16:34:57 2018 +0000
@@ -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 -r 550c25b091a5 -r 8a2d2eafa957 net/wget/options.mk
--- a/net/wget/options.mk       Sun Nov 04 12:36:41 2018 +0000
+++ b/net/wget/options.mk       Sun Nov 04 16:34:57 2018 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index