diff --git a/Botan-1.10.6.tbz b/Botan-1.10.6.tbz deleted file mode 100644 index 55d8a08..0000000 --- a/Botan-1.10.6.tbz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72a9be97350523ee1b06c8722032faa566fcb98456b0b7ac06b45a1dc4446fa7 -size 2240595 diff --git a/Botan-1.10.8.tbz b/Botan-1.10.8.tbz new file mode 100644 index 0000000..a80774b --- /dev/null +++ b/Botan-1.10.8.tbz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2fd5fe904bba7cd688df021689f53a2d2f87ae728b647196a6b5954d184ea0 +size 2211993 diff --git a/Botan.changes b/Botan.changes index f9823e5..9f37b3f 100644 --- a/Botan.changes +++ b/Botan.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri May 8 18:00:00 CET 2014 - tbehrens@suse.com + +- Update to 1.10.8 + * Fix a bug in primality testing introduced in 1.8.3 which caused + only a single random base, rather than a sequence of random bases, + to be used in the Miller-Rabin test. This increased the + probability that a non-prime would be accepted, for instance a + 1024 bit number would be incorrectly classed as prime with + probability around 2^-40. Reported by Jeff Marrison. + * The key length limit on HMAC has been raised to 512 bytes, + allowing the use of very long passphrases with PBKDF2. + +- Update to 1.10.7 + * OAEP had two bugs, one of which allowed it to be used even if the + key was too small, and the other of which would cause a crash + during decryption if the EME data was too large for the associated + key. + ------------------------------------------------------------------- Mon Mar 3 13:57:13 CET 2014 - ro@suse.de diff --git a/Botan.spec b/Botan.spec index 06cfb8c..4616c90 100644 --- a/Botan.spec +++ b/Botan.spec @@ -20,13 +20,13 @@ %define short_version 1.10 Name: Botan -Version: 1.10.6 +Version: 1.10.8 Release: 0 Url: http://botan.randombit.net Summary: A C++ Crypto Library License: BSD-2-Clause Group: Development/Libraries/C and C++ -Source: http://botan.randombit.net/files/%{name}-%{version}.tbz +Source: https://files.randombit.net/botan/%{name}-%{version}.tbz Source2: baselibs.conf Patch0: Botan-inttypes.patch Patch1: Botan-ull_constants.patch.bz2