pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/squid3



Module Name:    pkgsrc
Committed By:   sborrill
Date:           Fri Feb 10 08:41:25 UTC 2017

Modified Files:
        pkgsrc/www/squid3: Makefile PLIST options.mk

Log Message:
Enable build of ssl_crtd if ssl option selected. This is required for dynamic
certificate generation when using SSL Bump.
http://wiki.squid-cache.org/ConfigExamples/Intercept/SslBumpExplicit


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/www/squid3/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/squid3/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/squid3/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/www/squid3/Makefile
diff -u pkgsrc/www/squid3/Makefile:1.72 pkgsrc/www/squid3/Makefile:1.73
--- pkgsrc/www/squid3/Makefile:1.72     Mon Jan 30 14:17:33 2017
+++ pkgsrc/www/squid3/Makefile  Fri Feb 10 08:41:25 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.72 2017/01/30 14:17:33 adam Exp $
+# $NetBSD: Makefile,v 1.73 2017/02/10 08:41:25 sborrill Exp $
 
 DISTNAME=      squid-3.5.24
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  http://www.squid-cache.org/Versions/v3/${PKGVERSION_NOREV:R}/
 MASTER_SITES+= ftp://ftp.squid-cache.org/pub/squid/

Index: pkgsrc/www/squid3/PLIST
diff -u pkgsrc/www/squid3/PLIST:1.12 pkgsrc/www/squid3/PLIST:1.13
--- pkgsrc/www/squid3/PLIST:1.12        Mon Oct 10 09:01:39 2016
+++ pkgsrc/www/squid3/PLIST     Fri Feb 10 08:41:25 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2016/10/10 09:01:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2017/02/10 08:41:25 sborrill Exp $
 bin/purge
 bin/squidclient
 ${PLIST.ba_getpwnam}libexec/basic_getpwnam_auth
@@ -7,6 +7,7 @@ ${PLIST.ba_NCSA}libexec/basic_ncsa_auth
 ${PLIST.ba_PAM}libexec/basic_pam_auth
 libexec/cachemgr.cgi
 ${PLIST.ssl}libexec/cert_valid.pl
+${PLIST.ssl}libexec/ssl_crtd
 ${PLIST.da_file}libexec/digest_file_auth
 ${PLIST.da_LDAP}libexec/digest_ldap_auth
 ${PLIST.diskd}libexec/diskd
@@ -37,6 +38,7 @@ ${PLIST.eacl_LDAP_group}man/man8/ext_lda
 ${PLIST.eacl_unix_group}man/man8/ext_unix_group_acl.8
 man/man8/log_db_daemon.8
 ${PLIST.ta_kerberos}man/man8/negotiate_kerberos_auth.8
+${PLIST.ssl}man/man8/ssl_crtd.8
 man/man8/squid.8
 man/man8/storeid_file_rewrite.8
 sbin/squid

Index: pkgsrc/www/squid3/options.mk
diff -u pkgsrc/www/squid3/options.mk:1.21 pkgsrc/www/squid3/options.mk:1.22
--- pkgsrc/www/squid3/options.mk:1.21   Mon Oct 10 09:01:39 2016
+++ pkgsrc/www/squid3/options.mk        Fri Feb 10 08:41:25 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.21 2016/10/10 09:01:39 adam Exp $
+# $NetBSD: options.mk,v 1.22 2017/02/10 08:41:25 sborrill Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.squid
 PKG_SUPPORTED_OPTIONS= ecap inet6 snmp ssl squid-backend-aufs \
@@ -132,6 +132,7 @@ CONFIGURE_ARGS+=    --disable-snmp
 
 .if !empty(PKG_OPTIONS:Mssl)
 CONFIGURE_ARGS+=       --enable-ssl --with-openssl=${SSLBASE:Q}
+CONFIGURE_ARGS+=       --enable-ssl-crtd
 .  include "../../security/openssl/buildlink3.mk"
 PLIST.ssl=             yes
 .endif



Home | Main Index | Thread Index | Old Index