dep3 headers for new patches
authorIan Beckwith <ianb@erislabs.net>
Mon, 14 Dec 2015 13:11:58 +0000 (13:11 +0000)
committerIan Beckwith <ianb@erislabs.net>
Mon, 14 Dec 2015 13:11:58 +0000 (13:11 +0000)
debian/patches/050_tls.patch
debian/patches/060_disable_sslv3.patch

index 7c037aa..7a3d1ff 100644 (file)
@@ -1,3 +1,10 @@
+Description: Patches from upstream to support TLS and openssl 1.0+
+  All SSL/TLS related patches since ckermit 302.
+  See (the end of) ftp://ftp.kermitproject.org/kermit/test/text/NOTES.TXT
+  for details.
+Origin: upstream, dev.14
+Forwarded: not-needed
+Last-Update: 2015-12-14
 Index: ckermit/ck_ssl.c
 ===================================================================
 --- ckermit.orig/ck_ssl.c
index 596031a..0eb8b0c 100644 (file)
@@ -1,3 +1,8 @@
+Description: Add DISABLE_SSLV3 compile-time option
+ Needed to link with Debian's openssl, which has ssl3_{client,server}_method() disabled.
+Author: Ian Beckwith <ianb@erislabs.net>
+Forwarded: fdc@columbia.edu
+Last-Update: 2015-12-14
 Index: ckermit/ck_ssl.c
 ===================================================================
 --- ckermit.orig/ck_ssl.c