summaryrefslogtreecommitdiff
path: root/misc/libdvdcss
AgeCommit message (Collapse)AuthorFilesLines
2003-09-14Use my NetBSD.org email address.recht1-2/+2
2003-07-30Update to 1.2.8:wiz2-5/+5
* workaround for strange discs that report read errors seemingly at random.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-12Attach version number to master site string. Suggested by Sergey Svishchev.wiz1-2/+2
2003-06-24Update to 1.2.7:wiz4-30/+7
This release activates key caching by default. It has a fix for collisions between cached keys, packaging improvements for Debian, and packaging improvements for RPM-based distributions.
2003-06-23Uppercase an abbreviation.wiz1-3/+3
2003-03-21Update to 1.2.6nb1: include a patch from Christopher Richards, sent inwiz3-2/+25
PR 20496, which fixes broken key caching (mkdir /path/with/slash/ problem again).
2003-03-14Update to 1.2.6, from Marc Recht in PR 20692.wiz3-7/+7
Changes: * compilation fix for most UNIXes
2003-02-23Use .tar.bz2 distfile.wiz2-4/+5
2003-02-21Oops; fix PLIST.mycroft1-2/+2
2003-02-21Update to libdvdcss 1.2.5.mycroft2-5/+5
* ./test/csstest.c: we align our read buffer in case of raw device access. * ./src/libdvdcss.c: updated documentation about raw devices. * ./src/libdvdcss.c: disabled key cache when reading VOBs. * ./src/ioctl.c, ./src/ioctl.h: removed minor gcc-isms. * ./src/device.c: seek() calls don't do anything if we're already at the right position. * ./src/device.c: we now handle partial reads. * ./src/device.c: dvdcss->i_pos now gets updated on each seek and each read. Partial reads are not handled yet, but it's a step. * ALL: moved everything to C99 integer types. * ./test/dvd_region.c: enabled set_region. * ./src/css.c, ./src/libdvdcss.c: applied a patch from the MPlayer folks to cache title keys on disk. * ./src/ioctl.[ch]: Implemented ioctl_SendRPC. [Some changes that don't apply to NetBSD elided.]
2003-02-12Make the reason for restriction more explicit.agc1-2/+7
2003-01-24Use an /etc/mk.conf setting for libdvdcss's HOMEPAGE and MASTER_SITES,agc1-3/+3
following a suggestion by salo. This allows users to specify LIBDVDCSS_MASTER_SITES= ... LIBDVDCSS_HOMEPAGE= ... in their /etc/mk.conf files.
2003-01-22Initial import of a dummy package for libdvdcss-1.2.4 (the HOMEPAGEagc5-0/+66
and MASTER_SITES fields have been left blank, for obvious reasons). Based on input from David Ferlier <david@netbsd-fr.org>, and the packages team. "libdvdcss is a simple library designed for accessing DVDs like a block device"