Hello community,

here is the log from the commit of package squid for openSUSE:Factory checked 
in at 2013-09-29 17:53:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/squid (Old)
 and      /work/SRC/openSUSE:Factory/.squid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "squid"

Changes:
--------
--- /work/SRC/openSUSE:Factory/squid/squid.changes      2013-09-09 
19:52:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.squid.new/squid.changes 2013-09-29 
17:53:20.000000000 +0200
@@ -1,0 +2,22 @@
+Sat Sep 28 17:56:52 UTC 2013 - ch...@computersalat.de
+
+- Changes to squid-3.3.9 (11 Sep 2013):
+  * Regression Bug 3077: off-by-one error in Digest header decoding
+  * Bug 3895: fix acl_uses_indirect_client and cache_peer_access
+  * Bug 3879: assertion failed ConnStateData::validatePinnedConnection
+  * Bug 3863: myportname acl causes segmentation fault
+  * Bug 3849: Duplicate certificate sent when using https_port
+  * Bug 2287: Better fix for unsupported HTTP version handling
+  * Bug 2112: Reload into If-None-Match
+  * Fix several assert with side effects in ICAP/eCAP response handling
+  * Fix myportname ACL on ICAP/eCAP transactions
+  * Fix external ACL user:pass detail logging after adaptation
+  * Fix SMP mgr:info report 'Largest file desc currently in use'
+  * Improved compatibility with gcc 4.8, clang and icc
+  * Show number of available filedescriptors when reserved FD changes
+  * Sync with newest OpenSSL error codes
+  * Register Http2-Settings header
+  * ... and many Windows portability fixes
+- fix changelog
+
+-------------------------------------------------------------------
@@ -89,14 +111,8 @@
-- Changes for squid 3.2.13 release (July 13th 2013)
-       Better handling of strange port values in Host:
-       Bug #3869: assertion failed: MemBuf.cc:272: size < capacity
-
-- Changes for squid 3.2.12 release (July 10th 2013) 
-       Protect against buffer overrun in DNS query generation
-       Revert rev.11818 - not applicable to 3.2.
-       Allocate ClientInfo::hash.key using malloc() instead of new char[]
-       Remove origin_tries limiter on forwarding
-       Fixed leaking configurable SSL error details.
-       Fix memory error with Kerberos authentication
-       Avoid !closing assertions when helpers call comm_read [during 
reconfigure].
-       Avoid Comm::Connection leaks when helpers are reconfigured or otherwise 
closed.
-       Add missing piece omitted from rev.9677
+- Changes to squid-3.2.13 (13 Jul 2013):
+  * Bug 3869: assertion failed: MemBuf.cc:272: size < capacity
+  * Improved handling of port values in Host: header validation
+- Changes to squid-3.2.12 (11 Jul 2013):
+  * Protect against buffer overrun in DNS query generation
+  * Avoid !closing assertions when helpers call comm_read during reconfigure.
+  * Fix several minor memory leaks during reconfigure
+  * Remove origin_tries limiter on forwarding and permit large 
max_forward_tries values
@@ -114,12 +130,12 @@
-       - Fix enter_suid/leave_suid build errors in ip/Intercept.cc
-       - GNU Hurd: define MAP_NORESERVE as no-op when missing
-       - Bug #3833: Option '-k' is not present in squidclient man page
-       - Bug #3817: Memory leak in SSL cert validate for alt_name peer certs
-       - Bug #3822: Locate LDAP and SASL headers in /usr/local/include for BSD 
support
-       - Bug #3825: basic_ncsa_auth segfaulting with glibc-2.17
-       - Bug #3774: -k reconfigure drops rock
-       - Bug #3565: Resuming postponed accept kills Squid
-       - HTTP/1.1: partial support for no-cache and private controls with 
parameters
-       - ssl_crtd: helpers dying during startup on ARM
-       - Updated copyright for icons/SN.png squid-3.2-11813.patch
-       - Revert r11810 - tools.h does not exist in 3.2 squid-3.2-11812.patch 
+  * Fix enter_suid/leave_suid build errors in ip/Intercept.cc
+  * GNU Hurd: define MAP_NORESERVE as no-op when missing
+  * Bug #3833: Option '-k' is not present in squidclient man page
+  * Bug #3817: Memory leak in SSL cert validate for alt_name peer certs
+  * Bug #3822: Locate LDAP and SASL headers in /usr/local/include for BSD 
support
+  * Bug #3825: basic_ncsa_auth segfaulting with glibc-2.17
+  * Bug #3774: -k reconfigure drops rock
+  * Bug #3565: Resuming postponed accept kills Squid
+  * HTTP/1.1: partial support for no-cache and private controls with parameters
+  * ssl_crtd: helpers dying during startup on ARM
+  * Updated copyright for icons/SN.png squid-3.2-11813.patch
+  * Revert r11810 - tools.h does not exist in 3.2 squid-3.2-11812.patch 
@@ -139,3 +154,0 @@
-
-Thu Mar 14 13:08:54 UTC 2013 - br...@ioda-net.ch
-
@@ -143 +156 @@
-       - Rework on squid.service ExecStartPre line 
+  * Rework on squid.service ExecStartPre line 
@@ -145,5 +158,5 @@
-       - Fix bnc#802635 (creating cache struture fail on first call)
-       - Fixed Type=forking and remove the use off -N (non daemon flag)
-       - Fixed missing pid file
-       - Structural : add all -k to end of Exec/Stop line
-       - Ulimit : Added LimitNOFile=4096 ( same value as in /etc/sysconfig)
+  * Fix bnc#802635 (creating cache struture fail on first call)
+  * Fixed Type=forking and remove the use off -N (non daemon flag)
+  * Fixed missing pid file
+  * Structural : add all -k to end of Exec/Stop line
+  * Ulimit : Added LimitNOFile=4096 ( same value as in /etc/sysconfig)
@@ -151,2 +164,2 @@
-       - Remove syslog.target ( no need anymore : advise from fcrozat )
-       - Clean up squid_cache_build.sh 
+  * Remove syslog.target ( no need anymore : advise from fcrozat )
+  * Clean up squid_cache_build.sh 
@@ -154,5 +167,4 @@
-       - Regression fix: Accept-Language header parse
-       - Bug 3673: Silence 'Failed to select source' messages
-       - Fix authentication headers sent on peer digest requests
-       - Fix build error on Solaris, OpenIndiana, Omnios
-
+  * Regression fix: Accept-Language header parse
+  * Bug 3673: Silence 'Failed to select source' messages
+  * Fix authentication headers sent on peer digest requests
+  * Fix build error on Solaris, OpenIndiana, Omnios
@@ -160,14 +172,13 @@
-
-       - Bug 3767: tcp_outgoing_tos/mark ACLs do not obey 
acl_uses_indirect_client
-       - Bug 3763: diskd Error: no filename in shm buffer
-       - Bug 3752: objects that cannot be cached in memory are not cached on 
disk
-       - Bug 3753: Removes the domain from the cache_peer server pconn key
-       - Bug 3749: IDENT lookup using wrong ports to identify the user
-       - Bug 3723: tcp_outgoing_tos/mark broken for CONNECT requests
-       - Bug 3686: cache_dir max-size default fails
-       - Bug 3515: crash in FtpStateData::ftpTimeout
-       - Bug 3329: Quieten orphan Comm::Connection messages
-       - Make squid -z for cache_dir rock preserve the rock DB
-       - Fixed several server connect problems
-       - ... and some build issues on Solaris, OpenIndiana, MacOS X
-       - ... and some documentation and debugs polishing
+  * Bug 3767: tcp_outgoing_tos/mark ACLs do not obey acl_uses_indirect_client
+  * Bug 3763: diskd Error: no filename in shm buffer
+  * Bug 3752: objects that cannot be cached in memory are not cached on disk
+  * Bug 3753: Removes the domain from the cache_peer server pconn key
+  * Bug 3749: IDENT lookup using wrong ports to identify the user
+  * Bug 3723: tcp_outgoing_tos/mark broken for CONNECT requests
+  * Bug 3686: cache_dir max-size default fails
+  * Bug 3515: crash in FtpStateData::ftpTimeout
+  * Bug 3329: Quieten orphan Comm::Connection messages
+  * Make squid -z for cache_dir rock preserve the rock DB
+  * Fixed several server connect problems
+  * ... and some build issues on Solaris, OpenIndiana, MacOS X
+  * ... and some documentation and debugs polishing
@@ -179,15 +190,14 @@
-       - Bug 3736: Floating point exception due to divide by zero
-       - Bug 3735: raw-IPv6 domain URLs crash if IPv6-disabled
-       - Bug 3732: Fix ConnOpener IPv6 awareness
-       - Bug 3729: 32-bit overflow in parsing 64-bit configuration values
-       - Bug 3728: Improve debug for cache_dir
-       - Bug 3687: unhandled exception: c when using interception and peers
-       - Bug 3678: external acl grace period causes acl lookup failures
-       - Bug 3567: Memory leak handling malformed requests
-       - Bug 3111: Mid-term fix for the forward.cc "err" assertion
-       - Support OpenSSL NO_Compression optio
-       - Fix IPv6 enabled pinger on split-stack or IPv6-disabled systems
-       - Fix "address.GetPort() != 0" assertion for helpers
-       - ... and several minor memory leaks
-       - ... and some cache.log message polishing
-
+  * Bug 3736: Floating point exception due to divide by zero
+  * Bug 3735: raw-IPv6 domain URLs crash if IPv6-disabled
+  * Bug 3732: Fix ConnOpener IPv6 awareness
+  * Bug 3729: 32-bit overflow in parsing 64-bit configuration values
+  * Bug 3728: Improve debug for cache_dir
+  * Bug 3687: unhandled exception: c when using interception and peers
+  * Bug 3678: external acl grace period causes acl lookup failures
+  * Bug 3567: Memory leak handling malformed requests
+  * Bug 3111: Mid-term fix for the forward.cc "err" assertion
+  * Support OpenSSL NO_Compression optio
+  * Fix IPv6 enabled pinger on split-stack or IPv6-disabled systems
+  * Fix "address.GetPort() != 0" assertion for helpers
+  * ... and several minor memory leaks
+  * ... and some cache.log message polishing

