aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2024-10-03 10:21:13 +0000
committerDima Panov <fluffy@FreeBSD.org>2024-10-03 10:25:14 +0000
commit55cfbcf56c31f949cd93e4012c1d705c1094a5c6 (patch)
tree46cf00da0605cdc34526187a1366496ffb479e23 /security
parent3c6ea4acbd48a9232d6f05fdf2213ae5950cb144 (diff)
Diffstat (limited to 'security')
-rw-r--r--security/botan2/Makefile1
-rw-r--r--security/fizz/Makefile1
-rw-r--r--security/i2pd/Makefile1
-rw-r--r--security/kleopatra/Makefile2
-rw-r--r--security/spass-qt5/Makefile2
-rw-r--r--security/spass/Makefile2
6 files changed, 6 insertions, 3 deletions
diff --git a/security/botan2/Makefile b/security/botan2/Makefile
index 6497b89b18d7..66e57ba1f93e 100644
--- a/security/botan2/Makefile
+++ b/security/botan2/Makefile
@@ -1,5 +1,6 @@
PORTNAME= botan
DISTVERSION= 2.19.5
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://botan.randombit.net/releases/
PKGNAMESUFFIX= 2
diff --git a/security/fizz/Makefile b/security/fizz/Makefile
index 7c577d27f248..ac3910767c3b 100644
--- a/security/fizz/Makefile
+++ b/security/fizz/Makefile
@@ -1,6 +1,7 @@
PORTNAME= fizz
DISTVERSIONPREFIX= v
DISTVERSION= 2024.09.30.00
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= yuri@FreeBSD.org
diff --git a/security/i2pd/Makefile b/security/i2pd/Makefile
index c1c6bfb8ebd9..961988ae6fe6 100644
--- a/security/i2pd/Makefile
+++ b/security/i2pd/Makefile
@@ -1,5 +1,6 @@
PORTNAME= i2pd
DISTVERSION= 2.53.1
+PORTREVISION= 1
CATEGORIES= security net-p2p
MAINTAINER= driesm@FreeBSD.org
diff --git a/security/kleopatra/Makefile b/security/kleopatra/Makefile
index b53f4a1a8846..00cc36c43b33 100644
--- a/security/kleopatra/Makefile
+++ b/security/kleopatra/Makefile
@@ -1,6 +1,6 @@
PORTNAME= kleopatra
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security kde kde-applications
MAINTAINER= kde@FreeBSD.org
diff --git a/security/spass-qt5/Makefile b/security/spass-qt5/Makefile
index 7bcdca060cc8..f46bbe64dd5f 100644
--- a/security/spass-qt5/Makefile
+++ b/security/spass-qt5/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 2
+PORTREVISION= 3
PKGNAMESUFFIX= -qt5
COMMENT= Secure password generator with a true RNG (Qt5 GUI)
diff --git a/security/spass/Makefile b/security/spass/Makefile
index 95300bcd347e..df7f64dc1632 100644
--- a/security/spass/Makefile
+++ b/security/spass/Makefile
@@ -2,7 +2,7 @@ PORTNAME= spass
DISTVERSIONPREFIX= v
DISTVERSION= 3.2-5
DISTVERSIONSUFFIX= -gd38d173
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= security
MAINTAINER= ports@FreeBSD.org