Mailinglist Archive: opensuse-commit (762 mails)
| < Previous | Next > |
commit squid3 for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 02 Aug 2010 11:26:51 +0200
- Message-id: <20100802092651.9796D202B1@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package squid3 for openSUSE:Factory
checked in at Mon Aug 2 11:26:51 CEST 2010.
--------
--- squid3/squid3.changes 2010-06-09 13:52:24.000000000 +0200
+++ squid3/squid3.changes 2010-07-25 18:31:22.000000000 +0200
@@ -1,0 +2,14 @@
+Sun Jul 25 16:16:47 UTC 2010 - chris@xxxxxxxxxxxxxxxx
+
+- update to 3.1.5
+ - Bug 2967: raw-IPv6 address URL with append_domain broken
+ - Bug 2950: HTTP responses with no Date, L-M or Expires can now be cached
+ - Bug 2943: ICAP tokens not logged when using multiple access
+ - Bug 2937: Fails to detect chunked encoding if not given in all lower case
+ - Bug 2903: does not send indirect X-Client-Ip in ICAP respmod
+ - Fix free memory corruption and off-by-one error when comparing SNMP OIDs
+ - Port from 2.7: max_filedescriptor config option
+ - Fix persistent_connection_after_error is meant to be on by default
+ - ... and several build errors.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
squid-3.1.4.tar.bz2
New:
----
squid-3.1.5.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ squid3.spec ++++++
--- /var/tmp/diff_new_pack.zYX1ci/_old 2010-08-02 11:24:39.000000000 +0200
+++ /var/tmp/diff_new_pack.zYX1ci/_new 2010-08-02 11:24:39.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package squid3 (Version 3.1.4)
+# spec file for package squid3 (Version 3.1.5)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -22,7 +22,7 @@
Name: squid3
Summary: Squid Version 3 WWW Proxy Server
-Version: 3.1.4
+Version: 3.1.5
Release: 1
License: GPLv2+
Url: http://www.squid-cache.org/Versions/v3
++++++ RELEASENOTES.html ++++++
--- /var/tmp/diff_new_pack.zYX1ci/_old 2010-08-02 11:24:40.000000000 +0200
+++ /var/tmp/diff_new_pack.zYX1ci/_new 2010-08-02 11:24:40.000000000 +0200
@@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
- <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.65">
- <TITLE>Squid 3.1.4 release notes</TITLE>
+ <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
+ <TITLE>Squid 3.1.5 release notes</TITLE>
</HEAD>
<BODY>
-<H1>Squid 3.1.4 release notes</H1>
+<H1>Squid 3.1.5 release notes</H1>
<H2>Squid Developers</H2>
<HR>
@@ -70,7 +70,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.4.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.1.5.</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>
@@ -1000,6 +1000,9 @@
</PRE>
</P>
+<DT><B>max_filedescriptors</B><DD>
+<P>Ported from 2.7.</P>
+
<DT><B>netdb_filename</B><DD>
<P>
<PRE>
@@ -1904,9 +1907,6 @@
<P><EM>%oa</EM> tag not yet ported from 2.7</P>
<P><EM>%sn</EM> tag not yet ported from 2.7</P>
-<DT><B>max_filedescriptors</B><DD>
-<P>Not yet ported from 2.7</P>
-
<DT><B>max_stale</B><DD>
<P>Not yet ported from 2.7</P>
++++++ squid-3.1.4.tar.bz2 -> squid-3.1.5.tar.bz2 ++++++
++++ 175366 lines of diff (skipped)
++++++ squid-bootstrap.patch ++++++
--- /var/tmp/diff_new_pack.zYX1ci/_old 2010-08-02 11:24:41.000000000 +0200
+++ /var/tmp/diff_new_pack.zYX1ci/_new 2010-08-02 11:24:41.000000000 +0200
@@ -1,6 +1,6 @@
-diff -ruN squid-3.1.4-orig/acinclude.m4 squid-3.1.4/acinclude.m4
---- squid-3.1.4-orig/acinclude.m4 2010-05-30 15:21:11.000000000 +0200
-+++ squid-3.1.4/acinclude.m4 2010-06-09 10:18:51.000000000 +0200
+diff -ruN squid-3.1.5-orig/acinclude.m4 squid-3.1.5/acinclude.m4
+--- squid-3.1.5-orig/acinclude.m4 2010-07-02 04:47:30.000000000 +0200
++++ squid-3.1.5/acinclude.m4 2010-07-25 20:24:04.000000000 +0200
@@ -134,7 +134,7 @@
dnl and this notice are preserved.
dnl
@@ -10,9 +10,9 @@
pushdef([VARIABLE],$1)
pushdef([EXECUTABLE],$2)
-diff -ruN squid-3.1.4-orig/bootstrap.sh squid-3.1.4/bootstrap.sh
---- squid-3.1.4-orig/bootstrap.sh 2010-05-30 15:21:11.000000000 +0200
-+++ squid-3.1.4/bootstrap.sh 2010-06-09 10:19:07.000000000 +0200
+diff -ruN squid-3.1.5-orig/bootstrap.sh squid-3.1.5/bootstrap.sh
+--- squid-3.1.5-orig/bootstrap.sh 2010-07-02 04:47:30.000000000 +0200
++++ squid-3.1.5/bootstrap.sh 2010-07-25 20:24:04.000000000 +0200
@@ -7,7 +7,7 @@
# Autotool versions preferred. To override either edit the script
# to match the versions you want to use, or set the variables on
@@ -22,13 +22,13 @@
amversions="${amver:-1.11 1.10 1.9}"
ltversions="${ltver:-2.2 1.5 1.4}"
-diff -ruN squid-3.1.4-orig/configure.in squid-3.1.4/configure.in
---- squid-3.1.4-orig/configure.in 2010-05-30 15:21:49.000000000 +0200
-+++ squid-3.1.4/configure.in 2010-06-09 10:19:55.000000000 +0200
+diff -ruN squid-3.1.5-orig/configure.in squid-3.1.5/configure.in
+--- squid-3.1.5-orig/configure.in 2010-07-02 04:48:47.000000000 +0200
++++ squid-3.1.5/configure.in 2010-07-25 20:25:23.000000000 +0200
@@ -3,7 +3,7 @@
dnl $Id$
dnl
- AC_INIT([Squid Web Proxy],[3.1.4],[http://www.squid-cache.org/bugs/],[squid])
+ AC_INIT([Squid Web Proxy],[3.1.5],[http://www.squid-cache.org/bugs/],[squid])
-AC_PREREQ(2.61)
+AC_PREREQ(2.59)
AC_CONFIG_HEADERS([include/autoconf.h])
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |