[med-svn] [ncbi-vdb] 04/07: More adaptations to Debian packaged libmbedx
Andreas Tille
tille at debian.org
Thu Oct 19 21:46:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to tag debian/2.8.2-2+dfsg-1
in repository ncbi-vdb.
commit d138bb08da9c54192525d3fb3f1c04ec91bfc37c
Author: Andreas Tille <tille at debian.org>
Date: Thu Oct 19 22:58:58 2017 +0200
More adaptations to Debian packaged libmbedx
---
debian/changelog | 3 ++-
debian/patches/mbedtls_ssl_init.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
3 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a5b98e2..7931586 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-ncbi-vdb (2.8.2+dfsg-1) UNRELEASED; urgency=medium
+ncbi-vdb (2.8.2-2+dfsg-1) UNRELEASED; urgency=medium
* New upstream version
* cme fix dpkg-control
* Standards-Version: 4.1.1
+ * More adaptations to Debian packaged libmbedx
-- Andreas Tille <tille at debian.org> Thu, 19 Oct 2017 22:48:33 +0200
diff --git a/debian/patches/mbedtls_ssl_init.patch b/debian/patches/mbedtls_ssl_init.patch
new file mode 100644
index 0000000..976e973
--- /dev/null
+++ b/debian/patches/mbedtls_ssl_init.patch
@@ -0,0 +1,16 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 19 Oct 2017 22:48:33 +0200
+Description: Name change of function probably a consequence of using Debian
+ packaged libmbedx
+
+--- a/libs/kns/tls.c
++++ b/libs/kns/tls.c
+@@ -991,7 +991,7 @@ rc_t KTLSStreamMake ( KTLSStream ** objp
+ obj -> mgr = mgr;
+
+ STATUS ( STAT_PRG, "%s - initializing tls wrapper\n", __func__ );
+- vdb_mbedtls_ssl_init ( &obj -> ssl );
++ mbedtls_ssl_init ( &obj -> ssl );
+
+ * objp = obj;
+ return 0;
diff --git a/debian/patches/series b/debian/patches/series
index b73bc0c..8b90a59 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ spelling.patch
remove_-m64_flag.patch
add_-msse2.patch
use_debian_packaged_libmbedx.patch
+mbedtls_ssl_init.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ncbi-vdb.git
More information about the debian-med-commit
mailing list