From 31ebe52a3f39db9f3e78e551d6122c6ace22f105 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Sat, 12 Aug 2017 10:21:33 -0400 Subject: Release to unstable --- debian/changelog | 10 ++++++++++ debian/control | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'debian') 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 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 -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 -- cgit v1.2.3