Skip to content

Changelog libcdio-paranoia (10.2+0.94+2-2build1)

2017

libcdio-paranoia (10.2+0.94+2-2build1) bionic; urgency=medium

   * No-change rebuild against libcdio17

libcdio-paranoia (10.2+0.94+2-2) unstable; urgency=medium

   * Update symbols file for KFreeBSD and Hurd.

libcdio-paranoia (10.2+0.94+2-1) unstable; urgency=medium

   * QA upload.
   * Upload to unstable.
   * Orphan the package. See #881719.

libcdio-paranoia (10.2+0.94+2-0.1) experimental; urgency=medium

   * Non-maintainer upload.
   * Split out the paranoia packages, now built from a separate source.
     Closes: #784029.
   * Bump soversions, update symbols files.
   * Build-depend on libcdio-dev (>= 0.94) and pkg-config.

libcdio (0.83-4.3) unstable; urgency=medium

   * NMU
   * Run tests using TZ=UTC to avoid breakage in libcdio with weird time
     zones. Closes: #795690
   * Move Japanese manpages to the right directory. Closes: #850628
   * Switch to multi-arch; thanks to Francois Gouget and Matthias Klose for
     very similar patches. Closes: #777222,#812915

2014

libcdio (0.83-4.2) unstable; urgency=low

   * Non-maintainer upload with maintainers permission.
   * Use the dh-autoreconf to build on ppc64el. Closes: #732286

2013

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)

2012

libcdio (0.83-4) unstable; urgency=low

   * Rebuild for unstable.

libcdio (0.83-3) experimental; urgency=low

   * debian/patches/05_revert_iso9660_set_pvd: New patch to prevent a FTBFS
       in vcdimager.

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.

2011

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.

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.

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.

2009

libcdio (0.81-4) unstable; urgency=low

   * Rebuild for unstable.
   * Fix the call to dh_shlibdeps.

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.

libcdio (0.81-2) experimental; urgency=low

   * Make sure that the check_paranoia.sh won't fail because stderr is not
     a tty.

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)

2008

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.

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)

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).

2007

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.

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.

2005

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.

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.

2004

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.

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.

libcdio (0.68-1) unstable; urgency=low

   * New upstream release.
     - Solve a few memory leaks and other memory errors discovered thanks
       to valgrind.

libcdio (0.67-1) unstable; urgency=low

   * New upstream release.
   * Update shlibs accordingly.

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.

libcdio (0.66-1) unstable; urgency=low

   * Initial Release. (Closes: #199402)