]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Sync architecture specific hardening support with dpkg 1.21.13
authorSimon Ruderich <simon@ruderich.org>
Wed, 21 Dec 2022 14:29:51 +0000 (15:29 +0100)
committerSimon Ruderich <simon@ruderich.org>
Wed, 21 Dec 2022 14:29:51 +0000 (15:29 +0100)
No changes.

bin/blhc

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