pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/libcdio



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Oct  8 16:15:12 UTC 2018

Modified Files:
        pkgsrc/misc/libcdio: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/misc/libcdio/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/misc/libcdio/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/libcdio/Makefile
diff -u pkgsrc/misc/libcdio/Makefile:1.58 pkgsrc/misc/libcdio/Makefile:1.59
--- pkgsrc/misc/libcdio/Makefile:1.58   Mon Oct  8 16:12:34 2018
+++ pkgsrc/misc/libcdio/Makefile        Mon Oct  8 16:15:12 2018
@@ -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

Index: pkgsrc/misc/libcdio/distinfo
diff -u pkgsrc/misc/libcdio/distinfo:1.28 pkgsrc/misc/libcdio/distinfo:1.29
--- pkgsrc/misc/libcdio/distinfo:1.28   Mon Oct  8 16:12:34 2018
+++ pkgsrc/misc/libcdio/distinfo        Mon Oct  8 16:15:12 2018
@@ -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