From: Michael R. Crusoe Date: Sun, 29 Sep 2019 15:41:23 +0000 (+0200) Subject: document some patches X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~143 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2d2f8b2f109ba22f08bbc13a4821e9c2f6e0eeec;p=ncbi-blast%2B.git document some patches --- diff --git a/debian/patches/support_x32 b/debian/patches/support_x32 index df9fb959..6248355b 100644 --- a/debian/patches/support_x32 +++ b/debian/patches/support_x32 @@ -1,3 +1,8 @@ +Author: Aaron M. Ucko +Date: Fri Aug 5 19:42:47 2016 -0400 +Description: Support x32 + +Avoid picking up wrong inline assembly. --- a/c++/include/corelib/impl/ncbi_atomic_defs.h +++ b/c++/include/corelib/impl/ncbi_atomic_defs.h @@ -117,7 +117,7 @@ diff --git a/debian/patches/suppress_gnutls_version_check b/debian/patches/suppress_gnutls_version_check index 51b9982c..c6f7dc25 100644 --- a/debian/patches/suppress_gnutls_version_check +++ b/debian/patches/suppress_gnutls_version_check @@ -1,3 +1,10 @@ +Author: Aaron M. Ucko +Date: Wed Dec 7 21:34:44 2016 -0500 +Description: suppress gnutls version check + + Prevent bailing when the exact compile-time and runtime GNU TLS versions + differ; trust dpkg to disallow combinations that are actually incompatible. + --- a/c++/src/connect/ncbi_gnutls.c +++ b/c++/src/connect/ncbi_gnutls.c @@ -660,6 +660,7 @@ static EIO_Status s_GnuTlsInit(FSSLPull diff --git a/debian/patches/system_mbedtls_only b/debian/patches/system_mbedtls_only index bf2fa79a..61c24e5a 100644 --- a/debian/patches/system_mbedtls_only +++ b/debian/patches/system_mbedtls_only @@ -1,3 +1,6 @@ +Author: Aaron M. Ucko +Date: Sun Feb 3 21:43:23 2019 -0500 +Subject: Omit convenience mbed TLS copy --- a/c++/src/connect/Makefile.connssl.lib +++ b/c++/src/connect/Makefile.connssl.lib @@ -2,7 +2,9 @@