Hello community, here is the log from the commit of package varnish for openSUSE:Factory checked in at 2012-10-07 20:06:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/varnish (Old) and /work/SRC/openSUSE:Factory/.varnish.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "varnish", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/varnish/varnish.changes 2012-03-13 00:46:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.varnish.new/varnish.changes 2012-10-07 20:08:02.000000000 +0200 @@ -1,0 +2,21 @@ +Sun Sep 23 21:30:35 UTC 2012 - [email protected] + +- Update to version 3.0.3 +* Fixed excessive session workspace allocations. +* Fixed some crashes in the case of out of memory +* Fixed an infinite loop in the regex parser. +* DNS director now uses port 80 by default if not specified. +* Introduce idle_send_timeout and increase default value for + send_timeout to 600s. This allows a long send timeout for slow + clients while still being able to disconnect idle clients. +* Fixed a crash when passing with streaming on. +* Fixed a crash in the idle session timeout code. +* Fixed an issue where the poll waiter did not timeout clients if + all clients were idle. +* Log regex errors instead of crashing. +* Introduce pcre_match_limit, and pcre_match_limit_recursion + parameters. +* Add CLI commands to manually control health state of a + backend. + +------------------------------------------------------------------- Old: ---- varnish-3.0.2.tar.xz New: ---- varnish-3.0.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ varnish.spec ++++++ --- /var/tmp/diff_new_pack.Z8woAQ/_old 2012-10-07 20:08:03.000000000 +0200 +++ /var/tmp/diff_new_pack.Z8woAQ/_new 2012-10-07 20:08:03.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package varnish (Version 2.0.5) +# spec file for package varnish # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,7 +17,7 @@ Name: varnish %define library_name libvarnishapi1 -Version: 3.0.2 +Version: 3.0.3 Release: 0 Summary: Varnish is a high-performance HTTP accelerator License: BSD-2-Clause @@ -107,7 +107,7 @@ %install b="%buildroot"; -%makeinstall +make install DESTDIR="%buildroot"; # There is no use for them to normal users mv "$b/%_bindir"/* "$b/%_sbindir/"; # @@ -162,7 +162,7 @@ %endif %postun -# Does not sysv+systemd very much conflict? But rpmlint wants to have it... +# Does sysv+systemd not very much conflict? But rpmlint wants to have it... %restart_on_update varnish %restart_on_update varnishlog %if 0%{?_unitdir:1} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