Old:
----
  squid-3.3.8.tar.bz2
  squid-3.3.8.tar.bz2.asc

New:
----
  squid-3.3.9.tar.bz2
  squid-3.3.9.tar.bz2.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ squid.spec ++++++
--- /var/tmp/diff_new_pack.CFmTRc/_old  2013-09-29 17:53:21.000000000 +0200
+++ /var/tmp/diff_new_pack.CFmTRc/_new  2013-09-29 17:53:21.000000000 +0200
@@ -23,7 +23,7 @@
 Summary:        Squid Version 3.3 WWW Proxy Server
 License:        GPL-2.0+
 Group:          Productivity/Networking/Web/Proxy
-Version:        3.3.8
+Version:        3.3.9
 Release:        0
 Url:            http://www.squid-cache.org/Versions/v3/3.3
 Source0:        
http://www.squid-cache.org/Versions/v3/3.3/%{name}-%{version}.tar.bz2

++++++ RELEASENOTES.html ++++++
--- /var/tmp/diff_new_pack.CFmTRc/_old  2013-09-29 17:53:21.000000000 +0200
+++ /var/tmp/diff_new_pack.CFmTRc/_new  2013-09-29 17:53:21.000000000 +0200
@@ -2,10 +2,10 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.69">
- <TITLE>Squid 3.3.8 release notes</TITLE>
+ <TITLE>Squid 3.3.9 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.3.8 release notes</H1>
+<H1>Squid 3.3.9 release notes</H1>
 
 <H2>Squid Developers</H2>
 <HR>
