summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2019-04-25 07:32:34 +0000
committermaya <maya@pkgsrc.org>2019-04-25 07:32:34 +0000
commit3d4f4b52d921d81c07e9bd63bfeafa757f969cc0 (patch)
treea416928cc701450ae75c0a43468ba9fa9f48c674 /security
parenta4189552bb92eb40213147fa310cbb2e027a33fb (diff)
downloadpkgsrc-3d4f4b52d921d81c07e9bd63bfeafa757f969cc0.tar.gz
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
Diffstat (limited to 'security')
-rw-r--r--security/PACK/Makefile4
-rw-r--r--security/botan-devel/Makefile4
-rw-r--r--security/botan/Makefile3
-rw-r--r--security/fail2ban/Makefile3
-rw-r--r--security/flawfinder/Makefile3
-rw-r--r--security/fsh/Makefile4
-rw-r--r--security/hitch/Makefile3
-rw-r--r--security/kwallet/Makefile4
-rw-r--r--security/libprelude-python/Makefile4
-rw-r--r--security/libpreludedb-python/Makefile4
-rw-r--r--security/mate-polkit/Makefile3
-rw-r--r--security/mbedtls/Makefile3
-rw-r--r--security/mixminion/Makefile4
-rw-r--r--security/pcsc-lite/Makefile3
-rw-r--r--security/prelude-correlator/Makefile4
-rw-r--r--security/pyca/Makefile4
-rw-r--r--security/sqlmap/Makefile3
-rw-r--r--security/sshfp/Makefile4
-rw-r--r--security/volatility/Makefile3
19 files changed, 38 insertions, 29 deletions
diff --git a/security/PACK/Makefile b/security/PACK/Makefile
index d9a007536fe..9c3567eddae 100644
--- a/security/PACK/Makefile
+++ b/security/PACK/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2014/05/17 16:10:48 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2019/04/25 07:33:15 maya Exp $
DISTNAME= PACK-0.0.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= http://thesprawl.org/media/projects/
diff --git a/security/botan-devel/Makefile b/security/botan-devel/Makefile
index ef372bcad60..f52b7a93f01 100644
--- a/security/botan-devel/Makefile
+++ b/security/botan-devel/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2018/12/13 19:51:36 adam Exp $
+# $NetBSD: Makefile,v 1.30 2019/04/25 07:33:15 maya Exp $
DISTNAME= Botan-2.1.0
PKGNAME= ${DISTNAME:tl}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= security
MASTER_SITES= https://botan.randombit.net/releases/
EXTRACT_SUFX= .tgz
diff --git a/security/botan/Makefile b/security/botan/Makefile
index cd4e03c6431..9cedf18ca2b 100644
--- a/security/botan/Makefile
+++ b/security/botan/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.48 2018/09/04 00:02:02 minskim Exp $
+# $NetBSD: Makefile,v 1.49 2019/04/25 07:33:15 maya Exp $
DISTNAME= Botan-1.10.17
PKGNAME= ${DISTNAME:tl}
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= https://botan.randombit.net/releases/
EXTRACT_SUFX= .tgz
diff --git a/security/fail2ban/Makefile b/security/fail2ban/Makefile
index 1b8a3986ba7..696da7468e6 100644
--- a/security/fail2ban/Makefile
+++ b/security/fail2ban/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2018/12/09 21:05:35 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/04/25 07:33:15 maya Exp $
#
DISTNAME= fail2ban-0.9.6
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= -https://github.com/fail2ban/fail2ban/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
EXTRACT_SUFX= .zip
diff --git a/security/flawfinder/Makefile b/security/flawfinder/Makefile
index 756a458d6a5..398a880f58b 100644
--- a/security/flawfinder/Makefile
+++ b/security/flawfinder/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2017/08/01 14:59:04 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2019/04/25 07:33:15 maya Exp $
DISTNAME= flawfinder-1.31
+PKGREVISION= 1
CATEGORIES= security devel
MASTER_SITES= https://www.dwheeler.com/flawfinder/
diff --git a/security/fsh/Makefile b/security/fsh/Makefile
index b43e5d15a0f..d3c7804ded5 100644
--- a/security/fsh/Makefile
+++ b/security/fsh/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2017/01/19 18:52:23 agc Exp $
+# $NetBSD: Makefile,v 1.27 2019/04/25 07:33:15 maya Exp $
#
DISTNAME= fsh-1.2
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= security net
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/fsh/
MASTER_SITES+= http://www.lysator.liu.se/fsh/
diff --git a/security/hitch/Makefile b/security/hitch/Makefile
index 12514ae280b..9407b2a86f7 100644
--- a/security/hitch/Makefile
+++ b/security/hitch/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2019/03/04 13:56:19 tnn Exp $
+# $NetBSD: Makefile,v 1.10 2019/04/25 07:33:15 maya Exp $
DISTNAME= hitch-1.5.0
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= https://hitch-tls.org/source/
diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile
index 85c9b50bcde..753fbaa0105 100644
--- a/security/kwallet/Makefile
+++ b/security/kwallet/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2019/04/03 00:33:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.46 2019/04/25 07:33:16 maya Exp $
DISTNAME= kwallet-${KF5VER}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= security
HOMEPAGE= https://community.kde.org/Frameworks
diff --git a/security/libprelude-python/Makefile b/security/libprelude-python/Makefile
index a5dda8782fd..9be1024adad 100644
--- a/security/libprelude-python/Makefile
+++ b/security/libprelude-python/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:31 adam Exp $
+# $NetBSD: Makefile,v 1.21 2019/04/25 07:33:16 maya Exp $
PKGNAME= libprelude-python-${VERSION}
-PKGREVISION= 11
+PKGREVISION= 12
COMMENT= Python bindings to LibPrelude
.include "../../security/libprelude/Makefile.common"
diff --git a/security/libpreludedb-python/Makefile b/security/libpreludedb-python/Makefile
index 857629b9325..45cb27e7e76 100644
--- a/security/libpreludedb-python/Makefile
+++ b/security/libpreludedb-python/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2018/08/22 09:46:18 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2019/04/25 07:33:16 maya Exp $
PKGNAME= libpreludedb-python-${VERSION}
-PKGREVISION= 15
+PKGREVISION= 16
COMMENT= Python bindings for LibPreludeDB libraries
.include "../../security/libpreludedb/Makefile.common"
diff --git a/security/mate-polkit/Makefile b/security/mate-polkit/Makefile
index e2a041c24bd..0142fe70eb0 100644
--- a/security/mate-polkit/Makefile
+++ b/security/mate-polkit/Makefile
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2019/01/16 18:08:25 youri Exp $
+# $NetBSD: Makefile,v 1.16 2019/04/25 07:33:16 maya Exp $
+PKGREVISION= 1
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-polkit-${VERSION}
diff --git a/security/mbedtls/Makefile b/security/mbedtls/Makefile
index 0f02d175ff6..da3d0a671e3 100644
--- a/security/mbedtls/Makefile
+++ b/security/mbedtls/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2018/12/21 09:33:14 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2019/04/25 07:33:16 maya Exp $
DISTNAME= mbedtls-2.14.1-apache
PKGNAME= ${DISTNAME:-apache=}
+PKGREVISION= 1
CATEGORIES= security devel
MASTER_SITES= https://tls.mbed.org/download/
EXTRACT_SUFX= .tgz
diff --git a/security/mixminion/Makefile b/security/mixminion/Makefile
index 06a46a316b3..cc8524a05eb 100644
--- a/security/mixminion/Makefile
+++ b/security/mixminion/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2018/07/03 05:03:31 adam Exp $
+# $NetBSD: Makefile,v 1.30 2019/04/25 07:33:16 maya Exp $
DISTNAME= Mixminion-0.0.8alpha3
PKGNAME= ${DISTNAME:S/M/m/}
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= security mail
MASTER_SITES= https://mixminion.net/dist/0.0.8alpha3/
diff --git a/security/pcsc-lite/Makefile b/security/pcsc-lite/Makefile
index a298e950d8e..2d03f77f6a8 100644
--- a/security/pcsc-lite/Makefile
+++ b/security/pcsc-lite/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2018/10/13 10:52:35 mlelstv Exp $
+# $NetBSD: Makefile,v 1.30 2019/04/25 07:33:16 maya Exp $
DISTNAME= pcsc-lite-1.8.24
+PKGREVISION= 1
CATEGORIES= security
# Note that the MASTER_SITES URL is not stable with version changes,
# and one can end up with an old version if DISTNAME is changed but
diff --git a/security/prelude-correlator/Makefile b/security/prelude-correlator/Makefile
index 0e2357a7efb..7b6402a3265 100644
--- a/security/prelude-correlator/Makefile
+++ b/security/prelude-correlator/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2018/07/03 05:03:31 adam Exp $
+# $NetBSD: Makefile,v 1.19 2019/04/25 07:33:16 maya Exp $
DISTNAME= prelude-correlator-0.9.0-beta8
PKGNAME= prelude-correlator-${DISTNAME:S/-beta/beta/:C/.*-//}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.com/download/releases/prelude-correlator/
diff --git a/security/pyca/Makefile b/security/pyca/Makefile
index f7fb121696d..30e0b6a2951 100644
--- a/security/pyca/Makefile
+++ b/security/pyca/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.23 2017/12/24 10:12:10 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2019/04/25 07:33:17 maya Exp $
# Date-based distfile name for pre-releases leading to 0.6.6.
DISTNAME= pyca-20031118
PKGNAME= ${DISTNAME:S/pyca-/pyca-0.6.6./}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security python
#MASTER_SITES= http://www.pyca.de/download/
diff --git a/security/sqlmap/Makefile b/security/sqlmap/Makefile
index 9163e0b640b..b6845df7d2d 100644
--- a/security/sqlmap/Makefile
+++ b/security/sqlmap/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2019/04/05 10:55:14 leot Exp $
+# $NetBSD: Makefile,v 1.12 2019/04/25 07:33:17 maya Exp $
DISTNAME= sqlmap-1.3.4
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sqlmap/}
diff --git a/security/sshfp/Makefile b/security/sshfp/Makefile
index b964d55e6c6..19e075f5f42 100644
--- a/security/sshfp/Makefile
+++ b/security/sshfp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2017/09/04 18:08:27 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2019/04/25 07:33:17 maya Exp $
DISTNAME= sshfp-1.1.3
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= security net
#MASTER_SITES= https://www.xelerance.com/software/sshfp/
diff --git a/security/volatility/Makefile b/security/volatility/Makefile
index adfc9b6518f..d5fd068e2c5 100644
--- a/security/volatility/Makefile
+++ b/security/volatility/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:32 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/04/25 07:33:17 maya Exp $
DISTNAME= volatility-2.4
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://downloads.volatilityfoundation.org/releases/2.4/