------------------------------------------------------------ revno: 12450 tags: SQUID_3_3_0_3 revision-id: squid3@treenet.co.nz-20130109003017-xhz5h3hzf0pfoltk parent: squid3@treenet.co.nz-20130109001944-s5yj42ks727ibr6d committer: Amos Jeffries branch nick: 3.3 timestamp: Tue 2013-01-08 17:30:17 -0700 message: 3.3.0.3 ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20130109003017-xhz5h3hzf0pfoltk # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # testament_sha1: b57920f3c272d722d61c7d33fe3c1357634c2ee6 # timestamp: 2013-01-31 00:44:11 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # base_revision_id: squid3@treenet.co.nz-20130109001944-\ # s5yj42ks727ibr6d # # Begin patch === modified file 'ChangeLog' --- ChangeLog 2012-12-10 07:15:49 +0000 +++ ChangeLog 2013-01-09 00:30:17 +0000 @@ -1,3 +1,12 @@ +Changes to squid-3.3.0.3 (09 Jan 2013): + + - Bug 3729: 32-bit overflow in parsing 64-bit configuration values + - Bug 3728: Improve debug for cache_dir + - Additional fixes for CVE-2012-5643 / SQUID:2012-1 + - kerberos_ldap_group: support multiple groups in squid.conf ACL definition + - kqueue: update status from experimental to fully available net I/O method + - ... and many memory leaks and potential bugs detected by Coverity Scan + Changes to squid-3.3.0.2 (03 Dec 2012): - Support matching empty header field values using req_header and rep_header @@ -23,6 +32,14 @@ - ... and many compile error fixes - ... and a very large amount of code polish for faster compilation +Changes to squid-3.2.6 (09 Jan 2013): + + - Regression Bug 3731: TOS setsockopt() requires int value + - Regression Bug 3712: Rotating logs overwrites the previous log + - Bug 3727: LLVM compile errors in kerberos_ldap_group + - Bug 3650: Negotiate auth missing challenge token + - Additional fixes for CVE-2012-5643 / SQUID:2012-1 + Changes to squid-3.2.5 (10 Dec 2012): - Bug 3698: Add missing include of errno.h @@ -476,6 +493,10 @@ - ... and a great many testing improvements - ... and many documentation updates +Changes to squid-3.1.23 (09 Jan 2013): + + - Additional fixes for CVE-2012-5643 / SQUID:2012-1 + Changes to squid-3.1.22 (03 Dec 2012): - Bug 3685: Squid hangs in Delay Pools ClassCBucket::update === modified file 'configure.ac' --- configure.ac 2013-01-02 04:01:34 +0000 +++ configure.ac 2013-01-09 00:30:17 +0000 @@ -1,4 +1,4 @@ -AC_INIT([Squid Web Proxy],[3.3.0.2-BZR],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[3.3.0.3-BZR],[http://bugs.squid-cache.org/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux) === modified file 'doc/release-notes/release-3.1.sgml' --- doc/release-notes/release-3.1.sgml 2012-12-02 08:29:50 +0000 +++ doc/release-notes/release-3.1.sgml 2013-01-09 00:30:17 +0000 @@ -1,6 +1,6 @@
-Squid 3.1.22 release notes +Squid 3.1.23 release notes Squid Developers @@ -13,7 +13,7 @@ Notice

-The Squid Team are pleased to announce the release of Squid-3.1.22 +The Squid Team are pleased to announce the release of Squid-3.1.23 This new release is available for download from or the . === modified file 'doc/release-notes/release-3.2.sgml' --- doc/release-notes/release-3.2.sgml 2012-12-10 07:15:49 +0000 +++ doc/release-notes/release-3.2.sgml 2013-01-09 00:30:17 +0000 @@ -1,6 +1,6 @@

-Squid 3.2.5 release notes +Squid 3.2.6 release notes Squid Developers @@ -13,7 +13,7 @@ Notice

-The Squid Team are pleased to announce the release of Squid-3.2.5 for +The Squid Team are pleased to announce the release of Squid-3.2.6 for testing. This new release is available for download from or the . === modified file 'doc/release-notes/release-3.3.html' --- doc/release-notes/release-3.3.html 2012-12-02 08:29:50 +0000 +++ doc/release-notes/release-3.3.html 2013-01-09 00:30:17 +0000 @@ -2,10 +2,10 @@ - Squid 3.3.0.2 release notes + Squid 3.3.0.3 release notes -

Squid 3.3.0.2 release notes

+

Squid 3.3.0.3 release notes

Squid Developers


@@ -56,7 +56,7 @@

1. Notice

-

The Squid Team are pleased to announce the release of Squid-3.3.0.2 for testing.

+

The Squid Team are pleased to announce the release of Squid-3.3.0.3 for testing.

This new release is available for download from http://www.squid-cache.org/Versions/v3/3.3/ or the mirrors.

@@ -329,7 +329,14 @@

-

There are no changed ./configure options in Squid-3.3.

+
--enable-kqueue
+

kqueue network I/O module is now built by default when it is available. +This option is no longer required to enable kqueue support, +but if used will abort build when kqueue dependencies are missing or broken.

+ +
--disable-kqueue
+

kqueue network I/O module is now built by default when it is available. +This configure option is now needed to disable it. Previously it did nothing.

=== modified file 'doc/release-notes/release-3.3.sgml' --- doc/release-notes/release-3.3.sgml 2012-12-02 08:29:50 +0000 +++ doc/release-notes/release-3.3.sgml 2013-01-09 00:30:17 +0000 @@ -1,6 +1,6 @@
-Squid 3.3.0.2 release notes +Squid 3.3.0.3 release notes Squid Developers @@ -13,7 +13,7 @@ Notice

-The Squid Team are pleased to announce the release of Squid-3.3.0.2 for testing. +The Squid Team are pleased to announce the release of Squid-3.3.0.3 for testing. This new release is available for download from or the . @@ -248,7 +248,14 @@ Changes to existing options

-

There are no changed ./configure options in Squid-3.3. + --enable-kqueue +

kqueue network I/O module is now built by default when it is available. + This option is no longer required to enable kqueue support, + but if used will abort build when kqueue dependencies are missing or broken. + + --disable-kqueue +

kqueue network I/O module is now built by default when it is available. + This configure option is now needed to disable it. Previously it did nothing.