Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2019 17:53:21 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506696 - head/security/softhsm
Message-ID:  <201907151753.x6FHrLHt029659@repo.freebsd.org>

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



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