From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 912D61382C5 for ; Sat, 10 Mar 2018 18:21:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CDB0E083B; Sat, 10 Mar 2018 18:21:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D3E8E083B for ; Sat, 10 Mar 2018 18:21:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24D44335C2A for ; Sat, 10 Mar 2018 18:21:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A34C521D for ; Sat, 10 Mar 2018 18:21:25 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1520706062.20e14e6a5d031c7112d7346a6abe26324e876bc3.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission/files/, net-p2p/transmission/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/transmission/files/transmission-2.93-libressl.patch net-p2p/transmission/transmission-2.93.ebuild X-VCS-Directories: net-p2p/transmission/ net-p2p/transmission/files/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 20e14e6a5d031c7112d7346a6abe26324e876bc3 X-VCS-Branch: master Date: Sat, 10 Mar 2018 18:21:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8ad64e32-efb4-47c7-9a97-f6d7935b9c94 X-Archives-Hash: d8d2b4a18cb2ca5641c6bc763bec0ce1 commit: 20e14e6a5d031c7112d7346a6abe26324e876bc3 Author: Mike Gilbert gentoo org> AuthorDate: Sat Mar 10 18:21:02 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Mar 10 18:21:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e14e6a net-p2p/transmission: fix build with libressl Closes: https://bugs.gentoo.org/646354 Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81 net-p2p/transmission/files/transmission-2.93-libressl.patch | 11 +++++++++++ net-p2p/transmission/transmission-2.93.ebuild | 1 + 2 files changed, 12 insertions(+) diff --git a/net-p2p/transmission/files/transmission-2.93-libressl.patch b/net-p2p/transmission/files/transmission-2.93-libressl.patch new file mode 100644 index 00000000000..8c978ced269 --- /dev/null +++ b/net-p2p/transmission/files/transmission-2.93-libressl.patch @@ -0,0 +1,11 @@ +--- a/libtransmission/crypto-utils-openssl.c ++++ b/libtransmission/crypto-utils-openssl.c +@@ -230,7 +230,7 @@ tr_rc4_process (tr_rc4_ctx_t handle, + **** + ***/ + +-#if OPENSSL_VERSION_NUMBER < 0x10100000 ++#if OPENSSL_VERSION_NUMBER < 0x10100000 || defined(LIBRESSL_VERSION_NUMBER) + static inline int + DH_set0_pqg (DH * dh, + BIGNUM * p, diff --git a/net-p2p/transmission/transmission-2.93.ebuild b/net-p2p/transmission/transmission-2.93.ebuild index d5235cc1c65..f4d38bcde3f 100644 --- a/net-p2p/transmission/transmission-2.93.ebuild +++ b/net-p2p/transmission/transmission-2.93.ebuild @@ -52,6 +52,7 @@ DOCS=( AUTHORS NEWS qt/README.txt ) PATCHES=( "${FILESDIR}"/libsystemd.patch + "${FILESDIR}"/transmission-2.93-libressl.patch ) src_prepare() {