libdvdread: updated to 6.0.0

libdvdread (6.0.0)
* restrict the number of symbols to be exposed to the shared-object
* remove dvdinput_error function
* improve compatibility with some DVDs (notably the eOne ones)
* fix write after free in ifoFree functions
* fix possible buffer overflow in open
* additional checks on DVDReadBytes arguments
* fix leaks
This commit is contained in:
adam 2018-01-21 16:24:29 +00:00
parent 0edbe748cb
commit cc021e055e
3 changed files with 9 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.28 2015/01/31 21:25:47 adam Exp $
# $NetBSD: Makefile,v 1.29 2018/01/21 16:24:29 adam Exp $
DISTNAME= libdvdread-5.0.2
DISTNAME= libdvdread-6.0.0
CATEGORIES= multimedia
MASTER_SITES= http://download.videolan.org/pub/videolan/libdvdread/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.bz2

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.6 2014/10/01 12:18:19 wiz Exp $
@comment $NetBSD: PLIST,v 1.7 2018/01/21 16:24:29 adam Exp $
include/dvdread/bitreader.h
include/dvdread/dvd_reader.h
include/dvdread/dvd_udf.h
@ -8,6 +8,7 @@ include/dvdread/ifo_types.h
include/dvdread/nav_print.h
include/dvdread/nav_read.h
include/dvdread/nav_types.h
include/dvdread/version.h
lib/libdvdread.la
lib/pkgconfig/dvdread.pc
share/doc/libdvdread/AUTHORS

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.22 2015/11/03 23:54:28 agc Exp $
$NetBSD: distinfo,v 1.23 2018/01/21 16:24:29 adam Exp $
SHA1 (libdvdread-5.0.2.tar.bz2) = 54d00e38860a9c82fc10f4f0deb3c28fdf244d13
RMD160 (libdvdread-5.0.2.tar.bz2) = 560056a3db2d0746362713f78001a9a895e240f0
SHA512 (libdvdread-5.0.2.tar.bz2) = 2c963450d2870063f2f7cefbee3a574dcf570601bbb1834657fd8486715df80ad08da0d16a87e8081ec0baaab7b5509f02ab5aaa17a2ec95f7692819837b8f24
Size (libdvdread-5.0.2.tar.bz2) = 393479 bytes
SHA1 (libdvdread-6.0.0.tar.bz2) = 5a01d1e6196a6ceff363455951e3682b231a3b78
RMD160 (libdvdread-6.0.0.tar.bz2) = 0560ca14836495f8028e504827e23c135590183b
SHA512 (libdvdread-6.0.0.tar.bz2) = b07179f2f665adf6ddd7bf8b7c48cd279f3f413c5719b8ca8467e53c7cd0cac02a40101f3717186dc0e4e69e5d9c7ac6bf98a76901412d74150b9fc7bfdd2479
Size (libdvdread-6.0.0.tar.bz2) = 394627 bytes