[Midnightbsd-cvs] mports [24334] trunk/security: add py-service_identity
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 17 22:17:51 EDT 2018
Revision: 24334
http://svnweb.midnightbsd.org/mports/?rev=24334
Author: laffer1
Date: 2018-09-17 22:17:51 -0400 (Mon, 17 Sep 2018)
Log Message:
-----------
add py-service_identity
Modified Paths:
--------------
trunk/security/Makefile
Added Paths:
-----------
trunk/security/py-service_identity/
trunk/security/py-service_identity/Makefile
trunk/security/py-service_identity/distinfo
trunk/security/py-service_identity/pkg-descr
Modified: trunk/security/Makefile
===================================================================
--- trunk/security/Makefile 2018-09-16 00:00:20 UTC (rev 24333)
+++ trunk/security/Makefile 2018-09-18 02:17:51 UTC (rev 24334)
@@ -127,6 +127,7 @@
SUBDIR += py-paramiko
SUBDIR += py-pycrypto
SUBDIR += py-rsa
+SUBDIR += py-service_identity
SUBDIR += rhash
SUBDIR += seahorse
SUBDIR += security-advisory-client
Added: trunk/security/py-service_identity/Makefile
===================================================================
--- trunk/security/py-service_identity/Makefile (rev 0)
+++ trunk/security/py-service_identity/Makefile 2018-09-18 02:17:51 UTC (rev 24334)
@@ -0,0 +1,25 @@
+# $MidnightBSD$
+
+PORTNAME= service_identity
+PORTVERSION= 17.0.0
+CATEGORIES= security python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Service identity verification for pyOpenSSL
+
+LICENSE= mit
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=15.2:devel/py-attrs \
+ ${PYTHON_PKGNAMEPREFIX}openssl>=0.15:security/py-openssl \
+ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.9:devel/py-pyasn1 \
+ ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.0.8:devel/py-pyasn1-modules \
+ ${PYTHON_PKGNAMEPREFIX}characteristic>=14.1:devel/py-characteristic
+
+NO_ARCH= yes
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
Property changes on: trunk/security/py-service_identity/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/py-service_identity/distinfo
===================================================================
--- trunk/security/py-service_identity/distinfo (rev 0)
+++ trunk/security/py-service_identity/distinfo 2018-09-18 02:17:51 UTC (rev 24334)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1504993632
+SHA256 (service_identity-17.0.0.tar.gz) = 4001fbb3da19e0df22c47a06d29681a398473af4aa9d745eca525b3b2c2302ab
+SIZE (service_identity-17.0.0.tar.gz) = 23502
Property changes on: trunk/security/py-service_identity/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/py-service_identity/pkg-descr
===================================================================
--- trunk/security/py-service_identity/pkg-descr (rev 0)
+++ trunk/security/py-service_identity/pkg-descr 2018-09-18 02:17:51 UTC (rev 24334)
@@ -0,0 +1,9 @@
+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.
+
+WWW: https://github.com/pyca/service_identity
Property changes on: trunk/security/py-service_identity/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list