Skip site navigation (1)Skip section navigation (2)
Date:      9 Jan 2004 15:15:47 -0000
From:      Thomas-Martin Seck <tmseck@netcologne.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61128: [Maintainer Update] www/squid: integrate another patch, update MASTER_SITES
Message-ID:  <20040109151547.3598.qmail@laurel.tmseck.homedns.org>
Resent-Message-ID: <200401091520.i09FKKPq024705@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         61128
>Category:       ports
>Synopsis:       [Maintainer Update] www/squid: integrate another patch, update MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 09 07:20:20 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
private site
>Environment:
FreeBSD ports repository as of Jan 09, 2004.

	
>Description:
- Integrate another patch for the LDAP authentication helper
  (see <http://www.squid-cache.org/Versions/v2/2.5/bugs/>; for details)
- Correct MASTER_SITES:
  + fix URL for Melbourne University's ftp server,
  + replace unreachable ftp mirror at Loughborough University with
    the one at LEO.org, Munich.
- Bump PORTREVISION
>How-To-Repeat:
	
>Fix:
Here's the patch:

Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/projekte/FreeBSD/ports/www/squid/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	6 Jan 2004 18:44:46 -0000	1.1.1.1
+++ Makefile	9 Jan 2004 14:58:22 -0000
@@ -7,13 +7,13 @@
 
 PORTNAME=	squid
 PORTVERSION=	2.5.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www
 MASTER_SITES=	\
 		ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
-		ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/%SUBDIR%/ \
+		ftp://ftp.unimelb.edu.au/pub/cwis/servers/unix/squid/%SUBDIR%/ \
 		ftp://sunsite.auc.dk/pub/infosystems/squid/%SUBDIR%/ \
-		ftp://ftp.net.lut.ac.uk/squid/%SUBDIR%/ \
+		ftp://ftp.leo.org/pub/comp/general/infosys/www/servers/squid/%SUBDIR%/ \
 		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,}
 MASTER_SITE_SUBDIR=	squid-2/STABLE
 DISTNAME=	squid-2.5.STABLE4
@@ -53,7 +53,8 @@
 		squid-2.5.STABLE4-redirlog.patch \
 		squid-2.5.STABLE4-pinger.patch \
 		squid-2.5.STABLE4-partial_reload.patch \
-		squid-2.5.STABLE4-ldap_tls.patch
+		squid-2.5.STABLE4-ldap_tls.patch \
+		squid-2.5.STABLE4-ldap_group_bufsize.patch
 PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	tmseck@netcologne.de
Index: distinfo
===================================================================
RCS file: /usr/local/cvsroot/projekte/FreeBSD/ports/www/squid/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo	6 Jan 2004 18:44:46 -0000	1.1.1.1
+++ distinfo	9 Jan 2004 14:58:53 -0000
@@ -32,3 +32,4 @@
 MD5 (squid2.5/squid-2.5.STABLE4-pinger.patch) = 0902849d051873aaf5f54584d0536bb5
 MD5 (squid2.5/squid-2.5.STABLE4-partial_reload.patch) = 6d8fa663f46ffc2272b7d18a0b6eea34
 MD5 (squid2.5/squid-2.5.STABLE4-ldap_tls.patch) = dcd6b4ec46e252833a54c4bfd155c284
+MD5 (squid2.5/squid-2.5.STABLE4-ldap_group_bufsize.patch) = e42207a45232ca739a64f2ac3901263c
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040109151547.3598.qmail>