summaryrefslogtreecommitdiff
path: root/misc/libcdio
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz2-4/+4
2021-10-26misc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (possibly fetched conditionally?): ./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
2021-10-07misc: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2021-02-06misc/libcdio: use generic curses buildlink file instead of ncurses onedbj1-2/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-04-30misc/libcdio: Note upstream bug URLgdt2-3/+5
2019-04-29libcdio: re-enable cdda-player for NetBSDadam7-24/+40
2019-04-18misc/libcdio: Update to 2.1.0gdt3-9/+8
Note that upstream no longer builds cdda-player on NetBSD or OpenBSD. version 2.1.0 ============= 2019-04-17 Holy Wednesday Most (all?) of the improvements and bug fixes are thanks to Thomas Schmitt and Edd Barrett. This release introduces an OpenBSD driver, courtesy of Edd Barrett, based on the NetBSD driver. - NetBSD driver fixes. Switch from MSF addressing to LBA addressing in driver. (Edd Barrett and Jasper Lievisse Adriaanse) - Fix handling in drivers,libcdio-paranoia and `cd-info` when starting track number is greater than 1. (Edd Barrett and Thomas Schmitt) - More tolerant of non-compliant ISOs such as openSUSE Leap 15.0. - `cdda-player` fixes, such as adding a missing `-d` in cdda-player help (Thomas Schmitt and Edd Barrett) - `cdtext_list_languages_v2()` to be preferred over now deprecated `cdtext_list_languages()`. New API call `cdtext_set_language_index()`. (Thomas Schmitt) - Add `read-disc-struct` example program to show how to use a MMC `DVD_READ_DISC_STRUCTURE`. (Thomas Schmitt) - Various errors in driver reading turned into warnings. (Edd Barrett and Thomas Schmitt) - Some code cleanups and documentation improvements. - Bugs: * [Bug 53170: I/O leak when we can't read ISO file ](https://savannah.gnu.org/bugs/index.php?53170) * [Bug 53928: Cdtext not displayed in case of `CDTEXT_LANGUAGE_UNKNOWN`](https://savannah.gnu.org/bugs/index.php?3929) * [Bug 53929: cd-text with invalid characters failing to convert to utf8](https://savannah.gnu.org/bugs/index.php?3928)
2018-10-08libcdio: Update to 2.0.0gdt2-7/+7
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)
2018-10-08libcdio: Update to 1.1.0gdt3-32/+8
(This is still not current.) 2017-12-10 version 1.1.0 Dr. Gecko - Remove many remaining memory leaks, invalid reads, writes (as per valgrind) in library, test and demo code - Types CdioISO9660{Dir,File}List_t, have been added and iso9660_{dir,file}list_{new,free} have been added. Caveats: pycdio and Deveice::Perl will be broken but that'll be fixed later More work is needed on MacOS and other OS's where I don't have valgrind accessible. AIX is left untouched - that is probably heading for removal in the future. version 1.0.0 2017-11-21 Thanksgiving - Remove deprecated items: * OS/2 driver (never really was supported) * BSDI driver remnants * mmc_isrc_track_read_subchannel * CDIO_MIN_DRIVER, CDIO_MIN_DEVICE_DRIVER, CDIO_MAX_DRIVER, CDIO_MAX_DEVICE_DRIVER * CdioList, CdioListNode - Apple Darwin OS X -> macOS - Subdir objects breaks symbol versioning. See https://savannah.gnu.org/bugs/?49907 - Handle bad iso 9660 better. Fixes Savannah bug https://savannah.gnu.org/bugs/?52091 - Apple (High) Sierra compatiablity - NetBSD patches - Fixes for Rock Ridge SUSP (Thomas Schmitt) - Reduce MinGW compilation warnings - Add asserts to test memory allocations and misc bug fixes (Pete Batard) - Enable CD drivers on current and future versions of FreeBSD and macOS, so we do not have to add every new OS version explicitly. (Robert Kausch) - Cross-compiling friendliness (Ozkan Sezer) - Small texinfo doc fixes (Wieland Hoffmann) - Simplify making doc from autogen.sh - Bug fix for https://savannah.gnu.org/bugs/?45015 (Thomas Schmitt) - Bug fixes for #45017,#52265, and #52264 - Add more compiler warning flags, i.e. -Wshadow, -Wundef, ... - Reduce numerous memory leaks (more though remain)
2018-10-08libcdio: Update to 0.94gdt2-9/+10
(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
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2018-08-19*: reset maintainer for drochnerwiz1-2/+2
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for misc categoryagc1-1/+2
Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Bump PKGREVISION for ncurses shlib bump.wiz1-2/+2
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-10-09Switched to .tar.bz2; change API in buidlink3.mk to match cd-paranoia split offadam3-8/+9
2014-10-09Changes 0.93:adam6-63/+30
- Add cdio_free, iso9660_stat_free, and iso9660_xa_free functions. - Deprecate mmc_isrc_track_read_subchannel - Add mmc_get_track_isrc function. - Update OS versions we recognize - OSX, and MS Windows, ISO 9660 and other bug fixes - Remove Coverty scan warnins and errors - OS/2 driver performance update
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-04-06Resolves:rodent1-2/+2
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-09-23recursive bump from libcdio shlib major change.obache1-2/+2
2012-08-13oops, this needs one more patchdrochner1-0/+14
2012-08-13update to 0.83drochner3-27/+32
changes: minor fixes and feature extensions
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-03-13in te NetBSD backend, fill in some metadata which are needed at leastdrochner3-2/+18
for per-track CD-TEXT support (CD-TEXT does work basically, but it is unclear which encoding it is supposed to be, and who should sanitize the text, eg delete trailing garbage)
2010-07-30Work around namespace pollution breaking the build on OpenSolaris.dholland2-1/+19
From Aleksey Cheusov in PR 43638.
2009-10-31libcdio updated changed its shlib major version, so bump depends.wiz1-2/+2
Noted by drochner@
2009-10-31Update to 0.82:wiz2-7/+7
version 0.82 2009-10-27 - Remove all uses of CDIO_MIN_DRIVER, CDIO_MAX_DRIVER, CDIO_MIN_DEVICE_DRIVER or CDIO_MAX_DEVICE_DRIVER. - FreeBSD get_media_changed fixes - MingGW/Msys compilation issues - Add OS/2 driver - Cross compilations fixes and uclinix is like GNU/Linux - Numerous other bug fixes
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-01-04NetBSD support has been integrated upstream in 0.81, remove localwiz2-592/+2
override. Noted by rocky. Bump PKGREVISION to be on the safe side.
2008-11-10Update to 0.81:wiz7-69/+12
version 0.81 2008-10-27 - license of manual now GFDL 1.2 or later, with no invariant sections. Source is GPL 3. Thanks to Karl Berry. - Nero image handling more complete. CD-Text processing. DAO in read_audio_sectors. ISRC processing. - ISRC query for image files. Thanks to Robert William Fuller on the above two items - Allow reading pregap of a track via get_track_pregap_lsn(). Add Section on "CD-DA pregap" in libcdio manual - Allow cross-compiling to mingw32. Patch from Peter Hartley. - Make iso9660 time setting/getting routines (iso9660_{g,s}et_{d,l}time) reentrant and remove bugs in that code. Courtesy Nicolas Boullis. - OSX fixes
2008-10-30Only use one sort of fixed-size integer types. This way, it evenis3-1/+29
compiles on Solaris 10.
2008-05-22fix build on DragonFly / FreeBSD, from Hasso Tepper per PR pkg/38627drochner2-1/+15
2008-04-18Fix bug in the original software which prevents the installation oftron4-4/+21
"libcdio_cdda.pc" and "libcdio_paranoia.pc". Bump package revision because of this fix. Problem pointed out by Matthias Drochner in private e-mail.
2008-04-15Update "PKGCONFIG_OVERRIDE" to include the C++ and UDF ".pc" files.tron1-1/+5
Bump package revision because of this fix.
2008-04-15Update "libcdio" to version 0.80. Changes since version 0.76:tron8-71/+54
- a lot of new features including C++ and UDF support - a lot of bug fixes including a fix for CVE-2007-6613 - support for more platforms (e.g. DragonFly)
2008-04-15fix a stack-based buffer overflow (CVE-2007-6613), patch from upstream,drochner4-3/+31
bump PKGREVISION
2007-07-01The package supports installation to DESTDIR.heinz1-1/+2
2006-08-28re-add files that were accidentally first committed on 2006Q2 branchdbj2-0/+26
2006-08-27check for darwin driver using darwin* instead of darwin6*|darwin7*dbj2-3/+5
this allows it to correctly find the driver on darwin8/osx10.4 bump pkgrevision