From: Simon Ruderich Date: Sat, 24 Aug 2019 09:31:40 +0000 (+0200) Subject: Sync architecture specific hardening support with dpkg 1.19.7 X-Git-Tag: 0.10~9 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=8a90b6238443323e5ac03fa303c1dc7728c97dfb Sync architecture specific hardening support with dpkg 1.19.7 No changes. --- diff --git a/NEWS b/NEWS index c1bd2b6..89b3906 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ NEWS Version 0.XX ------------ -- Sync architecture specific hardening support with dpkg 1.19.5. +- Sync architecture specific hardening support with dpkg 1.19.7. Version 0.09 diff --git a/bin/blhc b/bin/blhc index 0eee77e..1794412 100755 --- a/bin/blhc +++ b/bin/blhc @@ -1117,7 +1117,7 @@ foreach my $file (@ARGV) { # Option or auto detected. if ($arch) { - # The following was partially copied from dpkg-dev 1.19.5 + # The following was partially copied from dpkg-dev 1.19.7 # (/usr/share/perl5/Dpkg/Vendor/Debian.pm, _add_build_flags()), # copyright Raphaël Hertzog , Guillem Jover # , Kees Cook , Canonical, Ltd.