diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-17 04:45:36 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-17 04:45:36 +0000 |
commit | d9da176dfce7170fd802c4174c3f601f84a53683 (patch) | |
tree | a4a19d0aa9d9edd19150f7d235185c796c6120ad /www/squid26/Makefile | |
parent | 2766c69232265c279dc8371efb5e889576723019 (diff) |
- Update to 2.6.STABLE7.
- Use OPENSSLLIB when referring to the OpenSSL library path
(thanks to Angelo Turetta for submitting a patch).
Note: this update includes, among others, a fix for Squid bug #1857
(segfault when accessing certain FTP URLs), see also ports/107961.
The security implications of this bug are unknown (to me, the maintainer).
PR: ports/108006
Submitted by: maintainer (Thomas-Martin Seck)
Notes
Notes:
svn path=/head/; revision=182576
Diffstat (limited to 'www/squid26/Makefile')
-rw-r--r-- | www/squid26/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/squid26/Makefile b/www/squid26/Makefile index eb778a849ecd..dc148ecb53ee 100644 --- a/www/squid26/Makefile +++ b/www/squid26/Makefile @@ -75,7 +75,7 @@ # Enable experimental multicast notification of cachemisses. PORTNAME= squid -PORTVERSION= 2.6.6 +PORTVERSION= 2.6.7 CATEGORIES= www MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ ftp://ftp.vistech.net/pub/squid/%SUBDIR%/ \ @@ -87,7 +87,7 @@ MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ ftp://ftp.ccs.neu.edu/pub/mirrors/squid.nlanr.net/pub/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,} MASTER_SITE_SUBDIR= squid-2/STABLE -DISTNAME= squid-2.6.STABLE6 +DISTNAME= squid-2.6.STABLE7 DIST_SUBDIR= squid2.6 PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ @@ -280,7 +280,7 @@ CONFIGURE_ARGS+= --disable-carp CONFIGURE_ARGS+= --enable-ssl \ --with-openssl="${OPENSSLBASE}" CFLAGS+= -I${OPENSSLINC} -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${OPENSSLLIB} .endif .if defined(WITH_SQUID_PINGER) CONFIGURE_ARGS+= --enable-icmp |