pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-rsa py-rsa: updated to 4.7.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/32225bcf3bd3
branches: trunk
changeset: 447128:32225bcf3bd3
user: adam <adam%pkgsrc.org@localhost>
date: Tue Feb 16 18:46:18 2021 +0000
description:
py-rsa: updated to 4.7.1
Version 4.7.1
Fix threading issue introduced in 4.7
diffstat:
security/py-rsa/Makefile | 13 +++++--------
security/py-rsa/distinfo | 10 +++++-----
2 files changed, 10 insertions(+), 13 deletions(-)
diffs (44 lines):
diff -r cea35366e18f -r 32225bcf3bd3 security/py-rsa/Makefile
--- a/security/py-rsa/Makefile Tue Feb 16 18:33:54 2021 +0000
+++ b/security/py-rsa/Makefile Tue Feb 16 18:46:18 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2021/01/11 07:35:34 adam Exp $
+# $NetBSD: Makefile,v 1.10 2021/02/16 18:46:18 adam Exp $
-DISTNAME= rsa-4.7
+DISTNAME= rsa-4.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rsa/}
@@ -19,13 +19,10 @@
USE_LANGUAGES= # none
post-install:
+.for bin in decrypt encrypt keygen priv2pub sign verify
cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} pyrsa-decrypt pyrsa-decrypt-${PYVERSSUFFIX} && \
- ${MV} pyrsa-encrypt pyrsa-encrypt-${PYVERSSUFFIX} && \
- ${MV} pyrsa-keygen pyrsa-keygen-${PYVERSSUFFIX} && \
- ${MV} pyrsa-priv2pub pyrsa-priv2pub-${PYVERSSUFFIX} && \
- ${MV} pyrsa-sign pyrsa-sign-${PYVERSSUFFIX} && \
- ${MV} pyrsa-verify pyrsa-verify-${PYVERSSUFFIX} || ${TRUE}
+ ${MV} pyrsa-${bin} pyrsa-${bin}-${PYVERSSUFFIX} || ${TRUE}
+.endfor
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r cea35366e18f -r 32225bcf3bd3 security/py-rsa/distinfo
--- a/security/py-rsa/distinfo Tue Feb 16 18:33:54 2021 +0000
+++ b/security/py-rsa/distinfo Tue Feb 16 18:46:18 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2021/01/11 07:35:34 adam Exp $
+$NetBSD: distinfo,v 1.12 2021/02/16 18:46:18 adam Exp $
-SHA1 (rsa-4.7.tar.gz) = 52a5a1df74a18be5ea7326741077c985e6ced218
-RMD160 (rsa-4.7.tar.gz) = 05e08d6d3fd64ea8b38c918b4c827a067efa084d
-SHA512 (rsa-4.7.tar.gz) = 3a5f4df0f5a83aa3b99d3072a6c1e3d038c778892ad5aa329081fe736242f839827921e588adfdf004afc546fcbd1dabb14cba5543f25374c026c34392d94c47
-Size (rsa-4.7.tar.gz) = 39298 bytes
+SHA1 (rsa-4.7.1.tar.gz) = 6989b8058cdccd9b6fb2228e3389500d782e124d
+RMD160 (rsa-4.7.1.tar.gz) = b5bfde0a677bfbcde1e6d60b8b9490fc729eb7ab
+SHA512 (rsa-4.7.1.tar.gz) = 536080e3a2d02e7a12df7a9b8c85ce7aa82d9ad79e3704d1c8a2c891f9fda58c0c709ca16917fb5e2862148fe0e48694fc45d12a9d3efb04831c2b3e503a727e
+Size (rsa-4.7.1.tar.gz) = 38463 bytes
Home |
Main Index |
Thread Index |
Old Index