summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2018-11-14 22:20:58 +0000
committerkleink <kleink@pkgsrc.org>2018-11-14 22:20:58 +0000
commitd1a354ac1990f29f535656efbdbf2842442e2d96 (patch)
tree466cae9496590959c8dc5e9d9acacf771b5eab6f /security
parent86ebd5aa5b10ee4c95ba46bd6a3b30ffcb9aa638 (diff)
downloadpkgsrc-d1a354ac1990f29f535656efbdbf2842442e2d96.tar.gz
Revbump after cairo 1.16.0 update.
Diffstat (limited to 'security')
-rw-r--r--security/KeePass/Makefile4
-rw-r--r--security/fprint-demo/Makefile4
-rw-r--r--security/gnome-keyring-manager/Makefile4
-rw-r--r--security/gnome-keyring/Makefile4
-rw-r--r--security/gnome-keyring/buildlink3.mk4
-rw-r--r--security/gpa/Makefile4
-rw-r--r--security/gpass/Makefile4
-rw-r--r--security/honeyd/Makefile4
-rw-r--r--security/hydra/Makefile4
-rw-r--r--security/libfprint/Makefile4
-rw-r--r--security/mate-polkit/Makefile4
-rw-r--r--security/openvas-client/Makefile4
-rw-r--r--security/pinentry-gtk2/Makefile4
-rw-r--r--security/policykit-gnome/Makefile4
-rw-r--r--security/putty/Makefile4
-rw-r--r--security/seahorse/Makefile4
-rw-r--r--security/seahorse/buildlink3.mk4
-rw-r--r--security/tor-browser/Makefile4
18 files changed, 36 insertions, 36 deletions
diff --git a/security/KeePass/Makefile b/security/KeePass/Makefile
index 65856d7f488..8869a7a1aa7 100644
--- a/security/KeePass/Makefile
+++ b/security/KeePass/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2018/03/12 11:17:28 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2018/11/14 22:22:20 kleink Exp $
DISTNAME= KeePass-2.23
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=keepass/}
EXTRACT_SUFX= .zip
diff --git a/security/fprint-demo/Makefile b/security/fprint-demo/Makefile
index 157e3d34931..400e5936a82 100644
--- a/security/fprint-demo/Makefile
+++ b/security/fprint-demo/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2018/11/12 03:52:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.34 2018/11/14 22:22:20 kleink Exp $
DISTNAME= fprint_demo-0.4
PKGNAME= ${DISTNAME:S/_/-/}
-PKGREVISION= 29
+PKGREVISION= 30
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fprint/}
EXTRACT_SUFX= .tar.bz2
diff --git a/security/gnome-keyring-manager/Makefile b/security/gnome-keyring-manager/Makefile
index a813d380376..0674f4b18aa 100644
--- a/security/gnome-keyring-manager/Makefile
+++ b/security/gnome-keyring-manager/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.62 2018/11/12 03:52:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.63 2018/11/14 22:22:21 kleink Exp $
#
DISTNAME= gnome-keyring-manager-2.20.0
-PKGREVISION= 41
+PKGREVISION= 42
CATEGORIES= security gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-keyring-manager/2.20/}
EXTRACT_SUFX= .tar.bz2
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile
index 828c5e96605..22fa41937aa 100644
--- a/security/gnome-keyring/Makefile
+++ b/security/gnome-keyring/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.91 2018/11/12 03:51:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.92 2018/11/14 22:22:20 kleink Exp $
DISTNAME= gnome-keyring-2.32.1
-PKGREVISION= 25
+PKGREVISION= 26
CATEGORIES= security gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-keyring/2.32/}
EXTRACT_SUFX= .tar.bz2
diff --git a/security/gnome-keyring/buildlink3.mk b/security/gnome-keyring/buildlink3.mk
index 23ae9c464c0..3fa48ded845 100644
--- a/security/gnome-keyring/buildlink3.mk
+++ b/security/gnome-keyring/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.43 2018/11/12 03:51:23 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.44 2018/11/14 22:22:20 kleink Exp $
BUILDLINK_TREE+= gnome-keyring
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= gnome-keyring
GNOME_KEYRING_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gnome-keyring+= gnome-keyring>=0.4.0
-BUILDLINK_ABI_DEPENDS.gnome-keyring+= gnome-keyring>=2.32.1nb25
+BUILDLINK_ABI_DEPENDS.gnome-keyring+= gnome-keyring>=2.32.1nb26
BUILDLINK_PKGSRCDIR.gnome-keyring?= ../../security/gnome-keyring
.include "../../devel/gettext-lib/buildlink3.mk"
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index 354e392b170..1672e80520c 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2018/11/12 03:52:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.57 2018/11/14 22:22:21 kleink Exp $
DISTNAME= gpa-0.9.10
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= x11 security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpa/
EXTRACT_SUFX= .tar.bz2
diff --git a/security/gpass/Makefile b/security/gpass/Makefile
index 5785c3f4718..4dc167a480c 100644
--- a/security/gpass/Makefile
+++ b/security/gpass/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.67 2018/11/12 03:52:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.68 2018/11/14 22:22:21 kleink Exp $
#
DISTNAME= gpass-0.4.4
-PKGREVISION= 55
+PKGREVISION= 56
CATEGORIES= security gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpass/}
diff --git a/security/honeyd/Makefile b/security/honeyd/Makefile
index 64b2748f54a..bdce701091f 100644
--- a/security/honeyd/Makefile
+++ b/security/honeyd/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2018/11/12 03:52:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.64 2018/11/14 22:22:21 kleink Exp $
#
DISTNAME= honeyd-1.5b
-PKGREVISION= 42
+PKGREVISION= 43
CATEGORIES= security net
MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/
diff --git a/security/hydra/Makefile b/security/hydra/Makefile
index 1e19f23a06a..330df870309 100644
--- a/security/hydra/Makefile
+++ b/security/hydra/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.82 2018/11/12 03:52:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.83 2018/11/14 22:22:21 kleink Exp $
#
DISTNAME= hydra-7.5
-PKGREVISION= 26
+PKGREVISION= 27
CATEGORIES= security
MASTER_SITES= http://freeworld.thc.org/releases/
diff --git a/security/libfprint/Makefile b/security/libfprint/Makefile
index 874bd842d69..6c92b48e130 100644
--- a/security/libfprint/Makefile
+++ b/security/libfprint/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2018/11/12 03:52:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.46 2018/11/14 22:22:21 kleink Exp $
DISTNAME= libfprint-0.7.0
#PKGREVISION= 1
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= security devel
MASTER_SITES= https://people.freedesktop.org/~anarsoul/
EXTRACT_SUFX= .tar.xz
diff --git a/security/mate-polkit/Makefile b/security/mate-polkit/Makefile
index ebf05348fcf..dc1627b1d84 100644
--- a/security/mate-polkit/Makefile
+++ b/security/mate-polkit/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2018/11/12 03:52:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2018/11/14 22:22:21 kleink Exp $
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-polkit-${VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security
COMMENT= MATE desktop environment Authentication Agent for PolicyKit
diff --git a/security/openvas-client/Makefile b/security/openvas-client/Makefile
index ce61337c8a6..464b2b8f66a 100644
--- a/security/openvas-client/Makefile
+++ b/security/openvas-client/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2018/11/12 03:52:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.38 2018/11/14 22:22:21 kleink Exp $
#
DISTNAME= openvas-client-2.0.1
-PKGREVISION= 32
+PKGREVISION= 33
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/552/
diff --git a/security/pinentry-gtk2/Makefile b/security/pinentry-gtk2/Makefile
index 3ec99c049e0..3bc74991ac8 100644
--- a/security/pinentry-gtk2/Makefile
+++ b/security/pinentry-gtk2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2018/11/12 03:52:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.46 2018/11/14 22:22:21 kleink Exp $
PKGNAME= ${DISTNAME:S/pinentry-/pinentry-gtk2-/}
-PKGREVISION= 3
+PKGREVISION= 4
COMMENT= Applications for entering PINs or Passphrases, gtk2 enabled
.include "../../security/pinentry/Makefile.common"
diff --git a/security/policykit-gnome/Makefile b/security/policykit-gnome/Makefile
index dfdc9c2bc64..1d2bb1590ac 100644
--- a/security/policykit-gnome/Makefile
+++ b/security/policykit-gnome/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.47 2018/11/12 03:52:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.48 2018/11/14 22:22:21 kleink Exp $
#
POLICYKIT_GNOME_VER= 0.9.2
DISTNAME= PolicyKit-gnome-${POLICYKIT_GNOME_VER}
PKGNAME= policykit-gnome-${POLICYKIT_GNOME_VER}
-PKGREVISION= 37
+PKGREVISION= 38
CATEGORIES= security
MASTER_SITES= http://hal.freedesktop.org/releases/
EXTRACT_SUFX= .tar.bz2
diff --git a/security/putty/Makefile b/security/putty/Makefile
index 443e7ce07de..b3460536f81 100644
--- a/security/putty/Makefile
+++ b/security/putty/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.54 2018/11/12 03:52:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.55 2018/11/14 22:22:22 kleink Exp $
#
DISTNAME= putty-0.69
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= security
MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PKGVERSION_NOREV}/
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index e698b2ccd2b..abc9f2c2de0 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.149 2018/11/12 03:51:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.150 2018/11/14 22:22:22 kleink Exp $
DISTNAME= seahorse-2.32.0
-PKGREVISION= 52
+PKGREVISION= 53
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse/2.32/}
EXTRACT_SUFX= .tar.bz2
diff --git a/security/seahorse/buildlink3.mk b/security/seahorse/buildlink3.mk
index 703b758c905..8f6b96dad13 100644
--- a/security/seahorse/buildlink3.mk
+++ b/security/seahorse/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.42 2018/11/12 03:51:23 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.43 2018/11/14 22:22:22 kleink Exp $
BUILDLINK_TREE+= seahorse
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= seahorse
SEAHORSE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.seahorse+= seahorse>=2.24.1
-BUILDLINK_ABI_DEPENDS.seahorse+= seahorse>=2.32.0nb52
+BUILDLINK_ABI_DEPENDS.seahorse+= seahorse>=2.32.0nb53
BUILDLINK_PKGSRCDIR.seahorse?= ../../security/seahorse
.include "../../sysutils/dbus-glib/buildlink3.mk"
diff --git a/security/tor-browser/Makefile b/security/tor-browser/Makefile
index 4805703dbe7..3ee84b2c9a2 100644
--- a/security/tor-browser/Makefile
+++ b/security/tor-browser/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.32 2018/11/12 03:52:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.33 2018/11/14 22:22:22 kleink Exp $
TORBVER= 6.0.8
DISTNAME= v6.0.8-esr45.6.0
PKGNAME= tor-browser-${TORBVER}
-PKGREVISION= 16
+PKGREVISION= 17
CATEGORIES= www
# Use OpenBSD distfile
MASTER_SITES= ${MASTER_SITE_OPENBSD:=distfiles/tor-browser/}