aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Salvadore <salvadore@FreeBSD.org>2025-01-22 08:51:52 +0000
committerLorenzo Salvadore <salvadore@FreeBSD.org>2025-01-22 09:10:43 +0000
commit7b612ca975c40aeff5b79e913610191463b0ba01 (patch)
treed3502673f13c9602f06ee0a944231eca14f6a071
parent87fca379df1fc42dd50ac3a6d6eabf801f7ae38d (diff)
sysutils/shim: Deprecate port
Last commit on the master branch upstream is 10 years ago. The port does not build with GCC 14 [1]. Give 1 month for expiration date. The port might be fixed by switching upstream to https://github.com/rhboot/shim (actual upstream is a fork of this repo, which is still active) and patching appropriately. Still, I believe it makes more sense to deprecate and expire the port since: - apparently nobody felt the need for a more up to date version of shim; - there are important security issues which are most likely not addressed by the actual port (e.g. https://github.com/advisories/GHSA-qjqj-4cq6-6f2f) PR: 281248 [1]
-rw-r--r--sysutils/shim/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/shim/Makefile b/sysutils/shim/Makefile
index d4b1061d1f98..13f6c4dac9f6 100644
--- a/sysutils/shim/Makefile
+++ b/sysutils/shim/Makefile
@@ -10,6 +10,9 @@ WWW= https://github.com/mjg59/shim
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+DEPRECATED= upstream has been inactive for 10 years and does not build with GCC 14
+EXPIRATION_DATE= 2025-02-22
+
BUILD_DEPENDS= ${LOCALBASE}/lib/libgnuefi.a:devel/gnu-efi \
bash:shells/bash