mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
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'
|
# Template file for 'isync'
|
||||||
pkgname=isync
|
pkgname=isync
|
||||||
version=1.2.1
|
version=1.2.2
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libressl-devel libsasl-devel db-devel zlib-devel"
|
makedepends="libressl-devel libsasl-devel db-devel zlib-devel"
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
short_desc="IMAP and MailDir mailbox synchronizer"
|
short_desc="IMAP and MailDir mailbox synchronizer"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://isync.sourceforge.net/"
|
homepage="http://isync.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=e716de28c9a08e624a035caae3902fcf3b511553be5d61517a133e03aa3532ae
|
checksum=d9197e27bfe77e3d8971f4fcb25ec37b2506827c4bc9439b72376caa091ce877
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf src/mbsyncrc.sample
|
vsconf src/mbsyncrc.sample
|
||||||
|
|
Loading…
Add table
Reference in a new issue