forked from pool/Botan
Accepting request 159819 from devel:libraries:c_c++
Update to 1.10.5 (forwarded request 159650 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/159819 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Botan?expand=0&rev=28
This commit is contained in:
commit
cbd3f9a9b4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:95bc62e9ac08d26f5672cf469bfd0b83b42f4c7295c49c1a81dabcf4504d6767
|
|
||||||
size 2218471
|
|
3
Botan-1.10.5.tbz
Normal file
3
Botan-1.10.5.tbz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2934c00533847dc93c485081d3ce6aae4a110151a69b587b895241159da77cf3
|
||||||
|
size 2214817
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 16 13:44:43 UTC 2013 - cgiboudeaux@gmx.com
|
||||||
|
|
||||||
|
- Update to 1.10.5
|
||||||
|
* A potential crash in the AES-NI implementation of the AES-192 key schedule
|
||||||
|
(caused by misaligned loads) has been fixed.
|
||||||
|
* A previously conditional operation in Montgomery multiplication and
|
||||||
|
squaring is now always performed, removing a possible timing channel.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 10 21:35:25 UTC 2013 - schwab@suse.de
|
Sun Mar 10 21:35:25 UTC 2013 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -20,19 +20,19 @@
|
|||||||
%define short_version 1.10
|
%define short_version 1.10
|
||||||
|
|
||||||
Name: Botan
|
Name: Botan
|
||||||
Version: 1.10.3
|
Version: 1.10.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://botan.randombit.net
|
Url: http://botan.randombit.net
|
||||||
Summary: A C++ Crypto Library
|
Summary: A C++ Crypto Library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Source: Botan-%{version}.tar.bz2
|
Source: http://botan.randombit.net/files/%{name}-%{version}.tbz
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Patch0: Botan-inttypes.patch
|
Patch0: Botan-inttypes.patch
|
||||||
Patch1: Botan-ull_constants.patch.bz2
|
Patch1: Botan-ull_constants.patch.bz2
|
||||||
Patch2: Botan-fix_install_paths.patch
|
Patch2: Botan-fix_install_paths.patch
|
||||||
Patch4: Botan-no-buildtime.patch
|
Patch4: Botan-no-buildtime.patch
|
||||||
Patch6: Botan-fix_pkgconfig.patch
|
Patch6: Botan-fix_pkgconfig.patch
|
||||||
Patch7: dont-set-mach-value.diff
|
Patch7: dont-set-mach-value.diff
|
||||||
Patch8: aarch64-support.patch
|
Patch8: aarch64-support.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -88,7 +88,7 @@ programs that use the Botan library.
|
|||||||
%patch2
|
%patch2
|
||||||
%patch4
|
%patch4
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7 -p1
|
||||||
%patch8
|
%patch8
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
We don't want any fiddling with -march, our flags via %optflags are always right
|
diff --git a/configure.py b/configure.py
|
||||||
|
index b606e06..f184939 100755
|
||||||
--- configure.py
|
--- a/configure.py
|
||||||
+++ configure.py
|
+++ b/configure.py
|
||||||
@@ -1081,7 +1081,7 @@
|
@@ -1135,7 +1135,7 @@ def create_template_vars(build_config, options, modules, cc, arch, osinfo):
|
||||||
options.cpu, options.debug_build),
|
options.cpu, options.debug_build),
|
||||||
|
|
||||||
'lib_opt': cc.library_opt_flags(options),
|
'lib_opt': cc.library_opt_flags(options),
|
||||||
|
Loading…
Reference in New Issue
Block a user