diff options
author | Guilhem Moulin <guilhem@debian.org> | 2021-01-01 16:18:38 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2021-01-01 16:20:19 +0100 |
commit | f21530d6682acfcb3e29404d2c585f409e5bdac5 (patch) | |
tree | 629099cd035a0c7379af4cd9f01dcb7283a91f40 /debian | |
parent | 976c2470be41b7fb109f50f95fcb0b619d150dca (diff) |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 48ad453..3b8f958 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +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:15:36 +0100 + interimap (0.5.5-1) unstable; urgency=medium * New upstream release. Highlights include: diff --git a/debian/control b/debian/control index 2cad992..dda346e 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 13), jq, libconfig-tiny-perl <!nocheck>, libdbd-sqlite3-perl <!nocheck>, - libnet-ssleay-perl (>= 1.83~) <!nocheck>, + libnet-ssleay-perl (>= 1.88~) <!nocheck>, openssl (>= 1.1.1~) <!nocheck>, pandoc (>= 2.1~), procps <!nocheck>, |