diff options
author | TBK <tbk@jjtc.eu> | 2019-03-19 16:22:49 +0100 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-19 20:05:54 +0000 |
commit | 1fe4ffbe2380f27116f216b21ba6798bff23a801 (patch) | |
tree | 6334a4325c99b8428a9e8840de153070f0b945d8 | |
parent | a5a93e4963f1fa85d07871cbb586e952309b46b5 (diff) | |
download | aports-1fe4ffbe2380f27116f216b21ba6798bff23a801.tar.bz2 aports-1fe4ffbe2380f27116f216b21ba6798bff23a801.tar.xz |
community/rspamd: upgrade to 1.9.0
-rw-r--r-- | community/rspamd/APKBUILD | 8 | ||||
-rw-r--r-- | community/rspamd/cmakelists.patch | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/community/rspamd/APKBUILD b/community/rspamd/APKBUILD index fec29ed15d..8e497c3c90 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.3 -pkgrel=2 +pkgver=1.9.0 +pkgrel=0 pkgdesc="Fast, free and open-source spam filtering system" url="https://rspamd.com" arch="all !s390x" @@ -153,11 +153,11 @@ _mv() { mv $@ } -sha512sums="5e20255466fe2cd4842196fb2138732b59911de655e73d9cc13009b5179b84e5a2060083961b35fe40b9f550f8e18067056415a1d803fac54fac000070024c01 rspamd-1.8.3.tar.gz +sha512sums="fee2a60c10fbab087b12d9188974a0c47417a9894308f66980eb6311496b16661194d858d1e522d2d524b3e359f2f3ad88535421d1dc05be26414b5a346afec6 rspamd-1.9.0.tar.gz 2efe28575c40d1fba84b189bb872860e744400db80dce2f6330be6c6287fb3f46e6511284729b957488bf40bcb9b0952e26df9934f5f138334bd2766075c45cb rspamd.logrotated 7add88e4bf3508d2a148241cd8db97851a33a7128be75f2a072a029b32b565e9de0299ad614fbda7f70ed54d1b6e2faa305eff3e443e90451abf59dedc1af576 rspamd.initd a2003ef0c9d64a44480f59302864a2dfedcbe3a0047fcbb655408bc8aae9014b6ad0ddc6b64d4abeeb21bea0f86678afd30589ac8eed83e07ad7f87710e93702 rspamd.confd -5c699906097566962e3a13679a45973d49ee25d45c29097c5c35bff6d4e276ef6518f02b241888aaa4e5265079d19d28aac399d5dcd1a4cb982a89e4b22460e3 cmakelists.patch +accbe762e542df65e28301048672d4a0cf3a1c7e9a04c38ab3010f0ed9df9ad1122129727580408a69939f25c4dbea3b2b7aa0d452722125fac9eb0043bb2579 cmakelists.patch a8aefee649bf6630339d1d3f2bb20c25ca70b21a8eaa92951e926d0fd4525f1d4ac4cc7ea66ac2b15323cf02c93c759ddf7181502f0d71b21384ced9d88c008e conf-split-workers.patch bca1b1361524e1c582f2d6f9d754766c63f60a856b9f0d858e17dfebb40f2046db3a759eb3dffc5075460c3d3b64224092e043f07bcd8331daa97babc61ea973 default-configs.patch 2987f122653680207b97a9f93978192384804f93a8fa040085e53a801c77364e8bd7ceb0fabca62a9c7316ff32bcf3dee8f0d1b8cd2c29459c6272a19e8e293b lua-torch-fix-simd-detection.patch" diff --git a/community/rspamd/cmakelists.patch b/community/rspamd/cmakelists.patch index 611b5b3996..8b9c7fe84d 100644 --- a/community/rspamd/cmakelists.patch +++ b/community/rspamd/cmakelists.patch @@ -1,6 +1,6 @@ --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -585,7 +585,6 @@ +@@ -589,7 +589,6 @@ LIST(APPEND CMAKE_REQUIRED_LIBRARIES rt) LIST(APPEND CMAKE_REQUIRED_LIBRARIES dl) LIST(APPEND CMAKE_REQUIRED_LIBRARIES resolv) |