git: 0ab512527116 - main - security/libzrtpcppcore: Deprecate and set expiration date to 2024-02-29
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 19:26:53 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0ab512527116a1e04dbcfce87ee8c8b60931569f
commit 0ab512527116a1e04dbcfce87ee8c8b60931569f
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-01-23 18:44:10 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-23 19:25:45 +0000
security/libzrtpcppcore: Deprecate and set expiration date to 2024-02-29
Obscure protocol that never got any traction, superseded by SRTP
---
security/libzrtpcppcore/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/security/libzrtpcppcore/Makefile b/security/libzrtpcppcore/Makefile
index 47748b6663f1..57ded0218be4 100644
--- a/security/libzrtpcppcore/Makefile
+++ b/security/libzrtpcppcore/Makefile
@@ -11,6 +11,9 @@ WWW= https://github.com/wernerd/ZRTPCPP
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Obscure protocol that never got any traction, superseded by SRTP
+EXPIRATION_DATE=2024-02-29
+
USE_GITHUB= yes
GH_ACCOUNT= wernerd
GH_PROJECT= ZRTPCPP