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