pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/mimedefang



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Jun 17 01:33:43 UTC 2023

Modified Files:
        pkgsrc/mail/mimedefang: Makefile PLIST distinfo
Removed Files:
        pkgsrc/mail/mimedefang/patches:
            patch-modules_lib_Mail_MIMEDefang_Actions.pm

Log Message:
mimedefang: update to 3.4.1

3.4.1
* Packaging fixes

3.4
* add a mimedefang-release(8) program to release a message from quarantine
  directory
* add email_is_blacklisted to check an email address against an "hashbl"
  rbl server
* UTF-8 support improvements
* Authentication-Results header improvements


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/mail/mimedefang/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/mimedefang/PLIST
cvs rdiff -u -r1.34 -r1.35 pkgsrc/mail/mimedefang/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/mail/mimedefang/patches/patch-modules_lib_Mail_MIMEDefang_Actions.pm

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/mimedefang/Makefile
diff -u pkgsrc/mail/mimedefang/Makefile:1.73 pkgsrc/mail/mimedefang/Makefile:1.74
--- pkgsrc/mail/mimedefang/Makefile:1.73        Fri Mar  3 11:19:19 2023
+++ pkgsrc/mail/mimedefang/Makefile     Sat Jun 17 01:33:43 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.73 2023/03/03 11:19:19 bouyer Exp $
+# $NetBSD: Makefile,v 1.74 2023/06/17 01:33:43 markd Exp $
 
-DISTNAME=              mimedefang-3.3
+DISTNAME=              mimedefang-3.4.1
 CATEGORIES=            mail
 MASTER_SITES=          https://mimedefang.org/releases/
-PKGREVISION=           2
 
 MAINTAINER=            pettai%NetBSD.org@localhost
 HOMEPAGE=              https://www.mimedefang.org/

Index: pkgsrc/mail/mimedefang/PLIST
diff -u pkgsrc/mail/mimedefang/PLIST:1.9 pkgsrc/mail/mimedefang/PLIST:1.10
--- pkgsrc/mail/mimedefang/PLIST:1.9    Tue Feb 28 11:33:03 2023
+++ pkgsrc/mail/mimedefang/PLIST        Sat Jun 17 01:33:43 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2023/02/28 11:33:03 bouyer Exp $
+@comment $NetBSD: PLIST,v 1.10 2023/06/17 01:33:43 markd Exp $
 ${PERL5_SUB_INSTALLVENDORLIB}/Mail/MIMEDefang.pm
 ${PERL5_SUB_INSTALLVENDORLIB}/Mail/MIMEDefang/Actions.pm
 ${PERL5_SUB_INSTALLVENDORLIB}/Mail/MIMEDefang/Antispam.pm
@@ -15,6 +15,7 @@ ${PERL5_SUB_INSTALLVENDORLIB}/Mail/MIMED
 bin/md-mx-ctrl
 bin/mimedefang
 bin/mimedefang-multiplexor
+bin/mimedefang-release
 bin/mimedefang-util
 bin/mimedefang.pl
 bin/watch-mimedefang
@@ -38,6 +39,7 @@ man/man7/mimedefang-notify.7
 man/man7/mimedefang-protocol.7
 man/man8/md-mx-ctrl.8
 man/man8/mimedefang-multiplexor.8
+man/man8/mimedefang-release.8
 man/man8/mimedefang.8
 man/man8/mimedefang.pl.8
 man/man8/watch-mimedefang.8

Index: pkgsrc/mail/mimedefang/distinfo
diff -u pkgsrc/mail/mimedefang/distinfo:1.34 pkgsrc/mail/mimedefang/distinfo:1.35
--- pkgsrc/mail/mimedefang/distinfo:1.34        Fri Mar  3 11:19:19 2023
+++ pkgsrc/mail/mimedefang/distinfo     Sat Jun 17 01:33:43 2023
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.34 2023/03/03 11:19:19 bouyer Exp $
+$NetBSD: distinfo,v 1.35 2023/06/17 01:33:43 markd Exp $
 
-BLAKE2s (mimedefang-3.3.tar.gz) = f464307b1a34e15e9879ba3bc1622841743fa28dcb47f17f1f05747152c54311
-SHA512 (mimedefang-3.3.tar.gz) = f973d6bf8e5bb5043f6d255961dcf3f4f8208c7fb159694f5d62884e4dd480ab2d04cf6b71c8f48f56f368aa31b7ce54ec499503a4a3f55b9bf0696299a240ef
-Size (mimedefang-3.3.tar.gz) = 495544 bytes
+BLAKE2s (mimedefang-3.4.1.tar.gz) = 93f97ff59080302ec660780d2d4b7ed498971ef5af2c15cc7af7a10f211ff3e1
+SHA512 (mimedefang-3.4.1.tar.gz) = 2734834774c44d53a4e5632d113385e13e4e2ae8e94d5a766dca4f5a08b974373dbd6ee8a815a5b12d967b485154344ddbc9b70eb5ffe4988f061523e60ac0ab
+Size (mimedefang-3.4.1.tar.gz) = 501547 bytes
 SHA1 (patch-Makefile.in) = 14d53b305bc1bb099624d02cc8bca63ab7226ace
 SHA1 (patch-mimedefang.pl.in) = d46c79ad616a6abc5c2791d32c678c5988ed64c9
-SHA1 (patch-modules_lib_Mail_MIMEDefang_Actions.pm) = ca20c24f4e4888e6b21e7963b79727482bb59ff1



Home | Main Index | Thread Index | Old Index