Date: Thu, 8 Mar 2018 18:55:50 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463912 - in head/devel/libisofs: . files Message-ID: <201803081855.w28Itoo9007206@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Mar 8 18:55:50 2018 New Revision: 463912 URL: https://svnweb.freebsd.org/changeset/ports/463912 Log: devel/libisofs: Add the patch to fix xorriso -hfsplus option bug References: http://forums.ghostbsd.org/viewtopic.php?f=98&t=711 PR: 226318 Submitted by: ericturgeon.bsd@gmail.com Approved by: tcberner (mentor, implicit) Added: head/devel/libisofs/files/ head/devel/libisofs/files/patch-libisofs_hfsplus__classes.c (contents, props changed) Modified: head/devel/libisofs/Makefile Modified: head/devel/libisofs/Makefile ============================================================================== --- head/devel/libisofs/Makefile Thu Mar 8 18:43:41 2018 (r463911) +++ head/devel/libisofs/Makefile Thu Mar 8 18:55:50 2018 (r463912) @@ -3,6 +3,7 @@ PORTNAME= libisofs PORTVERSION= 1.4.8 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://files.libburnia-project.org/releases/ Added: head/devel/libisofs/files/patch-libisofs_hfsplus__classes.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libisofs/files/patch-libisofs_hfsplus__classes.c Thu Mar 8 18:55:50 2018 (r463912) @@ -0,0 +1,16 @@ +patch from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226318 +It will be included in the next release. + +--- libisofs/hfsplus_classes.c.orig 2018-03-08 18:48:59 UTC ++++ libisofs/hfsplus_classes.c +@@ -422,6 +422,10 @@ static uint16_t class_page_data[] = { + 0x21, 0x230, + 0x22, 0x230, + 0x23, 0x230, ++ 0x00, ++ ++ /* End of list */ ++ 0x00 + }; + + uint16_t *hfsplus_class_pages[256];
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803081855.w28Itoo9007206>