]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
1.4.35 (March 12, 2014); lighttpd SA-2014-01 auto/ac/lighttpd-1.4.35-1 auto/th/lighttpd-1.4.35-1
authorElan Ruusamäe <glen@delfi.ee>
Wed, 12 Mar 2014 20:02:31 +0000 (22:02 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 12 Mar 2014 20:02:31 +0000 (22:02 +0200)
2547.diff [deleted file]
lighttpd.spec

diff --git a/2547.diff b/2547.diff
deleted file mode 100644 (file)
index b435711..0000000
--- a/2547.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-URL: http://redmine.lighttpd.net/issues/2547
-
-Index: network.c
-===================================================================
---- ./src/network.c    (revision 2936)
-+++ ./src/network.c    (revision 2937)
-@@ -583,7 +583,7 @@
- #ifdef OPENSSL_NO_TLSEXT
-       {
--              data_config *dc = (data_config *)srv->config_context->data[i];
-+              data_config *dc = (data_config *)srv->config_context->data[ndx];
-               if ((ndx > 0 && (COMP_SERVER_SOCKET != dc->comp || dc->cond != CONFIG_COND_EQ))
-                       || !s->ssl_enabled) {
-                       log_error_write(srv, __FILE__, __LINE__, "ss", "SSL:",
index ed708c99d775508a33c079b278e5f0d125248667..44bcfafa99e78bde6f9c59ce28c0bbfc86929628 100644 (file)
 Summary:       Fast and light HTTP server
 Summary(pl.UTF-8):     Szybki i lekki serwer HTTP
 Name:          lighttpd
-Version:       1.4.34
-Release:       3
+Version:       1.4.35
+Release:       1
 License:       BSD
 Group:         Networking/Daemons/HTTP
 Source0:       http://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.bz2
-# Source0-md5: 1071c172ccdd3ba31b56292661236d4b
+# Source0-md5: f7a88130ee9984b421ad8aa80629750a
 Source1:       %{name}.init
 Source2:       %{name}.conf
 Source3:       %{name}.user
@@ -102,7 +102,6 @@ Patch2:             %{name}-mod_h264_streaming.patch
 Patch3:                %{name}-branding.patch
 Patch5:                %{name}-mod_deflate.patch
 Patch6:                test-port-setup.patch
-Patch7:                2547.diff
 #Patch:                %{name}-modinit-before-fork.patch
 #Patch:                %{name}-errorlog-before-fork.patch
 URL:           http://www.lighttpd.net/
@@ -839,7 +838,6 @@ 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.12174 seconds and 4 git commands to generate.