From 767a83c33e0b4cdf6d4bb281e7b0cce2ffd11a95 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 17 Apr 2018 09:45:41 +0200 Subject: [PATCH] isync: remove libressl patches --- srcpkgs/isync/patches/libressl.patch | 11 ----------- srcpkgs/isync/template | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 srcpkgs/isync/patches/libressl.patch diff --git a/srcpkgs/isync/patches/libressl.patch b/srcpkgs/isync/patches/libressl.patch deleted file mode 100644 index f8b9c17550..0000000000 --- a/srcpkgs/isync/patches/libressl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/socket.c.orig -+++ src/socket.c -@@ -40,7 +40,7 @@ - # include - # include - # include --# if OPENSSL_VERSION_NUMBER < 0x10100000L -+# if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) - # define X509_OBJECT_get0_X509(o) ((o)->data.x509) - # define X509_STORE_get0_objects(o) ((o)->objs) - # endif diff --git a/srcpkgs/isync/template b/srcpkgs/isync/template index 80f11c983d..89fe6a71e2 100644 --- a/srcpkgs/isync/template +++ b/srcpkgs/isync/template @@ -1,7 +1,7 @@ # Template file for 'isync' pkgname=isync version=1.3.0 -revision=3 +revision=4 build_style=gnu-configure hostmakedepends="perl pkg-config" makedepends="libressl-devel libsasl-devel db-devel zlib-devel"