git: 3c2b1c52df8b - main - security/poly1305aes: Deprecate and set expiration date to 2024-02-29
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 19:26:55 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3c2b1c52df8b973e86e746b3f724e6c76952ee48
commit 3c2b1c52df8b973e86e746b3f724e6c76952ee48
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-01-23 18:50:14 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-23 19:25:45 +0000
security/poly1305aes: Deprecate and set expiration date to 2024-02-29
Fails to build on Tier 1 platforms such as amd64 and on most other
supported platforms
---
security/poly1305aes/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/security/poly1305aes/Makefile b/security/poly1305aes/Makefile
index 1e0e7afc9fb5..a013dc515954 100644
--- a/security/poly1305aes/Makefile
+++ b/security/poly1305aes/Makefile
@@ -9,6 +9,9 @@ WWW= https://cr.yp.to/mac.html
LICENSE= PD
+DEPRECATED= Fails to build on Tier 1 and most other platforms
+EXPIRATION_DATE=2024-02-29
+
BROKEN_aarch64= fails to build: poly1305aes.impl.do: fatal: all tests failed
BROKEN_armv6= fails to build: poly1305aes.impl.do: fatal: all tests failed
BROKEN_armv7= fails to build: poly1305aes.impl.do: fatal: all tests failed