devel/libisofs: Update to 1.5.6
Major changes: * Bug fix: iso_write_opts_set_part_like_isohybrid() did not cause a MBR partition table if the partitions are data files in the ISO rather than appended * Bug fix: The lseek methods of IsoFileSource for local filesystem and loaded ISO returned libisofs error codes as positive off_t numbers * Bug fix: Freshly cloned data files from imported image were not marked as imported. Thanks to Ivan Shmakov. (Closes: #1022851) * Bug fix: Size of further CE area was calculated wrong if its CE entry ended exactly at a block boundary * New iso_write_opts_set_system_area() option bits 16: GPT "Legacy BIOS bootable" and 17: GPT writable * New API calls iso_assess_written_features(), iso_read_image_feature_named(), iso_read_image_features_text() * Allowed lseekable device files with iso_tree_add_new_cut_out_node(). Proof-of-concept by Ivan Shmakov. * New API call iso_write_opts_set_max_ce_entries() Full changelog: https://dev.lovelyhq.com/libburnia/libisofs/src/branch/master/ChangeLog Port changes: * Update WWW url * Reorder Makefile to make linters happy
This commit is contained in:
parent
ddc98c9e4d
commit
1bbd8085e1
3 changed files with 10 additions and 10 deletions
|
@ -1,11 +1,11 @@
|
||||||
PORTNAME= libisofs
|
PORTNAME= libisofs
|
||||||
PORTVERSION= 1.5.4
|
PORTVERSION= 1.5.6
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://files.libburnia-project.org/releases/
|
MASTER_SITES= http://files.libburnia-project.org/releases/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Libburnia ISO9660 filesystem creation library
|
COMMENT= Libburnia ISO9660 filesystem creation library
|
||||||
WWW= https://dev.lovelyhq.com/libburnia/web/wikis/home
|
WWW= https://dev.lovelyhq.com/libburnia/web/wiki/Libisofs
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
@ -13,14 +13,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
LIB_DEPENDS= libburn.so:devel/libburn
|
LIB_DEPENDS= libburn.so:devel/libburn
|
||||||
|
|
||||||
USES= iconv libtool
|
USES= iconv libtool
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
PORTDOCS= susp_* Tutorial zisofs_format.txt
|
PORTDOCS= Tutorial susp_* zisofs_format.txt
|
||||||
|
|
||||||
OPTIONS_DEFINE= DEBUG DOCS LIBACL LIBJTE XATTR ZLIB
|
OPTIONS_DEFINE= DEBUG DOCS LIBACL LIBJTE XATTR ZLIB
|
||||||
OPTIONS_DEFAULT=LIBACL LIBJTE XATTR ZLIB
|
OPTIONS_DEFAULT= LIBACL LIBJTE XATTR ZLIB
|
||||||
|
|
||||||
LIBACL_DESC= Enable use of ACL functions
|
LIBACL_DESC= Enable use of ACL functions
|
||||||
LIBJTE_DESC= Jigdo file support
|
LIBJTE_DESC= Jigdo file support
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1632597000
|
TIMESTAMP = 1692262028
|
||||||
SHA256 (libisofs-1.5.4.tar.gz) = aaa0ed80a7501979316f505b0b017f29cba0ea5463b751143bad2c360215a88e
|
SHA256 (libisofs-1.5.6.tar.gz) = 0152d66a9d340b659fe9c880eb9190f3570fb477ac07cf52e8bcd134a1d30d70
|
||||||
SIZE (libisofs-1.5.4.tar.gz) = 870395
|
SIZE (libisofs-1.5.6.tar.gz) = 879144
|
||||||
|
|
|
@ -2,5 +2,5 @@ include/libisofs/libisofs.h
|
||||||
lib/libisofs.a
|
lib/libisofs.a
|
||||||
lib/libisofs.so
|
lib/libisofs.so
|
||||||
lib/libisofs.so.6
|
lib/libisofs.so.6
|
||||||
lib/libisofs.so.6.91.0
|
lib/libisofs.so.6.92.0
|
||||||
libdata/pkgconfig/libisofs-1.pc
|
libdata/pkgconfig/libisofs-1.pc
|
||||||
|
|
Loading…
Reference in a new issue