isync: update to 1.2.2.
This commit is contained in:
parent
4a0cf3d676
commit
8e9340a2e4
2 changed files with 15 additions and 4 deletions
11
srcpkgs/isync/patches/libressl.patch
Normal file
11
srcpkgs/isync/patches/libressl.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- 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
|
|
@ -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 <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue