logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 7ece8eff56b332d6535ad7b1f5644aa66f07df9f
parent d5f95bca8db13d4527be82c3a64fe9fc3300eec0
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 23 Mar 2018 00:26:15 -0700

transmission: Fix build with libressl-2.7.0

Diffstat:

Mpkg/transmission/patch/0001-Add-support-for-libressl.patch8++++----
Mpkg/transmission/rev2+-
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pkg/transmission/patch/0001-Add-support-for-libressl.patch b/pkg/transmission/patch/0001-Add-support-for-libressl.patch @@ -1,4 +1,4 @@ -From 3cfa61174c54ae5c1d93438e02f7e6a863674dae Mon Sep 17 00:00:00 2001 +From 26bff1cfa10096e5ec6afce42ad75feb1fb3dc61 Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Fri, 2 Feb 2018 23:24:39 -0800 Subject: [PATCH] Add support for libressl @@ -8,7 +8,7 @@ Subject: [PATCH] Add support for libressl 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/crypto-utils-openssl.c b/libtransmission/crypto-utils-openssl.c -index 16a37b205..39cc06cbf 100644 +index 16a37b205..0dde37d4f 100644 --- a/libtransmission/crypto-utils-openssl.c +++ b/libtransmission/crypto-utils-openssl.c @@ -230,7 +230,7 @@ tr_rc4_process (tr_rc4_ctx_t handle, @@ -16,10 +16,10 @@ index 16a37b205..39cc06cbf 100644 ***/ -#if OPENSSL_VERSION_NUMBER < 0x10100000 -+#if OPENSSL_VERSION_NUMBER < 0x10100000 || defined(LIBRESSL_VERSION_NUMBER) ++#if OPENSSL_VERSION_NUMBER < 0x10100000 || defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL static inline int DH_set0_pqg (DH * dh, BIGNUM * p, -- -2.16.1 +2.16.3 diff --git a/pkg/transmission/rev b/pkg/transmission/rev @@ -1 +1 @@ -2 +3