diff options
author | beat <beat@FreeBSD.org> | 2011-10-04 02:40:47 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2011-10-04 02:40:47 +0800 |
commit | ecc4d7234a93cbd76cf923358d0c35945cd74929 (patch) | |
tree | 24dc61b662d074de466ec62d3040f0eaf372a191 /www/squid31 | |
parent | 0ae1901828c5ac68eca97fd04c859f2329ac5fad (diff) | |
download | freebsd-ports-gnome-ecc4d7234a93cbd76cf923358d0c35945cd74929.tar.gz freebsd-ports-gnome-ecc4d7234a93cbd76cf923358d0c35945cd74929.tar.zst freebsd-ports-gnome-ecc4d7234a93cbd76cf923358d0c35945cd74929.zip |
- Implement a new option WITH(OUT)_SQUID_SSL_CRTD as a wrapper
for the --enable-ssl-crtd option (thanks to Guy Helmer for the patch)
- Add vendor patches 10374 to 10379 as published on
http://www.squid-cache.org/Versions/v3/3.1/changesets/
- Bump PORTREVISION
PR: ports/160974
Submitted by: Thomas-Martin Seck <tmseck AT web.de> (maintainer)
Diffstat (limited to 'www/squid31')
-rw-r--r-- | www/squid31/Makefile | 11 | ||||
-rw-r--r-- | www/squid31/distinfo | 12 |
2 files changed, 22 insertions, 1 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 9df1f85d1e42..9ae464912481 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -51,6 +51,7 @@ PORTNAME= squid PORTVERSION= 3.1.${SQUID_STABLE_VER} +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ http://mirrors.ccs.neu.edu/Squid/ \ @@ -81,7 +82,10 @@ PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ http://www1.jp.squid-cache.org/%SUBDIR%/ \ http://www2.tw.squid-cache.org/%SUBDIR%/ PATCH_SITE_SUBDIR= Versions/v3/3.1/changesets -PATCHFILES= squid-3.1-10373.patch +PATCHFILES= squid-3.1-10373.patch squid-3.1-10374.patch \ + squid-3.1-10375.patch squid-3.1-10376.patch \ + squid-3.1-10377.patch squid-3.1-10378.patch \ + squid-3.1-10379.patch MAINTAINER= tmseck@web.de COMMENT= HTTP Caching Proxy @@ -118,6 +122,7 @@ OPTIONS= SQUID_KERB_AUTH "Install Kerberos authentication helpers" on \ SQUID_DELAY_POOLS "Enable delay pools" off \ SQUID_SNMP "Enable SNMP support" on \ SQUID_SSL "Enable SSL support for reverse proxies" off \ + SQUID_SSL_CRTD "Enable SSL certificate daemon" off \ SQUID_PINGER "Install the icmp helper" off \ SQUID_DNS_HELPER "Use the old 'dnsserver' helper" off \ SQUID_HTCP "Enable HTCP support" on \ @@ -321,6 +326,10 @@ CONFIGURE_ARGS+= --enable-ssl \ CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} .endif +.if defined(WITH_SQUID_SSL_CRTD) +CONFIGURE_ARGS+= --enable-ssl-crtd +libexec+= ssl_crtd +.endif .if defined(WITH_SQUID_PINGER) CONFIGURE_ARGS+= --enable-icmp libexec+= pinger diff --git a/www/squid31/distinfo b/www/squid31/distinfo index b199918cd548..2f13f4c46503 100644 --- a/www/squid31/distinfo +++ b/www/squid31/distinfo @@ -2,3 +2,15 @@ SHA256 (squid3.1/squid-3.1.15.tar.bz2) = 1300f44dd4783697bacc262a7a9b32dbc9f5503 SIZE (squid3.1/squid-3.1.15.tar.bz2) = 2510536 SHA256 (squid3.1/squid-3.1-10373.patch) = 42e64e6a4df593fee927f9849d6853dd45d68d449da93afaad523295894c2ebf SIZE (squid3.1/squid-3.1-10373.patch) = 1326 +SHA256 (squid3.1/squid-3.1-10374.patch) = 1d7dc5fd8cc17e2c29c745f237346f9a96ade321f390a843ddf69060411af912 +SIZE (squid3.1/squid-3.1-10374.patch) = 2148 +SHA256 (squid3.1/squid-3.1-10375.patch) = 7f6392f3ded93f243bf48d7e9c45442c6129377543c39de8c41a874dd075c1bb +SIZE (squid3.1/squid-3.1-10375.patch) = 1520 +SHA256 (squid3.1/squid-3.1-10376.patch) = 5a5daa2a740feda52548f7e61944f02aef0742ccc364543b0bfb8e5a8d8e37e6 +SIZE (squid3.1/squid-3.1-10376.patch) = 1700 +SHA256 (squid3.1/squid-3.1-10377.patch) = bcbea286894b02f298eefc9682f270d4997fef663b49a0272ea021c8d112b29e +SIZE (squid3.1/squid-3.1-10377.patch) = 3740 +SHA256 (squid3.1/squid-3.1-10378.patch) = 08464dfe9788561c3c649ea61c78108192b2c821d689fc46cce0771bfe1ee3e1 +SIZE (squid3.1/squid-3.1-10378.patch) = 1487 +SHA256 (squid3.1/squid-3.1-10379.patch) = b50517e666f30e08d908f76d79919053362bc412c690db7c96cc271d1488d090 +SIZE (squid3.1/squid-3.1-10379.patch) = 1802 |