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