forked from pool/Botan
Accepting request 886088 from home:susnux:branches:devel:libraries:c_c++
Botan 2.18.0, enable and run tests OBS-URL: https://build.opensuse.org/request/show/886088 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=104
This commit is contained in:
parent
9146cb8cdf
commit
26ea3dbb76
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79123b654445a4abba486e09a431788545c708237382a3e765664c9f55b03b88
|
||||
size 5937596
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAl/hH5YACgkQYhHr8e+6
|
||||
37yQQgf9FtUXcEfFRoxlvioPxwy8VKiidhYTIAw7BhPzxCdmVPbXrxjBl4ozBAvS
|
||||
G/5tIaVVVpVYbkbtraublFkjuBXdiqbKi93W4aoDAUYinDKeA14V9MkWDRlCL5EJ
|
||||
SmM1wXcBF1g+pS0LsYA1uuI1DCfeJ7JZcIN3aGMXXCVFqt4goRoC4/VjWmvQKjnV
|
||||
xr902/WvzvhvAMioUrkY1C11yjuKylJ1MwEZ5fOrKU3NB+DCoA0guA7gdUWcJntG
|
||||
8fyqONNJhT+YKf2yxbArPD+p4OnMJdehEzAJ8W60+GeGmBjImgsdlnzKRfbw2G+I
|
||||
CCbH+NY5Tyfi6dKAyteL+iYLqreu3Q==
|
||||
=mrkU
|
||||
-----END PGP SIGNATURE-----
|
3
Botan-2.18.0.tar.xz
Normal file
3
Botan-2.18.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc64852e1e0c5bb30ecd052e4a12d5136125a8ce5c3be2efb6fb061c8677e327
|
||||
size 5941536
|
11
Botan-2.18.0.tar.xz.asc
Normal file
11
Botan-2.18.0.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAmB4BDcACgkQYhHr8e+6
|
||||
37x6rgf+MOrHQM2xrZkAQ1/Vpyo6Ggrl3ZXZTpLRZVGNf2/ohTExwVrpgpLHZflM
|
||||
+hg4Q08c3sx9LLD8jZ44Gk+/0DQnCM05Mwww/hNIHUjYkhHnai0EXEk41cDrukvM
|
||||
p95w3GhX3MUWIRL3E3Gem/0SpdoSJiwO/HgqMeL9qpq8KP/r+HVU3a0ScYNp6u7e
|
||||
oDN+hnLcOJxuPNB2sOPc9gWhPZ7NPOEfBMjcRVejftOEZS5lj6vdJz24u8G7XAZL
|
||||
G89RsVFDx3vn7Bwd4fNboAKdBhmdw7ls485U29KXCg3d1jfAp7uF/rvF6hUkD0wb
|
||||
FO7WXQwqDUCuXi9c4+seG0hUHqFt4A==
|
||||
=rpaa
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 16 16:56:20 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Botan 2.18.0
|
||||
* Add support for implementing custom RNG objects through the FFI
|
||||
interface
|
||||
* Improve safegcd bounds, improving runtime performance
|
||||
* Reject non-TLS messages as quickly as possible without waiting
|
||||
for a full record.
|
||||
* Fixes for TLS::Stream::async_shutdown
|
||||
- Removed unneeded GNU MP build requirement, support was dropped
|
||||
with version 1.11.10
|
||||
- Enabled check target, verify integrity of build library
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 23 09:20:07 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
13
Botan.spec
13
Botan.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package Botan
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_suffix 2-17
|
||||
%define version_suffix 2-18
|
||||
%define short_version 2
|
||||
Name: Botan
|
||||
Version: 2.17.3
|
||||
Version: 2.18.0
|
||||
Release: 0
|
||||
Summary: A C++ Crypto Library
|
||||
License: BSD-2-Clause
|
||||
@ -31,9 +31,6 @@ Source2: %{name}.keyring
|
||||
Source3: baselibs.conf
|
||||
BuildRequires: bzip2 >= 1.0.2
|
||||
BuildRequires: gcc-c++
|
||||
# FIXME: is this dependency correct?
|
||||
BuildRequires: gmp-devel >= 4.1
|
||||
#Requires: gmp >= 4.1
|
||||
BuildRequires: libbz2-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkgconfig
|
||||
@ -100,6 +97,7 @@ python3 ./configure.py \
|
||||
--with-bzip2 \
|
||||
--with-zlib \
|
||||
--with-openssl \
|
||||
--with-openmp \
|
||||
%ifarch %{ix86}
|
||||
--cpu=x86_32
|
||||
%else
|
||||
@ -119,6 +117,9 @@ rm -f %{buildroot}/%{_libdir}/libbotan*.a
|
||||
chmod +x %{buildroot}%{python3_sitearch}/botan2.py
|
||||
sed -i '1s@^#!/.*@#!%{_bindir}/python3@' %{buildroot}%{python3_sitearch}/botan2.py
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%post -n libbotan-%{version_suffix} -p /sbin/ldconfig
|
||||
%postun -n libbotan-%{version_suffix} -p /sbin/ldconfig
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
libbotan-2-17
|
||||
libbotan-2-18
|
||||
libbotan-devel
|
||||
requires -libbotan-<targettype> = <version>
|
||||
requires "libbotan-2-17-<targettype> = <version>"
|
||||
requires "libbotan-2-18-<targettype> = <version>"
|
||||
|
Loading…
Reference in New Issue
Block a user