summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/ap-modsecurity2/Makefile4
-rw-r--r--security/botan-devel/Makefile3
-rw-r--r--security/botan-devel/buildlink3.mk3
-rw-r--r--security/dirb/Makefile4
-rw-r--r--security/gnupg/Makefile4
-rw-r--r--security/gnupg2/Makefile4
-rw-r--r--security/guardtime/Makefile4
-rw-r--r--security/kgpg/Makefile4
-rw-r--r--security/kwalletmanager/Makefile4
-rw-r--r--security/libguardtime/Makefile4
-rw-r--r--security/libguardtime/buildlink3.mk4
-rw-r--r--security/liboauth/Makefile4
-rw-r--r--security/liboauth/buildlink3.mk4
-rw-r--r--security/opensaml/Makefile4
-rw-r--r--security/pam-yubico/Makefile4
-rw-r--r--security/php-oauth/Makefile4
-rw-r--r--security/php-oauth1/Makefile4
-rw-r--r--security/ykclient/Makefile4
-rw-r--r--security/ykclient/buildlink3.mk4
19 files changed, 38 insertions, 36 deletions
diff --git a/security/ap-modsecurity2/Makefile b/security/ap-modsecurity2/Makefile
index 6299e881681..df462d5fc7e 100644
--- a/security/ap-modsecurity2/Makefile
+++ b/security/ap-modsecurity2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2017/01/01 16:06:35 adam Exp $
+# $NetBSD: Makefile,v 1.35 2017/04/30 01:21:59 ryoon Exp $
DISTNAME= modsecurity-apache_2.7.7
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/apache_//}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= www security
MASTER_SITES= https://www.modsecurity.org/tarball/${PKGVERSION_NOREV}/
diff --git a/security/botan-devel/Makefile b/security/botan-devel/Makefile
index 6bff024f8d7..e2b4daf22ad 100644
--- a/security/botan-devel/Makefile
+++ b/security/botan-devel/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2017/04/10 21:14:45 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2017/04/30 01:21:24 ryoon Exp $
DISTNAME= Botan-2.1.0
PKGNAME= ${DISTNAME:tl}
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://botan.randombit.net/releases/
EXTRACT_SUFX= .tgz
diff --git a/security/botan-devel/buildlink3.mk b/security/botan-devel/buildlink3.mk
index b4db10eff37..f3c5abc515a 100644
--- a/security/botan-devel/buildlink3.mk
+++ b/security/botan-devel/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2017/04/10 21:14:45 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2017/04/30 01:21:24 ryoon Exp $
BUILDLINK_TREE+= botan
@@ -6,6 +6,7 @@ BUILDLINK_TREE+= botan
BOTAN_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.botan+= botan>=2.1
+BUILDLINK_ABI_DEPENDS.botan?= botan>=2.1.0nb1
BUILDLINK_PKGSRCDIR.botan?= ../../security/botan-devel
.include "../../devel/zlib/buildlink3.mk"
diff --git a/security/dirb/Makefile b/security/dirb/Makefile
index cff979ebf96..242323a6e61 100644
--- a/security/dirb/Makefile
+++ b/security/dirb/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2017/01/01 16:06:35 adam Exp $
+# $NetBSD: Makefile,v 1.19 2017/04/30 01:21:59 ryoon Exp $
#
PKGNAME= dirb-1.9
DISTNAME= dirb19
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dirb/}
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 97562ce31ed..9aa990b4904 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.137 2017/01/19 18:52:23 agc Exp $
+# $NetBSD: Makefile,v 1.138 2017/04/30 01:21:59 ryoon Exp $
DISTNAME= gnupg-1.4.21
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/
MASTER_SITES+= http://gd.tuwien.ac.at/privacy/gnupg/gnupg/
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile
index ac7dde81984..ac105dc21e5 100644
--- a/security/gnupg2/Makefile
+++ b/security/gnupg2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.68 2017/01/01 16:06:35 adam Exp $
+# $NetBSD: Makefile,v 1.69 2017/04/30 01:21:59 ryoon Exp $
DISTNAME= gnupg-2.0.30
PKGNAME= ${DISTNAME:S/gnupg/gnupg2/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/
EXTRACT_SUFX= .tar.bz2
diff --git a/security/guardtime/Makefile b/security/guardtime/Makefile
index 2f234870184..54d4938ec2e 100644
--- a/security/guardtime/Makefile
+++ b/security/guardtime/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2017/01/01 16:06:35 adam Exp $
+# $NetBSD: Makefile,v 1.6 2017/04/30 01:21:59 ryoon Exp $
DISTNAME= gtime-1.0-12
PKGNAME= guardtime-1.0.12
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= security
MASTER_SITES= http://download.guardtime.com/
diff --git a/security/kgpg/Makefile b/security/kgpg/Makefile
index afd0e47fff8..52eca3d5acd 100644
--- a/security/kgpg/Makefile
+++ b/security/kgpg/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2017/03/31 10:32:19 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2017/04/30 01:21:59 ryoon Exp $
DISTNAME= kgpg-16.08.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
COMMENT= KDE encryption tool
MASTER_SITES= ${MASTER_SITE_KDE:=applications/16.08.0/src/}
diff --git a/security/kwalletmanager/Makefile b/security/kwalletmanager/Makefile
index 54144f438d9..96d3267f1bc 100644
--- a/security/kwalletmanager/Makefile
+++ b/security/kwalletmanager/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2017/01/01 16:06:35 adam Exp $
+# $NetBSD: Makefile,v 1.7 2017/04/30 01:21:59 ryoon Exp $
DISTNAME= kwalletmanager-${_KDE_VERSION}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= security
COMMENT= KDE wallet manager
diff --git a/security/libguardtime/Makefile b/security/libguardtime/Makefile
index 9e560df20de..7070c05920c 100644
--- a/security/libguardtime/Makefile
+++ b/security/libguardtime/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2017/01/01 16:06:00 adam Exp $
+# $NetBSD: Makefile,v 1.8 2017/04/30 01:21:24 ryoon Exp $
DISTNAME= libgt-0.3.13
PKGNAME= ${DISTNAME:S/gt/guardtime/}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= security
MASTER_SITES= http://download.guardtime.com/
diff --git a/security/libguardtime/buildlink3.mk b/security/libguardtime/buildlink3.mk
index aa78c3542fd..4a588423f4d 100644
--- a/security/libguardtime/buildlink3.mk
+++ b/security/libguardtime/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2017/01/01 16:06:00 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2017/04/30 01:21:24 ryoon Exp $
BUILDLINK_TREE+= libguardtime
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= libguardtime
LIBGUARDTIME_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libguardtime+= libguardtime>=0.3.11
-BUILDLINK_ABI_DEPENDS.libguardtime+= libguardtime>=0.3.13nb3
+BUILDLINK_ABI_DEPENDS.libguardtime+= libguardtime>=0.3.13nb4
BUILDLINK_PKGSRCDIR.libguardtime?= ../../security/libguardtime
.include "../../security/openssl/buildlink3.mk"
diff --git a/security/liboauth/Makefile b/security/liboauth/Makefile
index c03ba520adb..7bb5fc43160 100644
--- a/security/liboauth/Makefile
+++ b/security/liboauth/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2017/01/01 16:06:00 adam Exp $
+# $NetBSD: Makefile,v 1.13 2017/04/30 01:21:24 ryoon Exp $
DISTNAME= liboauth-1.0.3
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liboauth/}
diff --git a/security/liboauth/buildlink3.mk b/security/liboauth/buildlink3.mk
index 5afe9ab27d1..8caf3629818 100644
--- a/security/liboauth/buildlink3.mk
+++ b/security/liboauth/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2017/01/01 16:06:00 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2017/04/30 01:21:24 ryoon Exp $
BUILDLINK_TREE+= liboauth
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= liboauth
LIBOAUTH_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.liboauth+= liboauth>=0.8.9
-BUILDLINK_ABI_DEPENDS.liboauth?= liboauth>=1.0.3nb3
+BUILDLINK_ABI_DEPENDS.liboauth?= liboauth>=1.0.3nb4
BUILDLINK_PKGSRCDIR.liboauth?= ../../security/liboauth
.include "../../security/openssl/buildlink3.mk"
diff --git a/security/opensaml/Makefile b/security/opensaml/Makefile
index e4157a87574..a461ca306f7 100644
--- a/security/opensaml/Makefile
+++ b/security/opensaml/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2017/01/01 16:06:35 adam Exp $
+# $NetBSD: Makefile,v 1.24 2017/04/30 01:21:59 ryoon Exp $
DISTNAME= opensaml-2.5.5
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= http://www.shibboleth.net/downloads/c++-opensaml/${PKGVERSION_NOREV}/
diff --git a/security/pam-yubico/Makefile b/security/pam-yubico/Makefile
index 6af62eabb3a..8d1ecb18d09 100644
--- a/security/pam-yubico/Makefile
+++ b/security/pam-yubico/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2017/01/01 16:06:35 adam Exp $
+# $NetBSD: Makefile,v 1.16 2017/04/30 01:21:59 ryoon Exp $
DISTNAME= pam_yubico-2.17
PKGNAME= ${DISTNAME:S/_/-/}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= security
MASTER_SITES= http://opensource.yubico.com/yubico-pam/releases/
diff --git a/security/php-oauth/Makefile b/security/php-oauth/Makefile
index f762ac54f31..ece5d73b7e2 100644
--- a/security/php-oauth/Makefile
+++ b/security/php-oauth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/01/01 16:06:36 adam Exp $
+# $NetBSD: Makefile,v 1.10 2017/04/30 01:21:59 ryoon Exp $
MODNAME= oauth
PECL_VERSION= 2.0.1
@@ -6,7 +6,7 @@ CATEGORIES+= security
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= PHP oauth consumer extension
-PKGREVISION= 2
+PKGREVISION= 3
LICENSE= modified-bsd
PHP_VERSIONS_ACCEPTED= 70
diff --git a/security/php-oauth1/Makefile b/security/php-oauth1/Makefile
index cca6ef3c91d..1c84cea53b1 100644
--- a/security/php-oauth1/Makefile
+++ b/security/php-oauth1/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2017/01/01 16:06:36 adam Exp $
+# $NetBSD: Makefile,v 1.5 2017/04/30 01:21:59 ryoon Exp $
MODNAME= oauth
-PKGREVISION= 4
+PKGREVISION= 5
PECL_VERSION= 1.2.3
CATEGORIES+= security
diff --git a/security/ykclient/Makefile b/security/ykclient/Makefile
index 85970605c8e..9afc0ad0a3b 100644
--- a/security/ykclient/Makefile
+++ b/security/ykclient/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2017/01/01 16:06:00 adam Exp $
+# $NetBSD: Makefile,v 1.18 2017/04/30 01:21:24 ryoon Exp $
DISTNAME= ykclient-2.13
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= security
MASTER_SITES= http://yubico.github.io/yubico-c-client/releases/
diff --git a/security/ykclient/buildlink3.mk b/security/ykclient/buildlink3.mk
index ae0b89ff4b1..2d58bae1f3a 100644
--- a/security/ykclient/buildlink3.mk
+++ b/security/ykclient/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2017/01/01 16:06:00 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2017/04/30 01:21:24 ryoon Exp $
BUILDLINK_TREE+= ykclient
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= ykclient
YKCLIENT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ykclient+= ykclient>=2.7
-BUILDLINK_ABI_DEPENDS.ykclient?= ykclient>=2.13nb4
+BUILDLINK_ABI_DEPENDS.ykclient?= ykclient>=2.13nb5
BUILDLINK_PKGSRCDIR.ykclient?= ../../security/ykclient
.include "../../www/curl/buildlink3.mk"