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 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266
|
fuzz (0.6-20) unstable; urgency=medium
* d/control: Bump Standards-Version to 4.7.2.
* d/control: Update Vcs and homepage.
* d/copyright: Update copyright year to myself.
* d/u/metadata: Update metadata field.
* d/watch: Bump to 4.
* d/patches: Move configure.in to .ac.
-- Daniel Pimentel <d4n1@d4n1.org> Thu, 18 Sep 2025 19:46:08 -0300
fuzz (0.6-19.1) unstable; urgency=medium
* Non-maintainer upload.
* debian/patches/30-glibc-2.32.patch: Fix FTBFS against glibc 2.32 by using
strerror() instead of sys_errlist. Thanks to Logan Rosen <logan@ubuntu.com>.
(Closes: #967987).
-- Marcos Talau <talau@debian.org> Tue, 01 Nov 2022 19:38:04 -0300
fuzz (0.6-19) unstable; urgency=medium
* debian/control:
- Added Rules-Requires-Root.
- Updated Standards-Version version to 4.5.0.
- Updated debhelper-compat version to 13.
- Updated homepage to HTTPS.
* debian/rules:
- Removed "-Wl,--as-needed" needless flags for bullseye.
* debian/upstream/metadata:
- Added Repository, Repository-Browse and Bug-Submit.
- Removed homepage.
-- Daniel Pimentel <d4n1@d4n1.org> Mon, 28 Sep 2020 12:32:35 +0000
fuzz (0.6-18) unstable; urgency=medium
* debian/upstream/metadata: added.
-- Daniel Pimentel <d4n1@d4n1.org> Tue, 23 Jul 2019 17:08:14 -0300
fuzz (0.6-17) unstable; urgency=medium
* New maintainer. (Closes: #920068)
* debian/copyright:
- Added myself to packaging block.
- Full updated.
-- Daniel Pimentel <d4n1@d4n1.org> Fri, 19 Jul 2019 18:05:36 -0300
fuzz (0.6-16) unstable; urgency=medium
* QA upload.
* Set Debian QA Group as maintainer. (see #920068)
* debian/control:
- Bumped Standards-Version to 4.4.0.
- Bumped Vcs-Browser and Vcs-Git of Alioth to Salsa.
* debian/rules: updated to fix FTCBFS (thanks Helmut Grohne
<helmut@subdivi.de>). (Closes: #929237)
* debian/tests/control: added tests (CI).
* Using new DH level format. Consequently:
- debian/compat: removed.
- debian/control: changed from 'debhelper' to 'debhelper-compat' in
Build-Depends field and bumped level to 12.
-- Daniel Pimentel <d4n1@d4n1.org> Fri, 19 Jul 2019 11:34:15 -0300
fuzz (0.6-15) unstable; urgency=medium
* debian/control
- (Homepage): Update.
- (Standards-Version): Update to 3.9.8.
- (Vcs-*): Update to anonscm.debian.org.
* debian/copyright
- Update URLs.
-- Jari Aalto <jari.aalto@cante.net> Wed, 19 Oct 2016 09:16:45 +0300
fuzz (0.6-14) unstable; urgency=low
* debian/control
- (Build-Depends): Rm dpkg-dev; not needed with debhelper 9.
- (Standards-Version): Update to 3.9.3.1.
* debian/copyright
- Update to format 1.0.
* debian/rules
- Enable all hardening flags.
- Use DEB_*_MAINT_* variables.
-- Jari Aalto <jari.aalto@cante.net> Fri, 23 Mar 2012 06:36:25 -0400
fuzz (0.6-13) unstable; urgency=low
* debian/compat
- Update to 9
* debian/control
- (Build-Depends): Update to debhelper 9, dpkg-dev 1.16.1.
* debian/copyright
- (X-*Bugs,Vcs): Add new headers.
* debian/rules
- Remove unneeded targets.
- Use hardened CFLAGS.
http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
-- Jari Aalto <jari.aalto@cante.net> Sat, 11 Feb 2012 18:52:14 -0500
fuzz (0.6-12) unstable; urgency=low
* debian/copyright
- (Format): Update URL (lintian).
* fuzz.c
- Restore original file (FTBFS; Closes: #643125).
-- Jari Aalto <jari.aalto@cante.net> Tue, 27 Sep 2011 11:51:32 +0300
fuzz (0.6-11) unstable; urgency=low
* debian/compat
- Update to 8.
* debian/control
- (Build-Depends): debhelper 8.
- (Standards-Version): 3.9.2.
* debian/copyright
- (Format-Specification): Point URL to official DEP5.
- Update layout.
* debian/patches
- (20): New. Display warning that --chroot needs also option --user
(Closes: #605515).
-- Jari Aalto <jari.aalto@cante.net> Thu, 21 Apr 2011 18:07:36 +0300
fuzz (0.6-10) unstable; urgency=low
* debian/rules: Define target binary-arch for 'debuild -B'
(FTBFS; Closes: #563194).
-- Jari Aalto <jari.aalto@cante.net> Fri, 01 Jan 2010 18:09:07 +0200
fuzz (0.6-9) unstable; urgency=low
* New maintainer (Closes: #519376).
- Move to format: 3.0 (quilt).
* debian/copyright
- (X-Homepage-Freshmeat): New.
* debian/control
- (Standards-Version): Update to 3.8.3
- (Build-Depends): Update libreadline-dev to 6 (Closes: #553759).
Update debhelper to 7.1 due to overrides in debian/rules.
- (Depends): Add ${misc:Depends} for debhelper.
- (Homepage): update to Freshmeat.
- (Vcs-*): add URLs.
* debian/copyright:
- Use FSF URL (FSF recommendation).
* debian/patches
- (10): Add patch to to mention absolute path, order options
alphabetically (Closes: #183046).
- (11): Add patch to clarify --newlines in manpage (Closes: #183045).
* debian/rules
- Remove rules obsoleted by dh(1).
* debian/source/format
- New file.
-- Jari Aalto <jari.aalto@cante.net> Tue, 29 Dec 2009 13:10:15 +0200
fuzz (0.6-8) unstable; urgency=low
* QA upload.
* Set maintainer to Debian QA Group <packages@qa.debian.org>.
* Acknowledge Non-maintainer uploads.
* Add compat file.
* debian/control:
- Bump debhelper version from 2 to 7.
- Bump Standards-Version to 3.8.1
+ Add Homepage field
* Completely rewritten debian/rules.
* Fix debian/watch (Closes: #450159, #529111).
* Rename fuzz.docs to docs.
* debian/copyright:
- Update to new format (http://wiki.debian.org/Proposals/CopyrightFormat).
-- Iulian Udrea <iulian@ubuntu.com> Sun, 17 May 2009 17:00:43 +0100
fuzz (0.6-7.3) unstable; urgency=low
* NMU.
* debian/control: Remove unnecessary autotools dependencies. (Closes:
#376439)
-- Eric Dorland <eric@debian.org> Sat, 19 Aug 2006 02:38:04 -0400
fuzz (0.6-7.2) unstable; urgency=low
* NMU
* Change dependency to libreadline5-dev (Closes: #326362)
-- Don Armstrong <don@debian.org> Tue, 3 Jan 2006 01:13:39 -0800
fuzz (0.6-7.1) unstable; urgency=high
* Non-maintainer upload
* Security patch ported from stable
- Matt Zimmerman <mdz@debian.org> Sun, 4 May 2003 20:32:10 -0400
- Non-maintainer upload by the Security Team
- Create temporary file securely using mkstemp (Closes: #183047)
-- David Schleef <ds@schleef.org> Thu, 15 May 2003 11:57:27 -0700
fuzz (0.6-7) unstable; urgency=low
* Upgrade to standards-version 3.5.7.
* Fix Build-Depends for sh (which doesn't have libreadline4-dev).
-- Thomas Smith <tgs@debian.org> Sat, 21 Sep 2002 12:33:17 -0500
fuzz (0.6-6) unstable; urgency=low
* Fix speling mistake in description (Zimmerman Spelling Crusade)
(Closes: Bug#124653).
* Up standards-version to 3.5.6
* Got rid of Emacs user settings at end of changelog file (how'd they get
there? I've only used vim...), fixing a lintian error.
-- Thomas Smith <tgs@debian.org> Tue, 18 Dec 2001 20:53:24 -0500
fuzz (0.6-5) unstable; urgency=low
* Honor DEB_BUILD_OPTIONS
* This is probably going to be the first fuzz in the official
archive. Closes: bug#80263.
-- Thomas Smith <tgs@finbar.dyndns.org> Sat, 3 Mar 2001 17:02:42 -0500
fuzz (0.6-4) unstable; urgency=low
* apply patch from Josip Rodin, my Application Manager. this:
- changes the description in control
- changes the rules file for simplicity and correctness
* add build-depends: libreadline4-dev so that package is built
consistently
* fixed CFLAGS so my earlier ugly hack to remove -g is unneeded.
-- Thomas Smith <tgs@finbar.dyndns.org> Thu, 25 Jan 2001 17:12:58 -0500
fuzz (0.6-3) unstable; urgency=low
* Got a sponsor. Thanks, Adrian!
* tried fixing build-depends (added autoconf and automake)
* removed -g flag from compile to comply with standards
* removed INSTALL from docs
* Close the wnpp bug (Closes: bug#80263)
-- Thomas Smith <tgs@finbar.dyndns.org> Wed, 24 Jan 2001 17:42:48 -0500
fuzz (0.6-2) unstable; urgency=low
* various cleanups in debian/.
* give pointer to a copy of the GPL in copyright.
-- Thomas Smith <tgs@finbar.dyndns.org> Fri, 19 Jan 2001 22:14:51 -0500
fuzz (0.6-1) unstable; urgency=low
* Initial Release.
* First .deb by Thomas Smith.. whoop dee doo
-- Thomas Smith <tgs@finbar.dyndns.org> Sat, 23 Dec 2000 22:09:25 -0500
|