From fb55dada6f235b66852e30ba1171a8a519e69f93 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Wed, 12 Aug 2020 11:00:45 +0300 Subject: [PATCH] Remove no more needed hack of headers There was an absolute path left in headers, headers were not useable. --- libressl.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libressl.spec b/libressl.spec index 0a381a9..2952a5f 100644 --- a/libressl.spec +++ b/libressl.spec @@ -76,7 +76,7 @@ Summary: LibreSSL utils and libs coexisting with OpenSSL Name: libressl Version: 3.2.0 -Release: 3 +Release: 4 # The code is distributed under ISC license except of original OpenSSL code License: ISC and BSD-like Group: System/Base @@ -402,8 +402,6 @@ for i in $(echo "%patches" | sed -e 's,[[:space:]],\n,g' | grep -v '/PORTABLE\-' echo "Applying openbsd patch $i" patch -p1 < "$i" done -# TODO: fix patch 0163-ssl-add-support-for-TLSTREE-rekeying.patch, src/lib/libssl/ssl.h etc. -grep -Irl '#include ' | xargs sed -i -e "s,#include ,#include \"${PWD}/src/lib/libcrypto/kdftree/kdftree.h\",g" ) sed -i -e 's,git ,true ,g' update.sh sed -i -e 's,./update.sh,sh -x ./update.sh,g' autogen.sh