SHA256
1
0
forked from pool/Botan

Accepting request 159650 from home:cgiboudeaux:branches:devel:libraries:c_c++

Update to 1.10.5

OBS-URL: https://build.opensuse.org/request/show/159650
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=39
This commit is contained in:
Ismail Dönmez
2013-03-18 14:19:03 +00:00
committed by Git OBS Bridge
parent 1a851e4a23
commit 73ce913dff
5 changed files with 21 additions and 12 deletions

BIN
Botan-1.10.3.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
Botan-1.10.5.tbz (Stored with Git LFS) Normal file

Binary file not shown.

View File

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

View File

@@ -20,19 +20,19 @@
%define short_version 1.10
Name: Botan
Version: 1.10.3
Version: 1.10.5
Release: 0
Url: http://botan.randombit.net
Summary: A C++ Crypto Library
License: BSD-3-Clause
Group: Development/Libraries/C and C++
Source: Botan-%{version}.tar.bz2
Source: http://botan.randombit.net/files/%{name}-%{version}.tbz
Source2: baselibs.conf
Patch0: Botan-inttypes.patch
Patch1: Botan-ull_constants.patch.bz2
Patch2: Botan-fix_install_paths.patch
Patch4: Botan-no-buildtime.patch
Patch6: Botan-fix_pkgconfig.patch
Patch6: Botan-fix_pkgconfig.patch
Patch7: dont-set-mach-value.diff
Patch8: aarch64-support.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -88,7 +88,7 @@ programs that use the Botan library.
%patch2
%patch4
%patch6
%patch7
%patch7 -p1
%patch8
%build

View File

@@ -1,8 +1,8 @@
We don't want any fiddling with -march, our flags via %optflags are always right
--- configure.py
+++ configure.py
@@ -1081,7 +1081,7 @@
diff --git a/configure.py b/configure.py
index b606e06..f184939 100755
--- a/configure.py
+++ b/configure.py
@@ -1135,7 +1135,7 @@ def create_template_vars(build_config, options, modules, cc, arch, osinfo):
options.cpu, options.debug_build),
'lib_opt': cc.library_opt_flags(options),