From: Simon Ruderich Date: Sun, 26 Jul 2020 05:29:56 +0000 (+0200) Subject: Sync architecture specific hardening support with dpkg 1.20.5 X-Git-Tag: 0.12~5 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=dd0fe03f3a6cbf13d0ea4f327662a3ffaca881e1;hp=248695547c4305a7dbff3f74e6cd5e1135ae38f3 Sync architecture specific hardening support with dpkg 1.20.5 No changes --- diff --git a/bin/blhc b/bin/blhc index 5dd454c..8c1d1fb 100755 --- a/bin/blhc +++ b/bin/blhc @@ -1107,7 +1107,7 @@ foreach my $file (@ARGV) { # Option or auto detected. if ($arch) { - # The following was partially copied from dpkg-dev 1.19.7 + # The following was partially copied from dpkg-dev 1.20.5 # (/usr/share/perl5/Dpkg/Vendor/Debian.pm, _add_build_flags()), # copyright Raphaël Hertzog , Guillem Jover # , Kees Cook , Canonical, Ltd.