summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2015-04-20 07:29:44 +0000
committerwiz <wiz>2015-04-20 07:29:44 +0000
commit97091181ba2d85d573ea2d35e26e725b84948c0f (patch)
tree93f2a57006245604d1bda80d4bcd50e44ea8b2a0 /security
parent1f663cb8cd1e43f79cbb1362bddeeb8dcf943037 (diff)
downloadpkgsrc-97091181ba2d85d573ea2d35e26e725b84948c0f.tar.gz
Import py34-service_identity-14.0.0 as security/py-service_identity.
service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. In the simplest case, this means host name verification. However, service_identity implements RFC 6125 fully and plans to add other relevant RFCs too.
Diffstat (limited to 'security')
-rw-r--r--security/py-service_identity/DESCR6
-rw-r--r--security/py-service_identity/Makefile19
-rw-r--r--security/py-service_identity/PLIST21
-rw-r--r--security/py-service_identity/distinfo5
4 files changed, 51 insertions, 0 deletions
diff --git a/security/py-service_identity/DESCR b/security/py-service_identity/DESCR
new file mode 100644
index 00000000000..7743de36f73
--- /dev/null
+++ b/security/py-service_identity/DESCR
@@ -0,0 +1,6 @@
+service_identity aspires to give you all the tools you need for
+verifying whether a certificate is valid for the intended purposes.
+
+In the simplest case, this means host name verification. However,
+service_identity implements RFC 6125 fully and plans to add other
+relevant RFCs too.
diff --git a/security/py-service_identity/Makefile b/security/py-service_identity/Makefile
new file mode 100644
index 00000000000..85c22e2712e
--- /dev/null
+++ b/security/py-service_identity/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2015/04/20 07:29:44 wiz Exp $
+
+DISTNAME= service_identity-14.0.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= security python
+MASTER_SITES= https://pypi.python.org/packages/source/s/service_identity/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://pypi.python.org/pypi/service_identity
+COMMENT= Service identity verification for pyOpenSSL
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.12:../../security/py-OpenSSL
+DEPENDS+= ${PYPKGPREFIX}-asn1-modules-[0-9]*:../../security/py-asn1-modules
+DEPENDS+= ${PYPKGPREFIX}-characteristic>=14.0.0:../../devel/py-characteristic
+DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-service_identity/PLIST b/security/py-service_identity/PLIST
new file mode 100644
index 00000000000..4430c490ee4
--- /dev/null
+++ b/security/py-service_identity/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2015/04/20 07:29:44 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/service_identity/__init__.py
+${PYSITELIB}/service_identity/__init__.pyc
+${PYSITELIB}/service_identity/__init__.pyo
+${PYSITELIB}/service_identity/_common.py
+${PYSITELIB}/service_identity/_common.pyc
+${PYSITELIB}/service_identity/_common.pyo
+${PYSITELIB}/service_identity/_compat.py
+${PYSITELIB}/service_identity/_compat.pyc
+${PYSITELIB}/service_identity/_compat.pyo
+${PYSITELIB}/service_identity/exceptions.py
+${PYSITELIB}/service_identity/exceptions.pyc
+${PYSITELIB}/service_identity/exceptions.pyo
+${PYSITELIB}/service_identity/pyopenssl.py
+${PYSITELIB}/service_identity/pyopenssl.pyc
+${PYSITELIB}/service_identity/pyopenssl.pyo
diff --git a/security/py-service_identity/distinfo b/security/py-service_identity/distinfo
new file mode 100644
index 00000000000..be53ef23004
--- /dev/null
+++ b/security/py-service_identity/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/04/20 07:29:44 wiz Exp $
+
+SHA1 (service_identity-14.0.0.tar.gz) = 10d7e29937f22d516659533f83af1e1427afdbd0
+RMD160 (service_identity-14.0.0.tar.gz) = 234a0b1ef7231d8e1215332f383b9d3073b4052b
+Size (service_identity-14.0.0.tar.gz) = 26033 bytes