pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/libisoburn



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Dec  8 10:46:30 UTC 2018

Modified Files:
        pkgsrc/sysutils/libisoburn: Makefile PLIST distinfo

Log Message:
Update to 1.5.0

Upstream changes:
libisoburn-1.5.0.tar.gz  Sat Sep 15 2018
===============================================================================
* Bug fix: Multi-session emulation was not recognized with non-zero partition
           offset
* New bit10 of isoburn_drive_aquire() to accept all xattr namespaces
* New -xattr mode "any" to process all xattr namespaces of local filesystem
* New -as mkisofs option --xattr-any
* New -as mkisofs options -uid and -gid

libisoburn-1.4.8.tar.gz  Tue Sep 12 2017
===============================================================================
* Bug fix: -as mkisofs -no-emul-boot without -boot-load-size defaulted to
           size 4, instead of full boot image size
* Bug fix: -read_fs "norock" did not prevent reading of root Rock Ridge info
* Bug fix: Mix of absolute and relative disk paths could cause SIGSEGV with
           pattern expansion
* Bug fix: --mbr-force-bootable did not get into effect with -append_partition
* Bug fix: Exit value of failed -mount command was reported as 0
* Bug fix: -boot_image actions "keep" and "patch" did not work any more.
           Regression by libisofs 1.4.4.
* New -find tests -maxdepth and -mindepth
* New commands -update_lxi and -update_li
* New API calls isoburn_igopt_set_iso_mbr_part_type(),
  isoburn_igopt_get_iso_mbr_part_type()
* New -boot_image bootspec iso_mbr_part_type=
* New -as mkisofs option -iso_mbr_part_type
* New -as mkisofs option -eltorito-platform
* Properly refusing on Pseudo Overwritable formatted BD-R

libisoburn-1.4.6.tar.gz  Fri Sep 16 2016
===============================================================================
* Bug fix: The default setting of -compliance did not apply rec_mtime to
           Joliet and ISO:1999. mkisofs emulation was not affected by this bug.
* Bug fix: -file_size_limit did not increase ISO level if necessary.
  Thanks to Mattias Schlenker.
* New API calls isoburn_igopt_set_gpt_guid(), isoburn_igopt_get_gpt_guid()
* New command -use_immed_bit, new -as cdrecord option use_immed_bit=
* New -volume_date mode "all_file_dates"
* New -as mkisofs option --set_all_file_dates
* New bootspec "gpt_disk_guid=", new -as mkisofs option --gpt_disk_guid
* New -report_system_area modes "gpt_disk_guid", "make_guid"
* New environment variable SOURCE_DATE_EPOCH
* New -find action "set_to_mtime"

libisoburn-1.4.4.tar.gz  Fri Jul 01 2016
===============================================================================
* Bug fix: -as mkisofs did not unescape "\=" in the source part of pathspecs
* Bug fix: -boot_image "any" "system_area=/dev/zero" did not zeroize loaded
           data
* Bug fix: -pathspecs "on" did not properly handle "\\="
* Bug fix: HFS+ production could cause MBR partition of type 0xEE without GPT
* Bug fix: HFS+ directories could announce more children than they actually have
* Bug fix: The HFS+ filesystem was not marked by in GPT of GRUB2 hybrid layout
* Bug fix: When reading an ISO filesystem, the presence of
           --protective-msdos-label was not recognized if a partition is
           appended
* Bug fix: xorrisofs option --protective-msdos-label did not work if no
           system area data were given by option -G or alike
* Bug fix: -modesty_on_drive properties timeout_sec, min_usec, max_usec
           read wrong numbers from the parameter text
* Letting -as mkisofs --norock revoke the special effect of -r
* Letting -blank on overwritable media invalidate UDF extended descriptors
* New -pathspecs mode "as_mkisofs"
* New -boot_image setting mbr_force_bootable=, -as mkisofs --mbr-force-bootable
* New -boot_image bootspecs appended_part_as=apm, part_like_isohybrid=on
* New -as mkisofs options -appended_part_as_apm, -part_like_isohybrid
* New command -scsi_dev_family, new -as cdrecord option drive_scsi_dev_family=

libisoburn-1.4.2.tar.gz  Sat Nov 28 2015
===============================================================================
* Bug fix: -backslash_codes "on" did not work outside quotes
           and with showing "\r"
* New API calls isoburn_ropt_set_truncate_mode() isoburn_ropt_get_truncate_mode()
* New options with isoburn_ropt_set_extensions(): isoburn_ropt_map_*
* New command -modesty_on_drive,
  new -as cdrecord -immed, minbuf=, modesty_on_drive=
