]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
Up to 1.4.56 (HTTP/2, TLS library options, brotli, bugfixes)
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 30 Nov 2020 06:17:41 +0000 (08:17 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 30 Nov 2020 06:34:53 +0000 (08:34 +0200)
https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_56/

lighttpd-branding.patch
lighttpd.spec
test-port-setup.patch

index 55cc9cf4d833708ea5f065210d8bd73041984d27..ab691cec9fdf6ef5634bd8ffc9932c3a72243044 100644 (file)
@@ -1,11 +1,11 @@
---- lighttpd-1.4.46/src/server.c~      2017-10-21 22:36:29.000000000 +0300
-+++ lighttpd-1.4.46/src/server.c       2017-10-22 14:38:39.530007753 +0300
+--- lighttpd-1.4.56/src/server.c~      2020-11-30 00:32:01.000000000 +0200
++++ lighttpd-1.4.56/src/server.c       2020-11-30 08:29:32.022380561 +0200
 @@ -25,7 +25,7 @@
  # define REPO_VERSION ""
  #endif
  
 -#define PACKAGE_DESC PACKAGE_NAME "/" PACKAGE_VERSION REPO_VERSION
 +#define PACKAGE_DESC PACKAGE_NAME "/" PACKAGE_VERSION REPO_VERSION " (PLD Linux)"
+ static const buffer default_server_tag = { CONST_STR_LEN(PACKAGE_DESC)+1, 0 };
  
  #include <sys/types.h>
- #include <sys/time.h>
index f3fa1a89bcfd4aa1f20a44851dd6c45b4854e362..2acba0311bcc66ab45f5fcf1b0dc814c32fe1967 100644 (file)
@@ -7,6 +7,13 @@
 # - add db specific mod_vhostdb_* sub-packages
 # - package mod_sockproxy
 #   https://github.com/lighttpd/lighttpd1.4/commit/c4d743bb4d0cc045d41322169a4e36a151e247f1
+# - TLS library options
+#    - mod_openssl (existing)
+#    - mod_mbedtls (experimental)
+#    - mod_wolfssl (experimental)
+#    - mod_gnutls  (experimental)
+#    - mod_nss     (experimental)
+# - mod_deflate brotli support
 #
 # Conditional build:
 %bcond_with            tests           # build with tests
 Summary:       Fast and light HTTP server
 Summary(pl.UTF-8):     Szybki i lekki serwer HTTP
 Name:          lighttpd
-Version:       1.4.55
+Version:       1.4.56
 Release:       1
 License:       BSD
 Group:         Networking/Daemons/HTTP
 Source0:       https://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.xz
-# Source0-md5: be4bda2c28bcbdac6eb941528f6edf03
+# Source0-md5: 9d94f68c8106bfcdfe7aafa0a13f45a8
 Source1:       %{name}.init
 Source2:       %{name}.conf
 Source3:       %{name}.user
index cb02c9d8b6a3efdcbee9cc202f4671c985ae87f1..3578e171cb0a45df003acd7a7a255f8d71d876de 100644 (file)
@@ -2,12 +2,12 @@
 TODO: upstream it:
 https://github.com/lighttpd/lighttpd1.4/pull/69
 
---- lighttpd-1.4.30/tests/LightyTest.pm~       2010-02-02 01:28:20.000000000 +0200
-+++ lighttpd-1.4.30/tests/LightyTest.pm        2011-12-19 14:37:44.255526606 +0200
-@@ -43,7 +43,7 @@
-               $self->{MODULES_PATH} = $self->{BASEDIR}.'/build';
+--- lighttpd-1.4.56/tests/LightyTest.pm~       2020-11-30 00:32:01.000000000 +0200
++++ lighttpd-1.4.56/tests/LightyTest.pm        2020-11-30 08:31:44.175860280 +0200
+@@ -81,7 +81,7 @@
+       if (exists $ENV{LIGHTTPD_EXE_PATH}) {
+               $self->{LIGHTTPD_PATH} = $ENV{LIGHTTPD_EXE_PATH};
        }
-       $self->{LIGHTTPD_PATH} = $self->{BINDIR}.'/lighttpd';
 -      $self->{PORT} = 2048;
 +      $self->{PORT} = $ENV{LIGHTTPD_TEST_PORT} ? int($ENV{LIGHTTPD_TEST_PORT}) : 2048;
  
This page took 0.168765 seconds and 4 git commands to generate.