diff -Nru ceph-12.2.11/debian/changelog ceph-12.2.11/debian/changelog --- ceph-12.2.11/debian/changelog 2019-02-15 10:08:01.000000000 +0000 +++ ceph-12.2.11/debian/changelog 2019-04-26 12:17:04.000000000 +0000 @@ -1,3 +1,12 @@ +ceph (12.2.11-0ubuntu0.18.04.2) bionic; urgency=medium + + * d/control: Use openssl1.0 at build and runtime as + civetweb v1.8 is incompatible with 1.1 abi. It is + only compatible starting with civetweb v1.10 and late. + (LP: #1822872) + + -- Eric Desrochers Fri, 26 Apr 2019 08:17:04 -0400 + ceph (12.2.11-0ubuntu0.18.04.1) bionic; urgency=medium * New upstream point release (LP: #1813807). diff -Nru ceph-12.2.11/debian/control ceph-12.2.11/debian/control --- ceph-12.2.11/debian/control 2019-02-15 10:07:37.000000000 +0000 +++ ceph-12.2.11/debian/control 2019-04-26 12:17:04.000000000 +0000 @@ -38,7 +38,7 @@ libleveldb-dev, libnss3-dev, libsnappy-dev, - libssl-dev, + libssl1.0-dev, libtool, libudev-dev, libxml2-dev, @@ -696,6 +696,7 @@ Depends: ceph-common (= ${binary:Version}), librgw2 (= ${binary:Version}), + libssl1.0.0, ${misc:Depends}, ${shlibs:Depends}, Suggests: diff -Nru ceph-12.2.11/src/test/debian-jessie/debian/changelog ceph-12.2.11/src/test/debian-jessie/debian/changelog --- ceph-12.2.11/src/test/debian-jessie/debian/changelog 2019-02-15 10:08:01.000000000 +0000 +++ ceph-12.2.11/src/test/debian-jessie/debian/changelog 2019-04-26 12:17:04.000000000 +0000 @@ -1,3 +1,12 @@ +ceph (12.2.11-0ubuntu0.18.04.2) bionic; urgency=medium + + * d/control: Use openssl1.0 at build and runtime as + civetweb v1.8 is incompatible with 1.1 abi. It is + only compatible starting with civetweb v1.10 and late. + (LP: #1822872) + + -- Eric Desrochers Fri, 26 Apr 2019 08:17:04 -0400 + ceph (12.2.11-0ubuntu0.18.04.1) bionic; urgency=medium * New upstream point release (LP: #1813807). diff -Nru ceph-12.2.11/src/test/debian-jessie/debian/control ceph-12.2.11/src/test/debian-jessie/debian/control --- ceph-12.2.11/src/test/debian-jessie/debian/control 2019-02-15 10:07:37.000000000 +0000 +++ ceph-12.2.11/src/test/debian-jessie/debian/control 2019-04-26 12:17:04.000000000 +0000 @@ -38,7 +38,7 @@ libleveldb-dev, libnss3-dev, libsnappy-dev, - libssl-dev, + libssl1.0-dev, libtool, libudev-dev, libxml2-dev, @@ -696,6 +696,7 @@ Depends: ceph-common (= ${binary:Version}), librgw2 (= ${binary:Version}), + libssl1.0.0, ${misc:Depends}, ${shlibs:Depends}, Suggests: diff -Nru ceph-12.2.11/src/test/ubuntu-12.04/debian/changelog ceph-12.2.11/src/test/ubuntu-12.04/debian/changelog --- ceph-12.2.11/src/test/ubuntu-12.04/debian/changelog 2019-02-15 10:08:01.000000000 +0000 +++ ceph-12.2.11/src/test/ubuntu-12.04/debian/changelog 2019-04-26 12:17:04.000000000 +0000 @@ -1,3 +1,12 @@ +ceph (12.2.11-0ubuntu0.18.04.2) bionic; urgency=medium + + * d/control: Use openssl1.0 at build and runtime as + civetweb v1.8 is incompatible with 1.1 abi. It is + only compatible starting with civetweb v1.10 and late. + (LP: #1822872) + + -- Eric Desrochers Fri, 26 Apr 2019 08:17:04 -0400 + ceph (12.2.11-0ubuntu0.18.04.1) bionic; urgency=medium * New upstream point release (LP: #1813807). diff -Nru ceph-12.2.11/src/test/ubuntu-12.04/debian/control ceph-12.2.11/src/test/ubuntu-12.04/debian/control --- ceph-12.2.11/src/test/ubuntu-12.04/debian/control 2019-02-15 10:07:37.000000000 +0000 +++ ceph-12.2.11/src/test/ubuntu-12.04/debian/control 2019-04-26 12:17:04.000000000 +0000 @@ -38,7 +38,7 @@ libleveldb-dev, libnss3-dev, libsnappy-dev, - libssl-dev, + libssl1.0-dev, libtool, libudev-dev, libxml2-dev, @@ -696,6 +696,7 @@ Depends: ceph-common (= ${binary:Version}), librgw2 (= ${binary:Version}), + libssl1.0.0, ${misc:Depends}, ${shlibs:Depends}, Suggests: diff -Nru ceph-12.2.11/src/test/ubuntu-14.04/debian/changelog ceph-12.2.11/src/test/ubuntu-14.04/debian/changelog --- ceph-12.2.11/src/test/ubuntu-14.04/debian/changelog 2019-02-15 10:08:01.000000000 +0000 +++ ceph-12.2.11/src/test/ubuntu-14.04/debian/changelog 2019-04-26 12:17:04.000000000 +0000 @@ -1,3 +1,12 @@ +ceph (12.2.11-0ubuntu0.18.04.2) bionic; urgency=medium + + * d/control: Use openssl1.0 at build and runtime as + civetweb v1.8 is incompatible with 1.1 abi. It is + only compatible starting with civetweb v1.10 and late. + (LP: #1822872) + + -- Eric Desrochers Fri, 26 Apr 2019 08:17:04 -0400 + ceph (12.2.11-0ubuntu0.18.04.1) bionic; urgency=medium * New upstream point release (LP: #1813807). diff -Nru ceph-12.2.11/src/test/ubuntu-14.04/debian/control ceph-12.2.11/src/test/ubuntu-14.04/debian/control --- ceph-12.2.11/src/test/ubuntu-14.04/debian/control 2019-02-15 10:07:37.000000000 +0000 +++ ceph-12.2.11/src/test/ubuntu-14.04/debian/control 2019-04-26 12:17:04.000000000 +0000 @@ -38,7 +38,7 @@ libleveldb-dev, libnss3-dev, libsnappy-dev, - libssl-dev, + libssl1.0-dev, libtool, libudev-dev, libxml2-dev, @@ -696,6 +696,7 @@ Depends: ceph-common (= ${binary:Version}), librgw2 (= ${binary:Version}), + libssl1.0.0, ${misc:Depends}, ${shlibs:Depends}, Suggests: diff -Nru ceph-12.2.11/src/test/ubuntu-16.04/debian/changelog ceph-12.2.11/src/test/ubuntu-16.04/debian/changelog --- ceph-12.2.11/src/test/ubuntu-16.04/debian/changelog 2019-02-15 10:08:01.000000000 +0000 +++ ceph-12.2.11/src/test/ubuntu-16.04/debian/changelog 2019-04-26 12:17:04.000000000 +0000 @@ -1,3 +1,12 @@ +ceph (12.2.11-0ubuntu0.18.04.2) bionic; urgency=medium + + * d/control: Use openssl1.0 at build and runtime as + civetweb v1.8 is incompatible with 1.1 abi. It is + only compatible starting with civetweb v1.10 and late. + (LP: #1822872) + + -- Eric Desrochers Fri, 26 Apr 2019 08:17:04 -0400 + ceph (12.2.11-0ubuntu0.18.04.1) bionic; urgency=medium * New upstream point release (LP: #1813807). diff -Nru ceph-12.2.11/src/test/ubuntu-16.04/debian/control ceph-12.2.11/src/test/ubuntu-16.04/debian/control --- ceph-12.2.11/src/test/ubuntu-16.04/debian/control 2019-02-15 10:07:37.000000000 +0000 +++ ceph-12.2.11/src/test/ubuntu-16.04/debian/control 2019-04-26 12:17:04.000000000 +0000 @@ -38,7 +38,7 @@ libleveldb-dev, libnss3-dev, libsnappy-dev, - libssl-dev, + libssl1.0-dev, libtool, libudev-dev, libxml2-dev, @@ -696,6 +696,7 @@ Depends: ceph-common (= ${binary:Version}), librgw2 (= ${binary:Version}), + libssl1.0.0, ${misc:Depends}, ${shlibs:Depends}, Suggests: