Update to 1.3.8:
* Bug fix: -boot_image grub grub2_mbr= did not work (but -as mkisofs --grub2-mbr did work) * Bug fix: -boot_image grub2_mbr= prevented -boot_image partition_table=on * Bug fix: libburn: A final fsync(2) was performed with stdio drives, even if -stdio_sync was set to "off". * Bug fix: libburn: Wrong stack usage caused SIGBUS on sparc when compiled by gcc -O2 * Bug fix: -blank force:all on DVD+RW had no effect * Enabled use of libedit as alternative to libreadline * Enabled recording and restoring of extattr on NetBSD * New API calls isoburn_igopt_set_stdio_endsync() and isoburn_igopt_get_stdio_endsync * New bootspecs hppa_*, new -as mkisofs options -hppa-* for HP-PA via PALO * New -find pseudo tests -use_pattern , -or_use_pattern * New -find action report_sections * New command -concat * New commands -report_system_area and -report_el_torito
This commit is contained in:
parent
b593ef4c9f
commit
cb381492c6
2 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/05/03 19:03:39 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2014/07/19 11:13:55 wiz Exp $
|
||||
|
||||
DISTNAME= libisoburn-1.3.6.pl01
|
||||
PKGNAME= ${DISTNAME:S/.pl/pl/}
|
||||
DISTNAME= libisoburn-1.3.8
|
||||
#PKGNAME= ${DISTNAME:S/.pl/pl/}
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://files.libburnia-project.org/releases/
|
||||
|
||||
|
@ -34,4 +34,5 @@ SUBST_SED.fix-wish+= -e 's,/usr/bin/wish,${TCLDIR}/bin/wish,'
|
|||
.include "../../sysutils/libisofs/buildlink3.mk"
|
||||
.include "../../sysutils/libburn/buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../mk/readline.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/05/03 19:03:39 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.2 2014/07/19 11:13:55 wiz Exp $
|
||||
|
||||
SHA1 (libisoburn-1.3.6.pl01.tar.gz) = 9def7bda1a5239668a88dfd0c60243505c4586d6
|
||||
RMD160 (libisoburn-1.3.6.pl01.tar.gz) = c2ee7bce152d51aeb3f2f2d76ef642cd2d0611b8
|
||||
Size (libisoburn-1.3.6.pl01.tar.gz) = 1410776 bytes
|
||||
SHA1 (libisoburn-1.3.8.tar.gz) = 715ebb60b073036d3d4d2c193dda04ca6b7b3049
|
||||
RMD160 (libisoburn-1.3.8.tar.gz) = 360346fc3441ddd62f803a26ea7ea43e4b08d094
|
||||
Size (libisoburn-1.3.8.tar.gz) = 1429974 bytes
|
||||
|
|
Loading…
Reference in a new issue