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 381 382
|
libcdio (2.1.0-4) unstable; urgency=medium
* Cherry-pick patches from upstream (Closes: #1020431).
-- Gabriel F. T. Gomes <gabriel@debian.org> Tue, 27 Sep 2022 06:39:42 -0300
libcdio (2.1.0-3) unstable; urgency=medium
* Fix FTBFS with upstream patch (Closes: #997166).
-- Gabriel F. T. Gomes <gabriel@debian.org> Tue, 02 Nov 2021 13:37:42 -0300
libcdio (2.1.0-2) unstable; urgency=medium
* Upload to unstable.
-- Gabriel F. T. Gomes <gabriel@debian.org> Sat, 25 Jul 2020 20:14:10 -0300
libcdio (2.1.0-1) experimental; urgency=medium
[Gabriel F. T. Gomes]
* Update upstream version.
* Library SONAME bump.
* Adopt package (Closes: #881719).
[Vasyl Gello]
* Add C++ libraries (Closes: #703292).
-- Gabriel F. T. Gomes <gabriel@debian.org> Thu, 09 Jul 2020 22:12:57 -0300
libcdio (2.0.0-2) unstable; urgency=medium
* Upload to unstable.
-- Matthias Klose <doko@debian.org> Thu, 14 Jun 2018 19:32:26 +0200
libcdio (2.0.0-1) experimental; urgency=medium
* QA upload.
* New upstream version.
* Library soname bumps and symbol files updates.
-- Matthias Klose <doko@debian.org> Tue, 30 Jan 2018 17:04:53 +0100
libcdio (1.0.0-2) unstable; urgency=medium
* Fix setting LIBCDIO_VERSION, taken from upstream.
-- Matthias Klose <doko@debian.org> Wed, 06 Dec 2017 09:05:47 +0100
libcdio (1.0.0-1) unstable; urgency=medium
* QA upload.
* New upstream version.
* Build using libncursesw5-dev.
-- Matthias Klose <doko@debian.org> Mon, 04 Dec 2017 20:51:22 +0100
libcdio (0.94-1) unstable; urgency=medium
* QA upload.
* Orphan the package. See #881719.
* Upload to unstable.
* Mark development packages as M-A: same.
-- Matthias Klose <doko@debian.org> Wed, 15 Nov 2017 00:00:11 +0100
libcdio (0.94-0.2) experimental; urgency=medium
* Non-maintainer upload.
* libcdio-dev: Install missing cdio/memory.h header.
-- Matthias Klose <doko@debian.org> Thu, 26 Oct 2017 14:19:26 +0200
libcdio (0.94-0.1) experimental; urgency=medium
* Non-maintainer upload.
* New upstream version.
- Fixes build failure with GCC 7. Closes: #841556.
* Bump standards and debhelper versions.
* Configure with --disable-silent-rules.
* Make the build reproducible (Chris Lamb). Closes: #869516.
* Bump sonames, update symbols files.
-- Matthias Klose <doko@debian.org> Thu, 26 Oct 2017 12:55:26 +0200
libcdio (0.92-2) experimental; urgency=low
* debian/control:
Remove the "Multi-Arch: no" field from the -dev packages: although
this value is supposed to be correct according to deb_control(5),
apt complains about it. As this value matches the default behaviour
without a Muti-Arch: field, it can safely be removed.
Thanks to Axel Beckert, Andreas Metzler and Dan Jacobson for
pointing this. (Closes: #759109)
-- Nicolas Boullis <nboullis@debian.org> Sun, 24 Aug 2014 15:58:03 +0200
libcdio (0.92-1) experimental; urgency=low
* The "Thanks Colin" release.
* New upstream release. (Closes: #710064)
* debian/control, debian/libcdio-cdda*, debian/libcdio-paranoia*:
Remove the libcdio-cdda and libcdio-paranoia libraries, as they are
now provided in a separate source tarball.
* debian/control, debian/*.install:
Update the package names to track the sonames.
* debian/patches/00_manpage_fix_progname,
debian/patches/02_fix_posixness,
debian/patches/04_avoid_make_check_failure_when_stderr_is_not_a_tty,
debian/patches/05_revert_iso9660_set_pvd:
Remove obsolete patches.
* debian/control, debian/rules:
Use dh-autoreconf instead of autotools-dev, as suggested by Colin
Watson. (Closes: #732286)
* debian/control, debian/rules, debian/*.install:
Enable multi-arch for the shared library packages.
* debian/*.symbols, debian/rules:
Update shared libraries symbols and shlibs.
* debian/copyright:
Update.
* debian/control:
Bump Standards-Version: to 3.9.5.
-- Nicolas Boullis <nboullis@debian.org> Sun, 24 Aug 2014 02:10:40 +0200
libcdio (0.83-4.1) unstable; urgency=low
* Non-maintainer upload.
* Use the autotools-dev dh addon to update config.guess/config.sub for
arm64 (closes: #725929)
-- Colin Watson <cjwatson@debian.org> Thu, 14 Nov 2013 11:19:40 +0000
libcdio (0.83-4) unstable; urgency=low
* Rebuild for unstable.
-- Nicolas Boullis <nboullis@debian.org> Thu, 14 Jun 2012 09:59:38 +0200
libcdio (0.83-3) experimental; urgency=low
* debian/patches/05_revert_iso9660_set_pvd: New patch to prevent a FTBFS
in vcdimager.
-- Nicolas Boullis <nboullis@debian.org> Tue, 13 Mar 2012 00:01:55 +0100
libcdio (0.83-2) experimental; urgency=low
* libcdio-cdda1.symbols, libcdio-paranoia1.symbols, libcdio13.symbols,
libiso9660-8.symbols, libudf0.symbols: Add symbols files for the
libraries.
-- Nicolas Boullis <nboullis@debian.org> Sun, 19 Feb 2012 15:59:24 +0100
libcdio (0.83-1) experimental; urgency=low
* New upstream release. (Closes: #647310)
* debian/control, debian/*.install: Update the package names to track
the sonames.
* debian/libcdio-dev.install: Include the new header files.
* debian/patches/00_manpage_fix_progname,
debian/patches/02_fix_posixness,
debian/patches/04_avoid_make_check_failure_when_stderr_is_not_a_tty:
Refresh.
* debian/patches/01_do_not_rebuild_manpages,
debian/patches/03_avoid_make_check_failure_with_no_disc_drive,
debian/patches/05_avoid_unaligned_reads: Remove.
-- Nicolas Boullis <nboullis@debian.org> Fri, 30 Dec 2011 00:04:49 +0100
libcdio (0.81-5) unstable; urgency=low
* The "Thank you Regis for your work" release.
* Switch to dpkg-source 3.0 (quilt) format.
* Split the big monolithic patch into several patches managed with
quilt.
* debian/rules: Add targets build-arch and build-indep, as suggested by
lintian.
* debian/compat: Switch to debhelper compatibility version 8.
- debian/control: Update the Build-Depends accordingly.
- debian/rules: No need to manually remove build-stamp any more in the
clean target.
- debian/rules: Replace the call to "dh_clean -k" (deprecated) with a
call to dh_prep.
* debian/control: Add ${misc:Depends} to the Depends field of all binary
packages that lacked it, as suggested by lintian.
* debian/control: Add "dpkg (>= 1.15.4) | install-info" to the
dependencies of libcdio-dev, as suggested by lintian an policy 12.2.
* debian/watch: Clean up, as suggested by lintian.
* debian/control: Bump Standards-Version: to 3.9.2.
-- Nicolas Boullis <nboullis@debian.org> Thu, 29 Dec 2011 00:50:02 +0100
libcdio (0.81-4.1) unstable; urgency=low
* Non-maintainer upload.
* Stop shipping la files. Closes: #633327.
* Use kfreebsd-any instead of a hardcoded list of kfreebsd-* architectures.
Closes: #634360.
-- Regis Boudin <regis@debian.org> Sat, 08 Oct 2011 20:32:14 +0100
libcdio (0.81-4) unstable; urgency=low
* Rebuild for unstable.
* Fix the call to dh_shlibdeps.
-- Nicolas Boullis <nboullis@debian.org> Sun, 05 Jul 2009 19:54:09 +0200
libcdio (0.81-3) experimental; urgency=low
* Avoid unaligned reads that cause bus errors on sparc.
* Replace dpkg-awk with grep-dctrl.
* Bump Standards-Version to 3.8.2:
- Support the nocheck build option.
-- Nicolas Boullis <nboullis@debian.org> Sat, 20 Jun 2009 00:22:51 +0200
libcdio (0.81-2) experimental; urgency=low
* Make sure that the check_paranoia.sh won't fail because stderr is not
a tty.
-- Nicolas Boullis <nboullis@debian.org> Thu, 18 Jun 2009 21:52:30 +0200
libcdio (0.81-1) experimental; urgency=low
* New upstream release. (Closes: #489245, #520614)
- Includes updated config.{guess,sub} that know about avr32.
(Closes: #528645)
* Update the package names to track the sonames.
* Re-add the info documentation since it now is under the GFDL v1.2 with
no invariant section, no front-cover text and no back-cover text,
which is thought to be DFSG-compliant.
* Update the debian/copyright file to reflect the the change of licence
of the program (GPL v2 or above to GPL v3 or above) and info
documentation, and to improve it (many copyright owners were missing).
* Added 'posixness_fix' patch to correct POSIX incompatibilities, thanks
to Marc Dequènes (Duck). (Closes: #530516)
-- Nicolas Boullis <nboullis@debian.org> Fri, 12 Jun 2009 00:05:44 +0200
libcdio (0.78.2+dfsg1-3) unstable; urgency=low
* Fix the time-conversion functions of libiso9660, taking the changes
from CVS. This caused the build to fail when running the regression
tests if the build was run at the wrong time. Thanks to Lucas Nussbaum
for reporting the problem. (Closes: #482511)
* Add libcam-dev to libcdio-dev's dependencies for kfreebsd
architectures, as suggested by Petr Salinger. (Closes: 468154)
* Bump Standards-Version to 3.8.0:
- Add a Homepage field in debian/control.
-- Nicolas Boullis <nboullis@debian.org> Sun, 08 Jun 2008 23:39:24 +0200
libcdio (0.78.2+dfsg1-2.1) unstable; urgency=low
* Non-maintainer upload.
* Fix GCC 4.3 compatibility, patch by Daniel Schepler
(Closes: #461683, #461688)
-- Moritz Muehlenhoff <jmm@debian.org> Wed, 19 Mar 2008 23:39:49 +0100
libcdio (0.78.2+dfsg1-2) unstable; urgency=high
* This update addresses the following security issue, thanks to Nico
Golde:
- CVE-2007-6613: a stack-based buffer overflow in the
print_iso9660_recurse function could lead to cause a denial of
service or arbitrary code execution if the iso-info or cd-info tool
is used with a crafted iso image. (Closes: #459129)
* Support GNU/kFreeBSD systems, thanks to Petr Salinger for his
patch. (Closes: #449457)
* Bump Standards-Version to 3.7.3 (no change needed).
-- Nicolas Boullis <nboullis@debian.org> Mon, 7 Jan 2008 00:34:44 +0100
libcdio (0.78.2+dfsg1-1) unstable; urgency=low
* Repack the source tarball to remove non-DFSG-free
documentation. Thanks to Joerg Jaspert for pointing this.
* Also update debian/copyright to reflect the status of the removed
documentation.
* Add libncurses5-dev | libncurses-dev to the build-dependencies, for
cdda-player.
-- Nicolas Boullis <nboullis@debian.org> Thu, 4 Oct 2007 00:52:35 +0200
libcdio (0.78.2-1) unstable; urgency=low
* New upstream release. (Closes: #418604)
- Handle ISO 9660 images larger that 2GB. (Closes: #432939)
- No more iso9660_find_ifs_lsn function declared in iso9660.h but a
iso9660_ifs_find_lsn that really is in libiso9660. (Closes: #395590)
* Fix the handling of errors with strtol (taken from CVS).
* Fix an off-by-one bug in the set_ltime_field macro, that lead to a
random failure of the regression test.
* Install all pkgconfig files.
* Include manpages generated with help2man and slightly updated; install
them.
* Update the package names to track the sonames.
* Add libcdio-utils, libudf0, libudf-dev packages.
* Bump Standards-Version to 3.7.2 (no change needed).
* Add a section to the source package, as suggested by lintian.
* Use ${binary:Version} instead of the deprecated ${Source-Version},
as suggested by lintian.
* Don't ignore failures of "make distclean", as suggested by lintian.
-- Nicolas Boullis <nboullis@debian.org> Mon, 10 Sep 2007 00:42:47 +0200
libcdio (0.76-1) unstable; urgency=low
* New upstream release. (Closes: #300903)
- "new" isn't used anymore as an identifier in the header
files. (Closes: #329082)
- add new libcdio_cdda and libcdio_paranoia libraries.
* Bump Standards-Version to 3.6.2 (no change needed).
* Update the postal address of the FSF.
* Move all -dev packages from section devel to section libdevel.
* Add "--disable-cddb --disable-vcd-info" to the configure flags, to
ensure a consistent build, even if libvcdinfo-dev or libcddb-dev in
installed.
-- Nicolas Boullis <nboullis@debian.org> Mon, 26 Sep 2005 00:02:13 +0200
libcdio (0.71-2) unstable; urgency=low
* Comment out all extraneous declarations of
'gl_default_cdio_log_handler'. (Closes: #289694)
* Fix the broken symbol-versionning script.
-- Nicolas Boullis <nboullis@debian.org> Sun, 6 Feb 2005 00:17:06 +0100
libcdio (0.71-1) unstable; urgency=low
* New upstream release. (Closes: #266778, #271236)
* Update the package names to track the sonames.
* Add a build-dependency on libpopt-dev, to ensure that all the tools
are built and all the tests are run.
* Fix a typo in upstream's lib/Makefile.am.
-- Nicolas Boullis <nboullis@debian.org> Thu, 9 Dec 2004 00:58:32 +0100
libcdio (0.68-2) unstable; urgency=low
* dh_install's --sourcedir option was added in debhelper 4.0.4; fix
debian/control accordingly. Thanks to Koos van den Hout for pointing
the problem. (Closes: #252679)
* Moreover, dh_shlibdeps's -L option was only added in debhelper
4.1.1. Bump the versioned build-dependency again.
-- Nicolas Boullis <nboullis@debian.org> Fri, 4 Jun 2004 22:17:21 +0200
libcdio (0.68-1) unstable; urgency=low
* New upstream release.
- Solve a few memory leaks and other memory errors discovered thanks
to valgrind.
-- Nicolas Boullis <nboullis@debian.org> Fri, 16 Apr 2004 01:20:28 +0200
libcdio (0.67-1) unstable; urgency=low
* New upstream release.
* Update shlibs accordingly.
-- Nicolas Boullis <nboullis@debian.org> Sun, 14 Mar 2004 19:33:06 +0100
libcdio (0.66-2) unstable; urgency=low
* Move GNUC_PACKED attribute to the proper place in include/cdio/xa.h in
order to fix build failure on ARM.
* Fix debian/watch file.
-- Nicolas Boullis <nboullis@debian.org> Wed, 3 Mar 2004 20:41:12 +0100
libcdio (0.66-1) unstable; urgency=low
* Initial Release. (Closes: #199402)
-- Nicolas Boullis <nboullis@debian.org> Mon, 16 Feb 2004 01:37:43 +0100
|