git: 559b574607a9 - main - security/bcrypt: Deprecate port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Jun 2024 10:56:17 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=559b574607a969d99ef4aa1d2f3ce464a8f15950 commit 559b574607a969d99ef4aa1d2f3ce464a8f15950 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-06-02 10:56:04 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-06-02 10:56:04 +0000 security/bcrypt: Deprecate port Hasn't seen updates in 15 years, insecure Blowfish ECB mode, unauthenticated encryption. See: https://bugs.gentoo.org/592114 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864253 PR: 276564 Reported by: diizzy --- security/bcrypt/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/bcrypt/Makefile b/security/bcrypt/Makefile index 7e197d56112e..972c8b973b8d 100644 --- a/security/bcrypt/Makefile +++ b/security/bcrypt/Makefile @@ -1,6 +1,6 @@ PORTNAME= bcrypt DISTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://bcrypt.sourceforge.net/ \ LOCAL/ehaupt @@ -19,6 +19,9 @@ PORTDOCS= README OPTIONS_DEFINE= DOCS +DEPRECATED= Hasn't seen updates in 15 years, insecure Blowfish ECB mode, unauthenticated encryption +EXPIRATION_DATE=2024-07-02 + post-patch: @${REINPLACE_CMD} -E 's/^(CC|CFLAGS|LDFLAGS|PREFIX)\ /\1?/' \ ${WRKSRC}/Makefile