diff --git a/varnish-3.0.2.tar.xz b/varnish-3.0.2.tar.xz deleted file mode 100644 index 1ba760c..0000000 --- a/varnish-3.0.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81243b849308defc2996ed72a1f4acc1351b3ae4ce8fc57d608d0e9429581f9e -size 1101616 diff --git a/varnish-3.0.3.tar.xz b/varnish-3.0.3.tar.xz new file mode 100644 index 0000000..a9a58f6 --- /dev/null +++ b/varnish-3.0.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ca91011229ca8d225aa1080dd827041b8121436d8dcddef507b95305533741 +size 1152008 diff --git a/varnish.changes b/varnish.changes index 0df15cd..9221c50 100644 --- a/varnish.changes +++ b/varnish.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun Sep 23 21:30:35 UTC 2012 - nmo.marques@gmail.com + +- 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. + ------------------------------------------------------------------- Wed Feb 8 23:26:10 UTC 2012 - jengelh@medozas.de diff --git a/varnish.spec b/varnish.spec index e3c2fc1..1d0ed89 100644 --- a/varnish.spec +++ b/varnish.spec @@ -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 @@ -26,11 +26,11 @@ URL: http://varnish-cache.org/ #DL-URL: http://downloads.sf.net/varnish/%name-%version.tar.bz2 Source0: %name-%version.tar.xz -Source2: varnish.init -Source3: varnish.sysconfig +Source2: varnish.init +Source3: varnish.sysconfig Source4: vcl.conf Source5: varnish.logrotate -Source6: varnishlog.init +Source6: varnishlog.init Source7: varnish.service Source8: varnishlog.service @@ -107,7 +107,7 @@ make %{?_smp_mflags} %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 @@ mkdir -p "$b/%pkg_logdir" %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}