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 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380
|
lame (3.100-3) unstable; urgency=medium
[ Ondřej Nový ]
* Team upload.
* d/copyright: Change Format URL to correct one
* d/control: Set Vcs-* to salsa.debian.org
* d/changelog: Remove trailing whitespaces
[ Felipe Sateler ]
* Change maintainer address to debian-multimedia@lists.debian.org
[ Ondřej Nový ]
* d/watch: Use https protocol
* Use debhelper-compat instead of debian/compat
[ Sebastian Ramacher ]
* debian/control:
- Bump Standards-Version
- Set RRR: no
- Bump debhelper compat to 12
* debian/rules: Remove obsolete override
-- Sebastian Ramacher <sramacher@debian.org> Sun, 17 Nov 2019 17:21:20 +0100
lame (3.100-2) unstable; urgency=medium
* Add CVE ids to previous changelog entry.
* Add a libmp3lame0.symbols file now that LAME only exports
its own API (Closes: #702290).
* Let lame suggest lame-doc (Closes: #805899).
-- Fabian Greffrath <fabian@debian.org> Sat, 21 Oct 2017 21:07:44 +0200
lame (3.100-1) unstable; urgency=medium
* New upstream version 3.100 (Closes: #879129).
+ CVE-2017-9410, CVE-2017-9411, CVE-2017-9412.
* Remove or refresh the Debian patch set, as appropriate:
+ 07-field-width-fix.patch - refreshed
+ parallel-builds-fix.patch - removed, applied upstream
+ ansi2knr2devnull.patch - removed, does not apply anymore
+ privacy-breach.patch - refreshed
+ msse.patch - refreshed
+ force_align_arg_pointer.patch - removed, does not apply anymore
+ 0001-Add-check-for-invalid-input-sample-rate.patch - removed,
resolved upstream
+ bits_per_sample.patch - removed, resolved upstream
+ int_resample_ratio.patch - removed, applied upstream
* Bump debhelper compat to 10.
* Bump Standards-Version to 4.1.1.
* Fix vcs-field-uses-insecure-uri lintian warnings.
* Enable all hardening flags.
* Enable dbg package migration.
* Remove source/lintian-overrides, does not apply anymore.
* Remove obsolete source/local-options.
* Improve long package descriptions to mention that LAME
is a recursive acronym.
* Fix spelling errors in the frontend code and manpage.
-- Fabian Greffrath <fabian@debian.org> Fri, 20 Oct 2017 20:07:02 +0200
lame (3.99.5+repack1-9) unstable; urgency=medium
* Add debug package.
* Run wrap-and-sort -asb.
-- Fabian Greffrath <fabian@debian.org> Thu, 11 Jun 2015 12:33:22 +0200
lame (3.99.5+repack1-8) unstable; urgency=medium
* debian/patches/force_align_arg_pointer.patch: Enable functions with SSE
instructions to maintain their own properly aligned stack. Fixes crashes
with a general protection error when called from the ocaml bindings
(Closes: #786438). Thanks Detrick Merz for the bug report, Robert Hegemann
and especially Bernhard Übelacker for their help with analyzing the bug.
* Remove "experimental optimizations". These are compiler flags that are
selected on a per-compiler basis, but the latest detected compilers are
from the gcc-4.x series.
* Build the frontend with the sndfile io routines, it should be able to read
RAW PCM and WAV from stdin since at least 3.99.0. As per upstream request.
+ Add Build-Depends: libsndfile1-dev.
* Append "-Wl,--as-needed -Wl,-z,defs" to LDFLAGS to get rid of the
unnecessary dependency on libncurses.
* Change Uploaders field to my <fabian@debian.org> address.
* Bump Standards-Version to 3.9.6.
* Fix space-in-std-shortname-in-dep5-copyright "BSD (3 clause)" and
unused-license-paragraph-in-dep5-copyright "GPL-2+" lintian warnings.
* Update Debian packaging copyright years and address.
* TODO: Add a lame-dbg package.
-- Fabian Greffrath <fabian@debian.org> Thu, 11 Jun 2015 09:32:10 +0200
lame (3.99.5+repack1-7) unstable; urgency=medium
* Extend Maks Naumov's patch to also include a sanity check for
a valid amount of input channels (Closes: #778703).
* Fix decision if sample rate ratio is an integer value or not
(Closes: #778529).
* Thanks to Henri Salo for the bug reports and the fuzzed samples!
-- Fabian Greffrath <fabian+debian@greffrath.com> Tue, 24 Feb 2015 09:03:07 +0100
lame (3.99.5+repack1-6) unstable; urgency=high
* Do not mangle CFLAGS in debian/rules anymore, leave this to
dpkg-buildflags (Closes: #775955). Thanks, Jakub Wilk.
* Add check for invalid input sample rate, thanks Maks Naumov
(Closes: #775959, #777160, #777161). Thanks Jakub Wilk and
Brian Carpenter for the bug reports and test cases.
* Remove chunks modifying */Makefile.in from parallel-builds-fix.patch,
we are running autoreconf anyway.
* Remove unbreak-ftbfs-gcc4.4.patch, does not apply anymore.
* Avoid malformed wav causing floating point exception in the frontend
(Closes: #777159).
-- Fabian Greffrath <fabian+debian@greffrath.com> Mon, 09 Feb 2015 07:11:42 +0100
lame (3.99.5+repack1-5) unstable; urgency=medium
* Team upload.
* debian/patches/msse.patch: Build xmm_quantize_sub.c with -msse to fix a
build failure on any-i386. This also enables SSE support on i386 if SSE
support is detected at runtime. (Closes: #760047)
-- Sebastian Ramacher <sramacher@debian.org> Sun, 31 Aug 2014 16:05:00 +0200
lame (3.99.5+repack1-4) unstable; urgency=medium
* Team upload.
[ Alessio Treglia ]
* Build with dh-autoreconf. (Closes: #755111)
[ Sebastian Ramacher ]
* debian/control:
- Remove Andres Mejia from Uploaders since he is MIA. Thank you for
maintaining lame, Andres! (Closes: #743522)
- Remove obsolete DM-Upload-Allowed.
- Change Maintainer to match other packages maintained by the team.
- Add missing B-D dh-autoreconf and pkg-config.
- Bump Standards-Version to 3.9.5
- Remove obsolete Breaks / Replaces.
- Use canonical Vcs-* locations.
* debian/patches/privacy-breach.patch: Fix privacy-breach linitan erros in
HTML documentation.
-- Sebastian Ramacher <sramacher@debian.org> Sat, 30 Aug 2014 21:34:51 +0200
lame (3.99.5+repack1-3) unstable; urgency=low
* Handle case on setting CFLAGS for systems where dpkg-dev (<< 1.15.7)
-- Andres Mejia <amejia@debian.org> Sat, 17 Mar 2012 13:41:03 -0400
lame (3.99.5+repack1-2) unstable; urgency=low
* Allow dev package to be multiarch installable.
-- Andres Mejia <amejia@debian.org> Fri, 16 Mar 2012 17:41:15 -0400
lame (3.99.5+repack1-1) unstable; urgency=low
* New upstream release.
* Refresh patches. Remove patches applied upstream.
* Bump Standards-Version to 3.9.3.
-- Andres Mejia <amejia@debian.org> Thu, 15 Mar 2012 17:51:42 -0400
lame (3.99.4+repack1-1) unstable; urgency=low
* New upstream release.
* Refresh patches.
* Use CFLAGS from dpkg-buildflags, but don't pass -g or -O2.
* Fix up lintian warning about commas in Files section of copyright file.
-- Andres Mejia <amejia@debian.org> Sun, 29 Jan 2012 11:00:04 -0500
lame (3.99.3+repack1-1) unstable; urgency=low
* Update copyright.
* Refresh all patches, remove patches applied upstreamed.
* Update README.source.
* Remove commas from Files section in copyright file.
-- Andres Mejia <amejia@debian.org> Sun, 11 Dec 2011 11:29:01 -0500
lame (3.98.4+repack2-6) unstable; urgency=low
* Add missing 'Multi-Arch: same' field.
-- Andres Mejia <amejia@debian.org> Sat, 13 Aug 2011 19:17:13 -0400
lame (3.98.4+repack2-5) unstable; urgency=low
[ Andres Mejia ]
* Include fix for alpha builds. alpha builds need include guards in config.h.
* Implement multiarch support.
[ Reinhard Tartler ]
* Unbreak compilation with gcc 4.4
-- Andres Mejia <amejia@debian.org> Sat, 13 Aug 2011 15:44:26 -0400
lame (3.98.4+repack2-4) unstable; urgency=low
* Fix compiler warning on machines not i386 or amd64.
-- Andres Mejia <amejia@debian.org> Mon, 01 Aug 2011 22:52:40 -0400
lame (3.98.4+repack2-3) unstable; urgency=low
* normalize fields in debian/control with 'wrap-and-sort(1)'
-- Reinhard Tartler <siretart@tauware.de> Sat, 30 Jul 2011 12:53:07 +0200
lame (3.98.4+repack2-2) unstable; urgency=low
* Fix parallel builds on i386.
-- Andres Mejia <amejia@debian.org> Fri, 29 Jul 2011 15:43:25 -0400
lame (3.98.4+repack2-1) unstable; urgency=low
* Update debian/copyright to reflect replacement of portableio code from
upstream.
* Update README.source to mention change of portableio code.
-- Andres Mejia <amejia@debian.org> Thu, 28 Jul 2011 19:14:03 -0400
lame (3.98.4+repack1-1) unstable; urgency=low
[ Andres Mejia ]
* Disable use of sndfile, breaks KDE apps relying on kio_audiocd slave for CD
ripping.
* Fix warning on 64 bit machines on use of size_t.
* Support parallel builds.
* Bump to Standards-Version 3.9.2.
* Fix Vcs-Browser entry.
* Don't use quilt when source format 3.0 (quilt) is being used.
* Fixup build system. Don't patch generated files directly.
Needed to disable GTK support so lame would build.
* Enable full experimental optimizations.
NOTE: The only extra optimizations that are really enabled are -O3,
-fomit-frame-pointer, and -ffast-math. -fschedule-insns2 is on by default in
-O2, -fbranch-count-reg is on by default in any mode, and -fforce-addr looks
to be a noop now. This is with using GCC 4.6.*.
* Modifiy override_dh_clean target to check if quilt is installed, and use it
to unapply patches during cleaning.
* Use patch to apply autoreconf changes.
* Fix description-synopsis-starts-with-article lintian warnings.
* Add DM-Upload-Allowed: yes.
* Update to my @debian.org email.
* Add script that can regenerate repacked tarball.
* Build system changes are made before the tarball is generated.
* Remove patches for which the build system is updated for the repacking.
* No longer require the need to copy autotool files.
* Update debian/copyright. This includes changes for the removal of the
problematic exclusions to the LGPL and helpful comments about some of the
files. This needed an update to latest DEP-5 spec.
* Use dpkg-source unapply-patches option to unapply patches.
* Add in changes to output of license information from upstream.
* Update debian/README.source. This includes information what is changed from
the original upstream source tarball.
* Update debian/watch to mangle some common version info from the Debian
version.
[ Fabian Greffrath ]
* Remove duplicate patches/05-armel-no-finite-math-only.diff.
* Update my e-mail address.
* Fix dh usage.
* Build with libsndfile.
* debian/patches/06-sndfile-stdin.patch: New patch from Gentoo to
support reading from stdin with sndfile.
* Do not install the libtool .la file in the -dev package.
* Do not provide the liblame0 package anymore.
-- Andres Mejia <amejia@debian.org> Tue, 26 Jul 2011 21:48:51 -0400
lame (3.98.4-1) unstable; urgency=low
* Upload to unstable. Closes: #90091
-- Reinhard Tartler <siretart@tauware.de> Sat, 31 Jul 2010 21:12:27 -0400
lame (3.98.4-0ubuntu1) maverick; urgency=low
* New upstream Release
* Switch to source Format 3.0 (quilt)
* Remove debian/patches/03-buffer-too-small.patch, merged upstream
* Refreshed patches
* Tighten build depends on debhelper und quilt
* Bump standards version
* Remove outdated config.guess and config.sub during build
-- Reinhard Tartler <siretart@tauware.de> Fri, 30 Jul 2010 09:34:43 -0400
lame (3.98.2+debian-1) unstable; urgency=low
* Prepare upload for Debian.
* Fix Maintainer field and add myself as uploader.
* Bump Standards-Version to 3.8.4.
* Set the default debian branch to master for master branch.
* Add versioned dependency on quilt.
* Add versioned dependency on debhelper for use of debhelper overrides.
* Add README.source for use of quilt.
-- Andres Mejia <mcitadel@gmail.com> Sat, 08 May 2010 02:25:18 -0400
lame (3.98.2+debian-0ubuntu3) lucid; urgency=low
* debian/control: libmp3lame0 Conflicts+Replaces+Provides liblame0
(LP: #469676)
-- Daniel T Chen <crimsun@ubuntu.com> Tue, 24 Nov 2009 19:24:31 -0500
lame (3.98.2+debian-0ubuntu2) karmic; urgency=low
[ Fabian Greffrath ]
* Prefer my d-u.o address for "official" packages.
* Ported from debhelper (>= 7.2) to cdbs.
* Remove redundant DEB_DH_INSTALL_SOURCEDIR.
[ Reinhard Tartler ]
* update debian/changelog
[ Fabian Greffrath ]
* Revert "update config.guess and config.sub with more recent
versions"
* debian/copyright: Vastly improved.
* cosmetic cleanup
* Bumped Standards-Version to 3.8.2.
* Update debian/copyright.
* Really update debian/changelog.
[ Reinhard Tartler ]
* patches taken from the marillat package:
- fix the ffmpeg 'buffer too small' bug. LP: #401406
- disable executable stack
- buggy optimization for single-precision floats when
-ffinite-math-only
* reconvert to dh7
-- Reinhard Tartler <siretart@tauware.de> Thu, 22 Oct 2009 22:35:30 +0200
lame (3.98.2+debian-0ubuntu1) karmic; urgency=low
* New upstream version
* Import the package prepared by Fabian Greffrath in the pkg-multimedia
repository.
* This replaces the former marillat packaging completely.
* target karmic.
-- Reinhard Tartler <siretart@tauware.de> Tue, 09 Jun 2009 22:14:50 +0200
lame (3.98.2+debian-1) unstable; urgency=low
[ Fabian Greffrath ]
* Prefer my d-u.o address for "official" packages.
* Ported from debhelper (>= 7.2) to cdbs.
* Remove redundant DEB_DH_INSTALL_SOURCEDIR.
[ Reinhard Tartler ]
* New upstream version
* Import the package prepared by Fabian Greffrath in the pkg-multimedia
repository.
* This replaces the former marillat packaging completely.
* update config.guess and config.sub with more recent versions
* update maintainer field
* prefer multiline fields in debian/control
* fix typo in description of libmp3lame-dev
-- Reinhard Tartler <siretart@tauware.de> Thu, 25 Jun 2009 09:55:01 +0200
lame (3.98.2+debian-0fab1) unstable; urgency=low
* Initial release.
* Rebuilt upstream tarball without debian/ directory.
* Linked frontend against shared libraries.
-- Fabian Greffrath <fabian+debian@greffrath.com> Mon, 01 Jun 2009 00:00:00 +0200
|