rspamd: update to 1.2.6.

This commit is contained in:
Enno Boland 2016-04-30 12:04:16 +02:00
parent a1db1fb896
commit 830bb27371
2 changed files with 13 additions and 2 deletions

View File

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