summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--groups.d/241.native_packages_inet.group4
-rw-r--r--patches/lighttpd-1.4.70.local.patch (renamed from patches/lighttpd-1.4.69.local.patch)0
-rw-r--r--patches/lighttpd-1.4.70_pre.local.patch (renamed from patches/lighttpd-1.4.69_pre.local.patch)12
3 files changed, 14 insertions, 2 deletions
diff --git a/groups.d/241.native_packages_inet.group b/groups.d/241.native_packages_inet.group
index 2a4978cf..e4d20558 100644
--- a/groups.d/241.native_packages_inet.group
+++ b/groups.d/241.native_packages_inet.group
@@ -128,8 +128,8 @@ gl_cv_ld_output_def=no"};
: ${PKG_LDNS_CONFIGURE_ARGS_EXTRA:="--with-ssl=${PREFIX_NATIVE} --disable-dane-ta-usage --with-drill --with-examples"};
: ${PKG_LDNS_MAKEFLAGS_PARALLELISE:="-j1"};
: ${PKG_LIGHTTPD_DEPENDS:="bzip2 pcre libressl libsasl2 libz gnutls"};
-: ${PKG_LIGHTTPD_SHA256SUM:=16ac8db95e719629ba61949b99f8a26feba946a81d185215b28379bb4116b0b4};
-: ${PKG_LIGHTTPD_VERSION:=1.4.69};
+: ${PKG_LIGHTTPD_SHA256SUM:=921ebe1cf4b6b9897e03779ab7a23a31f4ba40a1abe2067525c33cd3ce61fe85};
+: ${PKG_LIGHTTPD_VERSION:=1.4.70};
: ${PKG_LIGHTTPD_URL:=https://download.lighttpd.net/lighttpd/releases-${PKG_LIGHTTPD_VERSION%.*}.x/lighttpd-${PKG_LIGHTTPD_VERSION}.tar.xz};
: ${PKG_LIGHTTPD_CONFIGURE_ARGS_EXTRA:="--with-pcre2 --with-bzip2 --with-openssl --with-gnutls --with-libxml --with-sasl"};
: ${PKG_LIGHTTPD_CFLAGS_CONFIGURE_EXTRA:="-I${PREFIX_NATIVE}/include/lua5.4"};
diff --git a/patches/lighttpd-1.4.69.local.patch b/patches/lighttpd-1.4.70.local.patch
index 50a2ce94..50a2ce94 100644
--- a/patches/lighttpd-1.4.69.local.patch
+++ b/patches/lighttpd-1.4.70.local.patch
diff --git a/patches/lighttpd-1.4.69_pre.local.patch b/patches/lighttpd-1.4.70_pre.local.patch
index dd5f1a4d..3a114822 100644
--- a/patches/lighttpd-1.4.69_pre.local.patch
+++ b/patches/lighttpd-1.4.70_pre.local.patch
@@ -1,3 +1,15 @@
+diff -ru lighttpd-1.4.70.orig/src/Makefile.in lighttpd-1.4.70/src/Makefile.in
+--- lighttpd-1.4.70.orig/src/Makefile.in 2023-05-10 09:21:16.000000000 +0200
++++ lighttpd-1.4.70/src/Makefile.in 2023-05-21 14:12:46.984527740 +0200
+@@ -1469,7 +1469,7 @@
+ @NO_RDYNAMIC_TRUE@common_ldflags = -avoid-version -no-undefined
+ @NO_RDYNAMIC_TRUE@liblightcomp_la_SOURCES = $(common_src)
+ @NO_RDYNAMIC_TRUE@liblightcomp_la_CFLAGS = $(AM_CFLAGS) $(LIBEV_CFLAGS)
+-@NO_RDYNAMIC_TRUE@liblightcomp_la_LDFLAGS = $(common_ldflags) --export-all-symbols
++@NO_RDYNAMIC_TRUE@liblightcomp_la_LDFLAGS = $(common_ldflags)
+ @NO_RDYNAMIC_TRUE@liblightcomp_la_LIBADD = $(PCRE_LIB) $(CRYPTO_LIB) $(FAM_LIBS) $(LIBEV_LIBS) $(ATTR_LIB) $(WS2_32_LIB)
+ @NO_RDYNAMIC_FALSE@common_libadd =
+ @NO_RDYNAMIC_TRUE@common_libadd = liblightcomp.la
diff -ru lighttpd-1.4.68.orig/configure lighttpd-1.4.68/configure
--- lighttpd-1.4.68.orig/configure 2023-01-03 14:05:40.000000000 +0100
+++ lighttpd-1.4.68/configure 2023-01-07 13:13:44.702656206 +0100