Hello community, here is the log from the commit of package squid checked in at Tue Dec 12 23:02:08 CET 2006. -------- --- squid/squid.changes 2006-11-06 23:01:49.000000000 +0100 +++ /mounts/work_src_done/STABLE/squid/squid.changes 2006-12-12 13:40:01.000000000 +0100 @@ -1,0 +2,56 @@ +Tue Dec 12 13:37:06 CET 2006 - kssingvo@suse.de + +- upgrade to 2.6.STABLE5: + * Whitespace cleanup + * Preparing for 2.6.STABLE6 + * Resurrect httpd_accel_no_pmtu_disc after the transparent interception + cleanup + * Spell check in release notes + * Windows port: Updated release notes + * Windows port: Fixed build error on MinGW using SSL support + * Windows port: Updated release notes + * Windows port: Fix build errors when using latest MinGW environment + * Bug #1641: assertion failed: stmem.c:149: "size > 0" while processing + certain Vary objects + * Bug #1840: Disable digest and netdb queries to multicast peers + * Bug #1839: Cosmetic debug message cleanup in peerHandleHtcpReply. + * Bug #1801: NTLM authentication ends up in a loop if the server responds + with a retriable error + * Bug #439: Multicast ICP peering is unstable and considers most peers dead + * Fix the WCCPv2 mask assignment code to not crash as the value assignments + are built. + * Bug #1584: Unable to register with multiple WCCP2 routers + * Convert the connStateData->chr single link list to a normal dlink_list for + clarity. + * Accept large dates >2^31. Seen for example in the Google logo. + * Remove old leftover variable after the client_side buffer cleanup + * Reduce memory allocator pressure by not continually allocating client-side + read buffers + * Remove malloc/free of temporary buffer in time parsing routines. + * Document that proxy_auth also accepts -i for case-insensitive operation + * Convert snmpDebugOid to use a temporary String object instead of strcat + * Bug #1832: Error building squid-2.6.STABLE5 using --enable-truncate + * Add support for the weight= parameter to round-robin peers + * Fix defaultsite= processing after the accelerator mode cleanup + * Clarify the external_acl_type helper format specification and some defaults + * Bug #1773: Segmentation violation bug in the cleanup of transparent mode + * Cleanup to silence a harmess GCC inline warning + * Bug #1805: assertion failed: StatHist.c:195: "D[i] >= 0" + * Remove extra newline in redirect message sent by deny_info http://... + aclname + * Bug #1117: assertion failed: aufs/store_dir_aufs.c:642: + "rb->flags.need_to_validate" + * Bug #1818: Assertion failure assert(e->swap_dirn >= 0) in fs/coss/ + store_dir_coss.c storeCoss_DeleteStoreEntry + * Windows port: updated release notes + * Only use crypt() if it's available + * automake no longer recommends mkinstalldirs. Remove it from the + distribution. + * Bug #1799: Harmless 1 byte buffer overflow on long host names in /etc/hosts + * Cleanup of transparent & accelerator mode request parsing to untangle the + firewall dependencies a bit + * Add client source port logformat tag >p + * Bug #1817: Assertion failure assert(buflen >= copy_sz) in htcp.c + htcpBuildAuth() + +------------------------------------------------------------------- Old: ---- squid-2.6.STABLE5-RELEASENOTES.html squid-2.6.STABLE5.tar.bz2 New: ---- squid-2.6.STABLE6-RELEASENOTES.html squid-2.6.STABLE6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ squid.spec ++++++ --- /var/tmp/diff_new_pack.RmfaOe/_old 2006-12-12 23:01:24.000000000 +0100 +++ /var/tmp/diff_new_pack.RmfaOe/_new 2006-12-12 23:01:24.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package squid (Version 2.6.STABLE5) +# spec file for package squid (Version 2.6.STABLE6) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,9 +16,9 @@ BuildRequires: valgrind %endif Summary: Squid WWW proxy server -Version: 2.6.STABLE5 +Version: 2.6.STABLE6 Release: 1 -License: GNU General Public License (GPL) - all versions +License: GNU General Public License (GPL) URL: http://www.squid-cache.org Group: Productivity/Networking/Web/Proxy Requires: logrotate @@ -399,8 +399,61 @@ %doc README.ip_user %changelog -n squid +* Tue Dec 12 2006 - kssingvo@suse.de +- upgrade to 2.6.STABLE5: + * Whitespace cleanup + * Preparing for 2.6.STABLE6 + * Resurrect httpd_accel_no_pmtu_disc after the transparent interception + cleanup + * Spell check in release notes + * Windows port: Updated release notes + * Windows port: Fixed build error on MinGW using SSL support + * Windows port: Updated release notes + * Windows port: Fix build errors when using latest MinGW environment + * Bug #1641: assertion failed: stmem.c:149: "size > 0" while processing + certain Vary objects + * Bug #1840: Disable digest and netdb queries to multicast peers + * Bug #1839: Cosmetic debug message cleanup in peerHandleHtcpReply. + * Bug #1801: NTLM authentication ends up in a loop if the server responds + with a retriable error + * Bug #439: Multicast ICP peering is unstable and considers most peers dead + * Fix the WCCPv2 mask assignment code to not crash as the value assignments + are built. + * Bug #1584: Unable to register with multiple WCCP2 routers + * Convert the connStateData->chr single link list to a normal dlink_list for + clarity. + * Accept large dates >2^31. Seen for example in the Google logo. + * Remove old leftover variable after the client_side buffer cleanup + * Reduce memory allocator pressure by not continually allocating client-side + read buffers + * Remove malloc/free of temporary buffer in time parsing routines. + * Document that proxy_auth also accepts -i for case-insensitive operation + * Convert snmpDebugOid to use a temporary String object instead of strcat + * Bug #1832: Error building squid-2.6.STABLE5 using --enable-truncate + * Add support for the weight= parameter to round-robin peers + * Fix defaultsite= processing after the accelerator mode cleanup + * Clarify the external_acl_type helper format specification and some defaults + * Bug #1773: Segmentation violation bug in the cleanup of transparent mode + * Cleanup to silence a harmess GCC inline warning + * Bug #1805: assertion failed: StatHist.c:195: "D[i] >= 0" + * Remove extra newline in redirect message sent by deny_info http://... + aclname + * Bug #1117: assertion failed: aufs/store_dir_aufs.c:642: + "rb->flags.need_to_validate" + * Bug #1818: Assertion failure assert(e->swap_dirn >= 0) in fs/coss/ + store_dir_coss.c storeCoss_DeleteStoreEntry + * Windows port: updated release notes + * Only use crypt() if it's available + * automake no longer recommends mkinstalldirs. Remove it from the + distribution. + * Bug #1799: Harmless 1 byte buffer overflow on long host names in /etc/hosts + * Cleanup of transparent & accelerator mode request parsing to untangle the + firewall dependencies a bit + * Add client source port logformat tag >p + * Bug #1817: Assertion failure assert(buflen >= copy_sz) in htcp.c + htcpBuildAuth() * Mon Nov 06 2006 - kssingvo@suse.de -- upgrade to version 2.6.STABEL5, which is only a bug fix version, with +- upgrade to version 2.6.STABLE5, which is only a bug fix version, with these most important bug fixes: * Some memory leaks corrected, some of which could result in denial of service conditions after some time. ++++++ squid-2.6.STABLE5.tar.bz2 -> squid-2.6.STABLE6.tar.bz2 ++++++ ++++ 3294 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de