@@ -56,7 +56,7 @@
 <HR>
 <H2><A NAME="s1">1.</A> <A HREF="#toc1">Notice</A></H2>
 
-<P>The Squid Team are pleased to announce the release of Squid-3.3.8.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.3.9.</P>
 <P>This new release is available for download from 
 <A 
HREF="http://www.squid-cache.org/Versions/v3/3.3/";>http://www.squid-cache.org/Versions/v3/3.3/</A>
 or the 
 <A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html";>mirrors</A>.</P>

++++++ squid-3.3.8.tar.bz2 -> squid-3.3.9.tar.bz2 ++++++
++++ 7293 lines of diff (skipped)

++++++ squid-3.3.8.tar.bz2.asc -> squid-3.3.9.tar.bz2.asc ++++++
--- /work/SRC/openSUSE:Factory/squid/squid-3.3.8.tar.bz2.asc    2013-09-09 
19:52:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.squid.new/squid-3.3.9.tar.bz2.asc       
2013-09-29 17:53:20.000000000 +0200
@@ -1,8 +1,8 @@
-File: squid-3.3.8.tar.bz2
-Date: Sat Jul 13 13:52:06 UTC 2013
-Size: 2992708
-MD5 : ec1654d28e29bdd2ee342ffb655ecc72
-SHA1: 127c8252577bce25b62cb0d05b0fef7f3f379c23
+File: squid-3.3.9.tar.bz2
+Date: Wed Sep 11 04:32:33 UTC 2013
+Size: 2988736
+MD5 : f08bffe795260cecca828331c579e0c4
+SHA1: ac75d1bef17988e3ad95ee6761d7785f5aca9cd7
 Key : 0xFF5CF463 <squ...@treenet.co.nz>
       fingerprint = EA31 CC5E 9488 E516 8D2D  CC5E B268 E706 FF5C F463
       keyring = http://www.squid-cache.org/pgp.asc
