Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 2020 11:12:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554186 - in head/security: . py-sshpubkeys
Message-ID:  <202011061112.0A6BC21H084050@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Nov  6 11:12:02 2020
New Revision: 554186
URL: https://svnweb.freebsd.org/changeset/ports/554186

Log:
  Add py-sshpubkeys 3.1.0
  
  sshpubkeys provides a native implementation for validating OpenSSH public keys.
  
  WWW: https://github.com/ojarva/python-sshpubkeys

Added:
  head/security/py-sshpubkeys/
  head/security/py-sshpubkeys/Makefile   (contents, props changed)
  head/security/py-sshpubkeys/distinfo   (contents, props changed)
  head/security/py-sshpubkeys/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Fri Nov  6 11:11:56 2020	(r554185)
+++ head/security/Makefile	Fri Nov  6 11:12:02 2020	(r554186)
@@ -988,6 +988,7 @@
     SUBDIR += py-spake2
     SUBDIR += py-ssh
     SUBDIR += py-ssh-audit
+    SUBDIR += py-sshpubkeys
     SUBDIR += py-stem
     SUBDIR += py-stix
     SUBDIR += py-stix2

Added: head/security/py-sshpubkeys/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-sshpubkeys/Makefile	Fri Nov  6 11:12:02 2020	(r554186)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	sshpubkeys
+PORTVERSION=	3.1.0
+CATEGORIES=	security python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	SSH public key parser
+
+LICENSE=	BSD3CLAUSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.4:security/py-cryptography@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ecdsa>=0.13:security/py-ecdsa@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/security/py-sshpubkeys/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-sshpubkeys/distinfo	Fri Nov  6 11:12:02 2020	(r554186)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1604480700
+SHA256 (sshpubkeys-3.1.0.tar.gz) = b388399caeeccdc145f06fd0d2665eeecc545385c60b55c282a15a022215af80
+SIZE (sshpubkeys-3.1.0.tar.gz) = 10597

Added: head/security/py-sshpubkeys/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-sshpubkeys/pkg-descr	Fri Nov  6 11:12:02 2020	(r554186)
@@ -0,0 +1,3 @@
+sshpubkeys provides a native implementation for validating OpenSSH public keys.
+
+WWW: https://github.com/ojarva/python-sshpubkeys



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011061112.0A6BC21H084050>