Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jul 2022 06:02:29 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ebb17576a9c5 - main - security/py-rsa: Update to 4.9
Message-ID:  <202207300602.26U62Tna049685@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ebb17576a9c5d480364c837a112b8bbf4f05659e

commit ebb17576a9c5d480364c837a112b8bbf4f05659e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-30 05:58:18 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-30 05:58:18 +0000

    security/py-rsa: Update to 4.9
    
    - Use USES=dos2unix
    
    Changes:        https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md
---
 security/py-rsa/Makefile | 4 ++--
 security/py-rsa/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/security/py-rsa/Makefile b/security/py-rsa/Makefile
index d4c9c497965f..0445bf7f59b9 100644
--- a/security/py-rsa/Makefile
+++ b/security/py-rsa/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	rsa
-PORTVERSION=	4.8
+PORTVERSION=	4.9
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.3:devel/py-pyasn1@${PY_FLAVOR}
 
-USES=		cpe python:3.6+
+USES=		cpe dos2unix python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
diff --git a/security/py-rsa/distinfo b/security/py-rsa/distinfo
index a896b36c93b5..506a6907e4e4 100644
--- a/security/py-rsa/distinfo
+++ b/security/py-rsa/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1647264672
-SHA256 (rsa-4.8.tar.gz) = 5c6bd9dc7a543b7fe4304a631f8a8a3b674e2bbfc49c2ae96200cdbe55df6b17
-SIZE (rsa-4.8.tar.gz) = 28396
+TIMESTAMP = 1658506625
+SHA256 (rsa-4.9.tar.gz) = e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21
+SIZE (rsa-4.9.tar.gz) = 29711



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