summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSam Hartman <hartmans@debian.org>2017-08-12 10:21:33 -0400
committerSam Hartman <hartmans@debian.org>2017-08-12 10:22:21 -0400
commit31ebe52a3f39db9f3e78e551d6122c6ace22f105 (patch)
tree055ca9f2e530b758796e3013807da6fe4aa57668 /debian
parent9406b0adb1349ecdbded51b9081e3aba60d9f710 (diff)
Release to unstable
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
-rw-r--r--debian/control2
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 643febb..e7d986c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libradsec (0.0.5-4) unstable; urgency=medium
+
+ * Fix problems detected by better warnings in gcc 7, Closes: #853506
+ * We were building against some horrible combination of openssl 1.0
+ directly and openssl 1.1 via libevent. That works surprisingly
+ better than you might think sort of, but can't be any good at all, so
+ finish moving all the way to openssl 1.1, Closes: #848681
+
+ -- Sam Hartman <hartmans@debian.org> Sat, 12 Aug 2017 10:20:40 -0400
+
libradsec (0.0.5-3) unstable; urgency=medium
* Build depend on openssl 1.0, Closes: #828410
diff --git a/debian/control b/debian/control
index fc54c29..c7bd47c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: libradsec
Priority: extra
Maintainer: Sam Hartman <hartmans@debian.org>
-Build-Depends: debhelper (>= 9), autotools-dev, libconfuse-dev, libssl1.0-dev|libssl-dev (<= 1.1.0), libevent-dev (>= 2.0), dh-autoreconf
+Build-Depends: debhelper (>= 9), autotools-dev, libconfuse-dev, libssl-dev, libevent-dev (>= 2.0), dh-autoreconf
Standards-Version: 3.9.8
Section: libs
Vcs-Git: git://git.project-moonshot.org/git/libradsec.git