svn commit: r506696 - head/security/softhsm

Steve Wills swills at FreeBSD.org
Mon Jul 15 17:53:22 UTC 2019


Author: swills
Date: Mon Jul 15 17:53:21 2019
New Revision: 506696
URL: https://svnweb.freebsd.org/changeset/ports/506696

Log:
  security/softhsm Add DEPRECATED and EXPIRATION_DATE
  
  1.3.8 will reach end-of-life
  
  PR:		239042
  Submitted by:	Jaap Akkerhuis <jaap at NLnetLabs.nl> (maintainer)

Modified:
  head/security/softhsm/Makefile   (contents, props changed)

Modified: head/security/softhsm/Makefile
==============================================================================
--- head/security/softhsm/Makefile	Mon Jul 15 17:49:06 2019	(r506695)
+++ head/security/softhsm/Makefile	Mon Jul 15 17:53:21 2019	(r506696)
@@ -13,6 +13,9 @@ LICENSE=	BSD2CLAUSE ISCL
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	End-of-life announced, update to softhsm2 ASAP.
+EXPIRATION_DATE=	2019-10-01
+
 LIB_DEPENDS=	libbotan-1.10.so:security/botan110 \
 		libsqlite3.so:databases/sqlite3
 


More information about the svn-ports-head mailing list