* New command -ecma119_map
* New command -read_fs
* New -boot_image action "replay"
* New command -file_name_limit, -as mkisofs -file_name_limit
* New -find test -name_limit_blocker.
* Result of a Coverity audit: 50+ code changes, but no easy-to-trigger bugs

libisoburn-1.4.0.tar.gz  Sun May 17 2015
===============================================================================
* Bug fix: -dev or -indev of medium with non-ISO data caused SIGSEGV by NULL
* New API calls isoburn_igopt_set_appended_as_gpt(),
                isoburn_igopt_get_appended_as_gpt()
* New API call isoburn_igopt_set_part_flag() and libisofs interval reader flags
* New -find action "show_stream_id"
* Optional libisofs interval reader with -append_partition and System Area
* New -boot_image bootspec "appended_part_as=",
  new -as mkisofs option -appended_part_as_gpt
* New -report_system_area formats "cmd" and "as_mkisofs"


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/libisoburn/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/libisoburn/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/libisoburn/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/libisoburn/Makefile
diff -u pkgsrc/sysutils/libisoburn/Makefile:1.4 pkgsrc/sysutils/libisoburn/Makefile:1.5
--- pkgsrc/sysutils/libisoburn/Makefile:1.4     Fri Sep 16 14:58:26 2016
+++ pkgsrc/sysutils/libisoburn/Makefile Sat Dec  8 10:46:30 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2016/09/16 14:58:26 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2018/12/08 10:46:30 wen Exp $
 
-DISTNAME=      libisoburn-1.3.8
+DISTNAME=      libisoburn-1.5.0
 #PKGNAME=      ${DISTNAME:S/.pl/pl/}
 CATEGORIES=    sysutils
 MASTER_SITES=  http://files.libburnia-project.org/releases/

Index: pkgsrc/sysutils/libisoburn/PLIST
diff -u pkgsrc/sysutils/libisoburn/PLIST:1.1 pkgsrc/sysutils/libisoburn/PLIST:1.2
--- pkgsrc/sysutils/libisoburn/PLIST:1.1        Sat May  3 19:03:39 2014
+++ pkgsrc/sysutils/libisoburn/PLIST    Sat Dec  8 10:46:30 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/05/03 19:03:39 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/12/08 10:46:30 wen Exp $
 bin/osirrox
 bin/xorrecord
 bin/xorriso
@@ -9,8 +9,10 @@ include/libisoburn/xorriso.h
 info/xorrecord.info
 info/xorriso.info
 info/xorrisofs.info
+info/xorriso-tcltk.info
 lib/libisoburn.la
 lib/pkgconfig/libisoburn-1.pc
 man/man1/xorrecord.1
 man/man1/xorriso.1
 man/man1/xorrisofs.1
+man/man1/xorriso-tcltk.1

Index: pkgsrc/sysutils/libisoburn/distinfo
diff -u pkgsrc/sysutils/libisoburn/distinfo:1.3 pkgsrc/sysutils/libisoburn/distinfo:1.4
--- pkgsrc/sysutils/libisoburn/distinfo:1.3     Wed Nov  4 01:32:19 2015
+++ pkgsrc/sysutils/libisoburn/distinfo Sat Dec  8 10:46:30 2018
@@ -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:46:30 wen Exp $
 
-SHA1 (libisoburn-1.3.8.tar.gz) = 715ebb60b073036d3d4d2c193dda04ca6b7b3049
-RMD160 (libisoburn-1.3.8.tar.gz) = 360346fc3441ddd62f803a26ea7ea43e4b08d094
-SHA512 (libisoburn-1.3.8.tar.gz) = 369299e491a379e048038d8a46040feb628b6b9dfb6d6ffac01808b6814e6ca936bb7e4fe75f904ce755e9957011403a5d38bff9f37901086d284f5c1014deb7
-Size (libisoburn-1.3.8.tar.gz) = 1429974 bytes
+SHA1 (libisoburn-1.5.0.tar.gz) = 27dcdd0d55f83e9cc6ccf24d54b8a1a6b25c040e
+RMD160 (libisoburn-1.5.0.tar.gz) = 6dec8b9759256c6747287a4b9c5a08fe74c441cd
+SHA512 (libisoburn-1.5.0.tar.gz) = c74a9e2887244c28c82abe70d2603dbcd49b639c370e5b7fea03aabce59ff2b361345cd6ec88fe8152727e8a416d4759b88d91e2b5aec8a697408e00b7dc9e4d
+Size (libisoburn-1.5.0.tar.gz) = 1550656 bytes



Home | Main Index | Thread Index | Old Index