bump ports depending on python3 in security

This commit is contained in:
landry 2017-01-03 19:26:14 +00:00
parent 4ddd8a47b9
commit 56db554a9b
15 changed files with 30 additions and 22 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.10 2016/10/20 11:36:12 sthen Exp $
# $OpenBSD: Makefile,v 1.11 2017/01/03 19:26:14 landry Exp $
COMMENT= ACME protocol implementation
DISTNAME= acme-${MODPY_EGG_VERSION}
PKGNAME= ${MODPY_PY_PREFIX}${DISTNAME:S/.dev/pre/}
REVISION= 0
REVISION= 1
FLAVORS= python3
FLAVOR?=

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.10 2016/10/29 18:25:56 danj Exp $
# $OpenBSD: Makefile,v 1.11 2017/01/03 19:26:14 landry Exp $
COMMENT= bcrypt blowfish password hashing for Python
MODPY_EGG_VERSION= 3.1.1
DISTNAME= bcrypt-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION= 0
REVISION= 1
MAINTAINER= Stuart Henderson <sthen@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.38 2016/11/11 14:52:51 danj Exp $
# $OpenBSD: Makefile,v 1.39 2017/01/03 19:26:14 landry Exp $
COMMENT = cryptographic tools for Python
MODPY_EGG_VERSION = 2.6.1
REVISION = 2
REVISION = 3
DISTNAME = pycrypto-${MODPY_EGG_VERSION}
PKGNAME = py-crypto-${MODPY_EGG_VERSION}
CATEGORIES = security devel

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2016/11/09 11:46:28 sthen Exp $
# $OpenBSD: Makefile,v 1.18 2017/01/03 19:26:14 landry Exp $
COMMENT= cryptographic recipes and primitives for Python
@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 1.5.3
DISTNAME= cryptography-${MODPY_EGG_VERSION}
PKGNAME= ${MODPY_PY_PREFIX}${DISTNAME}
CATEGORIES= security devel
REVISION= 0
HOMEPAGE= https://cryptography.io/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2016/11/09 11:46:28 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2017/01/03 19:26:14 landry Exp $
COMMENT= test vectors for py-cryptography
@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 1.5.3
DISTNAME= cryptography_vectors-${MODPY_EGG_VERSION}
PKGNAME= ${MODPY_PY_PREFIX}${DISTNAME}
CATEGORIES= security
REVISION= 0
HOMEPAGE= https://cryptography.io/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2016/01/03 17:18:58 shadchin Exp $
# $OpenBSD: Makefile,v 1.6 2017/01/03 19:26:14 landry Exp $
COMMENT = Python implementation of ECDSA cryptography
@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.13
DISTNAME = ecdsa-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = security
REVISION = 0
REVISION = 1
HOMEPAGE = https://github.com/warner/python-ecdsa

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.30 2016/11/02 21:09:44 danj Exp $
# $OpenBSD: Makefile,v 1.31 2017/01/03 19:26:14 landry Exp $
COMMENT= Python module for GnuPG interface
MODPY_EGG_VERSION= 0.3.9
DISTNAME= python-gnupg-${MODPY_EGG_VERSION}
PKGNAME= py-gnupg-${MODPY_EGG_VERSION}
REVISION= 0
CATEGORIES= security devel

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.11 2016/11/10 21:58:41 danj Exp $
# $OpenBSD: Makefile,v 1.12 2017/01/03 19:26:14 landry Exp $
COMMENT= store and access your passwords safely
MODPY_EGG_VERSION= 9.3.1
DISTNAME= keyring-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION= 0
REVISION= 1
CATEGORIES= security

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.28 2015/11/03 21:53:20 sthen Exp $
# $OpenBSD: Makefile,v 1.29 2017/01/03 19:26:14 landry Exp $
COMMENT= Python interface to the OpenSSL library
MODPY_EGG_VERSION= 0.15.1
REVISION= 1
REVISION= 2
DISTNAME= pyOpenSSL-${MODPY_EGG_VERSION}
PKGNAME= py-openssl-${MODPY_EGG_VERSION}
CATEGORIES= security devel

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.41 2016/01/04 12:25:50 shadchin Exp $
# $OpenBSD: Makefile,v 1.42 2017/01/03 19:26:14 landry Exp $
COMMENT = Python module that implements the SSH2 protocol
@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.16.0
DISTNAME = paramiko-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = security
REVISION = 0
HOMEPAGE = https://github.com/paramiko/paramiko/

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.7 2016/01/15 12:46:36 sthen Exp $
# $OpenBSD: Makefile,v 1.8 2017/01/03 19:26:14 landry Exp $
COMMENT = Python module providing a password hashing framework
MODPY_EGG_VERSION = 1.6.5
DISTNAME = passlib-${MODPY_EGG_VERSION}
PKGNAME = py-passlib-${MODPY_EGG_VERSION}
REVISION = 0
CATEGORIES = security

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2016/11/08 00:12:14 tsg Exp $
# $OpenBSD: Makefile,v 1.5 2017/01/03 19:26:14 landry Exp $
COMMENT = Python implementation of PBKDF2
MODPY_EGG_VERSION = 1.3
REVISION = 2
REVISION = 3
DISTNAME = pbkdf2-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = security devel

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/05/07 14:53:13 danj Exp $
# $OpenBSD: Makefile,v 1.2 2017/01/03 19:26:14 landry Exp $
COMMENT = pure Python Off-The-Record encryption
@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.0.1
DISTNAME = python-potr-${MODPY_EGG_VERSION}
PKGNAME = py-potr-${MODPY_EGG_VERSION}
CATEGORIES = security net
REVISION = 0
MAINTAINER = Daniel Jakots <obsd@chown.me>

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2016/11/10 21:58:41 danj Exp $
# $OpenBSD: Makefile,v 1.7 2017/01/03 19:26:14 landry Exp $
COMMENT= Python RSA implementation
MODPY_EGG_VERSION= 3.4.2
DISTNAME= rsa-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION= 0
CATEGORIES= security

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.11 2016/08/27 17:40:03 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.12 2017/01/03 19:26:14 landry Exp $
COMMENT= secure storing of passwords using the SecretService DBus API
MODPY_EGG_VERSION= 2.3.0
DISTNAME= SecretStorage-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME:L}
REVISION= 0
CATEGORIES= security