summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@bebt.de>2014-02-12 19:45:14 +0100
committerAndreas Metzler <ametzler@bebt.de>2014-02-12 19:45:14 +0100
commitd6f67f7e559879d56b7652e09d16c0f7a4b45738 (patch)
tree30e89fd6514e8a433b479dbbb6d3a627f51bead1
parenta91772fceeac264f1c053871c8b55c8ed6356007 (diff)
downloadexim4-d6f67f7e559879d56b7652e09d16c0f7a4b45738.tar.gz
Upgrade to libdb5.34.82-5
Upgrade to libdb5.3-dev. Closes: #738637 Be paranoid and bump BDBVERSION in exim4-base.postinst from 3.0 (no idea why this did not read 5.1) to 5.3, therefore purging hints db on upgrades.
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
-rw-r--r--debian/exim4-base.postinst2
3 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index fd898df..3563765 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+exim4 (4.82-5) unstable; urgency=medium
+
+ * Upgrade to libdb5.3-dev. Closes: #738637 Be paranoid and bump BDBVERSION
+ in exim4-base.postinst from 3.0 (no idea why this did not read 5.1) to
+ 5.3, therefore purging hints db on upgrades.
+
+ -- Andreas Metzler <ametzler@debian.org> Wed, 12 Feb 2014 19:31:55 +0100
+
exim4 (4.82-4) unstable; urgency=medium
* Correct title/name of exim4-config_files(5). (Thanks, Heiko Schlittermann)
diff --git a/debian/control b/debian/control
index 1bfac4a..d2958f2 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Git: git://anonscm.debian.org/pkg-exim4/exim4.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-exim4/exim4.git
Build-Depends: debhelper (>= 7.0.15), po-debconf, docbook-xsl, xsltproc,
lynx-cur | lynx, docbook-xml, libpcre3-dev, libldap2-dev, libpam0g-dev,
- libident-dev, libdb5.1-dev, libxmu-dev, libxt-dev, libxext-dev, libx11-dev,
+ libident-dev, libdb5.3-dev, libxmu-dev, libxt-dev, libxext-dev, libx11-dev,
libxaw7-dev, libpq-dev, libmysqlclient-dev | libmysqlclient15-dev,
libsqlite3-dev, libperl-dev, libgnutls-dev, libsasl2-dev
XS-Testsuite: autopkgtest
diff --git a/debian/exim4-base.postinst b/debian/exim4-base.postinst
index 9c5e57e..66e9a1a 100644
--- a/debian/exim4-base.postinst
+++ b/debian/exim4-base.postinst
@@ -10,7 +10,7 @@ fi
db_version 2.0
-BDBVERSION=3.0
+BDBVERSION=5.3
case "$1" in
configure)