public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/imapfilter/files/
Date: Sun, 14 Feb 2021 13:59:23 +0000 (UTC)	[thread overview]
Message-ID: <1613311022.e18502628b49b5559a196dcb024aad0c4d88f991.conikost@gentoo> (raw)

commit:     e18502628b49b5559a196dcb024aad0c4d88f991
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Feb 14 09:45:33 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 13:57:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1850262

mail-filter/imapfilter: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/19460
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../files/imapfilter-2.6.16-libressl.patch         | 29 ----------------------
 1 file changed, 29 deletions(-)

diff --git a/mail-filter/imapfilter/files/imapfilter-2.6.16-libressl.patch b/mail-filter/imapfilter/files/imapfilter-2.6.16-libressl.patch
deleted file mode 100644
index 2454fc3ffb9..00000000000
--- a/mail-filter/imapfilter/files/imapfilter-2.6.16-libressl.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From bf69bdbf674269e84b22461c50ce1016182b56d3 Mon Sep 17 00:00:00 2001
-From: Stefan Strogin <steils@gentoo.org>
-Date: Sat, 28 Mar 2020 06:56:07 +0200
-Subject: [PATCH] Fix build with LibreSSL
-
-Bug: https://bugs.gentoo.org/714882
-Upstream-Status: Submitted
-[https://github.com/lefcha/imapfilter/pull/204]
-Signed-off-by: Stefan Strogin <steils@gentoo.org>
----
- src/socket.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/socket.c b/src/socket.c
-index 0a1874f..03e0d21 100644
---- a/src/socket.c
-+++ b/src/socket.c
-@@ -143,7 +143,7 @@ open_secure_connection(session *ssn)
- 		goto fail;
- 
- 	if (get_option_boolean("certificates")) {
--#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.26.0
-


             reply	other threads:[~2021-02-14 13:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-14 13:59 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-03 18:46 [gentoo-commits] repo/gentoo:master commit in: mail-filter/imapfilter/files/ Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1613311022.e18502628b49b5559a196dcb024aad0c4d88f991.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox