Skip to content

Commit

Permalink
Add libssl1.1 as patched for Heartbleed
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro-perez authored and alandekok committed Jan 11, 2019
1 parent 4cce2cf commit e747671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -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
Expand Down

0 comments on commit e747671

Please sign in to comment.