From: Alejandro Perez Date: Thu, 10 Jan 2019 14:48:02 +0000 (+0100) Subject: Add libssl1.1 as patched for Heartbleed X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e747671e1ded4226df4f33678ed3cd15d8ea8573;p=thirdparty%2Ffreeradius-server.git Add libssl1.1 as patched for Heartbleed --- diff --git a/debian/rules b/debian/rules index f7884b2759b..e2b0c7fb295 100755 --- a/debian/rules +++ b/debian/rules @@ -54,9 +54,9 @@ endif # Add dependency on distribution specific version of openssl that fixes Heartbleed (CVE-2014-0160). ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes) - SUBSTVARS = -Vdist:Depends="libssl1.0.0 (>= 1.0.1f-1ubuntu2)" + SUBSTVARS = -Vdist:Depends="libssl1.0.0 (>= 1.0.1f-1ubuntu2) | libssl1.1" else - SUBSTVARS = -Vdist:Depends="libssl1.0.0 (>= 1.0.1e-2+deb7u5) | libssl1.0.2" + SUBSTVARS = -Vdist:Depends="libssl1.0.0 (>= 1.0.1e-2+deb7u5) | libssl1.0.2 | libssl1.1" endif # Add libsystemd-dev as a Build-Depends to debian/control if it is known to this system