mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
- 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)
This commit is contained in:
parent
313d0d1c7d
commit
4d845f1f01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282886
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user