]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add libssl1.1 as patched for Heartbleed
authorAlejandro Perez <alex.perez-mendez@jisc.ac.uk>
Thu, 10 Jan 2019 14:48:02 +0000 (15:48 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 11 Jan 2019 18:53:02 +0000 (13:53 -0500)
debian/rules

index f7884b2759b466f3da01620bb55a8ec6552a98b3..e2b0c7fb2959fd3ea189eeae79992cdcbd80d213 100755 (executable)
@@ -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