+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 @@
+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
+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 @@