]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- added lighttpd-openssl_TLSEXT_SNI.patch (only needed in 1.4.30) auto/ac/lighttpd-1_4_30-4
authormarti <marti@pld-linux.org>
Mon, 30 Jan 2012 12:02:45 +0000 (12:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix segfault in counting renegotiations for openssl versions without TLSEXT/SNI
- link to rev: http://redmine.lighttpd.net/projects/lighttpd/repository/revisions/2822

Changed files:
    lighttpd.spec -> 1.356

lighttpd.spec

index 61604fad60ccb82321c96cb78830cf09411374ff..610137d26b2da080315df247efbabc9f853656b5 100644 (file)
@@ -29,7 +29,7 @@ Summary:      Fast and light HTTP server
 Summary(pl.UTF-8):     Szybki i lekki serwer HTTP
 Name:          lighttpd
 Version:       1.4.30
-Release:       3
+Release:       4
 License:       BSD
 Group:         Networking/Daemons/HTTP
 Source0:       http://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.bz2
@@ -98,6 +98,7 @@ Patch2:               %{name}-mod_h264_streaming.patch
 Patch3:                %{name}-branding.patch
 Patch5:                %{name}-mod_deflate.patch
 Patch6:                test-port-setup.patch
+Patch7:                %{name}-openssl_TLSEXT_SNI.patch
 #Patch:                %{name}-modinit-before-fork.patch
 #Patch:                %{name}-errorlog-before-fork.patch
 URL:           http://www.lighttpd.net/
@@ -828,6 +829,7 @@ Plik monitrc do monitorowania serwera www lighttpd.
 %patch3 -p1
 %{?with_deflate:%patch5 -p1}
 %patch6 -p1
+%patch7 -p1
 
 rm -f src/mod_ssi_exprparser.h # bad patching: should be removed by is emptied instead
 
This page took 0.026414 seconds and 4 git commands to generate.