diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-01-10 19:35:56 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-01-11 08:59:48 +0100 |
commit | 301bb5c2767eae26d65873c362cbc9f82f730757 (patch) | |
tree | 78aa3d12987312244e3d3384ae0fcb3c7b9d8c77 /source/l/cryptopp | |
parent | aa880ab99e88f012f30174bf2290d30632a986ba (diff) | |
download | current-301bb5c2767eae26d65873c362cbc9f82f730757.tar.gz |
Sun Jan 10 19:35:56 UTC 202120210110193556
a/findutils-4.8.0-x86_64-1.txz: Upgraded.
a/lzip-1.22-x86_64-1.txz: Upgraded.
ap/vim-8.2.2323-x86_64-1.txz: Upgraded.
d/meson-0.56.2-x86_64-1.txz: Upgraded.
d/python-setuptools-51.1.2-x86_64-1.txz: Upgraded.
l/cryptopp-8.2.0-x86_64-1.txz: Upgraded.
In the ChangeLog for cryfs: * Updated to crypto++ 8.2
Seems cryfs does not work with newer versions of cryptopp, so since nothing
else uses it in Slackware we'll pin it at this version until cryfs notes
that it's OK to move forward.
Thanks to alienBOB and USUARIONUEVO for the bug report.
l/gjs-1.66.2-x86_64-1.txz: Upgraded.
l/imagemagick-7.0.10_57-x86_64-1.txz: Upgraded.
l/python-sane-2.9.1-x86_64-1.txz: Upgraded.
n/libqmi-1.26.8-x86_64-1.txz: Upgraded.
xap/vim-gvim-8.2.2323-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/cryptopp')
-rwxr-xr-x | source/l/cryptopp/cryptopp.SlackBuild | 2 | ||||
-rw-r--r-- | source/l/cryptopp/cryptopp.url | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/l/cryptopp/cryptopp.SlackBuild b/source/l/cryptopp/cryptopp.SlackBuild index af9f353e..4ce5a969 100755 --- a/source/l/cryptopp/cryptopp.SlackBuild +++ b/source/l/cryptopp/cryptopp.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=cryptopp -VERSION=${VERSION:-8.4.0} +VERSION=${VERSION:-8.2.0} SRCVER=$(echo $VERSION | tr -d '.') BUILD=${BUILD:-1} diff --git a/source/l/cryptopp/cryptopp.url b/source/l/cryptopp/cryptopp.url index 2bf7f739..1bc3357d 100644 --- a/source/l/cryptopp/cryptopp.url +++ b/source/l/cryptopp/cryptopp.url @@ -1 +1 @@ -https://www.cryptopp.com/cryptopp840.zip +https://www.cryptopp.com/cryptopp820.zip |