diff -Nru libvmime-0.9.1/debian/changelog libvmime-0.9.1/debian/changelog --- libvmime-0.9.1/debian/changelog 2015-09-22 17:33:22.000000000 +0000 +++ libvmime-0.9.1/debian/changelog 2016-01-31 18:41:26.000000000 +0000 @@ -1,3 +1,9 @@ +libvmime (0.9.1-4+rpi1) stretch-staging; urgency=medium + + * Remove calls to gnutls_*_set_priority + + -- Peter Michael Green Sun, 31 Jan 2016 18:41:14 +0000 + libvmime (0.9.1-4) unstable; urgency=medium [ Carsten Schoenert ] diff -Nru libvmime-0.9.1/debian/patches/gnutls3.4.patch libvmime-0.9.1/debian/patches/gnutls3.4.patch --- libvmime-0.9.1/debian/patches/gnutls3.4.patch 1970-01-01 00:00:00.000000000 +0000 +++ libvmime-0.9.1/debian/patches/gnutls3.4.patch 2016-01-31 18:41:03.000000000 +0000 @@ -0,0 +1,102 @@ +Description: remove calls to gnutls_*_set_priority + The gnutls_*_set_priority functions have been removed. According to + http://www.gnutls.org/manual/html_node/Upgrading-from-previous-versions.html + the replacement is gnutls_priority_set_direct but the settings used seem + rather outdated anyway, so rather than converting I just removed them. + (so gnutls will use it's defaults). +uthor: Peter Michael Green + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: https://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- libvmime-0.9.1.orig/src/net/tls/TLSSession.cpp ++++ libvmime-0.9.1/src/net/tls/TLSSession.cpp +@@ -111,78 +111,6 @@ TLSSession::TLSSession(ref