diff options
author | clsung <clsung@FreeBSD.org> | 2007-01-17 12:45:36 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-01-17 12:45:36 +0800 |
commit | 0d05b4ebd9f4d7ee480d5c1fcbd8e7b17316f8ef (patch) | |
tree | a3d4894eb469048b4deb4d308a5809ed5558bc39 /www/squid26 | |
parent | 02bede95ab3cb017f81cf3eec11d8c42571947f5 (diff) | |
download | freebsd-ports-gnome-0d05b4ebd9f4d7ee480d5c1fcbd8e7b17316f8ef.tar.gz freebsd-ports-gnome-0d05b4ebd9f4d7ee480d5c1fcbd8e7b17316f8ef.tar.zst freebsd-ports-gnome-0d05b4ebd9f4d7ee480d5c1fcbd8e7b17316f8ef.zip |
- 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)
Diffstat (limited to 'www/squid26')
-rw-r--r-- | www/squid26/Makefile | 6 | ||||
-rw-r--r-- | www/squid26/distinfo | 6 |
2 files changed, 6 insertions, 6 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 diff --git a/www/squid26/distinfo b/www/squid26/distinfo index 3444827954a7..79d209cae302 100644 --- a/www/squid26/distinfo +++ b/www/squid26/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 |