diff options
author | wiz <wiz@pkgsrc.org> | 2014-07-19 11:10:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-07-19 11:10:20 +0000 |
commit | bd82a4cc6e831680f9c2c6a675579e4b43fda685 (patch) | |
tree | 7d199b35890800719bdcad4c0d494b632dee9cd6 /sysutils | |
parent | aa057c1e4efac827fb51480fe1ab1f3f8b5b48b8 (diff) | |
download | pkgsrc-bd82a4cc6e831680f9c2c6a675579e4b43fda685.tar.gz |
Update to 1.3.8:
libisofs-1.3.8.tar.gz Sat Jun 28 2014
===============================================================================
* Bug fix: Prevent allocation of empty hash tables. Thanks Richard Nolde.
* Bug fix: Prevent allocation of empty directory children lists.
Thanks Richard Nolde.
* Bug fix: The GUIDs of main GPT and backup GPT differed if more than one
System Area was written into the ISO image.
* New API calls iso_image_report_el_torito() and iso_image_report_system_area()
* New API call iso_crc32_gpt()
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/libisofs/Makefile | 4 | ||||
-rw-r--r-- | sysutils/libisofs/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/libisofs/Makefile b/sysutils/libisofs/Makefile index a194243e11d..16831480d42 100644 --- a/sysutils/libisofs/Makefile +++ b/sysutils/libisofs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2014/04/29 20:03:06 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/07/19 11:10:20 wiz Exp $ -DISTNAME= libisofs-1.3.6 +DISTNAME= libisofs-1.3.8 CATEGORIES= sysutils MASTER_SITES= http://files.libburnia-project.org/releases/ diff --git a/sysutils/libisofs/distinfo b/sysutils/libisofs/distinfo index 5bbb484871f..4cbf5ac0150 100644 --- a/sysutils/libisofs/distinfo +++ b/sysutils/libisofs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2014/04/29 20:03:06 wiz Exp $ +$NetBSD: distinfo,v 1.2 2014/07/19 11:10:20 wiz Exp $ -SHA1 (libisofs-1.3.6.tar.gz) = 577f8cae7a214ae45ef53b63d0a5382f27dec45b -RMD160 (libisofs-1.3.6.tar.gz) = 2f42fab7cd3118f19af63efda0da5df845806f10 -Size (libisofs-1.3.6.tar.gz) = 780651 bytes +SHA1 (libisofs-1.3.8.tar.gz) = ce679313eaeb8a14db631a42f01de9c351357afc +RMD160 (libisofs-1.3.8.tar.gz) = ccfe9bf266d1def78e91857e293fd897caf41611 +Size (libisofs-1.3.8.tar.gz) = 802154 bytes |