packages: lighttpd/lighttpd.spec - added lighttpd-openssl_TLSEXT_SNI.patch ...
marti
marti at pld-linux.org
Mon Jan 30 13:02:50 CET 2012
Author: marti Date: Mon Jan 30 12:02:50 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- added lighttpd-openssl_TLSEXT_SNI.patch (only needed in 1.4.30)
- fix segfault in counting renegotiations for openssl versions without TLSEXT/SNI
- link to rev: http://redmine.lighttpd.net/projects/lighttpd/repository/revisions/2822
---- Files affected:
packages/lighttpd:
lighttpd.spec (1.355 -> 1.356)
---- Diffs:
================================================================
Index: packages/lighttpd/lighttpd.spec
diff -u packages/lighttpd/lighttpd.spec:1.355 packages/lighttpd/lighttpd.spec:1.356
--- packages/lighttpd/lighttpd.spec:1.355 Sun Jan 22 21:52:51 2012
+++ packages/lighttpd/lighttpd.spec Mon Jan 30 13:02:45 2012
@@ -30,7 +30,7 @@
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
@@ -99,6 +99,7 @@
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/
@@ -829,6 +830,7 @@
%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
@@ -1322,6 +1324,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.356 2012/01/30 12:02:45 marti
+- added lighttpd-openssl_TLSEXT_SNI.patch (only needed in 1.4.30)
+- fix segfault in counting renegotiations for openssl versions without TLSEXT/SNI
+- link to rev: http://redmine.lighttpd.net/projects/lighttpd/repository/revisions/2822
+
Revision 1.355 2012/01/22 20:52:51 glen
- add charset to text content-types; default as utf8
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lighttpd/lighttpd.spec?r1=1.355&r2=1.356&f=u
More information about the pld-cvs-commit
mailing list