aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@debian.org>2020-12-26 23:43:10 +0100
committerGuilhem Moulin <guilhem@fripost.org>2020-12-27 00:10:50 +0100
commit8bc0fac4758144a6fd30496922281a91ab0edcc9 (patch)
treef0e1839c69840b773715a8af2554f64cb967a935 /debian
parent09780a80653e341dc17e0027528c89817a71559b (diff)
d/control: pin exact libinterimap version in interimap & pullimap's depends.
The components are tightly tied together and libinterimap makes no promise of API stability.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control4
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f3eaad4..e094552 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ interimap (0.5.5-1) UNRELEASED; urgency=medium
+ SSL/TLS connections now require OpenSSL 1.1.0 or later.
+ New option SSL_ciphersuites to set the TLSv1.3 ciphersuites.
(SSL_cipherlist only apply to TLSv1.2 and below.)
+ * d/control: pin exact libinterimap version in interimap & pullimap's
+ depends. The components are tightly tied together and libinterimap makes
+ no promise of API stability.
-- Guilhem Moulin <guilhem@debian.org> Sat, 26 Dec 2020 23:33:39 +0100
diff --git a/debian/control b/debian/control
index f969966..3bf034e 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Vcs-Browser: https://salsa.debian.org/debian/interimap
Package: interimap
Architecture: all
Depends: libdbd-sqlite3-perl,
- libinterimap (>= ${source:Upstream-Version}~),
+ libinterimap (= ${binary:Version}),
${misc:Depends},
${perl:Depends}
Suggests: dovecot-imapd (>= 1:2~)
@@ -48,7 +48,7 @@ Description: Fast bidirectional synchronization for QRESYNC-capable IMAP servers
Package: pullimap
Architecture: all
-Depends: libinterimap (>= ${source:Upstream-Version}~),
+Depends: libinterimap (= ${binary:Version}),
${misc:Depends},
${perl:Depends}
Description: Pull mails from an IMAP mailbox and deliver them via SMTP or LMTP