pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/rspamd
Module Name: pkgsrc
Committed By: taca
Date: Thu Jul 30 15:40:28 UTC 2026
Modified Files:
pkgsrc/mail/rspamd: Makefile cfgfiles.mk distinfo
Log Message:
mail/rspamd: update to 4.1.4
pkgsrc change: remove a pkglint warning of cfgfiles.mk.
4.1.4 (2026-07-29)
Incompatible changes
* Build: rspamd now links a single shared jemalloc instance per process and
refuses a static-only jemalloc — duplicated allocators caused segfaults
at startup
Features
* WebUI: read-only users can now access the Selectors tab and the Errors
history
Bug fixes
* Controller (critical): fail closed on a malformed password hash —
previously any password was accepted
* Regexp engine: fix a PCRE2 match-data leak on invalid UTF input, bound the
heap a single match can use, stop re:matchn() looping forever on empty
matches, avoid reading past the end of a bounded pattern when generating
ids, and propagate the regexp data limit to named scopes
* Message processing: consult the Lua URL filter at most twice per user
field instead of once per byte, and bound the words retained per message
with a message-wide budget
* CSS: skip comments iteratively in the tokeniser, avoiding a stack overflow
on many sequential comments
* Startup: release actrie GLib allocations with g_free, fixing a startup
segfault with jemalloc
* rspamadm: resolve SRV-based upstreams and wait for storages in fuzzy_ping
and fuzzy_hash
To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 pkgsrc/mail/rspamd/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/mail/rspamd/cfgfiles.mk
cvs rdiff -u -r1.76 -r1.77 pkgsrc/mail/rspamd/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/rspamd/Makefile
diff -u pkgsrc/mail/rspamd/Makefile:1.137 pkgsrc/mail/rspamd/Makefile:1.138
--- pkgsrc/mail/rspamd/Makefile:1.137 Mon Jul 27 15:26:07 2026
+++ pkgsrc/mail/rspamd/Makefile Thu Jul 30 15:40:28 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.137 2026/07/27 15:26:07 wiz Exp $
+# $NetBSD: Makefile,v 1.138 2026/07/30 15:40:28 taca Exp $
#
# When updating this, run 'make cfgfiles'.
-DISTNAME= rspamd-4.1.3
+DISTNAME= rspamd-4.1.4
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITHUB:=rspamd/}
Index: pkgsrc/mail/rspamd/cfgfiles.mk
diff -u pkgsrc/mail/rspamd/cfgfiles.mk:1.22 pkgsrc/mail/rspamd/cfgfiles.mk:1.23
--- pkgsrc/mail/rspamd/cfgfiles.mk:1.22 Mon Jul 27 15:26:07 2026
+++ pkgsrc/mail/rspamd/cfgfiles.mk Thu Jul 30 15:40:28 2026
@@ -1,4 +1,3 @@
-# $NetBSD: cfgfiles.mk,v 1.22 2026/07/27 15:26:07 wiz Exp $
+# $NetBSD: cfgfiles.mk,v 1.23 2026/07/30 15:40:28 taca Exp $
# Do not edit, regenerate using 'make cfgfiles'
CFGFILES= actions.conf common.conf composites.conf groups.conf lang_detection.inc local.d/antivirus.conf.example local.d/module.conf.example logging.inc lua.local.d/maps/example.lua.example
lua.local.d/module.lua.example lua.local.d/regexps/example.lua.example lua.local.d/selectors/example.lua.example maps.d/dmarc_whitelist.inc maps.d/exe_clickbait.inc maps.d/maillist.inc maps.d/mid.inc
maps.d/mime_types.inc maps.d/redirectors.inc maps.d/spf_dkim_whitelist.inc maps.d/surbl-whitelist.inc maps.d/suspicious_tlds.inc metrics.conf modules.conf modules.d/aliases.conf
modules.d/antivirus.conf modules.d/arc.conf modules.d/asn.conf modules.d/aws_s3.conf modules.d/bayes_expiry.conf modules.d/bimi.conf modules.d/chartable.conf modules.d/clickhouse.conf
modules.d/contextal.conf modules.d/dcc.conf modules.d/dkim.conf modules.d/dkim_signing.conf modules.d/dmarc.conf modules.d/elastic.conf modules.d/emails.conf modules.d/external_relay.conf
modules.d/external_services.conf modules.d/force_actions.
conf modules.d/forged_recipients.conf modules.d/fuzzy_check.conf modules.d/gpt.conf modules.d/greylist.conf modules.d/hfilter.conf modules.d/history_redis.conf modules.d/http_headers.conf
modules.d/known_senders.conf modules.d/maillist.conf modules.d/metadata_exporter.conf modules.d/metric_exporter.conf modules.d/mid.conf modules.d/milter_headers.conf modules.d/mime_types.conf
modules.d/multimap.conf modules.d/mx_check.conf modules.d/neural.conf modules.d/neural_autolearn.conf modules.d/once_received.conf modules.d/p0f.conf modules.d/phishing.conf modules.d/ratelimit.conf
modules.d/rbl.conf modules.d/redis.conf modules.d/regexp.conf modules.d/replies.conf modules.d/reputation.conf modules.d/rspamd_update.conf modules.d/spamassassin.conf modules.d/spamtrap.conf
modules.d/spf.conf modules.d/surbl.conf modules.d/trie.conf modules.d/url_redirector.conf modules.d/url_suspect.conf modules.d/whitelist.conf modules.local.d/module.conf.example options.inc
override.d/module.conf.example rspam
d.conf scores.d/content_group.conf scores.d/fuzzy_group.conf scores.d/headers_group.conf scores.d/hfilter_group.conf scores.d/mime_types_group.conf scores.d/mua_group.conf
scores.d/phishing_group.conf scores.d/policies_group.conf scores.d/rbl_group.conf scores.d/statistics_group.conf scores.d/subject_group.conf scores.d/surbl_group.conf scores.d/url_suspect_group.conf
scores.d/whitelist_group.conf settings.conf statistic.conf worker-controller.inc worker-fuzzy.inc worker-normal.inc worker-proxy.inc
-
Index: pkgsrc/mail/rspamd/distinfo
diff -u pkgsrc/mail/rspamd/distinfo:1.76 pkgsrc/mail/rspamd/distinfo:1.77
--- pkgsrc/mail/rspamd/distinfo:1.76 Mon Jul 27 15:26:07 2026
+++ pkgsrc/mail/rspamd/distinfo Thu Jul 30 15:40:28 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.76 2026/07/27 15:26:07 wiz Exp $
+$NetBSD: distinfo,v 1.77 2026/07/30 15:40:28 taca Exp $
-BLAKE2s (rspamd-4.1.3.tar.gz) = a8e38df180b97f812aaa1e8fdd0992c110bccde8f729b7e25ac71840941518e9
-SHA512 (rspamd-4.1.3.tar.gz) = 6595941105c75255e7e624a8fff98e290ff0cbc2f425c7a396abacc40a8e4151a4cb990ecf29cefaddf8ea484df8aba6687863883a73f83e880342d85b2f32d3
-Size (rspamd-4.1.3.tar.gz) = 7071322 bytes
+BLAKE2s (rspamd-4.1.4.tar.gz) = f40adf3b5a174909ffa434c943c7aab7e6af1f013a7f6b271b744f14deac7728
+SHA512 (rspamd-4.1.4.tar.gz) = 5ebc039fc224f5f401d1a57b1db82c7f3ee7e362ef85f31620b36bd5549744c0678dfd8683acffae2d5d240494a79dd83190d19d02e2f9819a9d64037206d1b9
+Size (rspamd-4.1.4.tar.gz) = 7086679 bytes
SHA1 (patch-CMakeLists.txt) = 25a1264b573d5a1f7ff9a1ac7b8453c5d9cb0a06
SHA1 (patch-cmake_Toolset.cmake) = fbc4027fedb4261ce913701ebbb32d8395bc7783
SHA1 (patch-contrib_fpconv_fpconv.c) = b1ec2b07570674458e69020ccbf25f0374d894f6
Home |
Main Index |
Thread Index |
Old Index