isync: remove libressl patches

This commit is contained in:
Enno Boland 2018-04-17 09:45:41 +02:00
parent 389f5467c9
commit 767a83c33e
No known key found for this signature in database
GPG key ID: D09964719BDE9971
2 changed files with 1 additions and 12 deletions

View file

@ -1,11 +0,0 @@
--- src/socket.c.orig
+++ src/socket.c
@@ -40,7 +40,7 @@
# include <openssl/ssl.h>
# include <openssl/err.h>
# include <openssl/x509v3.h>
-# 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

View file

@ -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"