pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/libburn Update to 1.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/468b683de830
branches:  trunk
changeset: 326493:468b683de830
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Dec 08 10:59:21 2018 +0000

description:
Update to 1.5.0

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.

diffstat:

 sysutils/libburn/Makefile |   4 ++--
 sysutils/libburn/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r e47781321b98 -r 468b683de830 sysutils/libburn/Makefile
--- a/sysutils/libburn/Makefile Sat Dec 08 10:55:52 2018 +0000
+++ b/sysutils/libburn/Makefile Sat Dec 08 10:59:21 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2015/03/12 18:43:38 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2018/12/08 10:59:21 wen Exp $
 
-DISTNAME=      libburn-1.3.8
+DISTNAME=      libburn-1.5.0
 #PKGNAME=      ${DISTNAME:S/.pl/pl/}
 CATEGORIES=    sysutils
 MASTER_SITES=  http://files.libburnia-project.org/releases/
diff -r e47781321b98 -r 468b683de830 sysutils/libburn/distinfo
--- a/sysutils/libburn/distinfo Sat Dec 08 10:55:52 2018 +0000
+++ b/sysutils/libburn/distinfo Sat Dec 08 10:59:21 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 01:32:19 agc Exp $
+$NetBSD: distinfo,v 1.4 2018/12/08 10:59:21 wen Exp $
 
-SHA1 (libburn-1.3.8.tar.gz) = 71c8dfa95f2e646c5c936aaa349f44d46fee3717
-RMD160 (libburn-1.3.8.tar.gz) = a6456eb21a1db31dbb6ff5ec398befa513595b89
-SHA512 (libburn-1.3.8.tar.gz) = 4f279319b49bc5f5d42751fcab16bfe949e14e6e1018f9138bcc9f8e10a298ecf9795780d5f8807c5c2bf1cc0332f931b709f1fb5809f30abb8054297370f3c6
-Size (libburn-1.3.8.tar.gz) = 967404 bytes
+SHA1 (libburn-1.5.0.tar.gz) = fb22b575552e1ea8ec38b960e1eea495e043530b
+RMD160 (libburn-1.5.0.tar.gz) = a541de09751826a8729ef5b766f406c04760b213
+SHA512 (libburn-1.5.0.tar.gz) = c524d672d79db2f6dc22f6381cd422ddaa3b61d6741c998c773772722e37c53576ae9549dd17a33c2d020c66857ecbb948f353bc22cdf28c2bb115bd2b82d4a2
+Size (libburn-1.5.0.tar.gz) = 979953 bytes



Home | Main Index | Thread Index | Old Index