Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2024 10:56:17 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 559b574607a9 - main - security/bcrypt: Deprecate port
Message-ID:  <202406021056.452AuHoB054293@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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