pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/squid3 Enable build of ssl_crtd if ssl option sele...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bd6046a8f39e
branches: trunk
changeset: 358330:bd6046a8f39e
user: sborrill <sborrill%pkgsrc.org@localhost>
date: Fri Feb 10 08:41:25 2017 +0000
description:
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
diffstat:
www/squid3/Makefile | 3 ++-
www/squid3/PLIST | 4 +++-
www/squid3/options.mk | 3 ++-
3 files changed, 7 insertions(+), 3 deletions(-)
diffs (54 lines):
diff -r e9791a3eff67 -r bd6046a8f39e www/squid3/Makefile
--- a/www/squid3/Makefile Fri Feb 10 07:04:01 2017 +0000
+++ b/www/squid3/Makefile Fri Feb 10 08:41:25 2017 +0000
@@ -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/
diff -r e9791a3eff67 -r bd6046a8f39e www/squid3/PLIST
--- a/www/squid3/PLIST Fri Feb 10 07:04:01 2017 +0000
+++ b/www/squid3/PLIST Fri Feb 10 08:41:25 2017 +0000
@@ -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_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_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
diff -r e9791a3eff67 -r bd6046a8f39e www/squid3/options.mk
--- a/www/squid3/options.mk Fri Feb 10 07:04:01 2017 +0000
+++ b/www/squid3/options.mk Fri Feb 10 08:41:25 2017 +0000
@@ -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 @@
.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