- Update to 1.3.3
- Add notes in UPDATING about fuzzy storage issue
This commit is contained in:
parent
4d474b6365
commit
5762cd412a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420237
5 changed files with 20 additions and 10 deletions
10
UPDATING
10
UPDATING
|
@ -5,6 +5,16 @@ they are unavoidable.
|
|||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20160815:
|
||||
AFFECTS: users of mail/rspamd*
|
||||
AUTHOR: vsevolod@FreeBSD.org
|
||||
|
||||
Rspamd users should update Rspamd to 1.3.3 version as soon as possible
|
||||
and ensure that '/usr/local/etc/rspamd/module.d/fuzzy_check.conf` has
|
||||
the line `algorithm = "mumhash";` for the "rspamd.com" rule. The more
|
||||
detailed information could be found on
|
||||
https://rspamd.com/announce/2016/08/15/rspamd-1.3.3.html
|
||||
|
||||
20160815:
|
||||
AFFECTS: users of dns/powerdns*
|
||||
AUTHOR: junovitch@FreeBSD.org
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rspamd
|
||||
PORTVERSION= 1.3.3.a1.08082016
|
||||
PORTVERSION= 1.3.4.a1.15082016
|
||||
CATEGORIES= mail
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
|
@ -18,11 +18,11 @@ BUILD_DEPENDS= ragel:devel/ragel
|
|||
|
||||
CONFLICTS_INSTALL= rspamd
|
||||
|
||||
RSPAMD_VERSION= 1.3.3
|
||||
RSPAMD_VERSION= 1.3.4
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= vstakhov
|
||||
GH_PROJECT= rspamd
|
||||
GH_TAGNAME= 7311960
|
||||
GH_TAGNAME= 3049988
|
||||
|
||||
OPTIONS_DEFINE= GPERF REDIRECTOR HYPERSCAN
|
||||
GPERF_DESC= Google perf-tools profiling
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1470673128
|
||||
SHA256 (vstakhov-rspamd-1.3.3.a1.08082016-7311960_GH0.tar.gz) = 619319452f2d38214fc97aa34666f2d4dca4a96bf23103ad28bb6930ceb6a22d
|
||||
SIZE (vstakhov-rspamd-1.3.3.a1.08082016-7311960_GH0.tar.gz) = 1895207
|
||||
TIMESTAMP = 1471269087
|
||||
SHA256 (vstakhov-rspamd-1.3.4.a1.15082016-3049988_GH0.tar.gz) = 030470c9809ec3fbc5d5a282fa8015b05880d7ea6d0b27cc3cd6bc7ec4cd4a39
|
||||
SIZE (vstakhov-rspamd-1.3.4.a1.15082016-3049988_GH0.tar.gz) = 1902684
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rspamd
|
||||
PORTVERSION= 1.3.2
|
||||
PORTVERSION= 1.3.3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://rspamd.com/downloads/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1470672653
|
||||
SHA256 (rspamd-1.3.2.tar.xz) = 283227d8f38fcc4c5d4b913996b52f55370c5445ec6f8dbb550aec2bb2d46c2a
|
||||
SIZE (rspamd-1.3.2.tar.xz) = 1476656
|
||||
TIMESTAMP = 1471269825
|
||||
SHA256 (rspamd-1.3.3.tar.xz) = 1296d3d0d97226e238c5d5954f58f2154bcbde4ba3ed45647b6b75da7a2e2b17
|
||||
SIZE (rspamd-1.3.3.tar.xz) = 1481836
|
||||
|
|
Loading…
Reference in a new issue