Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 19:26:55 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: 3c2b1c52df8b - main - security/poly1305aes: Deprecate and set expiration date to 2024-02-29
Message-ID:  <202401231926.40NJQt6f047779@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=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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401231926.40NJQt6f047779>