summaryrefslogtreecommitdiff
path: root/misc/udfclient
AgeCommit message (Collapse)AuthorFilesLines
2010-02-04DESTDIR supportjoerg1-1/+7
2008-12-26Update package to version 0.7.1 fixing Linux compilation issues.reinoud2-7/+7
2008-12-26Update UDFclient to version 0.7.0reinoud2-7/+7
Enhance UDFclient with ideas and features from my NetBSD kernel implementation enhancing directory operations and fixing potential lockups on 512 bytes/sector media, repaired NetBSD harddisc support and fixed a few compilation warnings when compiled with '-Wextra' revealing some possible bugs. Enhanced cd_disect to display some more disc types. Also included some patches to fix possible buffer screwups; thanks Andrey!
2008-08-07Update UDFclient to version 0.6.3.reinoud2-8/+8
Implemented byteswapping option to allow udfclient to read and write PVR harddiscs who appear to be byteswapped for some reason (copy protection?). Also improved udfdump dumping making it handle big free space maps and allocation extensions and making cd_disect ATAPI happy again.
2008-04-20Update misc/udfclient package to version 0.6.2:reinoud2-7/+7
Fixing up yet another regression found on some DVD-R/CD-RW drives fixing newfs_udf and udfclient writing on those drives. Complete harddisc/flash support on Linux apeared to be broken and should be fixed now. Lots of enhancements to cd_discect; now also reporting not only the TOC and the PMA, but also the ATIP. In this ATIP there is information on the CD-RW subtype wich is crucial to check if the disc can be written by the drive.
2008-04-18Update UDFclient to version 0.6.1 fixing yet more regressions found inreinoud2-7/+7
modern DVD*RW/CD-RW combi drives. Fixes up regression found on modern CD-RW drives when dealing with CD-MRW media. It would report them as sequential.
2008-04-17Update misc/udfclient package to version 0.6.0.reinoud2-7/+7
Fix regressions found in newer DVD/CD combi drives that report bogus values for CD-RW media and fix 2G+ file write problems on some platforms. This fixes hese drives inability to newfs a CD-RW with newfs_udf and writing problems with udfclient on CD-RW media.
2007-12-10This release fixes a nasty locking assertion error, improves error handlingreinoud2-7/+7
on mounting multi-session discs and fix a small printing error in cd_discect for audio CD's.
2007-11-08Update udfclient to version 0.5.7 providing fix for Microsoft Vistareinoud2-7/+7
formatted media that has a perculiar partition numbering scheme dat confused UDFclient. Also minor cosmetic changes to make it less dependent on gcc's C extensions.
2007-10-15Update udfclient to version 0.5.6 : important fixes in VAT searching onreinoud3-7/+9
CD-R/DVD*R allowing more discs to be read. Also better dumping of TOC's in cd_discect and sequential dumping of files using a different sectorsize than the media allowing disc images of CD's to be dumped.
2007-02-16Fix patch checksum; had overlooked a small thing in the release tgz; sorryreinoud1-4/+4
for that...
2007-02-16Nuke package revision.reinoud1-2/+2
2007-02-16Update to version 0.5.5 : Support for reading UDF 2.50/2.60 media! Thisreinoud3-22/+7
also adds support for all HDDVD and BluRay media! Also small but important fixes have been made on cd_disect for ATAPI drives; these could give up in the process.
2006-10-13Fix small but serious bug; no change in distname.reinoud2-6/+6
2006-10-13Update udfclient to version 0.5.4:reinoud2-7/+7
New in this release is support for harddisc partitions on NetBSD, OpenBSD and Linux. Have to figure out FreeBSD still. Tips welcome! Also new is support for USB sticks! As usual small bugs here and there are fixed.
2006-08-28Upgraded udfclient to version 0.5.3. Recommended upgrade that fixes somereinoud2-7/+7
nitty-gritty standards compliance issues and a better recordable/VAT search algorithm parameters.
2006-07-31Update udfclient package to 0.5.2.reinoud2-7/+7
Recommended upgrade that fixes memory corruption bugs and obscure deadlocks making it a lot more robust. Functional identical to release 0.5.1.
2006-06-06No need to set the non-existent d_reclen on DragonFly...joerg2-1/+16
2006-01-04Recommended upgrade that also fixes a lot of small bugs. New in thisreinoud2-7/+7
release are the preservation of attribute times and ownership of files and directories and an important fix to filesize related issues making it more robust. Some important SCSI/ATAPI fixes have been made that greatly increase drive compatibility.
2005-11-08Upgrade udfclient to version 0.5, featuringreinoud3-9/+9
SCSI layer rewrite, new CD-MRW and DVD+MRW support, new scsi/atapi format utility, more support for customer DVD (video) recorder DVDs and lots of bug fixes. Please do test this version and report strange behaviour 0.4.9 didn't show and report any problems!
2005-06-26UDFclient.0.4.9 : recommended upgrade since it fixes lots of interchangereinoud2-7/+7
issues and is now fully read & write compatible with Roxio's DirectCD/Drag2Disc! It also adds the modified get and put functionality as well as the new mget and mput commands. In the run-up for 0.50's recordable support i've taken the opportunity to clean up loose ends and long standing small issues like the rm printing bug. Support has also been created for non 2048 bytes media such as harddiscs and files. Note: UDFclient will automatically set its sectorsize to the media used, so you have to use the new -b 2048 to be able to read and write files used for testing and mastering.
2005-06-13Upgrade misc/udfclient to version 0.4.5reinoud2-7/+7
UDFclient.0.4.5 : serious cleanup and bugfix release fixing serious `mkdir' brokenness and introducing a more decent logical volume open/close behaviour with coupled logical volume integrity sequence support that was lacking. Discs opened read-only are now really read-only; one could delete files from a read-only disc that could result in broken discs.
2005-06-08Major upgrade to the 0.3 series due to a structural rebuild of main enginereinoud2-7/+7
based on insights gained from developing version 0.3. Pitty enough still no recordable media write support (sorry folks...). Significant speed improvements have been made in both reading and writing heaps of little files. Offcource also heaps of bug fixes. Work has also started on an in-kernel implementation though i decided to get udfclient fully functional first. New in this version is support for non 2048 byte media using the -b flag, new `rename' and `free' commands in udfclient and a fixed and hopefully full working `rm' command. Warning some flags have been changed meaning so check your scripts!
2005-04-12Fixup old DESCR message still mentioning 0.2's release notesreinoud1-3/+1
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-10Update udfclient package to 0.3.5 fixing a serious enough memory leak toreinoud2-7/+7
justify the update!
2005-04-04Update udfclient to version 0.3.4; mainly OpenBSD support (thanks to Pedroreinoud2-7/+7
Martelletto) and some small bugfixes.
2005-02-24Add RMD160 digestsagc1-1/+2
2005-01-27Update udfclient package to version 0.3.3reinoud2-6/+6
patch release fixing SCSI/ATAPI issue's, `rm' lockup and various small bugfixes. Recommended to use this one over version 0.3.2.
2005-01-11Fix small compilation issue on Linuxreinoud1-3/+3
2005-01-11Update faulty checksumreinoud1-2/+2
2005-01-11Update the udfclient package to release 0.3.2.reinoud3-8/+9
Benefits are: - support for FreeBSD's CAM - various bugfixes - access rights preservation - cdrw_format blanking and formatting tool added - owner-ship of file/directories recording - fixes in `get/put' so directory trees will be fetched correctly - minor enhancements
2004-11-05Fix typo, from Cesar Catrian C. in PR 28018.wiz1-2/+2
2004-10-03Update UDFclient to version 0.3.1reinoud2-8/+8
fixes 1.6.2 build problems by using a configure script.
2004-09-11Make it compile on systems with a pkgsrc based pthread.reinoud1-2/+3
2004-09-10Improve comment slightly, and remove an unneeded variable.wiz1-3/+2
2004-09-10Make it compile under 1.6.2 by including pthread when nessisaryreinoud1-2/+6
2004-08-21Remove old patch that is no longer nessiaryreinoud1-36/+0
2004-08-21Upgrade UDFclient to version 0.3reinoud3-10/+10
2004-07-15- fix printing file sizes >= 2GBmrg2-1/+38
- add "exit" support
2004-02-26Remove not needed patches and regen.xtraeme2-38/+0
2004-02-23Updating version to 0.20 from 0.10reinoud4-10/+11
Mainly bugfixing, sanitising and improved compatibility.
2004-02-21s/basicly/basically/; s/userinterface/user interface/; s/allways/always/;snj2-3/+3
s/ROM's/ROMs/; s/RW's/RWs/; s/DVD's/DVDs/
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-10-27And another patch to get Linux working... sigh ...reinoud2-1/+28
2003-10-27(AHUM) ... this time i hope it will work fine; my excuses... its late :(reinoud1-0/+12
2003-10-27Argh! small patch added; thanks to Dave Huang it turned out thatreinoud1-3/+2
NetBSD/i386-currnet with gcc 3.3.2-nb1 was having trouble with two casts; they are harmless but need -fno-strict-aliasing to get it to compile.
2003-10-27Patch udfclient so it will compile again under NetBSD-current wich hasreinoud4-34/+6
changed scsipi headers and incorporating the submitted patches. It also gives Linux SCSI access to the SCSI sense code! Esp. Linux users and NetBSD-current users will benefit.
2003-10-26Make the pkg compile for arches where char is unsigned.kristerw3-1/+31
2003-10-14Use valid version number.salo1-3/+4