git: e9eb4ac83323 - main - all: expire consumers of security/botan2 on 2025-06-21
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Apr 2025 18:01:06 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e9eb4ac833231ba347cb5cd640426b13e19e6d35
commit e9eb4ac833231ba347cb5cd640426b13e19e6d35
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-04-21 18:00:06 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-04-21 18:00:53 +0000
all: expire consumers of security/botan2 on 2025-06-21
---
deskutils/qownnotes/Makefile | 3 +++
editors/encryptpad/Makefile | 3 +++
editors/rehex/Makefile | 3 +++
net-im/biboumi/Makefile | 7 +++++++
security/keepassxc/Makefile | 3 +++
security/rnp/Makefile | 3 +++
sysutils/daggy/Makefile | 3 +++
7 files changed, 25 insertions(+)
diff --git a/deskutils/qownnotes/Makefile b/deskutils/qownnotes/Makefile
index cb462e5db746..19f2f2976689 100644
--- a/deskutils/qownnotes/Makefile
+++ b/deskutils/qownnotes/Makefile
@@ -9,6 +9,9 @@ WWW= https://www.qownnotes.org/
LICENSE= GPLv2
+DEPRECATED= Depends on expired security/botan2
+EXPIRATION_DATE=2025-06-21
+
LIB_DEPENDS= libbotan-2.so:security/botan2
RUN_DEPENDS= git:devel/git
diff --git a/editors/encryptpad/Makefile b/editors/encryptpad/Makefile
index cf0a92254831..be6a9eaa43de 100644
--- a/editors/encryptpad/Makefile
+++ b/editors/encryptpad/Makefile
@@ -11,6 +11,9 @@ WWW= https://evpo.net/encryptpad/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/license.txt
+DEPRECATED= Depends on expired security/botan2
+EXPIRATION_DATE=2025-06-21
+
LIB_DEPENDS= libbotan-2.so:security/botan2
USES= compiler:c++11-lang desktop-file-utils gl gmake pkgconfig \
diff --git a/editors/rehex/Makefile b/editors/rehex/Makefile
index e1b9c82ee34e..fef148152a76 100644
--- a/editors/rehex/Makefile
+++ b/editors/rehex/Makefile
@@ -10,6 +10,9 @@ WWW= https://github.com/solemnwarning/rehex
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+DEPRECATED= Depends on expired security/botan2
+EXPIRATION_DATE=2025-06-21
+
LIB_DEPENDS= libbotan-2.so:security/botan2 \
libcapstone.so:devel/capstone \
libharfbuzz.so:print/harfbuzz \
diff --git a/net-im/biboumi/Makefile b/net-im/biboumi/Makefile
index f9005d8c9421..7a6389b8b0f3 100644
--- a/net-im/biboumi/Makefile
+++ b/net-im/biboumi/Makefile
@@ -90,4 +90,11 @@ post-install-DOCS-on:
(cd ${WRKSRC}/doc/_build/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \
"! -name .buildinfo")
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MTLS}
+DEPRECATED= Depends on expired security/botan2
+EXPIRATION_DATE=2025-06-21
+.endif
+
.include <bsd.port.mk>
diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makefile
index d996522a7b34..4cb9c335c67b 100644
--- a/security/keepassxc/Makefile
+++ b/security/keepassxc/Makefile
@@ -15,6 +15,9 @@ LICENSE_NAME_NOKIA-LGPL-EXCEPTION= Nokia Qt LGPL Exception version 1.1
LICENSE_FILE_NOKIA-LGPL-EXCEPTION= ${WRKSRC}/LICENSE.NOKIA-LGPL-EXCEPTION
LICENSE_PERMS_NOKIA-LGPL-EXCEPTION= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+DEPRECATED= Depends on expired security/botan2
+EXPIRATION_DATE=2025-06-21
+
BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor
LIB_DEPENDS= libargon2.so:security/libargon2 \
libqrencode.so:graphics/libqrencode \
diff --git a/security/rnp/Makefile b/security/rnp/Makefile
index cf891e18c130..c9c6285600a6 100644
--- a/security/rnp/Makefile
+++ b/security/rnp/Makefile
@@ -16,6 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
LICENSE_PERMS_OCB_Patent= dist-mirror dist-sell pkg-mirror pkg-sell \
auto-accept
+DEPRECATED= Depends on expired security/botan2
+EXPIRATION_DATE=2025-06-21
+
BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor
LIB_DEPENDS= libbotan-2.so:security/botan2 \
libjson-c.so:devel/json-c
diff --git a/sysutils/daggy/Makefile b/sysutils/daggy/Makefile
index 54f45e6620ad..7b41a78d740e 100644
--- a/sysutils/daggy/Makefile
+++ b/sysutils/daggy/Makefile
@@ -11,6 +11,9 @@ WWW= https://daggy.dev/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/../LICENSE
+DEPRECATED= Depends on expired security/botan2
+EXPIRATION_DATE=2025-06-21
+
BUILD_DEPENDS= ${LOCALBASE}/include/kainjow/mustache.hpp:devel/mustache
LIB_DEPENDS= libbotan-2.so:security/botan2 \
libssh2.so:security/libssh2 \