summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Fritsch <sf@sfritsch.de>2016-11-09 23:49:08 +0100
committerStefan Fritsch <sf@sfritsch.de>2016-11-09 23:49:08 +0100
commit5f7faa1590375c3f2dad310d22384154587ef9ca (patch)
treeeea87b74690d7211e807689cef825b4a6d64b618
parent0fb41971a76b2b641105ff36a5854d547ba4d17a (diff)
downloadapache2-5f7faa1590375c3f2dad310d22384154587ef9ca.tar.gz
avoid building with openssl 1.1 for now
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 50989b28..749ae3c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ apache2 (2.4.23-6) UNRELEASED; urgency=medium
* One more tweak for reproducible build. Thanks to Daniel Shahaf for the
patch. Closes: #839977
+ * Avoid building with openssl 1.1 for now. See #828236
-- Stefan Fritsch <sf@debian.org> Tue, 01 Nov 2016 22:37:32 +0100
diff --git a/debian/control b/debian/control
index 9bc98a1f..5dfd9dbb 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
Uploaders: Stefan Fritsch <sf@debian.org>, Arno Töll <arno@debian.org>
Build-Depends: debhelper (>= 9.20131213~), lsb-release, dpkg-dev (>= 1.16.1~),
libaprutil1-dev (>= 1.5.0), libapr1-dev (>= 1.5.0), libpcre3-dev, zlib1g-dev,
- libnghttp2-dev, libssl-dev (>= 0.9.8m), perl,
+ libnghttp2-dev, libssl1.0-dev | libssl-dev (<< 1.1), perl,
liblua5.2-dev, libxml2-dev, autotools-dev, gawk | awk,
dh-systemd
Build-Conflicts: autoconf2.13