diff options
author | Ørjan Malde <red@foxi.me> | 2025-05-23 20:49:31 +0200 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2025-05-23 20:49:31 +0200 |
commit | 5b4c9b1cfc3cb437d211827c240d3fe22804a542 (patch) | |
tree | 772f515c601d89cc4270cdfea8fd2aaab6e59663 | |
parent | ffcf1d6b1d0aecc4a6e676a1189a5040c07df15b (diff) | |
download | midipix_build-5b4c9b1cfc3cb437d211827c240d3fe22804a542.tar.bz2 midipix_build-5b4c9b1cfc3cb437d211827c240d3fe22804a542.tar.xz |
groups.d/241.native_packages_inet.d/lighttpd.package: bump to v1.4.79
Signed-off-by: Ørjan Malde <red@foxi.me>
-rw-r--r-- | groups.d/241.native_packages_inet.d/lighttpd.package | 4 | ||||
-rw-r--r-- | patches/lighttpd-1.4.77.local.patch | 19 | ||||
-rw-r--r-- | patches/lighttpd-1.4.79_pre.local.patch (renamed from patches/lighttpd-1.4.77_pre.local.patch) | 0 |
3 files changed, 2 insertions, 21 deletions
diff --git a/groups.d/241.native_packages_inet.d/lighttpd.package b/groups.d/241.native_packages_inet.d/lighttpd.package index 87e9f2ed..53ee30e5 100644 --- a/groups.d/241.native_packages_inet.d/lighttpd.package +++ b/groups.d/241.native_packages_inet.d/lighttpd.package @@ -1,6 +1,6 @@ : ${PKG_LIGHTTPD_DEPENDS:="bzip2 pcre libressl libsasl2 libz gnutls"}; -: ${PKG_LIGHTTPD_SHA256SUM:=acafabdbfa2267d8b6452d03d85fdd2a66525f3f05a36a79b6645c017f1562ce}; -: ${PKG_LIGHTTPD_VERSION:=1.4.77}; +: ${PKG_LIGHTTPD_SHA256SUM:=3b29a625b3ad88702d1fea4f5f42bb7d87488f2e4efc977d7f185329ca6084bd}; +: ${PKG_LIGHTTPD_VERSION:=1.4.79}; : ${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.77.local.patch b/patches/lighttpd-1.4.77.local.patch deleted file mode 100644 index 3acc57ed..00000000 --- a/patches/lighttpd-1.4.77.local.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -ru lighttpd-1.4.77.orig/src/mod_openssl.c lighttpd-1.4.77/src/mod_openssl.c ---- lighttpd-1.4.77.orig/src/mod_openssl.c 2025-01-10 05:12:08.000000000 +0100 -+++ lighttpd-1.4.77/src/mod_openssl.c 2025-02-22 13:20:20.502779996 +0100 -@@ -3020,15 +3020,7 @@ - "X25519:P-256:P-384:X448"; - #endif - -- #if (defined(BORINGSSL_API_VERSION) && BORINGSSL_API_VERSION >= 19) \ -- || (defined(LIBRESSL_VERSION_NUMBER) \ -- && LIBRESSL_VERSION_NUMBER >= 0x2050100fL) \ -- || OPENSSL_VERSION_NUMBER >= 0x10101000L - int rc = SSL_CTX_set1_groups_list(s->ssl_ctx, groups); -- #elif (defined(BORINGSSL_API_VERSION && BORINGSSL_API_VERSION >= 3) \ -- || OPENSSL_VERSION_NUMBER >= 0x10100000L -- int rc = SSL_CTX_set1_curves_list(s->ssl_ctx, groups); -- #endif - if (1 != rc) { - log_error(srv->errh, __FILE__, __LINE__, - "SSL: Unable to config groups %s", groups); diff --git a/patches/lighttpd-1.4.77_pre.local.patch b/patches/lighttpd-1.4.79_pre.local.patch index 55360673..55360673 100644 --- a/patches/lighttpd-1.4.77_pre.local.patch +++ b/patches/lighttpd-1.4.79_pre.local.patch |