@@ -10,11 +10,11 @@
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.12 (GNU/Linux)
 
-iQEcBAABAgAGBQJR4V5xAAoJELJo5wb/XPRjMh4H/jpt78U0JMJFXGFZskB82MIJ
-XGJrDlXyfop9guKKhRZHI7bJ67rx89Qox39kS2PaAapyBTGyJoQ8J14fuqdIFsJq
-TFk0HdZQZnvS+KLDH5QeDoJOj75dxh8aLRMJoQFnRemWHfDKaUzHqzTdKu6qYmoK
-0bv6esXV1tcTrpkFTTccMTYIjeGZNjRXQaEEx7iq7sVyIdzREzTHZgzXXevjCPKf
-kGv4IREJglpRPL6rVNZXFM0fZwxy99gcRN9RaEFXUk2s74XYAM0wonYJr/BOm3tB
-8Oc3Iwj6Z3Zb90MB2lQ5jCOaTSn7JeW16YMsm9+HOyRtjkPF8bgeswtIn4lhRcQ=
-=dmPd
+iQEcBAABAgAGBQJSL/QNAAoJELJo5wb/XPRjZZwH/jVAL6QGnufPlSZ4oIZEga29
+YHMuLKkAmBt6lp67MoNLHTthSsISiSLb7VvmIfSiNZxbSrt69PP0B+aWnM9O0rK6
+F+9YqgcPkoCAcOzf/SbVb0wm7kM41aYu3SvIJIgQu784KX1AJ3dyUTlb//Sfa0l7
+dcztRGIAihSkx3spf/1ALXq6f3MwKncFMs0l84x989luAS/jSte2Z+27s6aCK2eU
+4KvPPTmts5hpd6xvnX/Y1leye42c+MPpGc6XzsBzCJ2xlXOd75hZyrbOrSd5VR7t
++QVC98qVBW2QgQHHXlVG+TQCT75/go01mUpw3YeFMAf1HC6AATddGD2/6tN9roU=
+=mvR8
 -----END PGP SIGNATURE-----

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to