]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - NEWS
ec1a84a336b2c8bb066546e99530adf9c7332ad4
[blhc/blhc.git] / NEWS
1 NEWS
2 ====
3
4 Version 0.09
5 ------------
6
7 - Detect restore of -D_FORTIFY_SOURCE=2 after it was overwritten by
8   -D_FORTIFY_SOURCE=0 or 1 or -U_FORTIFY_SOURCE; reported by Mike Hommey
9   (Debian bug #898332).
10 - Detect overwrite of -fstack-protector options with -fno-stack-protector
11   (same for -fstack-protector-all and -fstack-protector-strong).
12 - Don't treat hexdumps which contain "cc" as compiler lines; reported by Kurt
13   Roeckx (Debian bug #899137).
14
15
16 Version 0.08
17 ------------
18
19 - Support new dpkg versions which replaced Dpkg::Arch's debarch_to_debtriplet
20   with debarch_to_debtuple (Debian Bug #844393), reported by Johannes Schauer.
21 - Support Open MPI mpicc/mpicxx compiler wrappers to prevent false positives
22   in non-verbose-build detection, reported by Boud Roukema and Nico Schlömer
23   (Debian Bug #853265).
24 - Add better support for Fortran (c.f. Debian Bug #853265).
25 - Don't report missing PIE flags in buildd mode if GCC defaults to PIE (c.f.
26   Debian Bug 845339).
27 - Add new --debian option to handle PIE flags like buildd mode, thanks to
28   Eriberto Mota for the suggestion. This is not enabled per default to prevent
29   false negatives as the flags are missing from the build log and blhc can't
30   detect if the compiler applied PIE internally (c.f. Debian Bug 845339).
31 - Add --line-numbers command line option
32 - Sync architecture specific hardening support with dpkg 1.19.0.5.
33 - Use proper look back for non-verbose detection if DEB_BUILD_OPTIONS=parallel
34   is present. Previously it was too small causing false-positives if the
35   option was detected.
36
37
38 Version 0.07
39 ------------
40
41 - Sync architecture specific hardening support with dpkg 1.18.10.
42 - Fix false positive in "gcc > file" (Debian Bug #828789), reported by Mathieu
43   Parent.
44 - Fix another Ada false positive for format flags (Debian Bug #833939),
45   reported by Nicolas Boulenguez.
46
47
48 Version 0.06
49 ------------
50
51 - Sync architecture specific hardening support with dpkg 1.18.7.
52 - Fix false positive in "libtool: link: g++ -include test.h .." (Debian Bug
53   #784959), reported by Raphaël Hertzog.
54 - Fix false positive with `gcc -v` (Debian Bug #765756), reported by Andreas
55   Beckmann.
56 - Fix false positive in `rm` lines (Debian Bug #772853), reported by Jakub
57   Wilk.
58 - Update t/tests.t for new output of Pod::Usage in 1.65 (Debian Bug #825428),
59   reported by Niko Tyni, patch by Gregor Herrmann.
60 - Fix false positives for comment lines (Debian Bug #825671), reported by
61   Fabian Wolff.
62 - Improve non-verbose detection for parallel builds (Debian Bug #801492),
63   reported by Mattia Rizzolo, initial patch by Julien Lamy.
64
65
66 Version 0.05
67 ------------
68
69 - Fix false positive in configure output if $CC contains options (Debian bug
70   #710135), reported by Bastien Roucariès.
71 - Handle another case of Qt's `moc` (Debian bug #710780), reported by Felix
72   Geyer.
73 - Fix detection of build dependencies for buildd logs (Debian bug #719656),
74   reported by Nicolas Boulenguez.
75 - Fix buildd architecture detection. Only relevant if the chroot setup fails
76   and dpkg-buildpackage is never run; therefore a minor issue.
77 - Fix false positive when "compiling" python files (Debian bugs #714630 and
78   #753080), reported by Matthias Klose, patch by James McCoy.
79 - Don't check for hardening flags in non-verbose compiler commands spanning
80   multiple lines.
81 - Better handling of libtool commands (Debug bug #717598), reported by Stefan
82   Fritsch.
83
84 - Sync architecture specific hardening support with dpkg 1.17.13.
85 - Check for -fstack-protector-strong on supported platforms (since dpkg
86   1.17.11) (Debian bug #757885), reported by Markus Koschany.
87 - Consider lines with -O0 or -Og debug builds and disable checks for -O2
88   (Debian bug #714628), reported by Matthias Klose. Also don't check for
89   fortification in those lines as it requires optimization (Debian bug
90   #757683), also reported by Matthias Klose.
91
92
93 Version 0.04
94 ------------
95
96 - Fix many false positives, this includes compiled header files, lines with
97   only CC=gcc but no other compiler commands and `moc-qt4`/`moc-qt5` commands.
98 - Accept -Wformat=2 because it implies -Wformat.
99 - Accept --param ssp-buffer-size=4 (space instead of equals sign).
100 - Fix build dependency related checks (Ada, hardening-wrapper) for pbuilder
101   build logs.
102 - Fix architecture detection in old buildd build logs which use an additional
103   "is" in the "dpkg-buildpackage: host architecture" field.
104
105 - Updated output in buildd mode.
106 - Only return non-zero exit codes for errors in buildd mode, not for warnings.
107 - Minor performance improvements.
108 - Support for Ada files.
109
110
111 Version 0.03
112 ------------
113
114 - Fix --ignore-flag with -fPIE.
115 - Detect overwrite of -D_FORTIFY_SOURCE=2 with -D_FORTIFY_SOURCE=0 or 1 or
116   -U_FORTIFY_SOURCE.
117
118 - Add --ignore-arch-flag and --ignore-arch-line options to ignore flags and
119   lines on certain architectures only.
120 - Buildd tags "no-compiler-commands" and "invalid-cmake-used" are now
121   information ('I-') instead of warning ('W-').
122 - Ignore false positives when using moc-qt4.
123
124
125 Version 0.02
126 ------------
127
128 - Fix --version, --help.
129
130 - Remove -Wformat-security from expected CFLAGS because it's already implied
131   by -Werror=format-security (removed in dpkg-dev >= 1.16.3).
132
133
134 Version 0.01
135 ------------
136
137 - Initial release.
138
139 // vim: ft=asciidoc