diff options
Diffstat (limited to 'python/python3-pycrypto')
-rw-r--r-- | python/python3-pycrypto/README | 3 | ||||
-rw-r--r-- | python/python3-pycrypto/python3-pycrypto.SlackBuild | 3 | ||||
-rw-r--r-- | python/python3-pycrypto/python3-pycrypto.info | 12 | ||||
-rw-r--r-- | python/python3-pycrypto/slack-desc | 6 |
4 files changed, 14 insertions, 10 deletions
diff --git a/python/python3-pycrypto/README b/python/python3-pycrypto/README index e40f72ec0e..cec3993527 100644 --- a/python/python3-pycrypto/README +++ b/python/python3-pycrypto/README @@ -1,3 +1,6 @@ This is a collection of both secure hash functions (such as SHA256 and RIPEMD160), and various encryption algorithms (AES, DES, RSA, ElGamal, etc.). + +This project is no longer maintained and has known security +vulnerabilities. diff --git a/python/python3-pycrypto/python3-pycrypto.SlackBuild b/python/python3-pycrypto/python3-pycrypto.SlackBuild index 9cdff92a3e..6e4fcbbf27 100644 --- a/python/python3-pycrypto/python3-pycrypto.SlackBuild +++ b/python/python3-pycrypto/python3-pycrypto.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for "python3-pycrypto". +# Copyright 2024 Sean Hinchee # Copyright 2015 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # @@ -28,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pycrypto SRCNAM=pycrypto -VERSION=${VERSION:-2.6.1} +VERSION=${VERSION:-2.7a1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-pycrypto/python3-pycrypto.info b/python/python3-pycrypto/python3-pycrypto.info index 9f59bc2484..f94209c901 100644 --- a/python/python3-pycrypto/python3-pycrypto.info +++ b/python/python3-pycrypto/python3-pycrypto.info @@ -1,10 +1,10 @@ PRGNAM="python3-pycrypto" -VERSION="2.6.1" -HOMEPAGE="https://www.dlitz.net/software/pycrypto/" -DOWNLOAD="https://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.6.1.tar.gz" -MD5SUM="55a61a054aa66812daf5161a0d5d7eda" +VERSION="2.7a1" +HOMEPAGE="https://www.pycrypto.org/" +DOWNLOAD="https://github.com/pycrypto/pycrypto/archive/v2.7a1/pycrypto-2.7a1.tar.gz" +MD5SUM="00d787ef2f5a0b0afe53e13f34033e40" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Marcel Saegebarth" -EMAIL="marc@mos6581.de" +MAINTAINER="Sean Hinchee" +EMAIL="henesy.dev@gmail.com" diff --git a/python/python3-pycrypto/slack-desc b/python/python3-pycrypto/slack-desc index b4114a4c5d..0625f630e4 100644 --- a/python/python3-pycrypto/slack-desc +++ b/python/python3-pycrypto/slack-desc @@ -12,8 +12,8 @@ python3-pycrypto: This is a collection of both secure hash functions (such as SH python3-pycrypto: and RIPEMD160), and various encryption algorithms (AES, DES, RSA, python3-pycrypto: ElGamal, etc.). python3-pycrypto: -python3-pycrypto: Homepage: https://www.dlitz.net/software/pycrypto/ -python3-pycrypto: -python3-pycrypto: +python3-pycrypto: This project is no longer maintained and has known security +python3-pycrypto: vulnerabilities. python3-pycrypto: +python3-pycrypto: Homepage: https://www.pycrypto.org/ python3-pycrypto: |