View | Details | Raw Unified | Return to bug 209807 | Differences between
and this patch

Collapse All | Expand All

(-)security/py-pyotp/Makefile (-2 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	pyotp
3
PORTNAME=	pyotp
4
PORTVERSION=	2.1.0
4
PORTVERSION=	2.1.1
5
DISTVERSIONPREFIX=	v
5
CATEGORIES=	security
6
CATEGORIES=	security
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
8
Lines 13-19 Link Here
13
USE_GITHUB=	yes
14
USE_GITHUB=	yes
14
GH_ACCOUNT=	pyotp
15
GH_ACCOUNT=	pyotp
15
GH_PROJECT=	pyotp
16
GH_PROJECT=	pyotp
16
GH_TAGNAME=	02ab049b2b473365bc7b57dc8dba14af71265895
17
GH_TAGNAME=	a7073fef12a8fad766fbdac16bf7710ca366274d
17
18
18
USES=		python
19
USES=		python
19
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
(-)security/py-pyotp/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (pyotp-pyotp-2.1.0-02ab049b2b473365bc7b57dc8dba14af71265895_GH0.tar.gz) = b16bebd7d7f2618e0416d2ac94ec9872321839cc253bb02d23575ce33d0c6a3d
1
TIMESTAMP = 1464437312
2
SIZE (pyotp-pyotp-2.1.0-02ab049b2b473365bc7b57dc8dba14af71265895_GH0.tar.gz) = 12958
2
SHA256 (pyotp-pyotp-v2.1.1-a7073fef12a8fad766fbdac16bf7710ca366274d_GH0.tar.gz) = 1127e222d6ba11b471919ff4cd63c3b5b91f4d768e9ce56a8254f98d2d796d6a
3
SIZE (pyotp-pyotp-v2.1.1-a7073fef12a8fad766fbdac16bf7710ca366274d_GH0.tar.gz) = 12948
(-)security/py-pyotp/pkg-descr (+2 lines)
Lines 1-3 Link Here
1
PyOTP is a Python library for generating and verifying one-time passwords. It
1
PyOTP is a Python library for generating and verifying one-time passwords. It
2
can be used to implement two-factor (2FA) or multi-factor (MFA) authentication
2
can be used to implement two-factor (2FA) or multi-factor (MFA) authentication
3
methods in web applications and in other systems that require users to log in.
3
methods in web applications and in other systems that require users to log in.
4
5
WWW: https://github.com/pyotp/pyotp

Return to bug 209807