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