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