pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/libcdio libcdio: Update to 0.94



details:   https://anonhg.NetBSD.org/pkgsrc/rev/727e7063ff2f
branches:  trunk
changeset: 313754:727e7063ff2f
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Oct 08 16:08:49 2018 +0000

description:
libcdio: Update to 0.94

(This is old, but not as old as 0.93, and was trivial to update to.)

version 0.94
2016-10-27

- CD-TEXT fixes and improvements
  * Expose mmc_read_cdtext as a publicly accessable function
    Removes some redundant error reporting in mmc_read_cdtext
    Also fixes some incorrect lengths for isrc and mcn.
  * Fix inconsistent maximal length in CD-Text extraction
  * Added new low level functions for READ SUB-CHANNEL and
    READ TOC/PMA/ATIP for CD-TEXT extraction.
  * Add cdtext binary parser and track number to public api
  *  Increase track # for short CD-Text fields

- Eject fixes:
  * Fix disc eject for Cocoa apps and support ejecting CD-Extra discs
    on OS X.
  * Make sure device is opend in read/write ode when trying to eject.

Bugs
  * Add error eporting from_733_with_err. Bug #45014
  * Guard against malformed rockridge iso. Bug #45015
  * Malformed so crashes iso-info Bug #45013:
  * Guard against 0-size calloc bug #45016
  * Fix testudf segfaults/fails on big endian arches. Bug #43995.
  * add get_last_session to the win32 driver.
    Also fixes cd-paranoia behavior. Savannah bug #43446.
  * GNU/Linux ioctl treats <= 0 as max speed. Bug #43428
  * Fixed cdio_free leaking
  * Recursion checking in cdio_logv()
  * g++ greater than 4.0 handles "pack" Bug #48759
  * configure fixes

Updates
  * Add newer OSX's
  * Squelch some clang error messages

diffstat:

 misc/libcdio/Makefile |   9 +++++----
 misc/libcdio/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r 0027778fdfae -r 727e7063ff2f misc/libcdio/Makefile
--- a/misc/libcdio/Makefile     Mon Oct 08 15:50:39 2018 +0000
+++ b/misc/libcdio/Makefile     Mon Oct 08 16:08:49 2018 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.56 2018/08/22 09:45:43 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2018/10/08 16:08:49 gdt Exp $
 
-DISTNAME=      libcdio-0.93
-PKGREVISION=   5
+DISTNAME=      libcdio-0.94
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GNU:=libcdio/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.gz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.gnu.org/software/libcdio/
@@ -24,6 +23,8 @@
 CONFIGURE_ARGS+=       --without-versioned-libs
 INFO_FILES=            yes
 
+TEST_TARGET=           check
+
 .include "../../audio/libcddb/buildlink3.mk"
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../devel/popt/buildlink3.mk"
diff -r 0027778fdfae -r 727e7063ff2f misc/libcdio/distinfo
--- a/misc/libcdio/distinfo     Mon Oct 08 15:50:39 2018 +0000
+++ b/misc/libcdio/distinfo     Mon Oct 08 16:08:49 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.26 2015/11/03 23:49:42 agc Exp $
+$NetBSD: distinfo,v 1.27 2018/10/08 16:08:49 gdt Exp $
 
-SHA1 (libcdio-0.93.tar.bz2) = ac6ef86c578a7c2a601456139b288443a4f289f5
-RMD160 (libcdio-0.93.tar.bz2) = e3acc36fd03da455d310b307cc0173536144c9bb
-SHA512 (libcdio-0.93.tar.bz2) = c28feba1d2489dd4a3e5985d3edb064e4d94ccca09c96279086b172ece0ab649cbce06304c65f37b30efbdcdf6cb5616efa48a937d8d9a371c79b1731a142b45
-Size (libcdio-0.93.tar.bz2) = 1871349 bytes
+SHA1 (libcdio-0.94.tar.gz) = 921f17842ea2bf3cd06ab3616849555aaae903ad
+RMD160 (libcdio-0.94.tar.gz) = 795a72a5fa0b6f23e969051f0f59ec9f1ca588c2
+SHA512 (libcdio-0.94.tar.gz) = e1d3c96c4acc7be923c97109c3f76223adc00b293278daef7d5008b1e5d67f33402f9f224f05120e9e1e8b3a8d1fa1b0bd5069dc6dd309741e3590e2c19e0e66
+Size (libcdio-0.94.tar.gz) = 2355452 bytes
 SHA1 (patch-aa) = 8e70ee2840c19da3efc0c47dfa9f7ea400a1ec2e
 SHA1 (patch-ab) = 73bd86ecfa0c728eab231bce36317ab7f616fa4c
 SHA1 (patch-ad) = c9ab4e9be23c7ec6091b3daff33863e803445682



Home | Main Index | Thread Index | Old Index