From b7bbf24037e0811083b5f6866eaf0d68d4532cc4 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Tue, 2 Dec 2014 00:37:37 +0900 Subject: New patch 360_libressl.patch to disable USE_EGD for LibreSSL --- debian/patches/360_libressl.patch | 19 +++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 20 insertions(+) create mode 100644 debian/patches/360_libressl.patch diff --git a/debian/patches/360_libressl.patch b/debian/patches/360_libressl.patch new file mode 100644 index 0000000..15d36f5 --- /dev/null +++ b/debian/patches/360_libressl.patch @@ -0,0 +1,19 @@ +Subject: Disable USE_EGD for LibreSSL +Author: Vsevolod Stakhov +Origin: https://bz-attachments.freebsd.org/attachment.cgi?id=144635 +Bug-FreeBSD: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191852 +Bug-FreeBSD: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191956 + +diff --git a/config.h.in b/config.h.in +index a4110ea..3b575e4 100644 +--- a/config.h.in ++++ b/config.h.in +@@ -85,7 +85,7 @@ + #undef INET6 + #undef HAVE_SOCKLEN_T + #undef HAVE_OLD_SS_FAMILY +-#define USE_EGD ++#undef USE_EGD + #define ENABLE_REMOVE_TRAILINGSPACES + #undef MENU_THIN_FRAME + #undef USE_RAW_SCROLL diff --git a/debian/patches/series b/debian/patches/series index 8db2bfd..184e113 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -34,6 +34,7 @@ 330_Disable-weak-ciphers.patch 340_ssl-init.patch 350_ambwidth.patch +360_libressl.patch 800_lang-en.patch 810_lang-de.patch 820_lang-ja.patch -- cgit v1.2.3