git: c2d8143d0d64 - main - UPDATING: Advise mail/spamassassin users of the removal of HashCash
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Jan 2023 21:32:53 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c2d8143d0d64926a82673b8909e48a510f2a97d4
commit c2d8143d0d64926a82673b8909e48a510f2a97d4
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-01-04 21:31:24 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-01-04 21:32:38 +0000
UPDATING: Advise mail/spamassassin users of the removal of HashCash
The spamassassin HashCash plugin has been deprecated for a while now.
It was finally removed in spamassassin 4.0.0.
---
UPDATING | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/UPDATING b/UPDATING
index 4061be446cf0..b8fc689d5a0d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ 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.
+20230104:
+ AFFECTS: users of mail/spamassassin
+ AUTHOR: cy@freebsd.org
+
+ As of spamassassin 4.0.0 (3fdfceb36029) the deprecated HashCash plug-in
+ was finally removed. Users using the HashCash plug-in will need to
+ remove references to it.
+
20221226:
AFFECTS: users of sysutils/zrepl
AUTHOR: driesm@FreeBSD.org