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 2.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9de00b3763bd
branches:  trunk
changeset: 313758:9de00b3763bd
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Oct 08 16:15:12 2018 +0000

description:
libcdio: Update to 2.0.0

2017-12-31 version 2.0.0

This release bumps library version numbers and bumps the
major release number. We should have gone from 1.0.0 to 2.0.0
in the last release since there is an API incompatability.

In addition...

- Add NetBSD drive detection; correct drive detection in cd-info.c
  Patches from Onno van der Linden
- Fix some MinGW and Windows portability issues
- Remove some memory leaks in some tests
- Lint (a little) with clang static analyzer

There are some programs and bindings that will need to be updated
if you want to use them with this library. Specifically:

- Device::Cdio (2.0.0 or greater)
- vcdimager (2.0.0 or greater)
- pycdio (2.0.0 or greater)
- rbcdio (2.0.0 or greater)

diffstat:

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

diffs (29 lines):

diff -r 6d139ba86005 -r 9de00b3763bd misc/libcdio/Makefile
--- a/misc/libcdio/Makefile     Mon Oct 08 16:12:43 2018 +0000
+++ b/misc/libcdio/Makefile     Mon Oct 08 16:15:12 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2018/10/08 16:12:34 gdt Exp $
+# $NetBSD: Makefile,v 1.59 2018/10/08 16:15:12 gdt Exp $
 
-DISTNAME=      libcdio-1.1.0
+DISTNAME=      libcdio-2.0.0
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GNU:=libcdio/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 6d139ba86005 -r 9de00b3763bd misc/libcdio/distinfo
--- a/misc/libcdio/distinfo     Mon Oct 08 16:12:43 2018 +0000
+++ b/misc/libcdio/distinfo     Mon Oct 08 16:15:12 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.28 2018/10/08 16:12:34 gdt Exp $
+$NetBSD: distinfo,v 1.29 2018/10/08 16:15:12 gdt Exp $
 
-SHA1 (libcdio-1.1.0.tar.bz2) = e31d09e038749ee3098ff6a771813a9d991f3581
-RMD160 (libcdio-1.1.0.tar.bz2) = 54b13bb4fddfe521506919a1267d7b288185a9e1
-SHA512 (libcdio-1.1.0.tar.bz2) = e0a7ff06bf41e852c9aa7cb357e87e23a4618c9156e0b3fdcaba2c9063a7395a6f9e9ecb193683a0fe62dc45d1c71ecc983f4d7a4eeb19715a225853b898414e
-Size (libcdio-1.1.0.tar.bz2) = 1678707 bytes
+SHA1 (libcdio-2.0.0.tar.bz2) = 6f1809e0a6cc494392a0f590e0ed436d44ed5103
+RMD160 (libcdio-2.0.0.tar.bz2) = 05b14b7c29c2facb6684693c0f728fe66274d9b5
+SHA512 (libcdio-2.0.0.tar.bz2) = a18abc9ec9e8189b5f37c037e16bf24056fa603610cef58684788515555878146ad43aec4ada5e93bf54b74d0ed6dae3683043613d5996d6687e59da8bb350a0
+Size (libcdio-2.0.0.tar.bz2) = 1620604 bytes
 SHA1 (patch-aa) = 8e70ee2840c19da3efc0c47dfa9f7ea400a1ec2e
 SHA1 (patch-ab) = 73bd86ecfa0c728eab231bce36317ab7f616fa4c



Home | Main Index | Thread Index | Old Index