SHA256
1
0
forked from pool/Botan

Accepting request 848508 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/848508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Botan?expand=0&rev=56
This commit is contained in:
Dominique Leuenberger 2020-11-17 20:22:11 +00:00 committed by Git OBS Bridge
commit 4bf06d240d
7 changed files with 41 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92ed6ebc918d86bd1b04221ca518af4cf29cc326c4760740bd2d22e61cea2628
size 5938644

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAl98Y5EACgkQYhHr8e+6
37wkvgf/Q5sSh/2jIRryU2RbD227e7verPR44d7J3OXk0IErBzcbOSP7z9LmSVFu
BKQOskzQW3FDo1BNNl7R/+hs3ifXv4gX8ycOHxaY4CJi9Fbmr+SNJ5RdAy48s+rO
0qzIR06aTuWe7mqKetx+qzn9+CmpVosKRWQiA80Pn5L+LdfTlzGNhCqVsZvKsNzu
zqtFnsMEv3LLP/4jxFCeymkZjsGYMF7jV+Mh91Ic5wj5RWMGF/qCNgfsL40V/izd
d0LjZQz0UVmKc93VumK/PFp9ExVbqThuzwtBYq9UOdehDKyyX9y7kg6n3rSqEvKq
CgoFShTKQMNhJK83ql6KtSxz20T0uA==
=7bRN
-----END PGP SIGNATURE-----

3
Botan-2.17.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ebe27dfe2b55d7e02bf520e926606c48b76b22facb483256b13ab38e018e1e6c
size 5940964

11
Botan-2.17.2.tar.xz.asc Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAl+umVsACgkQYhHr8e+6
37wTmwf/RQ6xKL2eDtrbrLQ8e5FeJExnzuQgmmcibtyNBCFH1ohbK7zd38oB5ouE
OOe2X64rjAoRU1fSg7xkT3I2DfcVFYaDE1qNb4HJk7EknaPNo4C8Eyjh3v83aPQg
YOasA7G041IgElpZbAuK3pYeJA38ljmtFht4iRSBxHw0HBBa3qjYmMBP4KFLKQfa
0x7c8iiaYGH5gTUpi8YoT7Bkt95Dr4NxobQ4kRqAcEWxzm1nTTeTCiCPqWgnd+bs
5+TF8uQkdaxHHR5OsvafDdwVcKr1Ldv7eaPL9e2tfGX6JeM865r7A5OMpWY2mD+M
/Ti8VH1LDPPs7tnUnc9IJY2TZLIfCw==
=2MvX
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Nov 13 20:42:02 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- Botan 2.17.2:
* Fix build problem on ppc64
* Resolve an issue in the modular square root algorithm
-------------------------------------------------------------------
Sat Nov 7 21:51:19 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- Botan 2.17.1:
* Fix bugs in ECDSA signature generation and verifications under
specific circumstances
* developer visible changes, including deprecation with warnings
* optimization in the non-hardware assisted AES key generation
* Add more detection logic for AVX-512 features
* Fix a bug parsing deeply nested cipher names
* Prevent requesting DER encoding of signatures when the
algorithm did not support it
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 27 15:53:08 UTC 2020 - Pedro Monreal <pmonreal@suse.com> Tue Oct 27 15:53:08 UTC 2020 - Pedro Monreal <pmonreal@suse.com>

View File

@ -16,15 +16,15 @@
# #
%define version_suffix 2-16 %define version_suffix 2-17
%define short_version 2 %define short_version 2
Name: Botan Name: Botan
Version: 2.16.0 Version: 2.17.2
Release: 0 Release: 0
Summary: A C++ Crypto Library Summary: A C++ Crypto Library
License: BSD-2-Clause License: BSD-2-Clause
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
URL: http://botan.randombit.net URL: https://botan.randombit.net
Source0: http://botan.randombit.net/releases/Botan-%{version}.tar.xz Source0: http://botan.randombit.net/releases/Botan-%{version}.tar.xz
Source1: http://botan.randombit.net/releases/Botan-%{version}.tar.xz.asc Source1: http://botan.randombit.net/releases/Botan-%{version}.tar.xz.asc
Source2: %{name}.keyring Source2: %{name}.keyring
@ -100,7 +100,7 @@ python3 ./configure.py \
--with-bzip2 \ --with-bzip2 \
--with-zlib \ --with-zlib \
--with-openssl \ --with-openssl \
%ifarch %ix86 %ifarch %{ix86}
--cpu=x86_32 --cpu=x86_32
%else %else
%ifarch %{arm} %ifarch %{arm}
@ -110,7 +110,7 @@ python3 ./configure.py \
%endif %endif
%endif %endif
make %{?_smp_mflags} WARN_FLAGS="%{optflags}" %make_build WARN_FLAGS="%{optflags}"
%install %install
sed -i 's/env python/env python3/' src/scripts/install.py sed -i 's/env python/env python3/' src/scripts/install.py

View File

@ -1,4 +1,4 @@
libbotan-2-16 libbotan-2-17
libbotan-devel libbotan-devel
requires -libbotan-<targettype> = <version> requires -libbotan-<targettype> = <version>
requires "libbotan-2-16-<targettype> = <version>" requires "libbotan-2-17-<targettype> = <version>"