File: changelog

package info (click to toggle)
aflplusplus 4.04c-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,568 kB
  • sloc: ansic: 101,393; cpp: 15,334; sh: 4,215; python: 3,340; makefile: 896; javascript: 507; java: 43; sql: 3; xml: 1
file content (194 lines) | stat: -rw-r--r-- 6,818 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
aflplusplus (4.04c-4) unstable; urgency=medium

  * Import a patch to fix CVE-2023-26266 (Closes: #1033255)

 -- Sophie Brun <sophie@offensive-security.com>  Fri, 24 Mar 2023 11:29:28 +0100

aflplusplus (4.04c-3) unstable; urgency=medium

  * Disable lld support on s390x for now (Closes: #1026103). Thanks to
    Gianfranco Costamagna

 -- Sophie Brun <sophie@offensive-security.com>  Mon, 23 Jan 2023 10:58:26 +0100

aflplusplus (4.04c-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * debian/copyright: use spaces rather than tabs to start continuation lines.
  * Add missing build dependency on dh-strip-nondeterminism for command dh_strip_nondeterminism.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.

  [ Sophie Brun ]
  * Add missing build-dep lld-14 (Closes: #1025443)
  * Disable download attempts during the build (Closes: #1025454)

 -- Sophie Brun <sophie@offensive-security.com>  Mon, 05 Dec 2022 15:01:31 +0100

aflplusplus (4.04c-1) unstable; urgency=medium

  * New upstream version 4.04c
  * Refresh patches

 -- Sophie Brun <sophie@offensive-security.com>  Wed, 16 Nov 2022 10:41:42 +0100

aflplusplus (4.02c-2) unstable; urgency=medium

  * Do not ignore gcc plugin failures (Closes: #1023671)
  * Update build-dep to gcc-12-plugin-dev

 -- Sophie Brun <sophie@offensive-security.com>  Tue, 15 Nov 2022 14:58:34 +0100

aflplusplus (4.02c-1) unstable; urgency=medium

  * New upstream version 4.02c
  * Switch to llvm-toolchain-14 (Closes: #1017655)
  * Do not run dh_dwz
  * Update lintian-overrides
  * Bump Standards-Version to 4.6.1 (no change)

 -- Sophie Brun <sophie@offensive-security.com>  Thu, 08 Sep 2022 15:02:46 +0200

aflplusplus (4.00c-1) unstable; urgency=medium

  * Switch to llvm-toolchain-13 (Closes: #1004881)
  * New upstream version 4.00c
  * Update debian/copyright
  * Refresh the patch
  * Update doc installation
  * Update lintian-overrides
  * Add a patch to fix spelling errors

 -- Sophie Brun <sophie@offensive-security.com>  Mon, 07 Feb 2022 14:54:56 +0100

aflplusplus (3.14c-2) unstable; urgency=medium

  * Add correctly the helper-scripts afl-clang and afl-clang++ (issue with
    upstream .gitignore)

 -- Sophie Brun <sophie@offensive-security.com>  Wed, 15 Sep 2021 09:06:42 +0200

aflplusplus (3.14c-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + afl++-doc: Add Multi-Arch: foreign.

  [ Sophie Brun ]
  * New upstream version 3.14c
  * Add missing dependency procps to afl++
  * Add new build-dep: gcc-10-plugin-dev
  * Update debian/copyright
  * debian/rules: update build for new release
  * Add build-deps for tests: clang and libcmocka-dev
  * Install all files in afl-++. afl++-clang is now a transitional package.
  * debian/rules: no need to remove non -fast binaries
  * Add a patch to fix the failing test
  * Update debian/afl++-clang.lintian-overrides
  * Bump Standards-Version to 4.6.0 (no change)
  * Add scripts for deprecated afl-clang and afl-clang++ with specific clang version
  * Use clang and llvm version 12

 -- Sophie Brun <sophie@offensive-security.com>  Tue, 14 Sep 2021 08:41:43 +0200

aflplusplus (2.68c-1) unstable; urgency=medium

  * New upstream version 2.68c
  * Add a patch to improve reproducibility (Closes: #969320)
  * Improve long description to make it clear that afl is unmaintained
    (Closes: #973557)
  * Switch to clang/LLVM 11 (Closes: #974783)
  * Drop all patches, they have been merged upstream.

 -- Raphaël Hertzog <raphael@offensive-security.com>  Tue, 17 Nov 2020 12:06:15 +0100

aflplusplus (2.67c-1) unstable; urgency=medium

  [ Sophie Brun ]
  * Revert "Switch to clang 11"
  * Fix broken symlinks (Closes: #968263)

  [ Raphaël Hertzog ]
  * New upstream version 2.67c
    - this versions disables -march=native when SOURCE_DATE_EPOCH is set
      Closes: #968336
  * Update patches for new upstream release
  * Fix installation path of helper libraries (Closes: #969151)
  * Switch to debhelper compat 13
  * Switch to clang/llvm 10
  * Install the upstream manual pages
  * Update Add-missing-CPPFLAGS.patch to cover afl-performance.o too

 -- Raphaël Hertzog <raphael@offensive-security.com>  Fri, 28 Aug 2020 21:15:22 +0200

aflplusplus (2.66c-1) unstable; urgency=medium

  [ Raphaël Hertzog ]
  * Rely on LLVM_CONFIG environment variable to force usage of a specific
    CLANG version
  * Don't duplicate LLVM major version in binary package dependencies

  [ Samuel Henrique ]
  * Configure git-buildpackage for Debian

  [ Sophie Brun ]
  * New upstream version 2.66c (Closes: #956986)
  * Remove unneeded patches
  * Switch to clang 11
  * Update build and installation for new release
  * Wrap-and-sort
  * Update debian/copyright
  * Update source/lintian-overrides
  * Add transitional packages (Closes: #942291)
  * Add a patch to fix spelling errors
  * Don't install upstream installation documentation
  * Patch to add missing CPPFLAGS
  * Bump Standards-Version to 4.5.0 (no change)
  * Re-enable build log scanner as #948009 is fixed
  * Add a patch to fix the file-references-package lintian info

 -- Sophie Brun <sophie@offensive-security.com>  Fri, 07 Aug 2020 11:48:29 +0200

aflplusplus (2.60c-1) unstable; urgency=medium

  * Team upload
  * New upstream version 2.60c
  * Remove one patch merged upstream
  * Stop cleaning what upstream cleans for us now
  * Fix version of clang dependency
  * Update patch to cover another llvm-config invocation
  * Run tests at build time
  * Disable build log scanner until #948009 is fixed
  * Fix autopkgtests

 -- Raphaël Hertzog <hertzog@debian.org>  Fri, 03 Jan 2020 11:21:35 +0100

aflplusplus (2.59c-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Bump Standards-Version to 4.4.1
  * Add new patch to support lack of unicorn_mode/unicorn directory
  * Remove binary file created by make clean (duh!)
  * Switch to clang 9.
  * Add a new patch fixing the build of libdislocator
  * Fix path of documentation files to install
  * Enable python 3 support

 -- Raphaël Hertzog <raphael@offensive-security.com>  Mon, 30 Dec 2019 14:12:46 +0100

aflplusplus (2.53c-1) unstable; urgency=medium

  [ Raphaël Hertzog ]
  * Team upload.
  * Fix Vcs-Git and Vcs-Browser URLs.
  * Note for ftpmasters: the source package contains a number of binary-only
    files in the "testcases" and "docs/vuln_samples/" subdirectories. We
    believe that they are their own sources as they have been manually crafted
    to meet specific requirements. Those files were already part of the former
    "afl" package that recently got removed. Thank you.

  [ Sophie Brun ]
  * Initial releases (Closes: #934964)
  * Add more info in patches

 -- Raphaël Hertzog <hertzog@debian.org>  Tue, 17 Sep 2019 10:52:07 +0200