diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/ed-1.21_pre.local.patch (renamed from patches/ed-1.20.2_pre.local.patch) | 0 | ||||
-rw-r--r-- | patches/flac-1.5.0_pre.local.patch (renamed from patches/libflac-1.4.3_pre.local.patch) | 0 | ||||
-rw-r--r-- | patches/libarchive-3.7.8_pre.local.patch (renamed from patches/libarchive-3.7.6_pre.local.patch) | 0 | ||||
-rw-r--r-- | patches/libsndfile-1.2.2.local.patch (renamed from patches/libsndfile-1.2.0.local.patch) | 0 | ||||
-rw-r--r-- | patches/libssh-0.10.6.local.patch | 10 | ||||
-rw-r--r-- | patches/libssh-0.11.1_pre.local.patch | 44 | ||||
-rw-r--r-- | patches/libtasn1-4.20.0_pre.local.patch (renamed from patches/libtasn1-4.19.0_pre.local.patch) | 30 | ||||
-rw-r--r-- | patches/libxslt-1.1.43.local.patch (renamed from patches/libxslt-1.1.39.local.patch) | 0 | ||||
-rw-r--r-- | patches/libxslt-1.1.43_pre.local.patch (renamed from patches/libxslt-1.1.39_pre.local.patch) | 0 | ||||
-rw-r--r-- | patches/lighttpd-1.4.77.local.patch | 19 | ||||
-rw-r--r-- | patches/lighttpd-1.4.77_pre.local.patch (renamed from patches/lighttpd-1.4.76_pre.local.patch) | 0 | ||||
-rw-r--r-- | patches/tcsh-6.24.15.local.patch (renamed from patches/tcsh-6.24.14.local.patch) | 0 | ||||
-rw-r--r-- | patches/utf8proc_pre.local.patch | 9 |
13 files changed, 87 insertions, 25 deletions
diff --git a/patches/ed-1.20.2_pre.local.patch b/patches/ed-1.21_pre.local.patch index 624c9d12..624c9d12 100644 --- a/patches/ed-1.20.2_pre.local.patch +++ b/patches/ed-1.21_pre.local.patch diff --git a/patches/libflac-1.4.3_pre.local.patch b/patches/flac-1.5.0_pre.local.patch index b0aee98f..b0aee98f 100644 --- a/patches/libflac-1.4.3_pre.local.patch +++ b/patches/flac-1.5.0_pre.local.patch diff --git a/patches/libarchive-3.7.6_pre.local.patch b/patches/libarchive-3.7.8_pre.local.patch index f8f71eb5..f8f71eb5 100644 --- a/patches/libarchive-3.7.6_pre.local.patch +++ b/patches/libarchive-3.7.8_pre.local.patch diff --git a/patches/libsndfile-1.2.0.local.patch b/patches/libsndfile-1.2.2.local.patch index 708ae2c7..708ae2c7 100644 --- a/patches/libsndfile-1.2.0.local.patch +++ b/patches/libsndfile-1.2.2.local.patch diff --git a/patches/libssh-0.10.6.local.patch b/patches/libssh-0.10.6.local.patch deleted file mode 100644 index e2525540..00000000 --- a/patches/libssh-0.10.6.local.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff -ru libssh-0.10.6.orig/libssh.pc.cmake libssh-0.10.6/libssh.pc.cmake ---- libssh-0.10.6.orig/libssh.pc.cmake 2022-11-18 16:16:47.000000000 +0100 -+++ libssh-0.10.6/libssh.pc.cmake 2023-12-19 14:32:21.461084477 +0100 -@@ -6,5 +6,5 @@ - Name: @PROJECT_NAME@ - Description: The SSH Library - Version: @PROJECT_VERSION@ --Libs: -L${libdir} -lssh -+Libs: -lssh - Cflags: -I${includedir} diff --git a/patches/libssh-0.11.1_pre.local.patch b/patches/libssh-0.11.1_pre.local.patch new file mode 100644 index 00000000..0bb9b840 --- /dev/null +++ b/patches/libssh-0.11.1_pre.local.patch @@ -0,0 +1,44 @@ +diff -ru libssh-0.11.1.orig/CMakeLists.txt libssh-0.11.1/CMakeLists.txt +--- libssh-0.11.1.orig/CMakeLists.txt 2024-08-29 15:15:05.000000000 +0200 ++++ libssh-0.11.1/CMakeLists.txt 2024-12-22 20:13:00.884204019 +0100 +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.12.0) ++cmake_minimum_required(VERSION 3.7.0) + + # Specify search path for CMake modules to be loaded by include() + # and find_package() +@@ -75,13 +75,6 @@ + endif (NOT NACL_FOUND) + endif (WITH_NACL) + +-# Disable symbol versioning in non UNIX platforms +-if (UNIX) +- find_package(ABIMap 0.3.1) +-else (UNIX) +- set(WITH_SYMBOL_VERSIONING OFF) +-endif (UNIX) +- + # config.h checks + include(ConfigureChecks.cmake) + configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h) +diff -ru libssh-0.11.1.orig/libssh.pc.cmake libssh-0.11.1/libssh.pc.cmake +--- libssh-0.11.1.orig/libssh.pc.cmake 2024-01-12 14:12:29.000000000 +0100 ++++ libssh-0.11.1/libssh.pc.cmake 2024-12-22 20:16:30.103523223 +0100 +@@ -6,5 +6,5 @@ + Name: @PROJECT_NAME@ + Description: The SSH Library + Version: @PROJECT_VERSION@ +-Libs: -L${libdir} -lssh ++Libs: -lssh + Cflags: -I${includedir} +diff -ru libssh-0.11.1.orig/src/threads/libgcrypt.c libssh-0.11.1/src/threads/libgcrypt.c +--- libssh-0.11.1.orig/src/threads/libgcrypt.c 2024-01-02 16:48:48.000000000 +0100 ++++ libssh-0.11.1/src/threads/libgcrypt.c 2024-12-22 20:13:00.884204019 +0100 +@@ -26,7 +26,6 @@ + + #if (GCRYPT_VERSION_NUMBER >= 0x010600) + /* libgcrypt >= 1.6 does not support custom callbacks */ +-GCRY_THREAD_OPTION_PTHREAD_IMPL; + + int crypto_thread_init(struct ssh_threads_callbacks_struct *user_callbacks) + { diff --git a/patches/libtasn1-4.19.0_pre.local.patch b/patches/libtasn1-4.20.0_pre.local.patch index 9f7f4eda..ba81c70e 100644 --- a/patches/libtasn1-4.19.0_pre.local.patch +++ b/patches/libtasn1-4.20.0_pre.local.patch @@ -1,8 +1,8 @@ -diff -ru libtasn1-4.17.0.orig/configure libtasn1-4.17.0/configure ---- libtasn1-4.17.0.orig/configure 2021-05-13 19:09:31.000000000 +0200 -+++ libtasn1-4.17.0/configure 2021-12-07 16:59:10.538374562 +0100 -@@ -12844,6 +12844,16 @@ - dynamic_linker='GNU/Linux ld.so' +diff -ru libtasn1-4.20.0.orig/configure libtasn1-4.20.0/configure +--- libtasn1-4.20.0.orig/configure 2025-02-01 18:11:54.000000000 +0100 ++++ libtasn1-4.20.0/configure 2025-02-22 12:59:57.084712503 +0100 +@@ -14827,6 +14827,16 @@ + hardcode_libdir_flag_spec='-L$libdir' ;; +midipix*) @@ -15,18 +15,18 @@ diff -ru libtasn1-4.17.0.orig/configure libtasn1-4.17.0/configure + shlibpath_var=LD_LIBRARY_PATH + ;; + - netbsdelf*-gnu) - version_type=linux - need_lib_prefix=no -diff -ru libtasn1-4.17.0.orig/Makefile.in libtasn1-4.17.0/Makefile.in ---- libtasn1-4.17.0.orig/Makefile.in 2021-05-13 19:09:33.000000000 +0200 -+++ libtasn1-4.17.0/Makefile.in 2021-12-07 17:00:22.742376855 +0100 -@@ -564,7 +564,7 @@ + # This must be glibc/ELF. + linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + version_type=linux # correct to gnu/linux during the next big refactor +diff -ru libtasn1-4.20.0.orig/Makefile.in libtasn1-4.20.0/Makefile.in +--- libtasn1-4.20.0.orig/Makefile.in 2025-02-01 18:11:54.000000000 +0100 ++++ libtasn1-4.20.0/Makefile.in 2025-02-22 13:00:37.817521139 +0100 +@@ -1578,7 +1578,7 @@ windows/test-tree/test-tree.vcproj windows/libtasn14win.mk \ - cfg.mk maint.mk CONTRIBUTING.md README.md \ + cfg.mk maint.mk CONTRIBUTING.md README.md COPYING.LESSERv2 \ $(top_srcdir)/.version --SUBDIRS = lib src fuzz tests $(am__append_1) -+SUBDIRS = lib src fuzz $(am__append_1) +-SUBDIRS = lib src $(am__append_1) fuzz tests ++SUBDIRS = lib src $(am__append_1) fuzz @CODE_COVERAGE_ENABLED_TRUE@GITIGNOREFILES := $(GITIGNOREFILES) $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY) @CODE_COVERAGE_ENABLED_TRUE@code_coverage_v_lcov_cap = $(code_coverage_v_lcov_cap_$(V)) @CODE_COVERAGE_ENABLED_TRUE@code_coverage_v_lcov_cap_ = $(code_coverage_v_lcov_cap_$(AM_DEFAULT_VERBOSITY)) diff --git a/patches/libxslt-1.1.39.local.patch b/patches/libxslt-1.1.43.local.patch index ccafaf1e..ccafaf1e 100644 --- a/patches/libxslt-1.1.39.local.patch +++ b/patches/libxslt-1.1.43.local.patch diff --git a/patches/libxslt-1.1.39_pre.local.patch b/patches/libxslt-1.1.43_pre.local.patch index 08be2163..08be2163 100644 --- a/patches/libxslt-1.1.39_pre.local.patch +++ b/patches/libxslt-1.1.43_pre.local.patch diff --git a/patches/lighttpd-1.4.77.local.patch b/patches/lighttpd-1.4.77.local.patch new file mode 100644 index 00000000..3acc57ed --- /dev/null +++ b/patches/lighttpd-1.4.77.local.patch @@ -0,0 +1,19 @@ +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.76_pre.local.patch b/patches/lighttpd-1.4.77_pre.local.patch index 55360673..55360673 100644 --- a/patches/lighttpd-1.4.76_pre.local.patch +++ b/patches/lighttpd-1.4.77_pre.local.patch diff --git a/patches/tcsh-6.24.14.local.patch b/patches/tcsh-6.24.15.local.patch index bc8b1735..bc8b1735 100644 --- a/patches/tcsh-6.24.14.local.patch +++ b/patches/tcsh-6.24.15.local.patch diff --git a/patches/utf8proc_pre.local.patch b/patches/utf8proc_pre.local.patch new file mode 100644 index 00000000..b7139aa5 --- /dev/null +++ b/patches/utf8proc_pre.local.patch @@ -0,0 +1,9 @@ +diff -ru utf8proc.orig/CMakeLists.txt utf8proc/CMakeLists.txt +--- utf8proc.orig/CMakeLists.txt 2024-12-30 15:46:09.247803997 +0100 ++++ utf8proc/CMakeLists.txt 2024-12-30 15:47:14.637465265 +0100 +@@ -1,4 +1,4 @@ +-cmake_minimum_required (VERSION 3.10) ++cmake_minimum_required (VERSION 3.7) + + include (utils.cmake) + |