summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorryoon <ryoon>2016-04-11 19:01:33 +0000
committerryoon <ryoon>2016-04-11 19:01:33 +0000
commitc205296ed3d1bc62d32deafe6c5304f85d0b2668 (patch)
tree480fa015ec656fd0ad89b19d5e19b0101f167664 /security
parent3b2c393e0abea706091144cbe0f1941e1397934a (diff)
downloadpkgsrc-c205296ed3d1bc62d32deafe6c5304f85d0b2668.tar.gz
Recursive revbump from textproc/icu 57.1
Diffstat (limited to 'security')
-rw-r--r--security/cy2-sql/Makefile4
-rw-r--r--security/gnome-keyring-sharp/Makefile4
-rw-r--r--security/heimdal/Makefile4
-rw-r--r--security/heimdal/buildlink3.mk4
-rw-r--r--security/hydra/Makefile4
-rw-r--r--security/libpreludedb-sqlite3/Makefile4
-rw-r--r--security/opendnssec/Makefile4
-rw-r--r--security/seahorse-plugins/Makefile4
-rw-r--r--security/seahorse/Makefile4
-rw-r--r--security/softhsm/Makefile4
-rw-r--r--security/softhsm/buildlink3.mk4
-rw-r--r--security/tor-browser/Makefile3
12 files changed, 24 insertions, 23 deletions
diff --git a/security/cy2-sql/Makefile b/security/cy2-sql/Makefile
index e1905c622e5..d29f4268a9e 100644
--- a/security/cy2-sql/Makefile
+++ b/security/cy2-sql/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2015/10/10 01:58:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2016/04/11 19:02:02 ryoon Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-sql/}
-PKGREVISION= 7
+PKGREVISION= 8
COMMENT= Cyrus SASL SQL authentication plugin
SASL_PLUGIN= yes
diff --git a/security/gnome-keyring-sharp/Makefile b/security/gnome-keyring-sharp/Makefile
index 08b8baa8c3d..5f75c88c96c 100644
--- a/security/gnome-keyring-sharp/Makefile
+++ b/security/gnome-keyring-sharp/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2015/10/10 01:58:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2016/04/11 19:02:03 ryoon Exp $
#
DISTNAME= gnome-keyring-sharp-1.0.0
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= security
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/gnome-keyring-sharp/
EXTRACT_SUFX= .tar.bz2
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index f200cc35373..97491503956 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.119 2016/03/09 06:01:09 tnn Exp $
+# $NetBSD: Makefile,v 1.120 2016/04/11 19:01:38 ryoon Exp $
DISTNAME= heimdal-1.5.3
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= security
MASTER_SITES= http://www.h5l.org/dist/src/
diff --git a/security/heimdal/buildlink3.mk b/security/heimdal/buildlink3.mk
index c2826c0b563..d81c0fe7747 100644
--- a/security/heimdal/buildlink3.mk
+++ b/security/heimdal/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.49 2016/03/05 11:27:54 jperkin Exp $
+# $NetBSD: buildlink3.mk,v 1.50 2016/04/11 19:01:38 ryoon Exp $
.include "../../mk/bsd.fast.prefs.mk"
@@ -8,7 +8,7 @@ BUILDLINK_TREE+= heimdal
HEIMDAL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.heimdal+= heimdal>=0.4e
-BUILDLINK_ABI_DEPENDS.heimdal+= heimdal>=1.5.3nb11
+BUILDLINK_ABI_DEPENDS.heimdal+= heimdal>=1.5.3nb12
BUILDLINK_PKGSRCDIR.heimdal?= ../../security/heimdal
BUILDLINK_INCDIRS.heimdal?= include/krb5
diff --git a/security/hydra/Makefile b/security/hydra/Makefile
index a75208f8b32..cca53137ec0 100644
--- a/security/hydra/Makefile
+++ b/security/hydra/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.67 2016/03/05 11:29:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.68 2016/04/11 19:02:03 ryoon Exp $
#
DISTNAME= hydra-7.5
-PKGREVISION= 12
+PKGREVISION= 13
CATEGORIES= security
MASTER_SITES= http://freeworld.thc.org/releases/
diff --git a/security/libpreludedb-sqlite3/Makefile b/security/libpreludedb-sqlite3/Makefile
index bef6083cc9a..8a6bb277f8c 100644
--- a/security/libpreludedb-sqlite3/Makefile
+++ b/security/libpreludedb-sqlite3/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2015/10/10 01:58:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.22 2016/04/11 19:02:03 ryoon Exp $
#
PKGNAME= libpreludedb-sqlite3-${VERSION}
-PKGREVISION= 18
+PKGREVISION= 19
COMMENT= Sqlite3 plugin for LibPreludeDB
.include "../../security/libpreludedb/Makefile.common"
diff --git a/security/opendnssec/Makefile b/security/opendnssec/Makefile
index 29e1a1f5e2e..76d017cd290 100644
--- a/security/opendnssec/Makefile
+++ b/security/opendnssec/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.55 2016/03/13 09:36:59 taca Exp $
+# $NetBSD: Makefile,v 1.56 2016/04/11 19:02:03 ryoon Exp $
#
DISTNAME= opendnssec-1.4.9
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security net
MASTER_SITES= http://www.opendnssec.org/files/source/
diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile
index ed8d0c8d28b..645faea837e 100644
--- a/security/seahorse-plugins/Makefile
+++ b/security/seahorse-plugins/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2016/03/05 11:29:26 jperkin Exp $
+# $NetBSD: Makefile,v 1.60 2016/04/11 19:02:03 ryoon Exp $
DISTNAME= seahorse-plugins-2.30.1
-PKGREVISION= 42
+PKGREVISION= 43
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse-plugins/2.30/}
EXTRACT_SUFX= .tar.bz2
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 873e677156a..b7d63a39f6d 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.131 2016/03/05 11:29:26 jperkin Exp $
+# $NetBSD: Makefile,v 1.132 2016/04/11 19:02:03 ryoon Exp $
DISTNAME= seahorse-2.32.0
-PKGREVISION= 36
+PKGREVISION= 37
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse/2.32/}
EXTRACT_SUFX= .tar.bz2
diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile
index aa56785af28..fb496af4a9e 100644
--- a/security/softhsm/Makefile
+++ b/security/softhsm/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2015/10/10 01:57:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2016/04/11 19:01:38 ryoon Exp $
#
DISTNAME= softhsm-1.3.7
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= security
MASTER_SITES= http://www.opendnssec.org/files/source/
diff --git a/security/softhsm/buildlink3.mk b/security/softhsm/buildlink3.mk
index 214deb9180e..fb593f40a34 100644
--- a/security/softhsm/buildlink3.mk
+++ b/security/softhsm/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2015/04/06 08:17:17 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2016/04/11 19:01:38 ryoon Exp $
BUILDLINK_TREE+= softhsm
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= softhsm
SOFTHSM_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.softhsm+= softhsm>=1.1.3
-BUILDLINK_ABI_DEPENDS.softhsm+= softhsm>=1.3.7nb3
+BUILDLINK_ABI_DEPENDS.softhsm+= softhsm>=1.3.7nb5
BUILDLINK_PKGSRCDIR.softhsm?= ../../security/softhsm
.include "../../databases/sqlite3/buildlink3.mk"
diff --git a/security/tor-browser/Makefile b/security/tor-browser/Makefile
index 76681f229d3..30a79ce66a6 100644
--- a/security/tor-browser/Makefile
+++ b/security/tor-browser/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2016/04/04 17:36:34 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2016/04/11 19:02:03 ryoon Exp $
TORBVER= 5.5.4
DISTNAME= tor-browser-38.7.1esr-5.5-1
PKGNAME= tor-browser-${TORBVER}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES+= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.xz