[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49189] [PATCH 4/9] gnu: python2-roca-detect: Remove package.
From: |
zimoun |
Subject: |
[bug#49189] [PATCH 4/9] gnu: python2-roca-detect: Remove package. |
Date: |
Wed, 23 Jun 2021 17:52:25 +0200 |
* gnu/packages/python-crypto.scm (python2-roca-detect): Remove variable.
---
gnu/packages/python-crypto.scm | 38 ----------------------------------
1 file changed, 38 deletions(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 733a87cd2f..278657c57a 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -857,44 +857,6 @@ of improving usability, security and speed.")
@end itemize\n")
(license license:bsd-3)))
-(define-public python2-roca-detect
- (package
- (name "python2-roca-detect")
- (version "1.0.8")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "roca-detect" version))
- (sha256
- (base32
- "1di4akyw2lf5r8zfwvyhkilz8jv8g4b66rgaqwfabmjwma6gnw27"))))
- (build-system python-build-system)
- (native-inputs
- ;; TODO: apk_parse_ph4, pyjks
- `(("python2-dateutil" ,python2-dateutil)
- ("python2-six" ,python2-six)
- ("python2-cryptography" ,python2-cryptography)
- ("python2-future" ,python2-future)
- ("python2-coloredlogs" ,python2-coloredlogs)
- ("python2-pgpdump" ,python2-pgpdump)))
- (arguments
- `(;; Basic testing routine is quite simple and works with Py3
- ;; but the rest of the code that processes the different
- ;; key formats and extracts the modulus for inspection is
- ;; not yet fully py3 ready.
- #:python ,python-2))
- (home-page "https://github.com/crocs-muni/roca")
- (synopsis "ROCA detection tool")
- (description
- "This tool is related to the paper entitled @i{Return of the
-Coppersmith’s Attack: Practical Factorization of Widely Used RSA Moduli}. It
-enables you to test public RSA keys for a presence of the described
-vulnerability. Currently the tool supports the following key formats: X.509
-Certificate (DER encoded, PEM encoded), RSA PEM (encoded private key, public
-key), SSH public key, ASC-encoded OpenPGP key, APK Android application, LDIFF
-file, and more.")
- (license license:gpl3)))
-
(define-public python-blurhash
(package
(name "python-blurhash")
--
2.32.0
- [bug#49189] [PATCH 0/9] Remove broken Python 2 packages, zimoun, 2021/06/23
- [bug#49189] [PATCH 1/9] gnu: python2-larch: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 5/9] gnu: python2-rpython: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 2/9] gnu: python2-libadalang: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 4/9] gnu: python2-roca-detect: Remove package.,
zimoun <=
- [bug#49189] [PATCH 8/9] gnu: python2-sqlparse: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 9/9] gnu: python2-wsgiproxy2: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 7/9] gnu: python2-scripttest: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 6/9] gnu: python2-plotly: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 3/9] gnu: python2-mapnik: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 0/9] Remove broken Python 2 packages, Ludovic Courtès, 2021/06/24
- bug#49189: [PATCH 0/9] Remove broken Python 2 packages, Ludovic Courtès, 2021/06/29