From 8c7dbe7b06682d1493fb782651b6f50346e4f4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sun, 22 Jul 2018 21:37:05 +0300 Subject: [PATCH] openssl remove patch --- system/base/openssl/actions.py | 4 ++-- system/base/openssl/pspec.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/system/base/openssl/actions.py b/system/base/openssl/actions.py index 625d1848..c5d560d4 100644 --- a/system/base/openssl/actions.py +++ b/system/base/openssl/actions.py @@ -45,7 +45,7 @@ def build(): def check(): #Revert ca-dir patch not to fail test - shelltools.system("patch -p1 -R < openssl-1.0.0-beta4-ca-dir.patch") + #shelltools.system("patch -p1 -R < openssl-1.0.0-beta4-ca-dir.patch") homeDir = "%s/test-home" % get.workDIR() shelltools.export("HOME", homeDir) @@ -53,7 +53,7 @@ def check(): autotools.make("-j1 test") #Passed. So, re-patch - shelltools.system("patch -p1 < openssl-1.0.0-beta4-ca-dir.patch") + #shelltools.system("patch -p1 < openssl-1.0.0-beta4-ca-dir.patch") def install(): autotools.rawInstall("INSTALL_PREFIX=%s MANDIR=/usr/share/man" % get.installDIR()) diff --git a/system/base/openssl/pspec.xml b/system/base/openssl/pspec.xml index ab3c20fc..3fa39665 100644 --- a/system/base/openssl/pspec.xml +++ b/system/base/openssl/pspec.xml @@ -95,7 +95,7 @@ 2018-07-22 1.0.2o - Rebuild. + Rebuild Ertuğrul Erata ertugrulerata@gmail.com