summaryrefslogtreecommitdiff
path: root/www/squid27
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-01-17 04:45:36 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-01-17 04:45:36 +0000
commitd9da176dfce7170fd802c4174c3f601f84a53683 (patch)
treea4a19d0aa9d9edd19150f7d235185c796c6120ad /www/squid27
parent* Migrate to gfortran. (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/squid27')
-rw-r--r--www/squid27/Makefile6
-rw-r--r--www/squid27/distinfo6
2 files changed, 6 insertions, 6 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile
index eb778a849ecd..dc148ecb53ee 100644
--- a/www/squid27/Makefile
+++ b/www/squid27/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
diff --git a/www/squid27/distinfo b/www/squid27/distinfo
index 3444827954a7..79d209cae302 100644
--- a/www/squid27/distinfo
+++ b/www/squid27/distinfo
@@ -1,3 +1,3 @@
-MD5 (squid2.6/squid-2.6.STABLE6.tar.bz2) = fef554dd337695d59a17c6e1d8d604a9
-SHA256 (squid2.6/squid-2.6.STABLE6.tar.bz2) = fc4008f929374cfe9a6bc8b02bbd175b984e90a378ecb2f0f3d06fa95081ba59
-SIZE (squid2.6/squid-2.6.STABLE6.tar.bz2) = 1261599
+MD5 (squid2.6/squid-2.6.STABLE7.tar.bz2) = 7e8eed297ceb4f3067c960d4c4d04e87
+SHA256 (squid2.6/squid-2.6.STABLE7.tar.bz2) = 86538b29cfe07955a3e7cf76693ec42dc6845dc8c4b8d9326e2d31ca07e13d29
+SIZE (squid2.6/squid-2.6.STABLE7.tar.bz2) = 1262361