From: Simon Ruderich Date: Wed, 21 Dec 2022 14:29:51 +0000 (+0100) Subject: Sync architecture specific hardening support with dpkg 1.21.13 X-Git-Tag: 0.14~16 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=0a397362afd324b235002f14a002b111ba2befaf Sync architecture specific hardening support with dpkg 1.21.13 No changes. --- diff --git a/bin/blhc b/bin/blhc index 997093b..f8399d7 100755 --- a/bin/blhc +++ b/bin/blhc @@ -1150,7 +1150,7 @@ foreach my $file (@ARGV) { # Option or auto detected. if ($arch) { - # The following was partially copied from dpkg-dev 1.20.5 + # The following was partially copied from dpkg-dev 1.21.13 # (/usr/share/perl5/Dpkg/Vendor/Debian.pm, _add_build_flags()), # copyright Raphaël Hertzog , Guillem Jover # , Kees Cook , Canonical, Ltd.