]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Sync architecture specific hardening support with dpkg 1.20.5
authorSimon Ruderich <simon@ruderich.org>
Sun, 26 Jul 2020 05:29:56 +0000 (07:29 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 26 Jul 2020 05:29:56 +0000 (07:29 +0200)
No changes

bin/blhc

index 5dd454c1c33130cc9c48923c211df4a32fb844cd..8c1d1fb7acc9b27cbec5a8b98662ae2cd0452a80 100755 (executable)
--- 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 <hertzog@debian.org>, Guillem Jover
         # <guillem@debian.org>, Kees Cook <kees@debian.org>, Canonical, Ltd.