commit: 7a6c40687ffd30194257c7d4f842e7c855f975fd Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Fri Nov 28 14:11:07 2025 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Fri Nov 28 14:11:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6c4068
net-mail/stalwart-mail: remove unused patch Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> .../files/stalwart-mail-0.11.5-openid.patch | 24 ---------------------- 1 file changed, 24 deletions(-) diff --git a/net-mail/stalwart-mail/files/stalwart-mail-0.11.5-openid.patch b/net-mail/stalwart-mail/files/stalwart-mail-0.11.5-openid.patch deleted file mode 100644 index d41b2c4042a7..000000000000 --- a/net-mail/stalwart-mail/files/stalwart-mail-0.11.5-openid.patch +++ /dev/null @@ -1,24 +0,0 @@ -# Taken from https://github.com/stalwartlabs/mail-server/commit/fa6483b6df57513582425119027bc4fce8f03d65 - ---- a/crates/directory/src/lib.rs 2025-03-13 14:05:03.869755900 +0100 -+++ b/crates/directory/src/lib.rs 2025-03-13 14:05:19.297699753 +0100 -@@ -280,7 +280,6 @@ - Internal(Store), - Ldap(LdapDirectory), - Sql(SqlDirectory), -- #[cfg(feature = "enterprise")] - OpenId(backend::oidc::OpenIdDirectory), - Imap(ImapDirectory), - Smtp(SmtpDirectory), - ---- a/crates/jmap/src/api/management/principal.rs 2025-03-13 14:06:20.409477292 +0100 -+++ b/crates/jmap/src/api/management/principal.rs 2025-03-13 14:06:27.459451634 +0100 -@@ -838,7 +838,6 @@ - DirectoryInner::Imap(_) => "IMAP", - DirectoryInner::Smtp(_) => "SMTP", - DirectoryInner::Memory(_) => "In-Memory", -- #[cfg(feature = "enterprise")] - DirectoryInner::OpenId(_) => "OpenID", - }; - -
