SHA256
1
0
forked from pool/varnish
Jan Engelhardt 2012-09-24 03:29:35 +00:00 committed by Git OBS Bridge
parent 152801e9de
commit a30833aec9
4 changed files with 23 additions and 65 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d37d18d952f58b208ac3a0706d4d3e4c0de304b1fcc9df5019571c75f148ab2
size 2070020

3
varnish-3.0.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5ca91011229ca8d225aa1080dd827041b8121436d8dcddef507b95305533741
size 1152008

View File

@ -1,65 +1,23 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 23 21:30:35 UTC 2012 - nmo.marques@gmail.com Sun Sep 23 21:30:35 UTC 2012 - nmo.marques@gmail.com
- Update to version 3.0.3: - Update to version 3.0.3
+ Fix a race on the n_sess counter. This race made varnish do * Fixed excessive session workspace allocations.
excessive session workspace allocations. Bug #897. * Fixed some crashes in the case of out of memory
+ Fix some crashes in the gzip code when it runs out of memory. * Fixed an infinite loop in the regex parser.
Bug #1037. Bug #1043. Bug #1044. * DNS director now uses port 80 by default if not specified.
+ Fix a bug where the regular expression parser could end up in * Introduce idle_send_timeout and increase default value for
an infinite loop. Bug #1047.
+ Fix a memory leak in the regex code.
+ 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 send_timeout to 600s. This allows a long send timeout for slow
clients while still being able to disconnect idle clients. clients while still being able to disconnect idle clients.
+ Fix an issue where <esi:remove> did not remove HTML comments. * Fixed a crash when passing with streaming on.
Bug #1092. * Fixed a crash in the idle session timeout code.
+ Fix a crash when passing with streaming on. * Fixed an issue where the poll waiter did not timeout clients if
+ Fix a crash in the idle session timeout code. all clients were idle.
+ Fix an issue where the poll waiter did not timeout clients if * Log regex errors instead of crashing.
all clients were idle. Bug #1023. * Introduce pcre_match_limit, and pcre_match_limit_recursion
+ Log regex errors instead of crashing.
+ Introduce pcre_match_limit, and pcre_match_limit_recursion
parameters. parameters.
+ Add CLI commands to manually control health state of a * Add CLI commands to manually control health state of a
backend. backend.
+ Fix an issue where the s_bodybytes counter is not updated
correctly on gunzipped delivery.
+ Fix a crash when we couldn't allocate memory for a fetched
object. Bug #1100.
+ Fix an issue where objects could end up in the transient store
with a long TTL, when memory could not be allocated for them in
the requested store. Bug #1140.
+ Activate req.hash_ignore_busy when req.hash_always_miss is
activated. Bug #1073.
+ Reject invalid tcp port numbers for listen address. Bug #1035.
+ Enable JIT for better performing regular expressions.
Bug #1080.
+ Return VCL errors in exit code when using -C. Bug #1069.
+ Stricter validation of acl syntax, to avoid a crash with
5-octet IPv4 addresses. Bug #1126.
+ Fix a crash when first argument to regsub was null.
Bug #1125.
+ Fix a case where varnish delivered corrupt gzip content when
using ESI. Bug #1109.
+ Fix a case where varnish didn't remove the old Date header
and served it alongside the varnish-generated Date header
Bug #1104.
+ Make saint mode work, for the case where we have no object with
that hash. Bug #1091.
+ Don't save the object body on hit-for-pass objects.
+ n_ban_gone counter added to count the number of "gone" bans.
+ Ban lurker rewritten to properly sleep when no bans are
present, and otherwise to process the list at the configured
speed.
+ Fix a case where varnish delivered wrong content for an
uncompressed page with compressed ESI child. Bug #1029.
+ Fix an issue where varnish runs out of thread workspace when
processing many ESI includes on an object. Bug #1038.
+ Fix a crash when streaming was enabled for an empty body.
+ Better error reporting for some fetch errors.
+ Small performance optimizations.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 8 23:26:10 UTC 2012 - jengelh@medozas.de Wed Feb 8 23:26:10 UTC 2012 - jengelh@medozas.de

View File

@ -25,7 +25,7 @@ Group: Productivity/Networking/Web/Proxy
URL: http://varnish-cache.org/ URL: http://varnish-cache.org/
#DL-URL: http://downloads.sf.net/varnish/%name-%version.tar.bz2 #DL-URL: http://downloads.sf.net/varnish/%name-%version.tar.bz2
Source0: http://repo.varnish-cache.org/source/%{name}-%{version}.tar.gz Source0: %name-%version.tar.xz
Source2: varnish.init Source2: varnish.init
Source3: varnish.sysconfig Source3: varnish.sysconfig
Source4: vcl.conf Source4: vcl.conf
@ -107,7 +107,7 @@ make %{?_smp_mflags}
%install %install
b="%buildroot"; b="%buildroot";
%makeinstall make install DESTDIR="%buildroot";
# There is no use for them to normal users # There is no use for them to normal users
mv "$b/%_bindir"/* "$b/%_sbindir/"; mv "$b/%_bindir"/* "$b/%_sbindir/";
# #
@ -162,7 +162,7 @@ mkdir -p "$b/%pkg_logdir"
%endif %endif
%postun %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 varnish
%restart_on_update varnishlog %restart_on_update varnishlog
%if 0%{?_unitdir:1} %if 0%{?_unitdir:1}