Hello community,

here is the log from the commit of package squid3 for openSUSE:Factory checked 
in at 2012-06-13 22:46:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/squid3 (Old)
 and      /work/SRC/openSUSE:Factory/.squid3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "squid3", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/squid3/squid3.changes    2012-02-20 
16:18:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.squid3.new/squid3.changes       2012-06-13 
22:46:35.000000000 +0200
@@ -1,0 +2,23 @@
+Tue Jun 12 10:22:46 UTC 2012 - [email protected]
+
+- update to 3.1.20
+  - Regression Bug 3545: FreeBSD dnsserver segfaults
+  - Regression Bug 3504: clientside_tos fails to mark traffic
+  - Bug 3539: CONNECT server connection not closed correctly on errors
+  - Bug 3502: client timeout uses server-side read_timeout, not request_timeout
+  - Bug 3466: Adaptation stuck on last single-byte body piece
+  - Bug 3463: dnsserver fails to compile
+  - Bug 3439: correct external_acl_type documented default for ipv4/ipv6 option
+  - Bug 3390: Proxy auth data visible to scripts
+  - Bug 3263: ssl_crtd: undefined references to squid_curtime
+  - Bug 3233: Invalid URL accepted with url host is white spaces
+  - Bug 3133: Memory leak handling requests for sites that don't exist
+  - Bug 3074: Improper URL handling with empty path (RFC 3986)
+  - Bug 3013: segmentation fault on shutdown commSetCloseOnExec at comm.cc:1889
+  - Regression: snmp/udp address directives not resolving hostname
+  - Better helper-to-Squid buffer size management.
+  - Support CoAP over HTTP (coap:// and coaps:// URLs)
+  - Support for 3.2 error template codes
+- rebase config, swapdir patch
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ squid3.spec ++++++
--- /var/tmp/diff_new_pack.QpcPOv/_old  2012-06-13 22:46:36.000000000 +0200
+++ /var/tmp/diff_new_pack.QpcPOv/_new  2012-06-13 22:46:36.000000000 +0200
@@ -23,7 +23,7 @@
 Summary:        Squid Version 3 WWW Proxy Server
 License:        GPL-2.0+
 Group:          Productivity/Networking/Web/Proxy
-Version:        3.1.19
+Version:        3.1.20
 Release:        0
 Url:            http://www.squid-cache.org/Versions/v3
 Source0:        
http://www.squid-cache.org/Versions/v3/3.1/squid-%{version}.tar.bz2
@@ -79,6 +79,7 @@
 PreReq:         pwdutils
 BuildRequires:  db-devel
 # needed by bootstrap.sh
+BuildRequires:  cyrus-sasl-devel
 BuildRequires:  ed
 BuildRequires:  expat
 BuildRequires:  gcc-c++
@@ -87,10 +88,9 @@
 BuildRequires:  libtool
 BuildRequires:  openldap2-devel
 BuildRequires:  opensp-devel
+BuildRequires:  openssl-devel
 BuildRequires:  pam-devel
 BuildRequires:  sharutils
-BuildRequires:  openssl-devel
-BuildRequires:  cyrus-sasl-devel
 #
 %if 0%{?sles_version} == 9
 BuildRequires:  heimdal-devel

++++++ RELEASENOTES.html ++++++
--- /var/tmp/diff_new_pack.QpcPOv/_old  2012-06-13 22:46:36.000000000 +0200
+++ /var/tmp/diff_new_pack.QpcPOv/_new  2012-06-13 22:46:36.000000000 +0200
@@ -2,10 +2,10 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
- <TITLE>Squid 3.1.19 release notes</TITLE>
+ <TITLE>Squid 3.1.20 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.1.19 release notes</H1>
+<H1>Squid 3.1.20 release notes</H1>
 
 <H2>Squid Developers</H2>
 <HR>
@@ -71,7 +71,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.1.19</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.1.20</P>
 <P>This new release is available for download from 
 <A 
HREF="http://www.squid-cache.org/Versions/v3/3.1/";>http://www.squid-cache.org/Versions/v3/3.1/</A>
 or the 
 <A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html";>mirrors</A>.</P>
@@ -1280,13 +1280,12 @@
 
 <DT><B>external_acl_type</B><DD>
 <P>New options 'ipv4' and 'ipv6' are added to set the IPv4/v6 protocol between 
Squid and its helpers.
-Please be aware of some limits to these options. These options only affet the 
transport protocol used
+Please be aware of some limits to these options. These options only affect the 
transport protocol used
 to send data to and from the helpers. Squid in IPv6-mode may still send %SRC 
addresses in IPv4 or IPv6
 format, so all helpers will need to be checked and converted to cope with such 
information cleanly.
 <PRE>
-          ipv4 / ipv6   IP-mode used to communicate to this helper.
-                        For compatability with older configurations and helpers
-                        the default is 'ipv4'.
+          ipv4 / ipv6   IP protocol used to communicate with this helper.
+                        The default is to auto-detect IPv6 and use it when 
available.
         
 </PRE>
 </P>

++++++ squid-3.1.19.tar.bz2 -> squid-3.1.20.tar.bz2 ++++++
++++ 22151 lines of diff (skipped)

++++++ squid-3.1.19.tar.bz2.asc -> squid-3.1.20.tar.bz2.asc ++++++
--- /work/SRC/openSUSE:Factory/squid3/squid-3.1.19.tar.bz2.asc  2012-02-20 
16:18:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.squid3.new/squid-3.1.20.tar.bz2.asc     
2012-06-13 22:46:34.000000000 +0200
@@ -1,20 +1,20 @@
-File: squid-3.1.19.tar.bz2
-Date: Sun Feb  5 13:21:35 UTC 2012
-Size: 2509837
-MD5 : 9b6ffaf96bee8f05f0085bc6361d7c94
-SHA1: fae2ef3d8a994297efe62d504d09e4c79b34db04
+File: squid-3.1.20.tar.bz2
+Date: Fri Jun  8 12:41:43 UTC 2012
+Size: 2559610
+MD5 : c4d733a383c0508fd0746d64a2d7278a
+SHA1: caa8e65f5720dfd1bc4160946cdb86d9b23c20ab
 Key : 0xFF5CF463 <[email protected]>
       fingerprint = EA31 CC5E 9488 E516 8D2D  CC5E B268 E706 FF5C F463
       keyring = http://www.squid-cache.org/pgp.asc
       keyserver = subkeys.pgp.net
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.11 (GNU/Linux)
+Version: GnuPG v1.4.12 (GNU/Linux)
 
-iQEcBAABAgAGBQJPLoNyAAoJELJo5wb/XPRjPnoIAJJooSBK44JE8+lYmj2XNjMg
-8exLxnjWsBxg1XiA4lPw9dVx7MJy6LDyytbO0gFh/WTJyLgSSRlZrbq2LBcSqFUj
-eCYAG1r5wcmARV1kRCu3iT8c6JA471q+xD/QIheA30z3QmUze6x8+eNVWrrhHlRF
-jq5cFXCSglvv6jL2fs8N39sGsanfduT2F0+Kb4HGRsxG99zaagdURrtbdltkxcln
-8lJO8TiSntj5cwJYmXrdbDut1R/c2dtU6miaMLPK01EoxN9Nw+UumYwY0BFw/WFH
-kvII+28hVBeR/h8CP3US6Zs/wvYlEwfoqQTG4zSjfCjifFmrqHW9YG9GFDpW/B4=
-=Mt1A
+iQEcBAABAgAGBQJP0pSbAAoJELJo5wb/XPRj9DcH/RObeYHa2DBqNgR1vga5yVpS
+OhGEfrSXCD1cNCxFvFz4QmgxWNSD8NvQrM2/eaPFn1hQ4HlAcxspLXTHX5/9XoqM
+5niSRTZdGS3grQgExFebrBJxwyzQIKfbSo1+md5xfYdfsuiGvpSVoFuL5sDr7Axs
+S2nwj6bDN0zKz9SNEwjv+x2AETg4W+6uLb4/YV3cSGcbZSOAcLQRDnn43dayE9+Y
+mGyM+PruYl125WKHS2gra1XDvIXto3ihFkoRuzfAlS3+2Dvbx77/4uX0p61atk3I
+tsOl5A4fb8wDaeJYAF7r/78YB+nL/z5PIos5ZoVrA+gt4em3p1NK3/tXpKcA6d8=
+=77Y6
 -----END PGP SIGNATURE-----

++++++ squid-config.patch ++++++
--- /var/tmp/diff_new_pack.QpcPOv/_old  2012-06-13 22:46:38.000000000 +0200
+++ /var/tmp/diff_new_pack.QpcPOv/_new  2012-06-13 22:46:38.000000000 +0200
@@ -2,7 +2,7 @@
 ===================================================================
 --- src/cf.data.pre.orig
 +++ src/cf.data.pre
-@@ -925,6 +925,8 @@ http_access deny CONNECT !SSL_ports
+@@ -924,6 +924,8 @@ http_access deny CONNECT !SSL_ports
  # Adapt localnet in the ACL section to list your (internal) IP networks
  # from where browsing should be allowed
  http_access allow localnet
@@ -11,7 +11,7 @@
  http_access allow localhost
  
  # And finally deny all other access to this proxy
-@@ -2358,6 +2360,10 @@ DOC_START
+@@ -2357,6 +2359,10 @@ DOC_START
        Instead, if you want Squid to use the entire disk drive,
        subtract 20% and use that value.
  
@@ -22,7 +22,7 @@
        'L1' is the number of first-level subdirectories which
        will be created under the 'Directory'.  The default is 16.
  
-@@ -2433,7 +2439,7 @@ DOC_START
+@@ -2432,7 +2438,7 @@ DOC_START
  NOCOMMENT_START
  
  # Uncomment and adjust the following to add a disk cache directory.
@@ -31,7 +31,7 @@
  NOCOMMENT_END
  DOC_END
  
-@@ -2845,7 +2851,7 @@ DOC_END
+@@ -2844,7 +2850,7 @@ DOC_END
  
  NAME: logfile_rotate
  TYPE: int

++++++ squid-swapdir.patch ++++++
--- /var/tmp/diff_new_pack.QpcPOv/_old  2012-06-13 22:46:38.000000000 +0200
+++ /var/tmp/diff_new_pack.QpcPOv/_new  2012-06-13 22:46:38.000000000 +0200
@@ -28,7 +28,7 @@
 ===================================================================
 --- src/Makefile.am.orig
 +++ src/Makefile.am
-@@ -729,7 +729,7 @@ DEFAULT_ACCESS_LOG      = $(DEFAULT_LOG_
+@@ -730,7 +730,7 @@ DEFAULT_ACCESS_LOG      = $(DEFAULT_LOG_
  DEFAULT_STORE_LOG       = $(DEFAULT_LOG_PREFIX)/store.log
  DEFAULT_PID_FILE        = $(DEFAULT_PIDFILE)
  DEFAULT_NETDB_FILE      = $(DEFAULT_LOG_PREFIX)/netdb.state
@@ -41,7 +41,7 @@
 ===================================================================
 --- src/Makefile.in.orig
 +++ src/Makefile.in
-@@ -2054,7 +2054,7 @@ DEFAULT_ACCESS_LOG = $(DEFAULT_LOG_PREFI
+@@ -2057,7 +2057,7 @@ DEFAULT_ACCESS_LOG = $(DEFAULT_LOG_PREFI
  DEFAULT_STORE_LOG = $(DEFAULT_LOG_PREFIX)/store.log
  DEFAULT_PID_FILE = $(DEFAULT_PIDFILE)
  DEFAULT_NETDB_FILE = $(DEFAULT_LOG_PREFIX)/netdb.state

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to