ruderich.org/simon
/
blhc
/
blhc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e486fb
)
Sync architecture specific hardening support with dpkg 1.19.7
author
Simon Ruderich
<simon@ruderich.org>
Sat, 24 Aug 2019 09:31:40 +0000
(11:31 +0200)
committer
Simon Ruderich
<simon@ruderich.org>
Sat, 24 Aug 2019 09:31:40 +0000
(11:31 +0200)
No changes.
NEWS
patch
|
blob
|
history
bin/blhc
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index c1bd2b6ebbf2d4bf638d322f9b6cfa7082e7890d..89b39063a89ec726acc94fa61397fdebb6e7fb7e 100644
(file)
--- 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 0eee77e79cacdd326d836d931ea306605646e945..17944127a9e1f60db42761790ca44797f6724f55 100755
(executable)
--- 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 <hertzog@debian.org>, Guillem Jover
# <guillem@debian.org>, Kees Cook <kees@debian.org>, Canonical, Ltd.