Accepting request 137391 from server:http

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/137391
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2012-10-07 18:06:05 +00:00 committed by Git OBS Bridge
commit eb8ca293f1
4 changed files with 31 additions and 10 deletions

View File

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

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,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

View File

@ -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}