From 8f6aa0b1865ba3eeb857a4c3376d8b339d41a2d7 Mon Sep 17 00:00:00 2001 From: "Aaron M. Ucko" Date: Mon, 22 Jul 2024 23:13:27 -0400 Subject: [PATCH] Refresh patches after prepending allow_pcre2 and support_mbedtls3. --- debian/patches/fix_lib_deps | 4 ++-- debian/patches/hurd_fixes | 2 +- debian/patches/no_multiarch_rpath | 2 +- debian/patches/suppress_tls_version_checks | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/patches/fix_lib_deps b/debian/patches/fix_lib_deps index b90c0a39..7780f29b 100644 --- a/debian/patches/fix_lib_deps +++ b/debian/patches/fix_lib_deps @@ -478,11 +478,11 @@ Last-Update: 2016-12-05 +++ b/c++/src/util/xregexp/Makefile.xregexp.lib @@ -5,7 +5,7 @@ LIB = xregexp - CPPFLAGS = $(ORIG_CPPFLAGS) $(PCRE_INCLUDE) + CPPFLAGS = $(ORIG_CPPFLAGS) $(PCRE_INCLUDE) $(PCRE2_INCLUDE) -DLL_LIB = $(PCRE_LIB) xutil +DLL_LIB = $(PCRE_LIB) xutil xncbi - LIBS = $(PCRE_LIBS) + LIBS = $(PCRE_LIBS) $(PCRE2_LIBS) USES_LIBRARIES = \ --- a/c++/src/objtools/readers/Makefile.xobjread.lib diff --git a/debian/patches/hurd_fixes b/debian/patches/hurd_fixes index 7c7ac40f..a9fccde7 100644 --- a/debian/patches/hurd_fixes +++ b/debian/patches/hurd_fixes @@ -20,7 +20,7 @@ Last-Update: 2020-09-19 irix*:* | linux*:KCC | *:Compaq ) --- a/c++/src/build-system/configure.ac +++ b/c++/src/build-system/configure.ac -@@ -2419,7 +2419,7 @@ if test -z "$CONF_f_runpath" ; then +@@ -2424,7 +2424,7 @@ if test -z "$CONF_f_runpath" ; then CONF_f_runpath="-R" ;; linux*:[[GI]]CC | linux*Clang | *bsd*:GCC | *bsd*Clang | cygwin*:GCC \ diff --git a/debian/patches/no_multiarch_rpath b/debian/patches/no_multiarch_rpath index 842d3978..8423cd88 100644 --- a/debian/patches/no_multiarch_rpath +++ b/debian/patches/no_multiarch_rpath @@ -21,7 +21,7 @@ Last-Update: 2011-08-28 esac --- a/c++/src/build-system/configure.ac +++ b/c++/src/build-system/configure.ac -@@ -2486,7 +2486,7 @@ case "$compiler:$compiler_version:$with_ +@@ -2491,7 +2491,7 @@ case "$compiler:$compiler_version:$with_ break ;; /* ) diff --git a/debian/patches/suppress_tls_version_checks b/debian/patches/suppress_tls_version_checks index 39dc4b5a..6669ec04 100644 --- a/debian/patches/suppress_tls_version_checks +++ b/debian/patches/suppress_tls_version_checks @@ -26,8 +26,8 @@ Description: suppress gnu TLS and mbed TLS version checks --- a/c++/src/connect/ncbi_mbedtls.c +++ b/c++/src/connect/ncbi_mbedtls.c -@@ -728,12 +728,14 @@ static EIO_Status s_MbedTlsInit(FSSLPull - char buf[32]; +@@ -739,12 +739,14 @@ static EIO_Status s_MbedTlsInit(FSSLPull + psa_status_t psa_status; mbedtls_version_get_string(version); +#if 0 -- 2.30.2