Control: tags -1 patch
Control: severity -1 serious
Thanks to Kevin for implementing this so quickly!
I have attached a patch to use gsasl with the package.
Raising the severity because this is a Policy violation.
From: Bastian Germann <b...@debian.org>
Date: Mon, 25 Apr 2022 20:35:27 +0200
Subject: Replace cyrus-sasl with gsasl (Closes: #999672)
mutt depends on libsasl2, which is licensed under CMU's BSD-4-clause
license and covered by the RSA-MD and OpenSSL licenses. All of them
have an advertisement clause in place, which is known to be incompatible
with GPL.
---
debian/changelog | 6 ++++++
debian/control | 4 ++--
debian/rules | 2 +-
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8198462..341d9bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mutt (2.2.3-2) UNRELEASED; urgency=medium
+
+ * Replace cyrus-sasl with gsasl (Closes: #999672)
+
+ -- Bastian Germann <b...@debian.org> Mon, 25 Apr 2022 20:38:38 +0200
+
mutt (2.2.3-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index cc53767..446054f 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper-compat (= 12),
libkrb5-dev,
libncurses5-dev,
libncursesw5-dev,
- libsasl2-dev,
+ libgsasl-dev,
libtokyocabinet-dev,
pkg-config,
w3m,
@@ -30,7 +30,7 @@ Homepage: http://www.mutt.org/
Package: mutt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: locales, mailcap, libsasl2-modules, sensible-utils
+Recommends: locales, mailcap, sensible-utils
Suggests: default-mta | mail-transport-agent, urlview, aspell | ispell, gnupg, openssl, ca-certificates
Provides: mail-reader, imap-client
Description: text-based mailreader supporting MIME, GPG, PGP and threading
diff --git a/debian/rules b/debian/rules
index 884f7bc..9542942 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ override_dh_auto_configure:
--with-gss \
--with-idn2 \
--with-mixmaster \
- --with-sasl \
+ --with-gsasl \
\
--without-gdbm \
--without-bdb \