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:   wiz
Date:           Sun Feb 25 15:04:28 UTC 2024

Modified Files:
        pkgsrc/mail/rspamd: Makefile distinfo

Log Message:
rspamd: update to 3.8.2.

3.8.2: 20 Feb 2024
  * [Feature] Add extraction type for `from` maps
  * [Feature] Allow to add templates to redis history prefix
  * [Feature] Implement dynamic keys map in fuzzy storage
  * [Feature] Lua_url: Add `to_http` method
  * [Feature] Support JSON logging when in syslog mode
  * [Fix] Deal with `Connection` and `Host` headers on proxying
  * [Fix] Encode headers in metadata exporter
  * [Fix] Fix initial maps load
  * [Fix] Make stat tokens allocation consistent
  * [Fix] Resolve issue with bayes stat in `rspamadm` mode
  * [Fix] Try to fix url path issue
  * [Rework] Breaking: Do not report module as action
  * [Rework] Use khash instead of glib hashes for many reasons


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/mail/rspamd/Makefile
cvs rdiff -u -r1.55 -r1.56 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.101 pkgsrc/mail/rspamd/Makefile:1.102
--- pkgsrc/mail/rspamd/Makefile:1.101   Sun Jan 28 13:00:08 2024
+++ pkgsrc/mail/rspamd/Makefile Sun Feb 25 15:04:27 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.101 2024/01/28 13:00:08 wiz Exp $
+# $NetBSD: Makefile,v 1.102 2024/02/25 15:04:27 wiz Exp $
 
-DISTNAME=      rspamd-3.8.1
+DISTNAME=      rspamd-3.8.2
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rspamd/}
 

Index: pkgsrc/mail/rspamd/distinfo
diff -u pkgsrc/mail/rspamd/distinfo:1.55 pkgsrc/mail/rspamd/distinfo:1.56
--- pkgsrc/mail/rspamd/distinfo:1.55    Fri Feb  9 12:34:08 2024
+++ pkgsrc/mail/rspamd/distinfo Sun Feb 25 15:04:27 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.55 2024/02/09 12:34:08 jperkin Exp $
+$NetBSD: distinfo,v 1.56 2024/02/25 15:04:27 wiz Exp $
 
-BLAKE2s (rspamd-3.8.1.tar.gz) = e35c4ac1134a74f0ea8ce464674a147c300de3b7e9cd6ea8d70d2ac5089618f2
-SHA512 (rspamd-3.8.1.tar.gz) = b87c1cba11faca278db85426ed527832c34d1beff56e0993543a05fcc2d5d72675cf31bbc4241f52da9122787d24f8b955218988a198a3c29dee5db3be2c7e99
-Size (rspamd-3.8.1.tar.gz) = 5910993 bytes
+BLAKE2s (rspamd-3.8.2.tar.gz) = 47a5a3ca3db3b9bba1839665a1d3b73021dcbd637d09238e564f2b9a52512786
+SHA512 (rspamd-3.8.2.tar.gz) = 75d46197720c556ae04de2898a788e704385195785cf6c505dfdadcdb837dc7abbb2a4285acf8d19575f01ccb5c83b5c9847424d4cabf3a645799ad1f35c7f2a
+Size (rspamd-3.8.2.tar.gz) = 5915793 bytes
 SHA1 (patch-CMakeLists.txt) = 1c91cf53edeb12e1a469cd02421e1eaee5061ab7
 SHA1 (patch-cmake_Toolset.cmake) = fbc4027fedb4261ce913701ebbb32d8395bc7783
 SHA1 (patch-contrib_doctest_doctest_doctest.h) = 5238cb9f837e1d8f402023ddc2f7d02dda3f67ab



Home | Main Index | Thread Index | Old Index