Accepting request 1187484 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1187484 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Botan?expand=0&rev=65
This commit is contained in:
commit
fdbb1be950
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dae047f399c5a47f087db5d3d9d9e8f11ae4985d14c928d71da1aff801802d55
|
|
||||||
size 6105896
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAmN1EHoACgkQYhHr8e+6
|
|
||||||
37xxPggAp0uJtVxOzeAmFXMiW1jwB0Ctz3MqKkVI9bxSdOrJMb31B/ZO3dDYTO/G
|
|
||||||
TCMzzuh8F1a+FKK9sTFI45OzMOFaoTemm+p76uuVwXl+UkcoU1huzOKtFB51Gdpy
|
|
||||||
auzbiInsVVXPDSORy5Ic6B6WmZvxx2BEtN7dLjcxVP1WboJZLvTWlccBRxCTVDn3
|
|
||||||
8JnU41x+W7LNc4+2M3gQoRgo0eibVpJ7G46FkapFVi5HuuIERsAUKO0zF3slRJwe
|
|
||||||
Z7fOdQLRuq4ZA8QQikRX/B1cMhRPXP0m9qXM3g2xvu+eckCZvByzx9KibOJa++Y+
|
|
||||||
SA9RVKtyvF1EQNZxH4SO3/1cfzTw1w==
|
|
||||||
=SgX6
|
|
||||||
-----END PGP SIGNATURE-----
|
|
BIN
Botan-2.19.5.tar.xz
(Stored with Git LFS)
Normal file
BIN
Botan-2.19.5.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
12
Botan-2.19.5.tar.xz.asc
Normal file
12
Botan-2.19.5.tar.xz.asc
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAmaL/agACgkQYhHr8e+6
|
||||||
|
37wGJggAnreZh5SxH/FQTgeLtLD+Fb11cnyBstQeWuJq0Np/bPSsEzwgMLu9F/0/
|
||||||
|
DWOH74eDLds8FUhh/w39bOkNgd2r6FTBLjnN1g8M86jsTg7ILlG04tbc1GF79Mx8
|
||||||
|
GxDBdfNsKmqKEzVJBWHbwnqjvOR9oO2bdKLe2NCJ9jyrw5xyHNhfOEG7zXzpfFFN
|
||||||
|
DM16kl2OVYnYrbDQyVGW9JNi+038qyR3fBfkWInOd8WoiimrOTk5+HuBL06RhWGN
|
||||||
|
yiHT9P5AK/45fhCcs0yFiUpfrz85MfqqT6vIygV7v2fDElfpTX12LB1I7id8QyDN
|
||||||
|
m9gqpB0mP0ewxaO0sIuV0UXk+ntfDg==
|
||||||
|
=IUJq
|
||||||
|
-----END PGP SIGNATURE-----
|
||||||
|
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 15 05:50:55 UTC 2024 - Angel Yankov <angel.yankov@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.19.5:
|
||||||
|
* Fix multiple Denial of service attacks due to X.509 cert processing:
|
||||||
|
* CVE-2024-34702 - bsc#1227238
|
||||||
|
* CVE-2024-34703 - bsc#1227607
|
||||||
|
* CVE-2024-39312 - bsc#1227608
|
||||||
|
* Fix a crash in OCB
|
||||||
|
* Fix a test failure in compression with certain versions of zlib
|
||||||
|
* Fix some iterator debugging errors in TLS CBC decryption.
|
||||||
|
* Avoid a miscompilation in ARIA when using XCode 14
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 17 13:18:55 UTC 2023 - Marcus Meissner <meissner@suse.com>
|
Fri Nov 17 13:18:55 UTC 2023 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package Botan
|
# spec file for package Botan
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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
|
||||||
@ -20,7 +20,7 @@
|
|||||||
%define version_suffix 2-19
|
%define version_suffix 2-19
|
||||||
%define short_version 2
|
%define short_version 2
|
||||||
Name: Botan
|
Name: Botan
|
||||||
Version: 2.19.3
|
Version: 2.19.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A C++ Crypto Library
|
Summary: A C++ Crypto Library
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user