Hello community, here is the log from the commit of package squid-beta checked in at Tue Dec 12 23:05:30 CET 2006. -------- --- squid-beta/squid-beta.changes 2006-07-08 21:21:49.000000000 +0200 +++ /mounts/work_src_done/STABLE/squid-beta/squid-beta.changes 2006-12-12 13:35:40.000000000 +0100 @@ -1,0 +2,263 @@ +Tue Dec 12 12:28:41 CET 2006 - kssingvo@suse.de + +- upgrade to version 3.0PRE5 with many fixes/changes: + * Update Changelog in preparation for the PRE release. + * PRE4-CVS -> PRE5 preparation + * Bug #1799: Harmless 1 byte buffer overflow on long hostnames in /etc/ + hosts + * Add client source port logformat tag >p + * Bug #1817: Assertion failure assert(buflen >= copy_sz) in htcp.c + htcpBuildAuth() + * Fix make check after changes for Bugs #1719 and #1695 + * Add support for wccpv2 mask assignment + * - Many ICAP fixes from Alex Rousskov accumulated on the + * Windows port: Correctly identify Windows Vista and Windows Server + Longhorn + * Bug #1778: Build error on Irix using SGI MipsPRO compiler + * Bug #1778: Build error on Irix using SGI MipsPRO compiler + * Alex reports getting coredumps (with high debugging) at process + * Need to #include helper.h in dns.cc for --disable-internal-dns + * bugfix: In clientProcessRequest(), the call to connNoteUseOfBuffer() was + * minor nit: format intro comments and GPL text to fit within 80 columns + * Bug #1778: Build error on Irix using SGI MipsPRO compiler + * Bug #1778: Build error on Irix using SGI MipsPRO compiler + * Removing port 563 from the default SSL_ports and Safe_ports ACLs + * Bug #1794: Allow 00:00-24:00 time specifications even if redundant + * Bug #1775: cachemgr storedir segfault with cache_dir null + * Forward port of patches for Bug #1719 and Bug #1695 from 2.6. + * Fix more stupid off-by-one errors parsing the request line. + * Include missing profiling defines. + * Remove another instance of temporary string abuse. + * Reduce a couple of obvious string copies by using String references and + filling them. + * Only enforce HTTP version if we parsed a full request line. + * Don't try parsing a blank request! + * Add in a missing \n for the Squid access log format routine. + * Fix/Add request-line parser debugging; fix bug with pipelined connection + parsing + * Fix an off-by-one bug in the UFS code. Thanks go to valgrind! + * Bug #1782: Memory leak in ncsa_auth on password changes + * Slightly change the request line demarcation logic a little in an + attempt to find + * Add in some more refresh-related debugging + * Updated .cvsignore file + * Bug #1784: access_log syslog results in blanks syslog lines between + every access log entry. + * Add profiling points for the string library. + * Add in profiling points for header parsing and cleaning. + * Add more profiling points + * Create "inlined" Macro versions of the offset functions with the new + request parser + * Add profiling for the new request line parser + * Replace the client-side request line parser + * Various changes to break out the request parsing state and remove extra + malloc/copies + * Back out other unrelated change + * Link Squid SNMP library as a .a library directly to avoid conflicts with + * Do some small changes to the HTTP parser and client side code to + (eventually) save on strlen() and similar calls + * tcp-banger2 support for status validation and custom HTTP headers + * Add in more profiling points to identify CPU usage + * Add in a missing check for whether the new dlink-based pending comm + callbacks are ready + * Bug #1769: near-hit and filedescriptor usage missing in SNMP MIB + * Bug #1774: ncsa_auth support for cramfs timestamps + * ICAP cleanup of some cbdataReference misunderstanding. + * Clean up cbdataReference() use to comply with the API and make GCC happy + * Modify StoreEntry::write() probe to not overlap but still give accurate + call numbers + * Add in more profiling points + * Add profiling points for Membuf::grow, ::append and ::consume + * Additional hi-res probes + * Bypass the expensive check to the allocator getStats() when obtaining + inuse data + * Fix a forgotten change during recent comm layer rework + * First part of a comm layer rework + * Un-astyle a flags definition + * Bug #1768: Redundant DNS PTR lookups + * Bug #1760: FTP related memory leak + * Bug #1758: HEAD on ftp:// URLs always returned 200 OK. + * Bug #1770: wccp2_weight directive + * aio_win32.cc and aiops_win32.cc must be compiled only on MinGW + * Portability fix: use memset() instead of deprecated bzero() + * Fix a typo in recent commit + * Fix astyle munging of flags. + * Dist test headers for make check + * Convert a debug() to debugs() to make GCC happy about formatting + * Need to dist PeerDigest.h + * Fix make check on MinGW + * Add missing files from bugfix for COSS config-failures. + * Avoid a string copy/reference operation in a reasonably critical path in + the Header code + * Fix bug 1218 by adding tests for the io engine of coss and ufs swapdirs + after parsing completes, and providing a heurist + * On MinGW store tests need win32.cc + * Windows port: split Windows service code into WinSvc.cc, allowing + correct execution of make check + * Windows port: remove obsolete break from command line functionality + * Fix a bug which resulted in objects being released after forwarding was + complete. + * add in some more debugging to refresh.cc + * testURL needs GNUregex library on MinGW + * Fix make dist error + * Fix build error on MinGW when using --enable-icmp configure option + * Bug #1759: cachemgr.cgi attempts to write to file system root directory + under MSWIN builds + * reverse last patch - i missed that the fd_set includes the + * Bug #1579, 1475 - fix unlinkd to reduce the number of fd_set references + * Rework the transaction completion/aborting in the ftp code to fix bug + 1592 + * Updated Windows related copyrigth notice + * Bug #1754: BodyReader was reading too much data from the socket buffer. + * Windows port: Added Windows threads support to DiskThreads Disk module + * Windows port: Added Windows Overlapped I/O support to AIO Disk module + * Add iiNet to the squid-3 sponsors list. Thanks iiNet! + * Syntax glue to get the MemPool API back in shape. + * Fix typo in stub_comm.cc + * Windows port: merged Windows native IPC support + * Forgotten to adjust the pointer type ... :-( + * Remove a no more needed #ifdef _SQUID_MSWIN_ from structs.h + * Windows port: merged Windows native IPC support + * Windows port: merged Windows native IPC support + * Fix wrong debug section in ipc.cc + * Update MemPoolTest for MemPool changes. + * skip memory cleanups on shutdown even if built in leak check mode. + Broken. + * Correctly free HttpHeaderFieldInfo array + * silence gcc about some cbdata const violations + * (Tres Seaver)Fix bug 975. Ths may cause memory leaks, though running + 1000 requests through showed no sign of it. + * Cleanup of some MemAllocatorProxy abuse. This is a MemPool internal + class, + * Bugfix 1750 - support tunnelling of RTSP and other protocols that abuse + HTTP by sending just the headers and then waitin + * Valgrind support. Mainly rearranging of cbdata to make malloc debugging + * Fix library link order in tests to more closely match what is used for + the main + * Fix build error of testEventLoop using gcc 4.1 + * Updated .cvsignore files + * Portability fix: check if ip_user_check can be build + * Windows port: Use a more explicative message during configure + * Windows port: Specific OpenSSL trick for FD<=>socket equivalence + * Windows port: Tricks for fd<=> socket equivalence need the usage of a + C++ namespace + * Windows port: Updated icmp.cc for MinGW support + * Windows port: Added MinGW support to helper.cc + * Windows port: Allow unlinkd to work on MinGW + * Windows port: Allow build on MinGW (typecasting and linking) + * Windows port: merge remaining MinGW configure "glue" + * Windows port: add lib/win32lib.c. This add the emulation of some + functions. + * Windows port: Display also the Windows handle in the FD stats. + * Windows port: add squid_mswin.h. This add FD<=>socket equivalence and + other tricks. + * Windows port: Redirect during early service startup stderr to a file. + * Windows port: increase number of FDs to the maximum supported from CRT + at + * Fix warning on Windows about conflicting declaration of ev_entry + * Add a missing function to make kqueue compile again. + * Break checkTimeouts() out of each of the comm_select() routines, fixing + kqueue's in the process + * Fix bug 1642: FTP assertion/blank page on authentication error + * Bug #1716: Squid 2.6-STABLE2 does not compile with newer versions of + OpenSSL + * Bug #1598: start_announce cannot be disabled + * Fix bug 772, by reading aborted data from connections when there is a + pending POST on the connection. This is still lack + * (Tres Seaver) Fix bug 1749 - make check errors from gcc 3.5.5. + * Bugzilla bug 1068: Check object pointer isn't NULL before calling + methods/delete + * Add an extra assert to HttpHeader::addEntry as extra insurance for bug + 1567. + * Resurrect the old API of eventDelete(func, NULL) deleting all events + with that callback + * Fix bug #1568 - the assertion on the String having a buffer does not fit + with + * Address bug 951 by changing the assert to a debug statement. This may + cause + * Bug #1744: squid-2.6.STABLE3 - fakeauth_auth.core + * Windows port: Disable printf formatting check on native Windows. + * Windows port: Allow safe multithreaded usage of debug() + * Windows port: fix another missing USE_SELECT_WIN32 in squid.h + * Windows port: missing syscalls.selects in stats when USE_SELECT_WIN32 is + defined. + * Fix another harmless fake_auth compiler warning on gcc 4.1.1 x86 + * Fix some harmless fake_auth 64-bit compiler warnings + * Bug #1706: Squid time acl accepts invalid time range. + * Bug #1708: Ports in ACL accepts characters and out of range + * Bug #1635: Merge in HTCP updates from 2.6. + * Bug #212: variable %i always 0.0.0.0 + * Bug #1602: Need to implement TCP fallback on truncated (large) DNS + responses + * Fix Squid crash when using %a in ERR_INVALID_REQ and ERR_INVALID_URL + error messages. + * Split out cbdata fully, it now is an optional include and no Init call + is needed. + * Handle very large DNS responses gracefully. + * Fixed a build error on Solaris 9 x86 (int format error) + * Added check for 8 bit signed and unsigned integers + * Fix typo in Steven's name + * Fix an harmless compiler warning on Irix. + * Portability fix: use _PATH_DEVNULL instead of "/dev/null" + * Bugfix the event loop idle detection - it was broken, and correct the + store fs + * Bug #1736: Missing Italian translation of ERR_TOO_BIG error page + * Bug #582: fake_auth ntlmGetString: bad ascii: ffffffb9 followed by + FATAL: authenticateNTLMHandleReply: called with no re + * Bug #1733: Small translation error to Portuguese ERR_CANNOT_FORWARD + * Bug #1040: The bodge on OS/2 for _res is wrong + * Add AsyncEngine and TimeEngine support to the EventLoop, allowing it to + * Create an explicit EventLoop class which can be used to run an event + loop + * BUGFIX: eventRun of an event with non-cbdata callback argument used a + random callback value. + * Bug #1714: cache_dir coss line not shown correctly under cachemgr.cgi + config + * Remove unneeded duplication of RegexData logic from ACLHTTPHeaderData + implementation. + * Bug #1718: warning: the address of 'strerror_buf' will always evaluate + as 'true' + * Bug #1716: Fails to compile with OpenSSL 0.9.7j + * wccp2_rebuild_wait directive to delay registering with WCCP until the + * extend getpwnam helper to also support shadow password systems + * Forward port of latest 2.6 WCCPv2 changes: + * ARP acl support for OpenBSD, code common with the FreeBSD + implementation. + * Bug #1702: Squid silently accepts defining acl's with too long name, + even + * Bug #1694: Assertion failure in mgr:config if using access_log_format % + /td> + * Bug #1691: multicast peering issues + * Corrected bad debug sections + * Bug #1381: assertion failed: cbdata.cc:367: "c->locks < 65535" + * Bug #991: squid should fallback from resolv.conf to localhost + * Stop making Squid-2.5 snapshots. The squid-2.5 tree is closed. + * Windows arp ACL fixes by Gennadiy Tsarenkov: + * make check needs wccp2.cc + * Added WCCPv2 contributors and changelog entry + * Bug #1674: Fails to build on S/390, MIPS, Sparc: no previous prototype + for 'byteSwap' + * Fixed wrong debug section + * Added to the redirectors interface the support for SSL client + certificate + * Bug #1653: Username info not logged into Cachemgr active_requests + statistics + * Fixed wrong debug section + * Fix wrong strsep() C++ prototype + * Ran indent (again) + * Ran indent + * strsep() is not available on any platform, this add an own + implementation. + * Bug #1646: Memory corruption when using client-side SSL certificates + * strsep() is not available on any platform, this add an own + implementation. + * Forward port of WCCPv2 support and latest WCCPv1 changes from 2.6. + * Bug #1620: http_reply_access denied replies casuses assertion failure + * ICAP bug: request satisfaction mode was not working. The presence of + * cosmetic bugfix: need a space between request method and URL in + debugging + * Automatically rotate the changesets when making a release + * Merged current mkrelease script from squid-2. The Squid-3 version + failed.. + +------------------------------------------------------------------- Old: ---- squid-3.0.PRE4-RELEASENOTES.html squid-3.0.PRE4.tar.bz2 New: ---- squid-3.0.PRE5-RELEASENOTES.html squid-3.0.PRE5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ squid-beta.spec ++++++ --- /var/tmp/diff_new_pack.aq1kRx/_old 2006-12-12 23:04:03.000000000 +0100 +++ /var/tmp/diff_new_pack.aq1kRx/_new 2006-12-12 23:04:03.000000000 +0100 @@ -13,9 +13,9 @@ BuildRequires: expat gcc-c++ krb5 libxml2-devel openldap2 openldap2-devel opensp-devel pam-devel sharutils Summary: Squid V3.0 WWW Proxy Server (new version) Version: 3.0 -Release: 261 -License: GPL -%define ver PRE4 +Release: 283 +License: GNU General Public License (GPL) +%define ver PRE5 URL: http://www.squid-cache.org Group: Productivity/Networking/Web/Proxy Requires: logrotate @@ -32,7 +32,7 @@ #%define squid_ldapauth_version 1.3 #Source1: squid_ldapauth-%{squid_ldapauth_version}.tar.bz2 Source2: rc.squid -Source3: squid-3.0.PRE4-RELEASENOTES.html +Source3: squid-3.0.PRE5-RELEASENOTES.html Source5: pam.squid Source6: unsquid.pl Source7: squid.logrotate @@ -420,6 +420,266 @@ #%doc squid_ldapauth.conf %changelog -n squid-beta +* Tue Dec 12 2006 - kssingvo@suse.de +- upgrade to version 3.0PRE5 with many fixes/changes: + * Update Changelog in preparation for the PRE release. + * PRE4-CVS -> PRE5 preparation + * Bug #1799: Harmless 1 byte buffer overflow on long hostnames in /etc/ + hosts + * Add client source port logformat tag >p + * Bug #1817: Assertion failure assert(buflen >= copy_sz) in htcp.c + htcpBuildAuth() + * Fix make check after changes for Bugs #1719 and #1695 + * Add support for wccpv2 mask assignment + * - Many ICAP fixes from Alex Rousskov accumulated on the + * Windows port: Correctly identify Windows Vista and Windows Server + Longhorn + * Bug #1778: Build error on Irix using SGI MipsPRO compiler + * Bug #1778: Build error on Irix using SGI MipsPRO compiler + * Alex reports getting coredumps (with high debugging) at process + * Need to #include helper.h in dns.cc for --disable-internal-dns + * bugfix: In clientProcessRequest(), the call to connNoteUseOfBuffer() was + * minor nit: format intro comments and GPL text to fit within 80 columns + * Bug #1778: Build error on Irix using SGI MipsPRO compiler + * Bug #1778: Build error on Irix using SGI MipsPRO compiler + * Removing port 563 from the default SSL_ports and Safe_ports ACLs + * Bug #1794: Allow 00:00-24:00 time specifications even if redundant + * Bug #1775: cachemgr storedir segfault with cache_dir null + * Forward port of patches for Bug #1719 and Bug #1695 from 2.6. + * Fix more stupid off-by-one errors parsing the request line. + * Include missing profiling defines. + * Remove another instance of temporary string abuse. + * Reduce a couple of obvious string copies by using String references and + filling them. + * Only enforce HTTP version if we parsed a full request line. + * Don't try parsing a blank request! + * Add in a missing \n for the Squid access log format routine. + * Fix/Add request-line parser debugging; fix bug with pipelined connection + parsing + * Fix an off-by-one bug in the UFS code. Thanks go to valgrind! + * Bug #1782: Memory leak in ncsa_auth on password changes + * Slightly change the request line demarcation logic a little in an + attempt to find + * Add in some more refresh-related debugging + * Updated .cvsignore file + * Bug #1784: access_log syslog results in blanks syslog lines between + every access log entry. + * Add profiling points for the string library. + * Add in profiling points for header parsing and cleaning. + * Add more profiling points + * Create "inlined" Macro versions of the offset functions with the new + request parser + * Add profiling for the new request line parser + * Replace the client-side request line parser + * Various changes to break out the request parsing state and remove extra + malloc/copies + * Back out other unrelated change + * Link Squid SNMP library as a .a library directly to avoid conflicts with + * Do some small changes to the HTTP parser and client side code to + (eventually) save on strlen() and similar calls + * tcp-banger2 support for status validation and custom HTTP headers + * Add in more profiling points to identify CPU usage + * Add in a missing check for whether the new dlink-based pending comm + callbacks are ready + * Bug #1769: near-hit and filedescriptor usage missing in SNMP MIB + * Bug #1774: ncsa_auth support for cramfs timestamps + * ICAP cleanup of some cbdataReference misunderstanding. + * Clean up cbdataReference() use to comply with the API and make GCC happy + * Modify StoreEntry::write() probe to not overlap but still give accurate + call numbers + * Add in more profiling points + * Add profiling points for Membuf::grow, ::append and ::consume + * Additional hi-res probes + * Bypass the expensive check to the allocator getStats() when obtaining + inuse data + * Fix a forgotten change during recent comm layer rework + * First part of a comm layer rework + * Un-astyle a flags definition + * Bug #1768: Redundant DNS PTR lookups + * Bug #1760: FTP related memory leak + * Bug #1758: HEAD on ftp:// URLs always returned 200 OK. + * Bug #1770: wccp2_weight directive + * aio_win32.cc and aiops_win32.cc must be compiled only on MinGW + * Portability fix: use memset() instead of deprecated bzero() + * Fix a typo in recent commit + * Fix astyle munging of flags. + * Dist test headers for make check + * Convert a debug() to debugs() to make GCC happy about formatting + * Need to dist PeerDigest.h + * Fix make check on MinGW + * Add missing files from bugfix for COSS config-failures. + * Avoid a string copy/reference operation in a reasonably critical path in + the Header code + * Fix bug 1218 by adding tests for the io engine of coss and ufs swapdirs + after parsing completes, and providing a heurist + * On MinGW store tests need win32.cc + * Windows port: split Windows service code into WinSvc.cc, allowing + correct execution of make check + * Windows port: remove obsolete break from command line functionality + * Fix a bug which resulted in objects being released after forwarding was + complete. + * add in some more debugging to refresh.cc + * testURL needs GNUregex library on MinGW + * Fix make dist error + * Fix build error on MinGW when using --enable-icmp configure option + * Bug #1759: cachemgr.cgi attempts to write to file system root directory + under MSWIN builds + * reverse last patch - i missed that the fd_set includes the + * Bug #1579, 1475 - fix unlinkd to reduce the number of fd_set references + * Rework the transaction completion/aborting in the ftp code to fix bug + 1592 + * Updated Windows related copyrigth notice + * Bug #1754: BodyReader was reading too much data from the socket buffer. + * Windows port: Added Windows threads support to DiskThreads Disk module + * Windows port: Added Windows Overlapped I/O support to AIO Disk module + * Add iiNet to the squid-3 sponsors list. Thanks iiNet! + * Syntax glue to get the MemPool API back in shape. + * Fix typo in stub_comm.cc + * Windows port: merged Windows native IPC support + * Forgotten to adjust the pointer type ... :-( + * Remove a no more needed #ifdef _SQUID_MSWIN_ from structs.h + * Windows port: merged Windows native IPC support + * Windows port: merged Windows native IPC support + * Fix wrong debug section in ipc.cc + * Update MemPoolTest for MemPool changes. + * skip memory cleanups on shutdown even if built in leak check mode. + Broken. + * Correctly free HttpHeaderFieldInfo array + * silence gcc about some cbdata const violations + * (Tres Seaver)Fix bug 975. Ths may cause memory leaks, though running + 1000 requests through showed no sign of it. + * Cleanup of some MemAllocatorProxy abuse. This is a MemPool internal + class, + * Bugfix 1750 - support tunnelling of RTSP and other protocols that abuse + HTTP by sending just the headers and then waitin + * Valgrind support. Mainly rearranging of cbdata to make malloc debugging + * Fix library link order in tests to more closely match what is used for + the main + * Fix build error of testEventLoop using gcc 4.1 + * Updated .cvsignore files + * Portability fix: check if ip_user_check can be build + * Windows port: Use a more explicative message during configure + * Windows port: Specific OpenSSL trick for FD<=>socket equivalence + * Windows port: Tricks for fd<=> socket equivalence need the usage of a + C++ namespace + * Windows port: Updated icmp.cc for MinGW support + * Windows port: Added MinGW support to helper.cc + * Windows port: Allow unlinkd to work on MinGW + * Windows port: Allow build on MinGW (typecasting and linking) + * Windows port: merge remaining MinGW configure "glue" + * Windows port: add lib/win32lib.c. This add the emulation of some + functions. + * Windows port: Display also the Windows handle in the FD stats. + * Windows port: add squid_mswin.h. This add FD<=>socket equivalence and + other tricks. + * Windows port: Redirect during early service startup stderr to a file. + * Windows port: increase number of FDs to the maximum supported from CRT + at + * Fix warning on Windows about conflicting declaration of ev_entry + * Add a missing function to make kqueue compile again. + * Break checkTimeouts() out of each of the comm_select() routines, fixing + kqueue's in the process + * Fix bug 1642: FTP assertion/blank page on authentication error + * Bug #1716: Squid 2.6-STABLE2 does not compile with newer versions of + OpenSSL + * Bug #1598: start_announce cannot be disabled + * Fix bug 772, by reading aborted data from connections when there is a + pending POST on the connection. This is still lack + * (Tres Seaver) Fix bug 1749 - make check errors from gcc 3.5.5. + * Bugzilla bug 1068: Check object pointer isn't NULL before calling + methods/delete + * Add an extra assert to HttpHeader::addEntry as extra insurance for bug + 1567. + * Resurrect the old API of eventDelete(func, NULL) deleting all events + with that callback + * Fix bug #1568 - the assertion on the String having a buffer does not fit + with + * Address bug 951 by changing the assert to a debug statement. This may + cause + * Bug #1744: squid-2.6.STABLE3 - fakeauth_auth.core + * Windows port: Disable printf formatting check on native Windows. + * Windows port: Allow safe multithreaded usage of debug() + * Windows port: fix another missing USE_SELECT_WIN32 in squid.h + * Windows port: missing syscalls.selects in stats when USE_SELECT_WIN32 is + defined. + * Fix another harmless fake_auth compiler warning on gcc 4.1.1 x86 + * Fix some harmless fake_auth 64-bit compiler warnings + * Bug #1706: Squid time acl accepts invalid time range. + * Bug #1708: Ports in ACL accepts characters and out of range + * Bug #1635: Merge in HTCP updates from 2.6. + * Bug #212: variable %%i always 0.0.0.0 + * Bug #1602: Need to implement TCP fallback on truncated (large) DNS + responses + * Fix Squid crash when using %%a in ERR_INVALID_REQ and ERR_INVALID_URL + error messages. + * Split out cbdata fully, it now is an optional include and no Init call + is needed. + * Handle very large DNS responses gracefully. + * Fixed a build error on Solaris 9 x86 (int format error) + * Added check for 8 bit signed and unsigned integers + * Fix typo in Steven's name + * Fix an harmless compiler warning on Irix. + * Portability fix: use _PATH_DEVNULL instead of "/dev/null" + * Bugfix the event loop idle detection - it was broken, and correct the + store fs + * Bug #1736: Missing Italian translation of ERR_TOO_BIG error page + * Bug #582: fake_auth ntlmGetString: bad ascii: ffffffb9 followed by + FATAL: authenticateNTLMHandleReply: called with no re + * Bug #1733: Small translation error to Portuguese ERR_CANNOT_FORWARD + * Bug #1040: The bodge on OS/2 for _res is wrong + * Add AsyncEngine and TimeEngine support to the EventLoop, allowing it to + * Create an explicit EventLoop class which can be used to run an event + loop + * BUGFIX: eventRun of an event with non-cbdata callback argument used a + random callback value. + * Bug #1714: cache_dir coss line not shown correctly under cachemgr.cgi + config + * Remove unneeded duplication of RegexData logic from ACLHTTPHeaderData + implementation. + * Bug #1718: warning: the address of 'strerror_buf' will always evaluate + as 'true' + * Bug #1716: Fails to compile with OpenSSL 0.9.7j + * wccp2_rebuild_wait directive to delay registering with WCCP until the + * extend getpwnam helper to also support shadow password systems + * Forward port of latest 2.6 WCCPv2 changes: + * ARP acl support for OpenBSD, code common with the FreeBSD + implementation. + * Bug #1702: Squid silently accepts defining acl's with too long name, + even + * Bug #1694: Assertion failure in mgr:config if using access_log_format % + /td> + * Bug #1691: multicast peering issues + * Corrected bad debug sections + * Bug #1381: assertion failed: cbdata.cc:367: "c->locks < 65535" + * Bug #991: squid should fallback from resolv.conf to localhost + * Stop making Squid-2.5 snapshots. The squid-2.5 tree is closed. + * Windows arp ACL fixes by Gennadiy Tsarenkov: + * make check needs wccp2.cc + * Added WCCPv2 contributors and changelog entry + * Bug #1674: Fails to build on S/390, MIPS, Sparc: no previous prototype + for 'byteSwap' + * Fixed wrong debug section + * Added to the redirectors interface the support for SSL client + certificate + * Bug #1653: Username info not logged into Cachemgr active_requests + statistics + * Fixed wrong debug section + * Fix wrong strsep() C++ prototype + * Ran indent (again) + * Ran indent + * strsep() is not available on any platform, this add an own + implementation. + * Bug #1646: Memory corruption when using client-side SSL certificates + * strsep() is not available on any platform, this add an own + implementation. + * Forward port of WCCPv2 support and latest WCCPv1 changes from 2.6. + * Bug #1620: http_reply_access denied replies casuses assertion failure + * ICAP bug: request satisfaction mode was not working. The presence of + * cosmetic bugfix: need a space between request method and URL in + debugging + * Automatically rotate the changesets when making a release + * Merged current mkrelease script from squid-2. The Squid-3 version + failed.. * Sat Jul 08 2006 - lrupp@suse.de - no more man8 files to remove * Wed Jun 21 2006 - kssingvo@suse.de ++++++ squid-3.0.PRE4.tar.bz2 -> squid-3.0.PRE5.tar.bz2 ++++++ ++++ 42987 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