diff --git a/srcpkgs/isync/patches/libressl.patch b/srcpkgs/isync/patches/libressl.patch new file mode 100644 index 0000000000..f8b9c17550 --- /dev/null +++ b/srcpkgs/isync/patches/libressl.patch @@ -0,0 +1,11 @@ +--- 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 dd34822003..0818231772 100644 --- a/srcpkgs/isync/template +++ b/srcpkgs/isync/template @@ -1,17 +1,17 @@ # Template file for 'isync' pkgname=isync -version=1.2.1 -revision=4 +version=1.2.2 +revision=1 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="libressl-devel libsasl-devel db-devel zlib-devel" depends="ca-certificates" short_desc="IMAP and MailDir mailbox synchronizer" -maintainer="Christian Neukirchen " +maintainer="Leah Neukirchen " license="GPL-2" homepage="http://isync.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=e716de28c9a08e624a035caae3902fcf3b511553be5d61517a133e03aa3532ae +checksum=d9197e27bfe77e3d8971f4fcb25ec37b2506827c4bc9439b72376caa091ce877 post_install() { vsconf src/mbsyncrc.sample