Subject: CVS commit: pkgsrc/sysutils/arm-trusted-firmware-fiptool
From: Jason R Thorpe
Date: 2019-05-14 06:08:51
Message id: 20190514040851.E58FAFB16@cvs.NetBSD.org

Log Message:
Pluck the following patch from upstream:

tools/fiptool: Fix UUID parsing in blob handling
Commit 0336486 ("Make TF UUID RFC 4122 compliant") changed the scanf
parsing string to handle endianness correctly.
However that changed the number of items sscanf handles, without
adjusting the sanity check just below.

Increase the expected return value from 11 to 16 to let fiptool handle
UUIDs given as blob parameters correctly again.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>

Files:
RevisionActionfile
1.4modifypkgsrc/sysutils/arm-trusted-firmware-fiptool/Makefile
1.3modifypkgsrc/sysutils/arm-trusted-firmware-fiptool/distinfo
1.1addpkgsrc/sysutils/arm-trusted-firmware-fiptool/patches/patch-fiptool_uuid_parse