From 94ad1b100834114f275defbfae0c2bfdf0430184 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 17 Apr 2018 09:45:39 +0200 Subject: [PATCH] boinc: remove libressl patches --- srcpkgs/boinc/patches/fix-libressl-crypt_h.patch | 11 ----------- srcpkgs/boinc/template | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 srcpkgs/boinc/patches/fix-libressl-crypt_h.patch diff --git a/srcpkgs/boinc/patches/fix-libressl-crypt_h.patch b/srcpkgs/boinc/patches/fix-libressl-crypt_h.patch deleted file mode 100644 index 66e93c9de0b..00000000000 --- a/srcpkgs/boinc/patches/fix-libressl-crypt_h.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/crypt.h 2017-08-28 22:29:59.000000000 +0200 -+++ lib/crypt.h 2017-09-21 15:15:32.882784075 +0200 -@@ -26,7 +26,7 @@ - - #include - --#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) /* OpenSSL 1.1.0+ */ -+#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER) /* OpenSSL 1.1.0+ */ - #define HAVE_OPAQUE_EVP_PKEY 1 /* since 1.1.0 -pre3 */ - #define HAVE_OPAQUE_RSA_DSA_DH 1 /* since 1.1.0 -pre5 */ - #endif diff --git a/srcpkgs/boinc/template b/srcpkgs/boinc/template index eedf114b12c..cc7dfb01ba4 100644 --- a/srcpkgs/boinc/template +++ b/srcpkgs/boinc/template @@ -1,7 +1,7 @@ # Template file for 'boinc' pkgname=boinc version=7.8.6 -revision=2 +revision=3 wrksrc=boinc-client_release-${version%.*}-${version} build_style=gnu-configure hostmakedepends="automake libtool pkg-config python"