aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2014-12-01 15:37:37 +0000
committerTatsuya Kinoshita <tats@debian.org>2014-12-01 15:37:37 +0000
commitb7bbf24037e0811083b5f6866eaf0d68d4532cc4 (patch)
tree2fad6f518dc8b336b871ce71d3d1497877f7120d /debian
parentNew patch 820_lang-ja.patch to set Language tag properly (diff)
downloadw3m-b7bbf24037e0811083b5f6866eaf0d68d4532cc4.tar.gz
w3m-b7bbf24037e0811083b5f6866eaf0d68d4532cc4.zip
New patch 360_libressl.patch to disable USE_EGD for LibreSSL
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/360_libressl.patch19
-rw-r--r--debian/patches/series1
2 files changed, 20 insertions, 0 deletions
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 <vsevolod@FreeBSD.org>
+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