From ec65d9aa90183bc3cfca3ecb2c2f609f55bae232 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 17 Apr 2018 09:45:46 +0200 Subject: [PATCH] trousers: remove libressl patches --- srcpkgs/trousers/patches/fix-libressl.patch | 11 ----------- srcpkgs/trousers/template | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 srcpkgs/trousers/patches/fix-libressl.patch diff --git a/srcpkgs/trousers/patches/fix-libressl.patch b/srcpkgs/trousers/patches/fix-libressl.patch deleted file mode 100644 index b7ac6243444..00000000000 --- a/srcpkgs/trousers/patches/fix-libressl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/trspi/crypto/openssl/rsa.c 2016-11-21 03:16:10 UTC -+++ src/trspi/crypto/openssl/rsa.c -@@ -38,7 +38,7 @@ - #define DEBUG_print_openssl_errors() - #endif - --#if OPENSSL_VERSION_NUMBER < 0x10100001L -+#if OPENSSL_VERSION_NUMBER < 0x10100001L || defined(LIBRESSL_VERSION_NUMBER) - static int - RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) - { diff --git a/srcpkgs/trousers/template b/srcpkgs/trousers/template index 365af1285be..36fe35cb204 100644 --- a/srcpkgs/trousers/template +++ b/srcpkgs/trousers/template @@ -1,7 +1,7 @@ # Template file for 'trousers' pkgname=trousers version=0.3.14 -revision=4 +revision=5 build_style=gnu-configure conf_files="/etc/tcsd.conf" makedepends="libressl-devel"