SHA256
1
0
forked from pool/varnish

Accepting request 67653 from home:elvigia:branches:server:http

tbr

OBS-URL: https://build.opensuse.org/request/show/67653
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=47
This commit is contained in:
Jan Engelhardt 2011-04-27 16:15:53 +00:00 committed by Git OBS Bridge
parent a01483ae9c
commit 30c7794caf
5 changed files with 36 additions and 6 deletions

12
_service Normal file
View File

@ -0,0 +1,12 @@
<services>
<service name="download_url">
<param name="protocol">http</param>
<param name="host">repo.varnish-cache.org</param>
<param name="path">/source/varnish-2.1.5.tar.gz</param>
</service>
<service name="verify_file">
<param name="file">_service:download_url:varnish-2.1.5.tar.gz</param>
<param name="verifier">sha256</param>
<param name="checksum">2d8049be14ada035d0e3a54c2b519143af40d03d917763cf72d53d8188e5ef83</param>
</service>
</services>

View File

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

View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Apr 16 17:26:10 UTC 2011 - crrodriguez@opensuse.org
- remove configure option --enable-debugging-symbols
it overrides buildsystem optimization levels.
-------------------------------------------------------------------
Sat Apr 16 17:12:11 UTC 2011 - crrodriguez@opensuse.org
- Update to version 2.1.5
* Two bugs relating to Content-Length and possible duplication
of Content-Length headers have been resolved.
* Fixed an issue with re-using connections after Chunked-Encoding.
* Use the time of cache-insertion for "If-Modified-Since" requests
if a "Last-Modified" header isn't provided by the backend.
* Merge multi-line Vary and Cache-Control headers from clients,
which Google Chromium seem to split up.
-------------------------------------------------------------------
Fri Apr 15 22:36:02 UTC 2011 - mrueckert@suse.de

View File

@ -19,7 +19,7 @@
Name: varnish
Version: 2.1.3
Version: 2.1.5
Release: 0
#
License: BSD
@ -119,8 +119,8 @@ Authors:
%if 0%{?suse_version} > 1000
export CFLAGS="%optflags -fstack-protector"
%endif
%configure --disable-static --localstatedir=%_localstatedir/cache/ \
--enable-debugging-symbols \
%configure --disable-static \
--localstatedir=%_localstatedir/cache/ \
--enable-developer-warnings
make %{?_smp_mflags}