rspamd: update to 1.2.6.
This commit is contained in:
parent
a1db1fb896
commit
830bb27371
11
srcpkgs/rspamd/patches/fix-libressl.patch
Normal file
11
srcpkgs/rspamd/patches/fix-libressl.patch
Normal 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 ();
|
@ -1,6 +1,6 @@
|
||||
# Template file for 'rspamd'
|
||||
pkgname=rspamd
|
||||
version=1.2.5
|
||||
version=1.2.6
|
||||
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=d31cd2d3c0d3511dda61d277b1c782d17f45ff45048e25f0d89f77fb8fe78748
|
||||
checksum=a1cbc5ccd53a5c9abe2d9f121f5936fcbd9d68f17fa354e8bddf4fcb3fc768c5
|
||||
system_accounts="rspamd"
|
||||
rspamd_homedir="/var/lib/rspamd"
|
||||
conf_files="/etc/rspamd/*.conf /etc/rspamd/*.inc /etc/rspamd/modules.d/*.conf"
|
||||
|
Loading…
x
Reference in New Issue
Block a user