Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/botan/files/
Date: Fri, 13 Oct 2017 16:41:56
Message-Id: 1507912905.429f31a639972743785eff8177f0b1407e5f7502.alonbl@gentoo
1 commit: 429f31a639972743785eff8177f0b1407e5f7502
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 13 16:40:43 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 13 16:41:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429f31a6
7
8 dev-libs/botan: add missing limits.h
9
10 Gentoo-Bug: https://bugs.gentoo.org/634180
11 Package-Manager: Portage-2.3.8, Repoman-2.3.3
12
13 dev-libs/botan/files/botan-2.3.0-build.patch | 26 ++++++++++++++++++++++++++
14 1 file changed, 26 insertions(+)
15
16 diff --git a/dev-libs/botan/files/botan-2.3.0-build.patch b/dev-libs/botan/files/botan-2.3.0-build.patch
17 index b4d4ca6e694..06d44cd0c49 100644
18 --- a/dev-libs/botan/files/botan-2.3.0-build.patch
19 +++ b/dev-libs/botan/files/botan-2.3.0-build.patch
20 @@ -20,3 +20,29 @@ index 9580bc9c5..fabaccb18 100644
21
22 namespace Botan {
23
24 +From 8526077c273c752661786e0ef5d9f7b945c83931 Mon Sep 17 00:00:00 2001
25 +From: Alon Bar-Lev <alon.barlev@×××××.com>
26 +Date: Fri, 13 Oct 2017 19:34:25 +0300
27 +Subject: [PATCH] Add limits.h header for INT_MAX
28 +
29 +Gentoo-Bug: https://bugs.gentoo.org/633468
30 +Signed-off-by: Alon Bar-Lev <alon.barlev@×××××.com>
31 +---
32 + src/lib/prov/openssl/openssl_rsa.cpp | 1 +
33 + 1 file changed, 1 insertion(+)
34 +
35 +diff --git a/src/lib/prov/openssl/openssl_rsa.cpp b/src/lib/prov/openssl/openssl_rsa.cpp
36 +index fae869b..ab5ac64 100644
37 +--- a/src/lib/prov/openssl/openssl_rsa.cpp
38 ++++ b/src/lib/prov/openssl/openssl_rsa.cpp
39 +@@ -22,6 +22,7 @@
40 + #include <openssl/x509.h>
41 + #include <openssl/err.h>
42 + #include <openssl/rand.h>
43 ++#include <limits.h>
44 +
45 + namespace Botan {
46 +
47 +--
48 +2.13.6
49 +