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 package to 2.6.6 (squid-2.6.STA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1ebbc970712
branches:  trunk
changeset: 522543:c1ebbc970712
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Dec 12 14:46:56 2006 +0000

description:
Update squid package to 2.6.6 (squid-2.6.STABLE6).

pkgsrc change: remove PATCHFILES which hasn't used recent days.


Changes to squid-2.6.STABLE6 (Dec 12 2006)

- Bug #1817: Assertion failure assert(buflen >= copy_sz) in htcp.c htcpBuildAuth()
- Add client source port logformat tag >p
- Cleanup of transparent & accelerator mode request parsing to untangle the firewall dependencies a bit
- Bug #1799: Harmless 1 byte buffer overflow on long host names in /etc/hosts
- automake no longer recommends mkinstalldirs. Removed.
- Only use crypt() if it's available, allowing ncsa_auth to be built
  on platofms without crypt() support.
- Windows port documentation updates
- Bug #1818: Assertion failure assert(e->swap_dirn >= 0) in fs/coss/store_dir_coss.c storeCoss_DeleteStoreEntry
- Bug #1117: assertion failed: aufs/store_dir_aufs.c:642: "rb->flags.need_to_validate"
- Remove extra newline in redirect message sent by deny_info http://... aclname
- Bug #1805: assertion failed: StatHist.c:195: "D[i] >= 0"
- Clarify the external_acl_type helper format specification and some defaults
- Add support for the weight= parameter to round-robin peers
- Bug #1832: Error building squid-2.6.STABLE5 using --enable-truncate
- Convert snmpDebugOid to use a temporary String object instead of strcat
- Document that proxy_auth also accepts -i for case-insensitive operation
- Remove malloc/free of temporary buffer in time parsing routines.
- Reduce memory allocator pressure by not continually allocating client-side read buffers
- Accept large dates >2^31 on 64-bit platformst. Seen for example in the Google logo.
- Convert the connStateData->chr single link list to a normal dlink_list for clarity.
- Bug #1584: Unable to register with multiple WCCP2 routers
- Fix the WCCPv2 mask assignment code to not crash as the value assignments are built.
- Bug #439: Multicast ICP peering is unstable and considers most peers dead
- Bug #1801: NTLM authentication ends up in a loop if the server responds with a retriable error
- Bug #1839: Cosmetic debug message cleanup in peerHandleHtcpReply.
- Bug #1840: Disable digest and netdb queries to multicast peers
- Bug #1641: assertion failed: stmem.c:149: "size > 0" while processing certain Vary objects
- Fix build errors when using latest MinGW Windows environment

diffstat:

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

diffs (41 lines):

diff -r 95157fa5ca86 -r c1ebbc970712 www/squid/Makefile
--- a/www/squid/Makefile        Tue Dec 12 14:44:18 2006 +0000
+++ b/www/squid/Makefile        Tue Dec 12 14:46:56 2006 +0000
@@ -1,17 +1,13 @@
-# $NetBSD: Makefile,v 1.185 2006/12/04 21:50:53 jdolecek Exp $
+# $NetBSD: Makefile,v 1.186 2006/12/12 14:46:56 taca Exp $
 
-DISTNAME=      squid-2.6.STABLE5
-PKGNAME=       squid-2.6.5
-PKGREVISION=   1
+DISTNAME=      squid-2.6.STABLE6
+PKGNAME=       squid-2.6.6
+#PKGREVISION=
 CATEGORIES=    www
 MASTER_SITES=  http://www.squid-cache.org/Versions/v2/2.6/ \
                ftp://ftp.leo.org/pub/comp/general/infosys/www/daemons/squid/squid-2/STABLE/ \
                ftp://ftp1.au.squid-cache.org/pub/squid/squid-2/STABLE/
 EXTRACT_SUFX=  .tar.bz2
-#
-#PATCH_SITES=  http://www.squid-cache.org/Versions/v2/2.6/bugs/
-#PATCHFILES=
-#PATCH_DIST_STRIP= -p1
 
 MAINTAINER=    taca%NetBSD.org@localhost
 HOMEPAGE=      http://www.squid-cache.org/
diff -r 95157fa5ca86 -r c1ebbc970712 www/squid/distinfo
--- a/www/squid/distinfo        Tue Dec 12 14:44:18 2006 +0000
+++ b/www/squid/distinfo        Tue Dec 12 14:46:56 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.123 2006/12/04 21:50:53 jdolecek Exp $
+$NetBSD: distinfo,v 1.124 2006/12/12 14:46:56 taca Exp $
 
-SHA1 (squid-2.6.5/squid-2.6.STABLE5.tar.bz2) = 33cd0a9f4b909e80fb9e06ca7bedc62565c8d443
-RMD160 (squid-2.6.5/squid-2.6.STABLE5.tar.bz2) = d2fc604f4cf6355852148e9fc01f88136988e8c2
-Size (squid-2.6.5/squid-2.6.STABLE5.tar.bz2) = 1260850 bytes
+SHA1 (squid-2.6.6/squid-2.6.STABLE6.tar.bz2) = c731b77df70fb1c6870c0ec6064271316ed75e27
+RMD160 (squid-2.6.6/squid-2.6.STABLE6.tar.bz2) = 12b536f39c7a5b1822d3a68286ca267a5da9e8a3
+Size (squid-2.6.6/squid-2.6.STABLE6.tar.bz2) = 1261599 bytes
 SHA1 (patch-aa) = bcbe4e0bf3cd632497dc8045c1b8d86842edf90c
 SHA1 (patch-ab) = e4b9213dcbae32b65d0fe69b9cf9cff49aae504e
 SHA1 (patch-ac) = 1b283f0a573c02c82ce26f75e67d19b1ec5ff9f0



Home | Main Index | Thread Index | Old Index