pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/squid Update squid to squid-2.5.4nb7. Add three o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ddcf4a9a97fe
branches:  trunk
changeset: 466439:ddcf4a9a97fe
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jan 18 14:30:37 2004 +0000

description:
Update squid to squid-2.5.4nb7.  Add three official patches.

Various HTTP workarounds and minor corrections

synopsis        This patch works around certain broken HTTP servers
                (reportedly IIS-5) who incorrectly signals the use of
                persistent connections. It also corrects some minor
                HTTP issues to make the Squid proxy more semantically
                transparent.
severity        Minor
date            2004-01-14 18:14
bugzilla        #890
versions        Squid-2.5 and earlier
platforms       All

squid_ldap_group failure if specifying many or long group names

synopsis        If the request to squid_ldap_group (login name + all
                group names) exceed 256 characters then group lookups
                fails or behaves erratically.
severity        Minor
date            2004-01-08 19:08
versions        Squid-2.5
platforms       All
workaround      Define multiple ACLs instead of listing many groups in
                the same ACL

LDAP helpers TLS mode (-Z option) does not work

synopsis        The TLS mode of the LDAP helpers did not work and
                always reported "TLS Connection failed"
severity        Minor
date            2004-01-05 12:05
bugzilla        #887
versions        Squid-2.5
platforms       All
workaround      Use the ldaps:// URI method instead, if your LDAP
                server supports it.

diffstat:

 www/squid/Makefile |  9 ++++++---
 www/squid/distinfo |  8 +++++++-
 2 files changed, 13 insertions(+), 4 deletions(-)

diffs (48 lines):

diff -r ed06b04054b3 -r ddcf4a9a97fe www/squid/Makefile
--- a/www/squid/Makefile        Sun Jan 18 14:25:38 2004 +0000
+++ b/www/squid/Makefile        Sun Jan 18 14:30:37 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.99 2003/12/25 16:28:14 taca Exp $
+# $NetBSD: Makefile,v 1.100 2004/01/18 14:30:37 taca Exp $
 
 DISTNAME=      squid-2.5.STABLE4
 PKGNAME=       squid-2.5.4
-PKGREVISION=   6
+PKGREVISION=   7
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/-src//}
 CATEGORIES=    www
 MASTER_SITES=  http://www.squid-cache.org/Versions/v2/2.5/ \
@@ -42,7 +42,10 @@
                squid-2.5.STABLE4-russian.patch \
                squid-2.5.STABLE4-redirlog.patch \
                squid-2.5.STABLE4-pinger.patch \
-               squid-2.5.STABLE4-partial_reload.patch
+               squid-2.5.STABLE4-partial_reload.patch \
+               squid-2.5.STABLE4-ldap_tls.patch \
+               squid-2.5.STABLE4-ldap_group_bufsize.patch \
+               squid-2.5.STABLE4-http_workarounds.patch
 PATCH_DIST_STRIP=       -p1
 
 MAINTAINER=    taca%NetBSD.org@localhost
diff -r ed06b04054b3 -r ddcf4a9a97fe www/squid/distinfo
--- a/www/squid/distinfo        Sun Jan 18 14:25:38 2004 +0000
+++ b/www/squid/distinfo        Sun Jan 18 14:30:37 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.45 2003/12/25 16:28:14 taca Exp $
+$NetBSD: distinfo,v 1.46 2004/01/18 14:30:37 taca Exp $
 
 SHA1 (squid-2.5.4/squid-2.5.STABLE4.tar.bz2) = 470a2697625cf6edb83ad6fe59af2e147f557e24
 Size (squid-2.5.4/squid-2.5.STABLE4.tar.bz2) = 1036704 bytes
@@ -66,6 +66,12 @@
 Size (squid-2.5.4/squid-2.5.STABLE4-pinger.patch) = 738 bytes
 SHA1 (squid-2.5.4/squid-2.5.STABLE4-partial_reload.patch) = 8d7d1bba09ba674e41f635e80c51bd7d78c105c7
 Size (squid-2.5.4/squid-2.5.STABLE4-partial_reload.patch) = 751 bytes
+SHA1 (squid-2.5.4/squid-2.5.STABLE4-ldap_tls.patch) = 3d20ba0a993cb9fcc3c2193207f5d8f7ebe57644
+Size (squid-2.5.4/squid-2.5.STABLE4-ldap_tls.patch) = 1853 bytes
+SHA1 (squid-2.5.4/squid-2.5.STABLE4-ldap_group_bufsize.patch) = 7f9415c2068a0df5560c853696823816781ce950
+Size (squid-2.5.4/squid-2.5.STABLE4-ldap_group_bufsize.patch) = 762 bytes
+SHA1 (squid-2.5.4/squid-2.5.STABLE4-http_workarounds.patch) = 14d632a3ee7be49da727d8e58978880083ce1744
+Size (squid-2.5.4/squid-2.5.STABLE4-http_workarounds.patch) = 10277 bytes
 SHA1 (patch-aa) = 2e0d96f6ccb9d0c42db2da49e76846edad09624f
 SHA1 (patch-ab) = 1224ba4cee98a26d2c9d670eb6d57c6187ff2d56
 SHA1 (patch-ac) = 1b283f0a573c02c82ce26f75e67d19b1ec5ff9f0



Home | Main Index | Thread Index | Old Index