diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-12-27 21:44:56 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-01-09 04:52:32 +0200 |
commit | 8081f273d445b4c78cce7f52c3be28b4b1859632 (patch) | |
tree | 50cfd4095d7b389ee4aee1bd33b9eb63b0ea2e41 /community | |
parent | d93df17ceeccb353b7b434e816d8e1d4859fc5d0 (diff) | |
download | aports-8081f273d445b4c78cce7f52c3be28b4b1859632.tar.bz2 aports-8081f273d445b4c78cce7f52c3be28b4b1859632.tar.xz |
community/rspamd: upgrade to 1.8.3
Diffstat (limited to 'community')
-rw-r--r-- | community/rspamd/APKBUILD | 8 | ||||
-rw-r--r-- | community/rspamd/cmakelists.patch | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/community/rspamd/APKBUILD b/community/rspamd/APKBUILD index e2034a7d0c..1831ff6941 100644 --- a/community/rspamd/APKBUILD +++ b/community/rspamd/APKBUILD @@ -4,8 +4,8 @@ # Contributor: TBK <alpine@jjtc.eu> # Contributor: Jakub Jirutka <jakub@jirutka.cz> pkgname=rspamd -pkgver=1.8.1 -pkgrel=1 +pkgver=1.8.3 +pkgrel=0 pkgdesc="Fast, free and open-source spam filtering system" url="https://rspamd.com" arch="x86_64 x86 armhf armv7 ppc64le" @@ -152,10 +152,10 @@ _mv() { mv $@ } -sha512sums="98c2d909b7dc19f1c431d4e64444968092a10630ef238d3c8cc2825e7b2d92bee893bc7f9c431f3a6337ef2af4d2a157f0584e7b13fba0540660d7c853bc25cc rspamd-1.8.1.tar.gz +sha512sums="5e20255466fe2cd4842196fb2138732b59911de655e73d9cc13009b5179b84e5a2060083961b35fe40b9f550f8e18067056415a1d803fac54fac000070024c01 rspamd-1.8.3.tar.gz 2efe28575c40d1fba84b189bb872860e744400db80dce2f6330be6c6287fb3f46e6511284729b957488bf40bcb9b0952e26df9934f5f138334bd2766075c45cb rspamd.logrotated 7add88e4bf3508d2a148241cd8db97851a33a7128be75f2a072a029b32b565e9de0299ad614fbda7f70ed54d1b6e2faa305eff3e443e90451abf59dedc1af576 rspamd.initd a2003ef0c9d64a44480f59302864a2dfedcbe3a0047fcbb655408bc8aae9014b6ad0ddc6b64d4abeeb21bea0f86678afd30589ac8eed83e07ad7f87710e93702 rspamd.confd -fa0e14d507cd7421a20916506c03e6e6c95fb2f38736e69540ee3e066da883c2ee4cb779ee8787756e4a1831ff8f04150ce592d4d6df08d8a18d55f3c6de4646 cmakelists.patch +5c699906097566962e3a13679a45973d49ee25d45c29097c5c35bff6d4e276ef6518f02b241888aaa4e5265079d19d28aac399d5dcd1a4cb982a89e4b22460e3 cmakelists.patch a8aefee649bf6630339d1d3f2bb20c25ca70b21a8eaa92951e926d0fd4525f1d4ac4cc7ea66ac2b15323cf02c93c759ddf7181502f0d71b21384ced9d88c008e conf-split-workers.patch bca1b1361524e1c582f2d6f9d754766c63f60a856b9f0d858e17dfebb40f2046db3a759eb3dffc5075460c3d3b64224092e043f07bcd8331daa97babc61ea973 default-configs.patch" diff --git a/community/rspamd/cmakelists.patch b/community/rspamd/cmakelists.patch index f13c7a2bbd..611b5b3996 100644 --- a/community/rspamd/cmakelists.patch +++ b/community/rspamd/cmakelists.patch @@ -1,10 +1,10 @@ --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -561,7 +561,6 @@ +@@ -585,7 +585,6 @@ LIST(APPEND CMAKE_REQUIRED_LIBRARIES rt) LIST(APPEND CMAKE_REQUIRED_LIBRARIES dl) LIST(APPEND CMAKE_REQUIRED_LIBRARIES resolv) - LIST(APPEND CMAKE_REQUIRED_LIBRARIES nsl) - MESSAGE(STATUS "Configuring for Linux") - IF(EXISTS "/etc/debian_version") - SET(LINUX_START_SCRIPT "rspamd_debian.in") + LIST(APPEND CMAKE_REQUIRED_LIBRARIES socket) + LIST(APPEND CMAKE_REQUIRED_LIBRARIES umem) + # Ugly hack, but FindOpenSSL on Solaris does not link with libcrypto |