diff options
author | sergei <sergei@FreeBSD.org> | 2004-01-09 17:19:32 +0000 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-01-09 17:19:32 +0000 |
commit | b90921b39073015424c0b9d9ea390ff691099ef5 (patch) | |
tree | c5fdf50edc310496fae51e272b45130f2d0c4c79 /www/squid27 | |
parent | a0b1ed7726054ce0e8e7763baa884756be9dda28 (diff) | |
download | FreeBSD-ports-b90921b39073015424c0b9d9ea390ff691099ef5.zip FreeBSD-ports-b90921b39073015424c0b9d9ea390ff691099ef5.tar.gz |
- 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
PR: 61128
Submitted by: maintainer
Diffstat (limited to 'www/squid27')
-rw-r--r-- | www/squid27/Makefile | 9 | ||||
-rw-r--r-- | www/squid27/distinfo | 1 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 4db31b5..baf1c84 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -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 @@ PATCHFILES= squid-2.5.STABLE4-reconfigure_message.patch \ 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 diff --git a/www/squid27/distinfo b/www/squid27/distinfo index 9811933..76f9e29 100644 --- a/www/squid27/distinfo +++ b/www/squid27/distinfo @@ -32,3 +32,4 @@ MD5 (squid2.5/squid-2.5.STABLE4-redirlog.patch) = 8a2cc15f2bde6fa263a9e40aae807f 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 |