diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-01-02 22:25:41 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-01-02 22:28:32 +0000 |
commit | 2f3dbd76967475390c79408ddcdfd0d9a4f688f9 (patch) | |
tree | e8e4d00c42890921ab7967d828dee93b4793a207 | |
parent | addda1277abed746f93ad76aecc2a2e9bc97d033 (diff) | |
download | ports-2f3dbd76967475390c79408ddcdfd0d9a4f688f9.tar.gz ports-2f3dbd76967475390c79408ddcdfd0d9a4f688f9.zip |
net/pipsecd: Deprecate and set expiration date to 2022-01-15
Abandonware, current release is from 1999 and uses insecure encryption
algorithms.
PR: 260713
Approved by: cy (maintainer)
-rw-r--r-- | net/pipsecd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/pipsecd/Makefile b/net/pipsecd/Makefile index 04984d8e8d11..491eaeb6ff3d 100644 --- a/net/pipsecd/Makefile +++ b/net/pipsecd/Makefile @@ -11,6 +11,9 @@ DISTNAME= pipsec-19991014 MAINTAINER= cy@FreeBSD.org COMMENT= Simple IPSEC tunnel tool from Pierre Beyssac +DEPRECATED= Abandonware, current release is from 1999 and uses insecure encryption algorithms +EXPIRATION_DATE=2022-01-15 + USES+= ssl USE_RC_SUBR= pipsecd |