rspamd: update to 1.2.7.

This commit is contained in:
Enno Boland 2016-05-26 08:14:25 +02:00
parent 525fcdb085
commit e4c1513acc
2 changed files with 2 additions and 13 deletions

View File

@ -1,11 +0,0 @@
--- src/libserver/dkim.c.orig 2016-04-30 12:01:07.681284455 +0200
+++ src/libserver/dkim.c 2016-04-30 12:01:17.738283703 +0200
@@ -886,7 +886,7 @@ rspamd_create_dkim_context (const gchar
return NULL;
}
-#if OPENSSL_VERSION_NUMBER < 0x10100000L
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || 1
ctx->body_hash = EVP_MD_CTX_create ();
EVP_DigestInit_ex (ctx->body_hash, md_alg, NULL);
ctx->headers_hash = EVP_MD_CTX_create ();

View File

@ -1,6 +1,6 @@
# Template file for 'rspamd'
pkgname=rspamd
version=1.2.6
version=1.2.7
revision=1
build_style=cmake
configure_args="
@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
license="BSD"
homepage="http://rspamd.com/"
distfiles="http://rspamd.com/downloads/rspamd-${version}.tar.xz"
checksum=a1cbc5ccd53a5c9abe2d9f121f5936fcbd9d68f17fa354e8bddf4fcb3fc768c5
checksum=7a19b2f49cb39d5839785d261a2d6d0d9cca24e760d5adb2b597b1eeb0831c3a
system_accounts="rspamd"
rspamd_homedir="/var/lib/rspamd"
conf_files="/etc/rspamd/*.conf /etc/rspamd/*.inc /etc/rspamd/modules.d/*.conf"