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 5AE0C138335 for ; Mon, 4 Mar 2019 03:14:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BA04E0876; Mon, 4 Mar 2019 03:14:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 01ACFE0876 for ; Mon, 4 Mar 2019 03:14:21 +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 7C07A335C8E for ; Mon, 4 Mar 2019 03:14:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66EBA326 for ; Mon, 4 Mar 2019 03:14:18 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1551668985.dc43f72baf6e277192b5e0ef6ada8035c6feafa5.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/transmission/files/transmission-2.93-libressl.patch X-VCS-Directories: net-p2p/transmission/files/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: dc43f72baf6e277192b5e0ef6ada8035c6feafa5 X-VCS-Branch: master Date: Mon, 4 Mar 2019 03:14:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 075448c4-6dc7-4d17-bf64-8f0ea133396d X-Archives-Hash: 00053f6dc617f9071af410ebea8105f7 commit: dc43f72baf6e277192b5e0ef6ada8035c6feafa5 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Mar 3 16:09:39 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Mar 4 03:09:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc43f72b net-p2p/transmission: remove unused patch Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11242 Signed-off-by: Aaron Bauman gentoo.org> net-p2p/transmission/files/transmission-2.93-libressl.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/net-p2p/transmission/files/transmission-2.93-libressl.patch b/net-p2p/transmission/files/transmission-2.93-libressl.patch deleted file mode 100644 index 8c978ced269..00000000000 --- a/net-p2p/transmission/files/transmission-2.93-libressl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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,