summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-16 19:26:41 +0000
committerwiz <wiz@pkgsrc.org>2017-09-16 19:26:41 +0000
commit430a9b2f77b49a657f42628366737e2dceb61ccf (patch)
tree8c7400b41beedea5b4bb095efd55352661b1eadf /security
parent0efea8befe8d1610d5768de713c1d2c141ab5731 (diff)
downloadpkgsrc-430a9b2f77b49a657f42628366737e2dceb61ccf.tar.gz
Reset maintainer
Diffstat (limited to 'security')
-rw-r--r--security/prngd/Makefile4
-rw-r--r--security/py-bcrypt/Makefile4
-rw-r--r--security/py-py-bcrypt/Makefile4
-rw-r--r--security/py-pydeep/Makefile4
-rw-r--r--security/py-trytond-authentication-sms/Makefile4
-rw-r--r--security/ruby-openid/Makefile4
-rw-r--r--security/ruby-rack-openid/Makefile4
-rw-r--r--security/ruby-ruby-openid/Makefile4
-rw-r--r--security/sshpass/Makefile4
9 files changed, 18 insertions, 18 deletions
diff --git a/security/prngd/Makefile b/security/prngd/Makefile
index cc2e2db4475..2a870332ffe 100644
--- a/security/prngd/Makefile
+++ b/security/prngd/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2013/08/03 14:44:28 rodent Exp $
+# $NetBSD: Makefile,v 1.16 2017/09/16 19:27:06 wiz Exp $
DISTNAME= prngd-0.9.29
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prngd/}
-MAINTAINER= rodent@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://prngd.sourceforge.net/
COMMENT= Pseudo Random Number Generator Daemon
diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile
index 9d078304758..c792e9f1326 100644
--- a/security/py-bcrypt/Makefile
+++ b/security/py-bcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/06/08 17:43:39 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/09/16 19:27:06 wiz Exp $
DISTNAME= bcrypt-1.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ PKGREVISION= 1
CATEGORIES= python security
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bcrypt/}
-MAINTAINER= rodent@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/pyca/bcrypt/
COMMENT= Modern password hashing for your software and your servers
LICENSE= apache-2.0
diff --git a/security/py-py-bcrypt/Makefile b/security/py-py-bcrypt/Makefile
index a7f5159231a..58ea23b79dc 100644
--- a/security/py-py-bcrypt/Makefile
+++ b/security/py-py-bcrypt/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2017/09/04 18:55:09 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:07 wiz Exp $
DISTNAME= py-bcrypt-0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python security
MASTER_SITES= ${MASTER_SITE_PYPI:=p/py-bcrypt/}
-MAINTAINER= rodent@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/bcrypt/
COMMENT= Provides bcrypt password hashing and key derivation in python
LICENSE= isc AND modified-bsd AND original-bsd
diff --git a/security/py-pydeep/Makefile b/security/py-pydeep/Makefile
index 48ebb79e9ce..51535ff0998 100644
--- a/security/py-pydeep/Makefile
+++ b/security/py-pydeep/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2016/06/08 17:43:39 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:07 wiz Exp $
DISTNAME= pydeep-0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python security
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydeep/}
-MAINTAINER= rodent@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.github.com/kbandla/pydeep
COMMENT= Python bindings for ssdeep
LICENSE= modified-bsd
diff --git a/security/py-trytond-authentication-sms/Makefile b/security/py-trytond-authentication-sms/Makefile
index 3a548b99a36..2b3188ef510 100644
--- a/security/py-trytond-authentication-sms/Makefile
+++ b/security/py-trytond-authentication-sms/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:08 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:07 wiz Exp $
TRYTON_MODULE_NAME= trytond_authentication_sms
.include "../../devel/py-trytond/Makefile.common"
CATEGORIES= python security
-MAINTAINER= rodent@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tryton.org/
COMMENT= The authentication_sms module of the Tryton application platform
LICENSE= gnu-gpl-v3
diff --git a/security/ruby-openid/Makefile b/security/ruby-openid/Makefile
index 61f54c1331f..8213b6660c1 100644
--- a/security/ruby-openid/Makefile
+++ b/security/ruby-openid/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2017/06/18 13:48:53 taca Exp $
+# $NetBSD: Makefile,v 1.7 2017/09/16 19:27:07 wiz Exp $
DISTNAME= openid-0.0.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= ruby security
-MAINTAINER= rodent@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= # http://openid.rubyforge.org/
COMMENT= OpenID support for Ruby
LICENSE= gnu-lgpl-v2.1 OR ruby-license
diff --git a/security/ruby-rack-openid/Makefile b/security/ruby-rack-openid/Makefile
index c2b6309ba83..578a83d5f50 100644
--- a/security/ruby-rack-openid/Makefile
+++ b/security/ruby-rack-openid/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2017/06/18 13:48:53 taca Exp $
+# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:07 wiz Exp $
DISTNAME= rack-openid-1.4.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= ruby security
-MAINTAINER= rodent@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/grosser/rack-openid
COMMENT= Provides a more HTTPish API around the ruby-openid library
LICENSE= mit
diff --git a/security/ruby-ruby-openid/Makefile b/security/ruby-ruby-openid/Makefile
index c4bf14ba488..de7ee9c2a89 100644
--- a/security/ruby-ruby-openid/Makefile
+++ b/security/ruby-ruby-openid/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2015/03/13 15:30:58 taca Exp $
+# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:07 wiz Exp $
DISTNAME= ruby-openid-2.7.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= ruby security
-MAINTAINER= rodent@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/openid/ruby-openid
COMMENT= Library for consuming and serving OpenID identities
LICENSE= apache-2.0
diff --git a/security/sshpass/Makefile b/security/sshpass/Makefile
index f1f478fc4d1..22d88293f3c 100644
--- a/security/sshpass/Makefile
+++ b/security/sshpass/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2013/05/26 21:28:07 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:07 wiz Exp $
#
DISTNAME= sshpass-1.05
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sshpass/}
-MAINTAINER= rodent@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sshpass.sourceforge.net/
COMMENT= Non-interactive ssh password auth
LICENSE= gnu-gpl-v2