Date: Wed, 2 Apr 2008 22:42:34 +0200 (CEST) From: Thomas-Martin Seck <tmseck@web.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/122383: [Maintainer] www/squid: update to 2.6.STABLE19 Message-ID: <200804022042.m32KgYvd043691@hardy.tmseck.homedns.org> Resent-Message-ID: <200804022050.m32Ko4Mc097327@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122383 >Category: ports >Synopsis: [Maintainer] www/squid: update to 2.6.STABLE19 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Apr 02 20:50:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Thomas-Martin Seck >Release: FreeBSD 7.0-STABLE i386 >Organization: a private site in Germany >Environment: FreeBSD ports collection as of April 2, 2008. >Description: - Update to 2.6.STABLE19 - Add a patch for Squid bug #2203 (which is fixed in the 3.0 but not yet in the 2.6 series) - Change maintainer mail address, NetCologne employs excessive filtering, effectively blocking large parts of China and Korea Added file: files/patch-configure >How-To-Repeat: >Fix: Apply this patch: Index: Makefile =================================================================== --- Makefile (.../www/squid) (revision 1342) +++ Makefile (.../local/squid) (revision 1342) @@ -75,7 +75,7 @@ # Enable experimental multicast notification of cachemisses. PORTNAME= squid -PORTVERSION= 2.6.18 +PORTVERSION= 2.6.19 CATEGORIES= www MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ ftp://mirrors.24-7-solutions.net/pub/squid/%SUBDIR%/ \ @@ -94,7 +94,7 @@ http://www1.jp.squid-cache.org/Versions/v2/2.6/ \ http://www2.tw.squid-cache.org/Versions/v2/2.6/ MASTER_SITE_SUBDIR= squid-2/STABLE -DISTNAME= squid-2.6.STABLE18 +DISTNAME= squid-2.6.STABLE19 DIST_SUBDIR= squid2.6 PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ @@ -109,7 +109,7 @@ PATCHFILES= PATCH_DIST_STRIP= -p1 -MAINTAINER= tmseck@netcologne.de +MAINTAINER= tmseck@web.de COMMENT= HTTP Caching Proxy CONFLICTS= squid-2.[^6]* @@ -383,7 +383,8 @@ Hebrew Hungarian Italian Japanese Korean Lithuanian \ Polish Portuguese Romanian Russian-1251 Russian-koi8-r \ Serbian Simplify_Chinese Slovak Spanish Swedish \ - Traditional_Chinese Turkish + Traditional_Chinese Turkish Ukrainian-1251 \ + Ukrainian-koi8-u Ukrainian-utf8 SQUID_DEFAULT_LANG?= English CONFIGURE_ARGS+= --enable-err-languages="${SQUID_LANGUAGES}" \ --enable-default-err-language=${SQUID_DEFAULT_LANG} Index: distinfo =================================================================== --- distinfo (.../www/squid) (revision 1342) +++ distinfo (.../local/squid) (revision 1342) @@ -1,3 +1,3 @@ -MD5 (squid2.6/squid-2.6.STABLE18.tar.bz2) = eb49bc06ea1a40421b6f1ac9e76d1757 -SHA256 (squid2.6/squid-2.6.STABLE18.tar.bz2) = 0ea808ba9efc3a1b1a9945aa20bd9411ee503b9182a5c75185d6bd2c53e47bcc -SIZE (squid2.6/squid-2.6.STABLE18.tar.bz2) = 1304685 +MD5 (squid2.6/squid-2.6.STABLE19.tar.bz2) = e1f355ab907369903b5e28aff0fe8386 +SHA256 (squid2.6/squid-2.6.STABLE19.tar.bz2) = 018f8f31eb40fff14f4d86bc1a40c18a0ee67d1412316de13f5975df6d2a0178 +SIZE (squid2.6/squid-2.6.STABLE19.tar.bz2) = 1324732 Index: files/icap-2.6-bootstrap.patch =================================================================== --- files/icap-2.6-bootstrap.patch (.../www/squid) (revision 1342) +++ files/icap-2.6-bootstrap.patch (.../local/squid) (revision 1342) @@ -7,10 +7,10 @@ Please see icap-2.6-core.patch for further information. -Patch last updated: 2008-01-11 +Patch last updated: 2008-04-02 ---- configure.orig Thu Jan 10 13:34:23 2008 -+++ configure Fri Jan 11 14:21:16 2008 +--- configure.orig 2008-04-02 22:26:33.000000000 +0200 ++++ configure 2008-04-02 22:26:34.000000000 +0200 @@ -728,6 +728,8 @@ ENABLE_PINGER_FALSE USE_DELAY_POOLS_TRUE @@ -43,8 +43,8 @@ # Define the identity of the package. PACKAGE='squid' -- VERSION='2.6.STABLE18' -+ VERSION='2.6.STABLE18+ICAP' +- VERSION='2.6.STABLE19' ++ VERSION='2.6.STABLE19+ICAP' cat >>confdefs.h <<_ACEOF Index: files/patch-configure =================================================================== --- files/patch-configure (.../www/squid) (revision 0) +++ files/patch-configure (.../local/squid) (revision 1342) @@ -0,0 +1,19 @@ +Patch for Squid bug 2203: + +--with-maxfd inadvertently unsets LDFLAGS. +--- configure.orig 2008-04-02 21:51:54.000000000 +0200 ++++ configure 2008-04-02 21:55:28.000000000 +0200 +@@ -25795,11 +25795,12 @@ + + fi + ++TLDFLAGS="$LDFLAGS" ++ + if test -z "$SQUID_MAXFD"; then + + { echo "$as_me:$LINENO: checking Maximum number of filedescriptors we can open" >&5 + echo $ECHO_N "checking Maximum number of filedescriptors we can open... $ECHO_C" >&6; } +-TLDFLAGS="$LDFLAGS" + case $host in + i386-unknown-freebsd*) + if echo "$LDFLAGS" | grep -q pthread; then >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804022042.m32KgYvd043691>