Mailinglist Archive: opensuse-commit (2092 mails)

< Previous Next >
commit squid
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 03 Aug 2007 01:02:06 +0200
  • Message-id: <20070802230207.2EDE7678182@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package squid
checked in at Fri Aug 3 01:02:06 CEST 2007.

--------
--- squid/squid.changes 2007-05-23 21:25:59.000000000 +0200
+++ /mounts/work_src_done/STABLE/squid/squid.changes    2007-07-30 19:04:30.092698000 +0200
@@ -1,0 +2,47 @@
+Mon Jul 30 19:04:24 CEST 2007 - kssingvo@xxxxxxx
+
+- upgrade to 2.6.STABLE14:
+  * Bug #2008: Work around clients trying to use NTLM or Negotiate
+    without persistent connections
+  * Deal better with forwarding loops
+  * Bug #2010: snmp_core.cc:828: warning: array subscript is above
+    array bounds
+  * Temporary shortage of system filedescriptors may cause Squid to
+    permanently stop accepting connections
+  * Bug #1085: Add no-wrap to cache manager HTML tables
+  * Cosmetic squid_ldap_auth cleanups from Squid-3
+  * Simple POP3 basic auth helper querying a POP3 server
+  * squid.conf.default cleanups
+  * Clean up HTML escapes in the configuration manual
+  * Simple POP3 basic auth helper querying a POP3 server
+  * Imported updated squid_kerb_auth helper from the SourceForge
+    squidkerbauth repository
+  * Bug #1130: min-size option for cache_dir
+  * digest_edir_auth helper, using novell eDirectory universal
+    password
+  * Bug #1968: Squid hangs occasionally when using DNS search paths
+  * Bug #1900: Double "squid -k shutdown" makes Squid restart again
+  * There is no -a command line option in Squid-2.6 and later.
+  * Make AC_CHECK_.._SYSTYPE wrappers around the default calls to
+    allow cross-compiling
+  * Renamed db_auth.pl to squid_db_auth, and autogenerate perl path
+    and man page
+  * make devpoll support work
+  * Bring over Solaris/IRIX /dev/poll network IO support from
+    Squid-2, enabled by compiling with --enable-devpoll
+  * Database auth helper using Perl DBI
+  * Kerberos SPNEGO helper
+  * Always use xisxxxx() Squid defined macros instead of ctype
+    functions.
+  * Round time to next event upwards to avoid storms of comm_select
+    loops doing nothing
+  * Adjust refresh_pattern min-age to make 0 mean 0, not 1 second
+  * URI-escape using the recommended upper case
+  * Correct the refresh_pattern ignore-auth documentation to refer
+    to CC: public
+  * Dump out the config manual while making snapshots
+  * Script to build HTML configuration manual from cf.data
+  * Shuffle around various configuration options into their own
+    sections
+
+-------------------------------------------------------------------

Old:
----
  squid-2.6.STABLE13-RELEASENOTES.html
  squid-2.6.STABLE13.tar.bz2

New:
----
  squid-2.6.STABLE14-RELEASENOTES.html
  squid-2.6.STABLE14.tar.bz2

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

Other differences:
------------------
++++++ squid.spec ++++++
--- /var/tmp/diff_new_pack.U25876/_old  2007-08-03 01:00:52.000000000 +0200
+++ /var/tmp/diff_new_pack.U25876/_new  2007-08-03 01:00:52.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package squid (Version 2.6.STABLE13)
+# spec file for package squid (Version 2.6.STABLE14)
 #
 # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # This file and all modifications and additions to the pristine
@@ -16,9 +16,9 @@
 BuildRequires:  valgrind valgrind-devel
 %endif
 Summary:        Squid WWW proxy server
-Version:        2.6.STABLE13
-Release:        5
-License:        GNU General Public License (GPL)
+Version:        2.6.STABLE14
+Release:        1
+License:        GPL v2 or later
 URL:            http://www.squid-cache.org
 Group:          Productivity/Networking/Web/Proxy
 Requires:       logrotate
@@ -411,6 +411,50 @@
 %doc README.ip_user
 
 %changelog
+* Mon Jul 30 2007 - kssingvo@xxxxxxx
+- upgrade to 2.6.STABLE14:
+  * Bug #2008: Work around clients trying to use NTLM or Negotiate
+  without persistent connections
+  * Deal better with forwarding loops
+  * Bug #2010: snmp_core.cc:828: warning: array subscript is above
+  array bounds
+  * Temporary shortage of system filedescriptors may cause Squid to
+  permanently stop accepting connections
+  * Bug #1085: Add no-wrap to cache manager HTML tables
+  * Cosmetic squid_ldap_auth cleanups from Squid-3
+  * Simple POP3 basic auth helper querying a POP3 server
+  * squid.conf.default cleanups
+  * Clean up HTML escapes in the configuration manual
+  * Simple POP3 basic auth helper querying a POP3 server
+  * Imported updated squid_kerb_auth helper from the SourceForge
+  squidkerbauth repository
+  * Bug #1130: min-size option for cache_dir
+  * digest_edir_auth helper, using novell eDirectory universal
+  password
+  * Bug #1968: Squid hangs occasionally when using DNS search paths
+  * Bug #1900: Double "squid -k shutdown" makes Squid restart again
+  * There is no -a command line option in Squid-2.6 and later.
+  * Make AC_CHECK_.._SYSTYPE wrappers around the default calls to
+  allow cross-compiling
+  * Renamed db_auth.pl to squid_db_auth, and autogenerate perl path
+  and man page
+  * make devpoll support work
+  * Bring over Solaris/IRIX /dev/poll network IO support from
+  Squid-2, enabled by compiling with --enable-devpoll
+  * Database auth helper using Perl DBI
+  * Kerberos SPNEGO helper
+  * Always use xisxxxx() Squid defined macros instead of ctype
+  functions.
+  * Round time to next event upwards to avoid storms of comm_select
+  loops doing nothing
+  * Adjust refresh_pattern min-age to make 0 mean 0, not 1 second
+  * URI-escape using the recommended upper case
+  * Correct the refresh_pattern ignore-auth documentation to refer
+  to CC: public
+  * Dump out the config manual while making snapshots
+  * Script to build HTML configuration manual from cf.data
+  * Shuffle around various configuration options into their own
+  sections
 * Wed May 23 2007 - kssingvo@xxxxxxx
 - moved cachemgr.cgi to %%{_libdir}/squid to make rpmlint happy
 * Mon May 14 2007 - kssingvo@xxxxxxx





++++++ squid-2.6.STABLE13.tar.bz2 -> squid-2.6.STABLE14.tar.bz2 ++++++
++++ 26845 lines of diff (skipped)






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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread