From 82a9c7bef1193d2e17226b7cee721db63ed5530c Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Tue, 19 May 2015 14:37:43 +0200 Subject: [PATCH] Add missing ssl.h include --- pegasus-2.14.1-ssl-include.patch | 11 +++++++++++ tog-pegasus.spec | 4 ++++ 2 files changed, 15 insertions(+) create mode 100644 pegasus-2.14.1-ssl-include.patch diff --git a/pegasus-2.14.1-ssl-include.patch b/pegasus-2.14.1-ssl-include.patch new file mode 100644 index 0000000..b229d75 --- /dev/null +++ b/pegasus-2.14.1-ssl-include.patch @@ -0,0 +1,11 @@ +diff -up pegasus/src/Pegasus/Server/tests/TLSv_1_2_Support/TestTLSv1_2_Support.cpp.orig pegasus/src/Pegasus/Server/tests/TLSv_1_2_Support/TestTLSv1_2_Support.cpp +--- pegasus/src/Pegasus/Server/tests/TLSv_1_2_Support/TestTLSv1_2_Support.cpp.orig 2015-05-19 13:49:59.100133630 +0200 ++++ pegasus/src/Pegasus/Server/tests/TLSv_1_2_Support/TestTLSv1_2_Support.cpp 2015-05-19 13:50:40.665309444 +0200 +@@ -37,6 +37,7 @@ + + + #ifdef PEGASUS_HAS_SSL ++# include + # include + #endif + diff --git a/tog-pegasus.spec b/tog-pegasus.spec index 2a5dbb7..66d66cc 100644 --- a/tog-pegasus.spec +++ b/tog-pegasus.spec @@ -82,6 +82,8 @@ Patch29: pegasus-2.13.0-enable-subscriptions-for-nonprivileged-users.patc Patch33: pegasus-2.13.0-gcc5-build.patch # 34: fixes various build problemss Patch34: pegasus-2.14.1-build-fixes.patch +# 35: add missing ssl.h include +Patch35: pegasus-2.14.1-ssl-include.patch BuildRequires: procps, libstdc++, pam-devel BuildRequires: openssl, openssl-devel @@ -226,6 +228,7 @@ yes | mak/CreateDmtfSchema 238 %{SOURCE9} cim_schema_2.38.0 %patch29 -p1 -b .enable-subscriptions-for-nonprivileged-users %patch33 -p1 -b .gcc5-build %patch34 -p1 -b .build-fixes +%patch35 -p1 -b .ssl-include %build @@ -507,6 +510,7 @@ fi * Tue May 19 2015 Vitezslav Crhonek - 2:2.14.1-24 - Add snmp tests to the -test rpm and enable them, configure snmptrapd in test setup phase +- Add missing ssl.h include * Wed Apr 08 2015 Vitezslav Crhonek - 2:2.14.1-23 - Update to upstream version 2.14.1