summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-04-17 22:29:31 +0000
committerwiz <wiz@pkgsrc.org>2018-04-17 22:29:31 +0000
commitacf5fc5861164d1343e4f6d6e1d1382d21a190fb (patch)
tree109630925ee3175cb748b70c5ad849855a199a19 /security
parenta9188c6dcb66ca852105aa221b5ea011af95f220 (diff)
downloadpkgsrc-acf5fc5861164d1343e4f6d6e1d1382d21a190fb.tar.gz
Add p11-kit to gnutls/bl3.mk and bump dependencies.
Diffstat (limited to 'security')
-rw-r--r--security/gnupg-pkcs11-scd/Makefile4
-rw-r--r--security/gsasl/Makefile4
-rw-r--r--security/libfprint/Makefile4
-rw-r--r--security/libprelude-lua/Makefile4
-rw-r--r--security/libprelude-perl/Makefile4
-rw-r--r--security/libprelude-python/Makefile4
-rw-r--r--security/libprelude/Makefile4
-rw-r--r--security/libprelude/buildlink3.mk4
-rw-r--r--security/libpreludedb-mysql/Makefile4
-rw-r--r--security/libpreludedb-perl/Makefile4
-rw-r--r--security/libpreludedb-pgsql/Makefile4
-rw-r--r--security/libpreludedb-python/Makefile4
-rw-r--r--security/libpreludedb-sqlite3/Makefile4
-rw-r--r--security/libpreludedb/Makefile4
-rw-r--r--security/libpreludedb/buildlink3.mk4
-rw-r--r--security/libykneomgr/Makefile4
-rw-r--r--security/openvas-libnasl/Makefile4
-rw-r--r--security/openvas-libraries/Makefile4
-rw-r--r--security/openvas-plugins/Makefile4
-rw-r--r--security/openvas-server/Makefile4
-rw-r--r--security/pkcs11-helper/Makefile4
-rw-r--r--security/pkcs11-helper/buildlink3.mk4
-rw-r--r--security/prelude-lml/Makefile4
-rw-r--r--security/prelude-manager/Makefile4
-rw-r--r--security/prelude-pflogger/Makefile4
25 files changed, 50 insertions, 50 deletions
diff --git a/security/gnupg-pkcs11-scd/Makefile b/security/gnupg-pkcs11-scd/Makefile
index dc9810dd49e..f6519ba6e14 100644
--- a/security/gnupg-pkcs11-scd/Makefile
+++ b/security/gnupg-pkcs11-scd/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2016/09/20 12:59:25 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2018/04/17 22:29:49 wiz Exp $
VERSION= 0.7.0
DISTNAME= gnupg-pkcs11-scd-${VERSION}
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnupg-pkcs11/gnupg-pkcs11-scd/${VERSION}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile
index 5fd75470b28..7bd83cc3fe9 100644
--- a/security/gsasl/Makefile
+++ b/security/gsasl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2016/09/19 13:04:26 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2018/04/17 22:29:49 wiz Exp $
DISTNAME= gsasl-1.8.0
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNU:=gsasl/}
diff --git a/security/libfprint/Makefile b/security/libfprint/Makefile
index 5c569a7f32b..a1ea4ca9ca3 100644
--- a/security/libfprint/Makefile
+++ b/security/libfprint/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.43 2018/04/16 14:35:08 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2018/04/17 22:29:49 wiz Exp $
DISTNAME= libfprint-0.7.0
#PKGREVISION= 1
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= security devel
MASTER_SITES= https://people.freedesktop.org/~anarsoul/
EXTRACT_SUFX= .tar.xz
diff --git a/security/libprelude-lua/Makefile b/security/libprelude-lua/Makefile
index b72e805f5f2..484b97245eb 100644
--- a/security/libprelude-lua/Makefile
+++ b/security/libprelude-lua/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2016/09/19 13:04:26 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2018/04/17 22:29:49 wiz Exp $
PKGNAME= libprelude-lua-${VERSION}
-PKGREVISION= 11
+PKGREVISION= 12
COMMENT= Lua bindings to LibPrelude
LUA_VERSIONS_ACCEPTED= 51
diff --git a/security/libprelude-perl/Makefile b/security/libprelude-perl/Makefile
index 2ab4c32c573..0415edf6bca 100644
--- a/security/libprelude-perl/Makefile
+++ b/security/libprelude-perl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2016/09/19 13:04:26 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2018/04/17 22:29:49 wiz Exp $
PKGNAME= libprelude-perl-${VERSION}
-PKGREVISION= 14
+PKGREVISION= 15
COMMENT= Perl bindings to LibPrelude
.include "../../security/libprelude/Makefile.common"
diff --git a/security/libprelude-python/Makefile b/security/libprelude-python/Makefile
index 3e660defddf..754d5153471 100644
--- a/security/libprelude-python/Makefile
+++ b/security/libprelude-python/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:54 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2018/04/17 22:29:49 wiz Exp $
PKGNAME= libprelude-python-${VERSION}
-PKGREVISION= 10
+PKGREVISION= 11
COMMENT= Python bindings to LibPrelude
.include "../../security/libprelude/Makefile.common"
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile
index 9b087bb2d58..886d6752ea5 100644
--- a/security/libprelude/Makefile
+++ b/security/libprelude/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2018/01/03 01:06:59 rillig Exp $
+# $NetBSD: Makefile,v 1.59 2018/04/17 22:29:34 wiz Exp $
#
-PKGREVISION= 14
+PKGREVISION= 15
COMMENT= LibPrelude libraries and c++ easy bindings
LICENSE= gnu-gpl-v2
diff --git a/security/libprelude/buildlink3.mk b/security/libprelude/buildlink3.mk
index ae28621ae9f..f2b9634dc13 100644
--- a/security/libprelude/buildlink3.mk
+++ b/security/libprelude/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.18 2016/09/19 13:04:19 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.19 2018/04/17 22:29:34 wiz Exp $
BUILDLINK_TREE+= libprelude
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= libprelude
LIBPRELUDE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libprelude+= libprelude>=0.9.0
-BUILDLINK_ABI_DEPENDS.libprelude+= libprelude>=0.9.24.1nb13
+BUILDLINK_ABI_DEPENDS.libprelude+= libprelude>=0.9.24.1nb15
BUILDLINK_PKGSRCDIR.libprelude?= ../../security/libprelude
.include "../../security/gnutls/buildlink3.mk"
diff --git a/security/libpreludedb-mysql/Makefile b/security/libpreludedb-mysql/Makefile
index e03d217310a..76e930801c4 100644
--- a/security/libpreludedb-mysql/Makefile
+++ b/security/libpreludedb-mysql/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2016/09/19 13:04:27 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2018/04/17 22:29:50 wiz Exp $
#
PKGNAME= libpreludedb-mysql-${VERSION}
-PKGREVISION= 14
+PKGREVISION= 15
COMMENT= MySQL plugin for LibPreludeDB
.include "../../security/libpreludedb/Makefile.common"
diff --git a/security/libpreludedb-perl/Makefile b/security/libpreludedb-perl/Makefile
index 85810332e4d..b80cad73c59 100644
--- a/security/libpreludedb-perl/Makefile
+++ b/security/libpreludedb-perl/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2017/06/05 14:24:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2018/04/17 22:29:50 wiz Exp $
#
PKGNAME= libpreludedb-perl-${VERSION}
-PKGREVISION= 14
+PKGREVISION= 15
COMMENT= Perl bindings for LibPreludeDB libraries
.include "../../security/libpreludedb/Makefile.common"
diff --git a/security/libpreludedb-pgsql/Makefile b/security/libpreludedb-pgsql/Makefile
index 93f42aaca1b..8781ed27852 100644
--- a/security/libpreludedb-pgsql/Makefile
+++ b/security/libpreludedb-pgsql/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2016/10/09 21:42:03 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2018/04/17 22:29:50 wiz Exp $
#
PKGNAME= libpreludedb-pgsql-${VERSION}
-PKGREVISION= 14
+PKGREVISION= 15
COMMENT= PostgreSQL plugin for LibPreludeDB
.include "../../security/libpreludedb/Makefile.common"
diff --git a/security/libpreludedb-python/Makefile b/security/libpreludedb-python/Makefile
index a74ae0e43f5..48178411eb2 100644
--- a/security/libpreludedb-python/Makefile
+++ b/security/libpreludedb-python/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2017/01/01 14:43:54 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2018/04/17 22:29:50 wiz Exp $
PKGNAME= libpreludedb-python-${VERSION}
-PKGREVISION= 13
+PKGREVISION= 14
COMMENT= Python bindings for LibPreludeDB libraries
.include "../../security/libpreludedb/Makefile.common"
diff --git a/security/libpreludedb-sqlite3/Makefile b/security/libpreludedb-sqlite3/Makefile
index 90fe32d4849..ef62bc5f9e5 100644
--- a/security/libpreludedb-sqlite3/Makefile
+++ b/security/libpreludedb-sqlite3/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2018/04/14 07:34:39 adam Exp $
+# $NetBSD: Makefile,v 1.30 2018/04/17 22:29:50 wiz Exp $
#
PKGNAME= libpreludedb-sqlite3-${VERSION}
-PKGREVISION= 26
+PKGREVISION= 27
COMMENT= Sqlite3 plugin for LibPreludeDB
.include "../../security/libpreludedb/Makefile.common"
diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile
index f9db01e11d6..4db6f2fc0fa 100644
--- a/security/libpreludedb/Makefile
+++ b/security/libpreludedb/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2016/09/19 13:04:19 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2018/04/17 22:29:34 wiz Exp $
#
COMMENT= LibPreludeDB libraries
-PKGREVISION= 11
+PKGREVISION= 12
.include "../../security/libpreludedb/Makefile.common"
diff --git a/security/libpreludedb/buildlink3.mk b/security/libpreludedb/buildlink3.mk
index e3c319051ec..76304c44763 100644
--- a/security/libpreludedb/buildlink3.mk
+++ b/security/libpreludedb/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.19 2016/09/19 13:04:19 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.20 2018/04/17 22:29:34 wiz Exp $
BUILDLINK_TREE+= libpreludedb
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= libpreludedb
LIBPRELUDEDB_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libpreludedb+= libpreludedb>=0.9.15.3
-BUILDLINK_ABI_DEPENDS.libpreludedb+= libpreludedb>=0.9.15.3nb11
+BUILDLINK_ABI_DEPENDS.libpreludedb+= libpreludedb>=0.9.15.3nb12
BUILDLINK_PKGSRCDIR.libpreludedb?= ../../security/libpreludedb
.include "../../security/libprelude/buildlink3.mk"
diff --git a/security/libykneomgr/Makefile b/security/libykneomgr/Makefile
index 2e1d302c558..e9ba8e526ae 100644
--- a/security/libykneomgr/Makefile
+++ b/security/libykneomgr/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2018/03/12 11:17:29 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2018/04/17 22:29:50 wiz Exp $
DISTNAME= libykneomgr-0.1.6
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= security
MASTER_SITES= https://developers.yubico.com/libykneomgr/Releases/
diff --git a/security/openvas-libnasl/Makefile b/security/openvas-libnasl/Makefile
index 288cbb57f72..f8ac67d3205 100644
--- a/security/openvas-libnasl/Makefile
+++ b/security/openvas-libnasl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2017/03/31 10:32:20 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2018/04/17 22:29:50 wiz Exp $
DISTNAME= openvas-libnasl-2.0.0
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/549/
diff --git a/security/openvas-libraries/Makefile b/security/openvas-libraries/Makefile
index d3403a9814f..87ef759c9ab 100644
--- a/security/openvas-libraries/Makefile
+++ b/security/openvas-libraries/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2017/03/31 10:32:20 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2018/04/17 22:29:50 wiz Exp $
DISTNAME= openvas-libraries-2.0.0
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/548/
diff --git a/security/openvas-plugins/Makefile b/security/openvas-plugins/Makefile
index 75ef909496f..a0da10e7b1d 100644
--- a/security/openvas-plugins/Makefile
+++ b/security/openvas-plugins/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2016/09/19 13:04:27 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2018/04/17 22:29:50 wiz Exp $
#
DISTNAME= openvas-plugins-1.0.5
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/539/
diff --git a/security/openvas-server/Makefile b/security/openvas-server/Makefile
index 95c28b9b816..1b6551365ab 100644
--- a/security/openvas-server/Makefile
+++ b/security/openvas-server/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2017/03/31 10:32:20 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2018/04/17 22:29:50 wiz Exp $
#
DISTNAME= openvas-server-2.0.0
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/550/
diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile
index 0b309515b81..588c0fcbfdb 100644
--- a/security/pkcs11-helper/Makefile
+++ b/security/pkcs11-helper/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2017/11/15 22:18:52 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2018/04/17 22:29:34 wiz Exp $
DISTNAME= pkcs11-helper-1.10
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= security
MASTER_SITES= https://github.com/downloads/alonbl/pkcs11-helper/
EXTRACT_SUFX= .tar.bz2
diff --git a/security/pkcs11-helper/buildlink3.mk b/security/pkcs11-helper/buildlink3.mk
index 6ecf717103b..73816208c98 100644
--- a/security/pkcs11-helper/buildlink3.mk
+++ b/security/pkcs11-helper/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.12 2016/09/19 13:04:19 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.13 2018/04/17 22:29:34 wiz Exp $
BUILDLINK_TREE+= pkcs11-helper
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= pkcs11-helper
PKCS11_HELPER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.pkcs11-helper+= pkcs11-helper>=1.06
-BUILDLINK_ABI_DEPENDS.pkcs11-helper+= pkcs11-helper>=1.10nb7
+BUILDLINK_ABI_DEPENDS.pkcs11-helper+= pkcs11-helper>=1.10nb8
BUILDLINK_PKGSRCDIR.pkcs11-helper?= ../../security/pkcs11-helper
pkgbase := pkcs11-helper
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile
index ee4dc25371c..36eec6a80a5 100644
--- a/security/prelude-lml/Makefile
+++ b/security/prelude-lml/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2016/09/19 13:04:27 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2018/04/17 22:29:50 wiz Exp $
#
DISTNAME= prelude-lml-0.9.15
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.com/download/releases/prelude-lml/
diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile
index 37c3b6d90ea..86ce78d8c51 100644
--- a/security/prelude-manager/Makefile
+++ b/security/prelude-manager/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2017/08/16 20:45:44 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2018/04/17 22:29:50 wiz Exp $
#
DISTNAME= prelude-manager-0.9.15
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.com/download/releases/prelude-manager/
#MASTER_SITES+= http://www.prelude-ids.org/download/releases/
diff --git a/security/prelude-pflogger/Makefile b/security/prelude-pflogger/Makefile
index d1619fe4508..ee7d2f1085b 100644
--- a/security/prelude-pflogger/Makefile
+++ b/security/prelude-pflogger/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2017/09/03 08:36:59 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2018/04/17 22:29:51 wiz Exp $
#
DISTNAME= prelude-pflogger-0.9.0-rc2
PKGNAME= prelude-pflogger-0.9.0
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= security
#MASTER_SITES= http://prelude-ids.org/download/releases/