summaryrefslogtreecommitdiffhomepage
path: root/patches/lynx-2.8.8rel.2.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-22 02:11:09 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-22 02:35:32 +0000
commit7a66564fb73f8f9ab35d308d774f07306402467e (patch)
tree4d2ed992ad59fef02cf3a69cf3ac7c6c17aace43 /patches/lynx-2.8.8rel.2.local.patch
parent32ad217d197203a97dfcc0076e748731d2315c0b (diff)
downloadmidipix_build-7a66564fb73f8f9ab35d308d774f07306402467e.tar.bz2
midipix_build-7a66564fb73f8f9ab35d308d774f07306402467e.tar.xz
patches/*, subr/pkg_configure_patch{,_pre}.subr: only match against package {name,version}.
subr/pkg_configure_patch.subr: remove `_host' package name postfix when searching for chainport patches. subr/ex_pkg_env.subr: fix typo.
Diffstat (limited to 'patches/lynx-2.8.8rel.2.local.patch')
-rw-r--r--patches/lynx-2.8.8rel.2.local.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/lynx-2.8.8rel.2.local.patch b/patches/lynx-2.8.8rel.2.local.patch
new file mode 100644
index 00000000..89b964d7
--- /dev/null
+++ b/patches/lynx-2.8.8rel.2.local.patch
@@ -0,0 +1,11 @@
+--- lynx-2-8-8/WWW/Library/Implementation/HTTP.c.orig 2017-02-09 21:20:27 UTC
++++ lynx-2-8-8/WWW/Library/Implementation/HTTP.c
+@@ -721,7 +722,7 @@ static int HTLoadHTTP(const char *arg,
+ #elif SSLEAY_VERSION_NUMBER >= 0x0900
+ #ifndef USE_NSS_COMPAT_INCL
+ if (!try_tls) {
+- handle->options |= SSL_OP_NO_TLSv1;
++ SSL_set_options(handle, SSL_OP_NO_TLSv1);
+ #if OPENSSL_VERSION_NUMBER >= 0x0090806fL && !defined(OPENSSL_NO_TLSEXT)
+ } else {
+ int ret = (int) SSL_set_tlsext_host_name(handle, ssl_host);