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 0A8331382C5 for ; Mon, 3 May 2021 18:46:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 645ACE0894; Mon, 3 May 2021 18:46:35 +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 490B2E0894 for ; Mon, 3 May 2021 18:46:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 407A8340824 for ; Mon, 3 May 2021 18:46:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 743E563D for ; Mon, 3 May 2021 18:46:32 +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: <1620067251.27e6dccfcf3033f350e83a66ff7e81e859d4b7f2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/imapfilter/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/imapfilter/files/imapfilter-2.7.5-libressl.patch X-VCS-Directories: mail-filter/imapfilter/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 27e6dccfcf3033f350e83a66ff7e81e859d4b7f2 X-VCS-Branch: master Date: Mon, 3 May 2021 18:46:32 +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: 66569a46-9c0c-4c0b-b2ba-a712f5b7d366 X-Archives-Hash: 5c1fa439fe338c73f4e22e312f085d19 commit: 27e6dccfcf3033f350e83a66ff7e81e859d4b7f2 Author: Sam James gentoo org> AuthorDate: Mon May 3 18:26:17 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 3 18:40:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e6dccf mail-filter/imapfilter: drop obsolete LibreSSL patch Signed-off-by: Sam James gentoo.org> .../files/imapfilter-2.7.5-libressl.patch | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/mail-filter/imapfilter/files/imapfilter-2.7.5-libressl.patch b/mail-filter/imapfilter/files/imapfilter-2.7.5-libressl.patch deleted file mode 100644 index fb665f85271..00000000000 --- a/mail-filter/imapfilter/files/imapfilter-2.7.5-libressl.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 9a1132d8c8616b67156d49bea89d567ed31d42d6 Mon Sep 17 00:00:00 2001 -From: Stefan Strogin -Date: Wed, 30 Dec 2020 06:48:40 +0300 -Subject: [PATCH] Fix build with LibreSSL - -Signed-off-by: Stefan Strogin ---- - src/socket.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/socket.c b/src/socket.c -index aa2ef4f..fa75de4 100644 ---- a/src/socket.c -+++ b/src/socket.c -@@ -143,7 +143,7 @@ open_secure_connection(session *ssn) - goto fail; - - if (get_option_boolean("hostnames")) { --#if OPENSSL_VERSION_NUMBER >= 0x10100000L -+#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) - SSL_set_hostflags(ssn->sslconn, - X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS); - if (!SSL_set1_host(ssn->sslconn, ssn->server)) { --- -2.30.0 -