aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-05-21 08:44:31 +0800
committerJan Beich <jbeich@FreeBSD.org>2019-05-21 08:44:31 +0800
commit9c428006e4f7cc6bb6de48ee4e43434fd45a9fb2 (patch)
tree1555f8f80dd6854b79bc2dc21bc604a593b87535
parent31cce6f5ec7164357d59677e11d4430ea11fc842 (diff)
downloadfreebsd-ports-9c428006e4f7cc6bb6de48ee4e43434fd45a9fb2.tar.gz
freebsd-ports-9c428006e4f7cc6bb6de48ee4e43434fd45a9fb2.tar.zst
freebsd-ports-9c428006e4f7cc6bb6de48ee4e43434fd45a9fb2.zip
MFH: r502180
sysutils/pesign: unbreak Obtained from: upstream Approved by: ports-secteam blanket
Notes
Notes: svn path=/branches/2019Q2/; revision=502185
-rw-r--r--sysutils/pesign/Makefile4
-rw-r--r--sysutils/pesign/distinfo3
2 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/pesign/Makefile b/sysutils/pesign/Makefile
index 4aa1e923a02e..434c1c638463 100644
--- a/sysutils/pesign/Makefile
+++ b/sysutils/pesign/Makefile
@@ -6,6 +6,9 @@ PORTVERSION= 0.110
PORTREVISION= 7
CATEGORIES= sysutils
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+= b535d1ac5cbc.patch:-p1
+
MAINTAINER= ports@FreeBSD.org
COMMENT= Signing utility for UEFI secure boot
@@ -26,7 +29,6 @@ USE_LDCONFIG= yes
ONLY_FOR_ARCHS= aarch64 armv6 armv7 amd64 i386
ONLY_FOR_ARCHS_REASON= UEFI specification only supports little-endian processors
-BROKEN= https://github.com/rhboot/pesign/issues/48
post-patch:
@${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' ${WRKSRC}/Make.defaults
diff --git a/sysutils/pesign/distinfo b/sysutils/pesign/distinfo
index 9595415c35d2..d16b95105f69 100644
--- a/sysutils/pesign/distinfo
+++ b/sysutils/pesign/distinfo
@@ -1,2 +1,5 @@
+TIMESTAMP = 1414180266
SHA256 (rhinstaller-pesign-0.110_GH0.tar.gz) = 836abeb4404b4b3a616deb478f8bf4fed2fce4f12be1a00b6fab238d150ed2ed
SIZE (rhinstaller-pesign-0.110_GH0.tar.gz) = 103805
+SHA256 (b535d1ac5cbc.patch) = 787fe6bb67b0cbc8716a84d063d0995c1f23567d87f2c6bec33c3daa0145f367
+SIZE (b535d1ac5cbc.patch) = 1971