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:   bsiegert
Date:           Sun Nov  4 16:34:57 UTC 2018

Modified Files:
        pkgsrc/net/wget: Makefile options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 pkgsrc/net/wget/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/wget/options.mk

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.141 pkgsrc/net/wget/Makefile:1.142
--- pkgsrc/net/wget/Makefile:1.141      Wed Aug 22 09:46:08 2018
+++ pkgsrc/net/wget/Makefile    Sun Nov  4 16:34:57 2018
@@ -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

Index: pkgsrc/net/wget/options.mk
diff -u pkgsrc/net/wget/options.mk:1.11 pkgsrc/net/wget/options.mk:1.12
--- pkgsrc/net/wget/options.mk:1.11     Sat Jul 28 12:29:20 2018
+++ pkgsrc/net/wget/options.mk  Sun Nov  4 16:34:57 2018
@@ -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