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 79AEA1382C5 for ; Mon, 3 May 2021 18:46:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5221E08F0; Mon, 3 May 2021 18:46:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BF587E08EF for ; Mon, 3 May 2021 18:46:38 +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 D206C335CD8 for ; Mon, 3 May 2021 18:46:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF6FC78A for ; Mon, 3 May 2021 18:46:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1620067546.08bb1ba337ef41cf1261b832acb9be4cca6af5ad.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/postfix/files/postfix-libressl-certkey.patch mail-mta/postfix/files/postfix-libressl-server.patch X-VCS-Directories: mail-mta/postfix/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 08bb1ba337ef41cf1261b832acb9be4cca6af5ad X-VCS-Branch: master Date: Mon, 3 May 2021 18:46:33 +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: c2548a5f-f998-457e-8045-e6cf30ca822c X-Archives-Hash: d4cb5cac32ec229369d6ecabe1fa8709 commit: 08bb1ba337ef41cf1261b832acb9be4cca6af5ad Author: Sam James gentoo org> AuthorDate: Mon May 3 18:37:27 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 3 18:45:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08bb1ba3 mail-mta/postfix: drop obsolete LibreSSL patch(es) Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> mail-mta/postfix/files/postfix-libressl-certkey.patch | 13 ------------- mail-mta/postfix/files/postfix-libressl-server.patch | 14 -------------- 2 files changed, 27 deletions(-) diff --git a/mail-mta/postfix/files/postfix-libressl-certkey.patch b/mail-mta/postfix/files/postfix-libressl-certkey.patch deleted file mode 100644 index b6ab8aeb790..00000000000 --- a/mail-mta/postfix/files/postfix-libressl-certkey.patch +++ /dev/null @@ -1,13 +0,0 @@ -see https://bugs.gentoo.org/678874 - ---- a/src/tls/tls_certkey.c.orig 2019-03-07 23:57:10 UTC -+++ b/src/tls/tls_certkey.c -@@ -144,7 +144,7 @@ static void init_pem_load_state(pem_load - - /* use_chain - load cert, key and chain into ctx or ssl */ - --#if OPENSSL_VERSION_NUMBER >= 0x1010100fUL -+#if OPENSSL_VERSION_NUMBER >= 0x1010100fUL && !defined(LIBRESSL_VERSION_NUMBER) - static int use_chain(pem_load_state_t *st) - { - int ret; diff --git a/mail-mta/postfix/files/postfix-libressl-server.patch b/mail-mta/postfix/files/postfix-libressl-server.patch deleted file mode 100644 index 8573bb80bb5..00000000000 --- a/mail-mta/postfix/files/postfix-libressl-server.patch +++ /dev/null @@ -1,14 +0,0 @@ -see https://bugs.gentoo.org/678874 - ---- a/src/tls/tls_server.c.orig 2018-12-26 19:21:49 UTC -+++ b/src/tls/tls_server.c -@@ -518,7 +518,9 @@ TLS_APPL_STATE *tls_server_init(const TL - * ticket decryption callback already (since 2.11) asks OpenSSL to - * avoid issuing new tickets when the presented ticket is re-usable. - */ -+#ifndef LIBRESSL_VERSION_NUMBER - SSL_CTX_set_num_tickets(server_ctx, 1); -+#endif - } - #endif - if (!ticketable)