diff options
author | Ørjan Malde <red@foxi.me> | 2023-01-07 13:16:57 +0100 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2023-01-07 13:16:57 +0100 |
commit | 18296154f8772ac61d4fb92e522f5f5099d7f400 (patch) | |
tree | cbff84f5a0cf9e6e7f2acda07cbeccc641c36f87 /patches | |
parent | 33d90b667f6f020f60d68e5990ba90fee111b26d (diff) | |
download | midipix_build-18296154f8772ac61d4fb92e522f5f5099d7f400.tar.bz2 midipix_build-18296154f8772ac61d4fb92e522f5f5099d7f400.tar.xz |
groups/241.native_packages_inet.group: lighttpd: bump to v1.4.68
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/lighttpd-1.4.67_pre.local.patch | 12 | ||||
-rw-r--r-- | patches/lighttpd-1.4.68.local.patch (renamed from patches/lighttpd-1.4.67.local.patch) | 0 | ||||
-rw-r--r-- | patches/lighttpd-1.4.68_pre.local.patch | 21 |
3 files changed, 21 insertions, 12 deletions
diff --git a/patches/lighttpd-1.4.67_pre.local.patch b/patches/lighttpd-1.4.67_pre.local.patch deleted file mode 100644 index 596427ef..00000000 --- a/patches/lighttpd-1.4.67_pre.local.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru lighttpd-1.4.65.orig/configure lighttpd-1.4.65/configure ---- lighttpd-1.4.65.orig/configure 2022-06-29 20:12:39.278502239 +0200 -+++ lighttpd-1.4.65/configure 2022-06-29 20:18:18.776131546 +0200 -@@ -18859,7 +18859,7 @@ - ac_status=$? - printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_PCRE2_LIBS=`$PKG_CONFIG --libs "libpcre2-8" 2>/dev/null` -+ pkg_cv_PCRE2_LIBS=`$PKG_CONFIG --libs-only-l "libpcre2-8" 2>/dev/null` - test "x$?" != "x0" && pkg_failed=yes - else - pkg_failed=yes diff --git a/patches/lighttpd-1.4.67.local.patch b/patches/lighttpd-1.4.68.local.patch index 50a2ce94..50a2ce94 100644 --- a/patches/lighttpd-1.4.67.local.patch +++ b/patches/lighttpd-1.4.68.local.patch diff --git a/patches/lighttpd-1.4.68_pre.local.patch b/patches/lighttpd-1.4.68_pre.local.patch new file mode 100644 index 00000000..dd5f1a4d --- /dev/null +++ b/patches/lighttpd-1.4.68_pre.local.patch @@ -0,0 +1,21 @@ +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 +@@ -18388,7 +18388,7 @@ + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_GNUTLS_LIBS=`$PKG_CONFIG --libs "gnutls >= 3.3.0" 2>/dev/null` ++ pkg_cv_GNUTLS_LIBS=`$PKG_CONFIG --libs-only-l "gnutls >= 3.3.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -18771,7 +18771,7 @@ + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_PCRE2_LIBS=`$PKG_CONFIG --libs "libpcre2-8" 2>/dev/null` ++ pkg_cv_PCRE2_LIBS=`$PKG_CONFIG --libs-only-l "libpcre2-8" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes |