Accepting request 887274 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/887274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Botan?expand=0&rev=58
This commit is contained in:
Dominique Leuenberger 2021-04-21 19:00:25 +00:00 committed by Git OBS Bridge
commit 9577ecad7c
7 changed files with 37 additions and 22 deletions

View File

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

View File

@ -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
View 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
View 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-----

View File

@ -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> Wed Dec 23 09:20:07 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package Botan # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 %define short_version 2
Name: Botan Name: Botan
Version: 2.17.3 Version: 2.18.0
Release: 0 Release: 0
Summary: A C++ Crypto Library Summary: A C++ Crypto Library
License: BSD-2-Clause License: BSD-2-Clause
@ -31,9 +31,6 @@ Source2: %{name}.keyring
Source3: baselibs.conf Source3: baselibs.conf
BuildRequires: bzip2 >= 1.0.2 BuildRequires: bzip2 >= 1.0.2
BuildRequires: gcc-c++ BuildRequires: gcc-c++
# FIXME: is this dependency correct?
BuildRequires: gmp-devel >= 4.1
#Requires: gmp >= 4.1
BuildRequires: libbz2-devel BuildRequires: libbz2-devel
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
@ -100,6 +97,7 @@ python3 ./configure.py \
--with-bzip2 \ --with-bzip2 \
--with-zlib \ --with-zlib \
--with-openssl \ --with-openssl \
--with-openmp \
%ifarch %{ix86} %ifarch %{ix86}
--cpu=x86_32 --cpu=x86_32
%else %else
@ -119,6 +117,9 @@ rm -f %{buildroot}/%{_libdir}/libbotan*.a
chmod +x %{buildroot}%{python3_sitearch}/botan2.py chmod +x %{buildroot}%{python3_sitearch}/botan2.py
sed -i '1s@^#!/.*@#!%{_bindir}/python3@' %{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 %post -n libbotan-%{version_suffix} -p /sbin/ldconfig
%postun -n libbotan-%{version_suffix} -p /sbin/ldconfig %postun -n libbotan-%{version_suffix} -p /sbin/ldconfig

View File

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