document some patches
authorMichael R. Crusoe <michael.crusoe@gmail.com>
Sun, 29 Sep 2019 15:41:23 +0000 (17:41 +0200)
committerMichael R. Crusoe <michael.crusoe@gmail.com>
Mon, 30 Sep 2019 09:25:09 +0000 (11:25 +0200)
debian/patches/support_x32
debian/patches/suppress_gnutls_version_check
debian/patches/system_mbedtls_only

index df9fb95923f4a08e04444bd2399fc7be71a68a09..6248355bb28ea2f40c953bb7b9b4659bba9048ee 100644 (file)
@@ -1,3 +1,8 @@
+Author: Aaron M. Ucko <ucko@debian.org>
+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 @@
index 51b9982c2915e93bedd483ad26ca96aec9c5a9f1..c6f7dc253ae3e28fc7ab8e3ec226a21a4a7aae30 100644 (file)
@@ -1,3 +1,10 @@
+Author: Aaron M. Ucko <ucko@debian.org>
+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
index bf2fa79ac97016ea47513fce3a8419f8ae0e498e..61c24e5a057d38bf244e33f6b1e441f07298ab42 100644 (file)
@@ -1,3 +1,6 @@
+Author: Aaron M. Ucko <amu@ucko.debian.net>
+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 @@