diff --git a/srcpkgs/transmission/patches/libressl.patch b/srcpkgs/transmission/patches/libressl.patch index cd03d1fed8..292d0e33f2 100644 --- a/srcpkgs/transmission/patches/libressl.patch +++ b/srcpkgs/transmission/patches/libressl.patch @@ -1,11 +1,12 @@ --- libtransmission/crypto-utils-openssl.c 2018-02-10 11:23:12.597680584 +0100 +++ libtransmission/crypto-utils-openssl.c 2018-02-10 11:27:01.843383653 +0100 -@@ -230,7 +230,7 @@ +@@ -230,7 +230,8 @@ **** ***/ -#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, diff --git a/srcpkgs/transmission/template b/srcpkgs/transmission/template index 7f89ec439a..e752cae458 100644 --- a/srcpkgs/transmission/template +++ b/srcpkgs/transmission/template @@ -1,7 +1,7 @@ # Template file for 'transmission' pkgname=transmission version=2.93 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-nls --enable-cli --enable-daemon --enable-utp --without-systemd-daemon" hostmakedepends="pkg-config intltool"