diff options
author | gdt <gdt@pkgsrc.org> | 2018-10-08 16:15:12 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2018-10-08 16:15:12 +0000 |
commit | 166bdfb9277f4e99f69dac79a969cd0c329adfc8 (patch) | |
tree | 52543d0646acdcde6d8409cc6e36395396bd9f1c /misc/libcdio | |
parent | 4047a3d876353bf883295e04c8ee23b9455ac13b (diff) | |
download | pkgsrc-166bdfb9277f4e99f69dac79a969cd0c329adfc8.tar.gz |
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 (limited to 'misc/libcdio')
-rw-r--r-- | misc/libcdio/Makefile | 4 | ||||
-rw-r--r-- | misc/libcdio/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/libcdio/Makefile b/misc/libcdio/Makefile index 4e4fd07f878..9d84b318e17 100644 --- a/misc/libcdio/Makefile +++ b/misc/libcdio/Makefile @@ -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 --git a/misc/libcdio/distinfo b/misc/libcdio/distinfo index 5c5aa89946c..4c62327fa38 100644 --- a/misc/libcdio/distinfo +++ b/misc/libcdio/distinfo @@ -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 |