From 5a26b35e341f62ebf839cdee0356f0644a8321e5cc0f3a8b7698afaf6da98a43 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Tue, 27 Mar 2018 15:41:00 +0000 Subject: [PATCH] Accepting request 591568 from home:dimstar:Factory - Build against openSSL 1.0 until upstream catches up (boo#1078844). OBS-URL: https://build.opensuse.org/request/show/591568 OBS-URL: https://build.opensuse.org/package/show/security/john?expand=0&rev=53 --- john.changes | 6 ++++++ john.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/john.changes b/john.changes index 05d570c..cab9c8c 100644 --- a/john.changes +++ b/john.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 27 11:10:16 UTC 2018 - dimstar@opensuse.org + +- Build against openSSL 1.0 until upstream catches up + (boo#1078844). + ------------------------------------------------------------------- Sat May 27 15:44:54 UTC 2017 - bwiedemann@suse.com diff --git a/john.spec b/john.spec index 9f1998d..dfc3980 100644 --- a/john.spec +++ b/john.spec @@ -36,7 +36,8 @@ Patch0: john-1.7.9-powerpc_BE_need_rhash_u32_swap_copy.patch Patch1: ppc64le.patch # PATCH-FIX-UPSTREAM https://github.com/magnumripper/JohnTheRipper/pull/2560 Patch2: reproducible.patch -BuildRequires: openssl-devel +BuildRequires: pkgconfig(openssl) +BuildConflicts: pkgconfig(openssl) >= 1.1 %if 0%{?suse_version} == 1110 BuildRequires: xz %endif