summaryrefslogtreecommitdiff
path: root/sysutils/libburn
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26sysutils: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07sysutils: Remove SHA1 hashes for distfilesnia1-2/+1
2020-04-05libburn: Update to 1.5.2nia2-7/+7
libburn-1.5.2.tar.gz Sat Oct 26 2019 =============================================================================== * Bug fix: No lock was obtained for setting up a fifo object * Bug fix: Stream recording was applied regardless whether the drive offers it. This caused Xfburn failures with some MATSHITA laptop drives. * Bug fix: TDK Corporation was not recognized as manufacturer of DVD-R "TTH02" * Made libburn ready for building out-of-source. Thanks Ross Burton. * New API calls burn_drive_get_feature_codes(), burn_drive_get_feature() * New cdrskin option --list_features
2018-12-08Update to 1.5.0wen2-7/+7
Upstream changes: libburn-1.5.0.tar.gz Sat Sep 15 2018 =============================================================================== * Bug fix: cdrskin threw errno 22 on data file input if libburn is configured with --enable-track-src-odirect * Bug fix: SIGSEGV could happen if a track ended by reaching its fixed size while the track source still was willing to deliver bytes. Thanks to user swordragon. * Bug fix: Device file comparison parameters were recorded wrong with Linux sg libburn-1.4.8.tar.gz Tue Sep 12 2017 =============================================================================== * Bug fix: Option -dummy did not affect writing by direct_write_amount= * New API call burn_drive_reset_simulate() * New API call burn_drive_get_bd_r_pow() * Refusing to write to BD-R if formatted to Pseudo Overwrite libburn-1.4.6.tar.gz Fri Sep 16 2016 =============================================================================== * Bug fix: SAO CD could be perceived 2 blocks to short. Regression in 1.4.4 by rev 5672. * Now operating optical drives on OpenBSD. Thanks to SASANO Takayoshi. * New API call burn_drive_set_immed() * New cdrskin option use_immed_bit= libburn-1.4.4.tar.gz Fri Jul 01 2016 =============================================================================== * Bug fix: Option drive_scsi_dev_family=sg did not convert /dev/sr* to /dev/sg* * Bug fix: burn_make_input_sheet_v07t() falsly recognized double byte encoding. Affected cdrskin option: cdtext_to_v07t= * Bug fix: Double free at end of run if burn_write_opts_set_leadin_text() is used. Affected cdrskin option: textfile= * Bug fix: DVD book type of DVD+RW DL and DVD+R DL was reported wrong. Thanks to Etienne Bergeron. libburn-1.4.2.pl01.tar.gz Fri Jan 29 2016 =============================================================================== * Bug fix: cdrskin "failed to attach fifo" when burning from stdin. Regression of 1.4.2, rev 5522. libburn-1.4.2.tar.gz Sat Nov 28 2015 =============================================================================== * Bug fix: burn_disc_get_media_id() returned BD identifiers 2 chars too long * Bug fix: burn_disc_get_multi_caps() returned 2048 bytes too many in caps.start_range_high * Bug fix: Media summary session count of blank and closed media was short by 1 * Bug fix: Endless loop if transport error occurs while waiting for drive ready * New API calls burn_drive_get_serial_no() and burn_drive_get_media_sno() * Result of a Coverity audit: 40+ code changes, but no easy-to-trigger bugs libburn-1.4.0.tar.gz Sun May 17 2015 =============================================================================== * Bug fix: Double free with cdrskin -vvv. Introduced with rev 5065, version 1.3.1 * Bug fix: Wrong read access to memory. Reported by valgrind of lian jianfei.
2015-11-04Add SHA512 digests for distfiles for sysutils categoryagc1-1/+2
Problems found with existing digests: Package memconf distfile memconf-2.16/memconf.gz b6f4b736cac388dddc5070670351cf7262aba048 [recorded] 95748686a5ad8144232f4d4abc9bf052721a196f [calculated] Problems found locating distfiles: Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9 Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz 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-03-12wants to link with libpthreadtnn1-1/+2
2014-07-19Update to 1.3.8:wiz2-7/+7
libburn-1.3.8.tar.gz Sat Jun 28 2014 =============================================================================== * Bug fix: Wrong stack usage caused SIGBUS on sparc when compiled by gcc -O2 * Bug fix: Minimum drive buffer fill was measured by cdrskin before the buffer could get full * Bug fix: A failed MMC BLANK command did not cause error indication by libburn * Bug fix: A final fsync(2) was performed with stdio drives, even if not desired
2014-04-29Import libburn-1.3.6pl01 as sysutils/libburn, packaged by ryoonwiz5-0/+45
and myself for wip, tested by Thomas Schmitt and Freddy Fisker. libburn is a library for writing preformatted data to optical media such as CD, DVD, BD (Blu-Ray).