1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194
|
interimap (0.5.8-2) unstable; urgency=medium
[ Sebastian Andrzej Siewior ]
* d/patches: Add patch to use "openssl rehash" instead of c_rehash in tests.
(Closes: #1117508)
-- Guilhem Moulin <guilhem@debian.org> Tue, 07 Oct 2025 19:25:28 +0200
interimap (0.5.8-1) unstable; urgency=medium
* New upstream release.
* Refresh d/patches and drop those applied upstream.
* d/control, d/tests: Bump minimum dovecot-* version to 1:2.4~. Dovecot 2.4
uses different configuration settings and that's what is targeted in the
testsuite of interimap ≥5.0.8.
* Update Standards-Version to 4.7.2.
-- Guilhem Moulin <guilhem@debian.org> Sat, 26 Apr 2025 18:34:23 +0200
interimap (0.5.7-4) unstable; urgency=medium
* d/rules: Export variables instead of setting them through $MAKEFLAGS as
the latter doesn't work anymore as of GNU Make 4.4.1. (Closes: #1089264)
* d/*.install: Replace hardcoded prefix and sitelib with ${env:…}.
-- Guilhem Moulin <guilhem@debian.org> Fri, 20 Dec 2024 15:34:50 +0100
interimap (0.5.7-3) unstable; urgency=medium
* d/patches:
+ Add upstream patch to generate X.509 version 3 CA prior to running the
test suite. (Closes: #1065529)
+ Add patch from Simon Chopin to fix struct flock & timeval packing on
armhf. (Closes: #1067763, LP: #2059120)
* Update Standards-Version to 4.7.0 (no changes necessary).
-- Guilhem Moulin <guilhem@debian.org> Sat, 04 May 2024 14:41:54 +0200
interimap (0.5.7-2) unstable; urgency=medium
* DEP-8: Name inline tests.
* Bump Standards-Version to 4.6.2 (no changes needed).
* Salsa CI: Include recipes/debian.yml.
-- Guilhem Moulin <guilhem@debian.org> Wed, 25 Jan 2023 02:35:21 +0100
interimap (0.5.7-1.1) unstable; urgency=medium
* Non-maintainer upload.
* No source change upload to rebuild with debhelper 13.10.
-- Michael Biebl <biebl@debian.org> Sat, 15 Oct 2022 11:04:02 +0200
interimap (0.5.7-1) unstable; urgency=low
* New upstream release.
* Set field Upstream-Name in debian/copyright.
* Update standards version to 4.6.0, no changes needed.
* d/control: Update and improve long descriptions, adding reference to
alternative software.
* Update d/u/signing-key.asc.
* d/watch: Use substitution strings.
* d/rules: Adapt to upstream's Makefile refactoring.
* d/control, d/rules: Honor 'nodoc' profile. In particular, exclude 'jq'
and 'pandoc' from Build-Depends under that profile.
* Update d/patches.
* d/patches: Don't exclude non-IDLE'ing pullimap tests.
* d/rules: Pass --no-parallel flag to dh_auto_test.
* Update copyright years.
* Add DEP-8 tests for 'interimap' and 'pullimap' binary packages.
-- Guilhem Moulin <guilhem@debian.org> Sun, 27 Feb 2022 16:58:18 +0100
interimap (0.5.6-1) unstable; urgency=high
* New upstream bugfix release with the correct minimum Net::SSLeay version.
* Bump required libnet-ssleay-perl version to 1.88 (next stable upstream
release after developer release 1.86_06, and also earliest version
available in Debian).
-- Guilhem Moulin <guilhem@debian.org> Fri, 01 Jan 2021 16:20:51 +0100
interimap (0.5.5-1) unstable; urgency=medium
* New upstream release. Highlights include:
+ The 'SSL_protocols' option is now deprecated, and replaced by the
combination of 'SSL_protocol_min' and 'SSL_protocol_max'.
+ Use default locations for trusted CA certificates (respectively
/etc/ssl/certs/ca-certificates.crt and /etc/ssl/certs on Debian systems)
when neither CAfile nor CApath are set.
+ 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.
* d/control: Bump dovecot-imapd version to >=2.3 in Build-Depends for the
test suite.
* d/.gitattributes: New file to merge d/changelog with
dpkg-mergechangelogs(1).
-- Guilhem Moulin <guilhem@debian.org> Sat, 26 Dec 2020 23:57:56 +0100
interimap (0.5.4-1) unstable; urgency=medium
* New upstream release. This bumps the minimum libnet-ssleay-perl version
from 1.73 to 1.83 (and openssl to 1.1.1 in Build-Depends).
* Really add d/upstream/signing-key.asc, the OpenPGP used to signed upstream
tags.
* Add d/watch pointing to the upstream repository.
* d/gbp.conf: Update upstream tag template.
* d/gbp.conf: Update debian and upstream branches in compliance with DEP-14.
* d/control: Point Vcs-* to salsa.
* Add debian/salsa-ci.yml file. .test-reprotest is currently run with
DEB_BUILD_OPTIONS=nocheck.
* d/rules: Run test suite with TMPDIR=/var/tmp as some systems (such as
salsa's CI runners) mount /dev/shm with the 'noexec' option. /var/tmp is
probably safer in that regard since it's what mkinitramfs(8) defaults to.
-- Guilhem Moulin <guilhem@debian.org> Fri, 11 Dec 2020 11:48:22 +0100
interimap (0.5.3-1) unstable; urgency=medium
* New upstream release. Closes: #968392.
* d/control: The test suite now requires Dovecot v2.2.31 or later (for
ssl_alt_cert).
* Add d/upstream/signing-key.asc, the OpenPGP used to signed upstream tags.
* d/control: Add missing epoch number on dovecot-* dependencies.
* d/control: Bump Standards-Version to 4.5.1 (no changes necessary).
-- Guilhem Moulin <guilhem@debian.org> Wed, 09 Dec 2020 15:49:50 +0100
interimap (0.5.2-1) unstable; urgency=medium
* New upstream release. Closes: #966937.
-- Guilhem Moulin <guilhem@debian.org> Mon, 03 Aug 2020 20:56:37 +0200
interimap (0.5.1-2) unstable; urgency=medium
* d/rules: Pass '--no-enable' to dh_installsystemduser(1). Not enabling the
units on install makes sense as interimap resp. pullimap will refuse to
create the database when started with '--watch=' resp. '--idle='.
-- Guilhem Moulin <guilhem@debian.org> Sun, 05 Jul 2020 23:49:56 +0200
interimap (0.5.1-1) unstable; urgency=medium
* d/control: Annotate some Build-Depends with <!nocheck>.
* d/control: Bump debhelper compatibility level to 13.
* d/patches/Ignore-custom-lib-PATH.patch: Remove patch, applied upstream.
* Adapt d/*.docs, d/*.install and d/*.manpages to the current upstream
Makefile.
-- Guilhem Moulin <guilhem@debian.org> Thu, 02 Jul 2020 00:16:07 +0200
interimap (0.5-1) unstable; urgency=medium
* New upstream release. Closes: #946727.
* d/control: Bump Standards-Version to 4.5.0 (no changes necessary).
* d/patches: Remove patches applied upstream.
* d/patches: Avoid running randomized tests on the build daemons.
-- Guilhem Moulin <guilhem@debian.org> Wed, 29 Jan 2020 13:22:16 +0100
interimap (0.5~rc-2) experimental; urgency=low
* Apply patches from master to make the test suite pass on the buildds.
-- Guilhem Moulin <guilhem@debian.org> Sun, 15 Dec 2019 03:44:27 +0100
interimap (0.5~rc-1) experimental; urgency=low
* New upstream release. Closes: #942725, #944812, #944859.
* debian/control:
+ New Build-Depends for the test-suite: dovecot-imapd, dovecot-lmtpd,
libconfig-tiny-perl, libdbd-sqlite3-perl, libnet-ssleay-perl, openssl,
procps, sqlite3, and xxd.
+ interimap: no longer depends on 'libdbi-perl' (pulled by DBD::SQLite).
+ interimap: now suggests dovecot-imapd.
+ Bump debhelper compatibility level to 12 and set debhelper-compat
version in Build-Depends.
+ Add Homepage field, pointing to https://guilhem.org/interimap .
+ Bump Standards-Version to 4.4.1 (no changes necessary).
+ Set 'Rules-Requires-Root: no'.
* Rename debian/source.lintian-overrides to debian/source/lintian-overrides.
-- Guilhem Moulin <guilhem@debian.org> Sat, 14 Dec 2019 19:41:21 +0100
interimap (0.4-1) unstable; urgency=low
* Initial release. Closes: #919904, #919906, #919908.
-- Guilhem Moulin <guilhem@debian.org> Sun, 20 Jan 2019 21:25:54 +0100
|