]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - NEWS
Sync architecture specific hardening support with dpkg 1.18.10
[blhc/blhc.git] / NEWS
1 NEWS
2 ====
3
4 Version 0.XX
5 ------------
6
7 - Sync architecture specific hardening support with dpkg 1.18.10.
8
9
10 Version 0.06
11 ------------
12
13 - Sync architecture specific hardening support with dpkg 1.18.7.
14 - Fix false positive in "libtool: link: g++ -include test.h .." (Debian Bug
15   #784959), reported by Raphaël Hertzog.
16 - Fix false positive with `gcc -v` (Debian Bug #765756), reported by Andreas
17   Beckmann.
18 - Fix false positive in `rm` lines (Debian Bug #772853), reported by Jakub
19   Wilk.
20 - Update t/tests.t for new output of Pod::Usage in 1.65 (Debian Bug #825428),
21   reported by Niko Tyni, patch by Gregor Herrmann.
22 - Fix false positives for comment lines (Debian Bug #825671), reported by
23   Fabian Wolff.
24 - Improve non-verbose detection for parallel builds (Debian Bug #801492),
25   reported by Mattia Rizzolo, initial patch by Julien Lamy.
26
27
28 Version 0.05
29 ------------
30
31 - Fix false positive in configure output if $CC contains options (Debian bug
32   #710135), reported by Bastien Roucariès.
33 - Handle another case of Qt's `moc` (Debian bug #710780), reported by Felix
34   Geyer.
35 - Fix detection of build dependencies for buildd logs (Debian bug #719656),
36   reported by Nicolas Boulenguez.
37 - Fix buildd architecture detection. Only relevant if the chroot setup fails
38   and dpkg-buildpackage is never run; therefore a minor issue.
39 - Fix false positive when "compiling" python files (Debian bugs #714630 and
40   #753080), reported by Matthias Klose, patch by James McCoy.
41 - Don't check for hardening flags in non-verbose compiler commands spanning
42   multiple lines.
43 - Better handling of libtool commands (Debug bug #717598), reported by Stefan
44   Fritsch.
45
46 - Sync architecture specific hardening support with dpkg 1.17.13.
47 - Check for -fstack-protector-strong on supported platforms (since dpkg
48   1.17.11) (Debian bug #757885), reported by Markus Koschany.
49 - Consider lines with -O0 or -Og debug builds and disable checks for -O2
50   (Debian bug #714628), reported by Matthias Klose. Also don't check for
51   fortification in those lines as it requires optimization (Debian bug
52   #757683), also reported by Matthias Klose.
53
54
55 Version 0.04
56 ------------
57
58 - Fix many false positives, this includes compiled header files, lines with
59   only CC=gcc but no other compiler commands and `moc-qt4`/`moc-qt5` commands.
60 - Accept -Wformat=2 because it implies -Wformat.
61 - Accept --param ssp-buffer-size=4 (space instead of equals sign).
62 - Fix build dependency related checks (Ada, hardening-wrapper) for pbuilder
63   build logs.
64 - Fix architecture detection in old buildd build logs which use an additional
65   "is" in the "dpkg-buildpackage: host architecture" field.
66
67 - Updated output in buildd mode.
68 - Only return non-zero exit codes for errors in buildd mode, not for warnings.
69 - Minor performance improvements.
70 - Support for Ada files.
71
72
73 Version 0.03
74 ------------
75
76 - Fix --ignore-flag with -fPIE.
77 - Detect overwrite of -D_FORTIFY_SOURCE=2 with -D_FORTIFY_SOURCE=0 or 1 or
78   -U_FORTIFY_SOURCE.
79
80 - Add --ignore-arch-flag and --ignore-arch-line options to ignore flags and
81   lines on certain architectures only.
82 - Buildd tags "no-compiler-commands" and "invalid-cmake-used" are now
83   information ('I-') instead of warning ('W-').
84 - Ignore false positives when using moc-qt4.
85
86
87 Version 0.02
88 ------------
89
90 - Fix --version, --help.
91
92 - Remove -Wformat-security from expected CFLAGS because it's already implied
93   by -Werror=format-security (removed in dpkg-dev >= 1.16.3).
94
95
96 Version 0.01
97 ------------
98
99 - Initial release.
100
101 // vim: ft=asciidoc