From 2d2f8b2f109ba22f08bbc13a4821e9c2f6e0eeec Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Sun, 29 Sep 2019 17:41:23 +0200 Subject: [PATCH] document some patches --- debian/patches/support_x32 | 5 +++++ debian/patches/suppress_gnutls_version_check | 7 +++++++ debian/patches/system_mbedtls_only | 3 +++ 3 files changed, 15 insertions(+) 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 @@ -- 2.30.2