Date: Sun, 12 Jun 2022 21:21:58 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 215f4d24bc63 - main - irc/unreal: Deprecate and set expiration date to 2022-06-30 Message-ID: <202206122121.25CLLwnD028003@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=215f4d24bc63a0d62fa26920e431264eaaeb2e81 commit 215f4d24bc63a0d62fa26920e431264eaaeb2e81 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-06-12 20:59:13 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-06-12 20:59:16 +0000 irc/unreal: Deprecate and set expiration date to 2022-06-30 Very outdated, declared end of life by upstream in 2016 and has known security vulnerabilities Reference: https://www.unrealircd.org/docs/UnrealIRCd_3.2.x_deprecated PR: 244117 Reported by: Rafael Grether <devnull@apt322.org> --- irc/unreal/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/irc/unreal/Makefile b/irc/unreal/Makefile index d828a6056c7a..b70e2fa682d5 100644 --- a/irc/unreal/Makefile +++ b/irc/unreal/Makefile @@ -12,6 +12,9 @@ COMMENT= Unreal - the next generation ircd LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Very outdated, listed as end of life in 2016 and has known security issues +EXPIRATION_DATE=2022-06-30 + BROKEN_aarch64= Fails to link: missing sbrk BROKEN_riscv64= Fails to link: missing sbrk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206122121.25CLLwnD028003>