ports/108006: [Maintainer] www/squid26: update to 2.6.STABLE7

Thomas-Martin Seck tmseck at netcologne.de
Tue Jan 16 18:00:43 UTC 2007


>Number:         108006
>Category:       ports
>Synopsis:       [Maintainer] www/squid26: update to 2.6.STABLE7
>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:   Tue Jan 16 18:00:42 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
a private site in Germany
>Environment:
FreeBSD ports collection as of January 16, 2007.

	
>Description:
- Update to 2.6.STABLE7.

  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).

- Use OPENSSLLIB when referring to the OpenSSL library path
  (thanks to Angelo Turetta for submitting a patch).
	
>How-To-Repeat:

	
>Fix:
Apply this Patch:

Index: Makefile
===================================================================
--- Makefile	(.../www/squid26)	(revision 1074)
+++ Makefile	(.../local/squid26)	(revision 1074)
@@ -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 @@
 		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+=	--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
Index: distinfo
===================================================================
--- distinfo	(.../www/squid26)	(revision 1074)
+++ distinfo	(.../local/squid26)	(revision 1074)
@@ -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
	


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list