git: 0bb38373dc70 - main - security/bcrypt: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Jul 2024 21:16:34 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=0bb38373dc705ba3cbb1daf501e4dbf24d9c40c1 commit 0bb38373dc705ba3cbb1daf501e4dbf24d9c40c1 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-07-02 21:15:46 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-07-02 21:16:21 +0000 security/bcrypt: Remove expired port 2024-07-02 security/bcrypt: Hasn't seen updates in 15 years, insecure Blowfish ECB mode, unauthenticated encryption --- MOVED | 1 + security/Makefile | 1 - security/bcrypt/Makefile | 35 ----------------------------------- security/bcrypt/distinfo | 2 -- security/bcrypt/pkg-descr | 6 ------ 5 files changed, 1 insertion(+), 44 deletions(-) diff --git a/MOVED b/MOVED index 3043ad5ec7da..84a5a7bee126 100644 --- a/MOVED +++ b/MOVED @@ -3377,3 +3377,4 @@ lang/icc||2024-07-01|Has expired: This version is EOL since a long time, i386 on graphics/intel-backlight||2024-07-01|Has expired: Use backlight(8) www/yarn-node21||2024-07-02|Removed, part of www/node21 www/npm-node21||2024-07-02|Removed, part of www/node21 +security/bcrypt||2024-07-02|Has expired: Hasn't seen updates in 15 years, insecure Blowfish ECB mode, unauthenticated encryption diff --git a/security/Makefile b/security/Makefile index c42f4acef1d4..8ad23ac8b1ae 100644 --- a/security/Makefile +++ b/security/Makefile @@ -44,7 +44,6 @@ SUBDIR += barnyard2 SUBDIR += barnyard2-sguil SUBDIR += bastillion - SUBDIR += bcrypt SUBDIR += bcwipe SUBDIR += bdes SUBDIR += bearssl diff --git a/security/bcrypt/Makefile b/security/bcrypt/Makefile deleted file mode 100644 index 972c8b973b8d..000000000000 --- a/security/bcrypt/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -PORTNAME= bcrypt -DISTVERSION= 1.1 -PORTREVISION= 2 -CATEGORIES= security -MASTER_SITES= http://bcrypt.sourceforge.net/ \ - LOCAL/ehaupt - -MAINTAINER= ehaupt@FreeBSD.org -COMMENT= Cross-platform blowfish encryption utility -WWW= https://bcrypt.sourceforge.net/ - -ALL_TARGET= ${PORTNAME} - -LDFLAGS+= -lz - -PLIST_FILES= bin/bcrypt \ - share/man/man1/bcrypt.1.gz -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 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/security/bcrypt/distinfo b/security/bcrypt/distinfo deleted file mode 100644 index 8ef9dd253a38..000000000000 --- a/security/bcrypt/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bcrypt-1.1.tar.gz) = b9c1a7c0996a305465135b90123b0c63adbb5fa7c47a24b3f347deb2696d417d -SIZE (bcrypt-1.1.tar.gz) = 36781 diff --git a/security/bcrypt/pkg-descr b/security/bcrypt/pkg-descr deleted file mode 100644 index 498bf02aa2d5..000000000000 --- a/security/bcrypt/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Bcrypt is a blowfish file encryption utility which aims for cross-platform -portability. - -In addition to providing 448-bit encryption, bcrypt overwrites input files with -random garbage before deletion in order to make low-level data recovery much -more difficult.