Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2026 22:12:11 +0000
From:      Kousuke Kannagi <mce@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8a16badcbcdc - main - security/steghide: Mark DEPRECATED
Message-ID:  <6a161abb.2705d.5d95d428@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mce:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8a16badcbcdc7c9b8172a16060cd80e87d26c411

commit 8a16badcbcdc7c9b8172a16060cd80e87d26c411
Author:     Kousuke Kannagi <mce@FreeBSD.org>
AuthorDate: 2026-05-26 02:04:24 +0000
Commit:     Kousuke Kannagi <mce@FreeBSD.org>
CommitDate: 2026-05-26 22:11:42 +0000

    security/steghide: Mark DEPRECATED
    
    This version is over 22 years old and has vulnerability.
    
    https://nvd.nist.gov/vuln/detail/CVE-2021-27211
    
    PR:             295594
    Approved by:    fluffy (mentor)
---
 security/steghide/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/security/steghide/Makefile b/security/steghide/Makefile
index 5f368cf50d20..57fe3096639d 100644
--- a/security/steghide/Makefile
+++ b/security/steghide/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	steghide
 PORTVERSION=	0.5.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	security
 MASTER_SITES=	SF
 
@@ -11,6 +11,9 @@ WWW=		https://steghide.sourceforge.net/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	This version is over 22 years old and has vulnerability
+EXPIRATION_DATE=2026-06-30
+
 LIB_DEPENDS=	libmcrypt.so:security/libmcrypt \
 		libmhash.so:security/mhash
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a161abb.2705d.5d95d428>