Date: Thu, 25 Oct 2018 19:47:03 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482989 - head/mail/mailscanner Message-ID: <201810251947.w9PJl3Y3008860@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: crees Date: Thu Oct 25 19:47:02 2018 New Revision: 482989 URL: https://svnweb.freebsd.org/changeset/ports/482989 Log: Update to 5.1.2-1 - Patch Mail::ClamAV to allow install for SuSE builds - 7zip handle spaces in filenames - Clamd full message scan - Detect fax and tel links - mime_perl_to_string fix for ignored handler - Add Kaspersky Linux Mail Server support - Ignore "archive damaged" in esets scanner output - Cleanup reports, add en_uk reports - Workaround MIME::Parser failing to decode UTF-8 - Refactor milter to fully support multiple original recipients - Refactor milter to support large messages - Refactor milter to reject blacklisted emails early - Fix off by one header add in milter - Look for all recipient records in DeleteRecipients - Update milter doc to 1.3 - Remove invalid Apparmor code in debian package - Fix condition concatenation in ms-update-phishing - Fix mktemp in clamav-wrapper for FreeBSD11 - Add DrWeb virus scanner support - Fixes for clamav on rhel variants Modified: head/mail/mailscanner/Makefile head/mail/mailscanner/distinfo head/mail/mailscanner/pkg-plist Modified: head/mail/mailscanner/Makefile ============================================================================== --- head/mail/mailscanner/Makefile Thu Oct 25 19:40:06 2018 (r482988) +++ head/mail/mailscanner/Makefile Thu Oct 25 19:47:02 2018 (r482989) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MailScanner -PORTVERSION= 5.1.1 +PORTVERSION= 5.1.2 CATEGORIES= mail MASTER_SITES= https://s3.amazonaws.com/msv5/release/ DISTNAME= ${PORTNAME}-${PORTVERSION}-${PATCHLEVEL}.nix Modified: head/mail/mailscanner/distinfo ============================================================================== --- head/mail/mailscanner/distinfo Thu Oct 25 19:40:06 2018 (r482988) +++ head/mail/mailscanner/distinfo Thu Oct 25 19:47:02 2018 (r482989) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536610693 -SHA256 (MailScanner-5.1.1-1.nix.tar.gz) = d49ab24270fc047baabf6491110e61508feec9de56d4b372b35f318337180541 -SIZE (MailScanner-5.1.1-1.nix.tar.gz) = 658275 +TIMESTAMP = 1540495845 +SHA256 (MailScanner-5.1.2-1.nix.tar.gz) = 086406f8631d5293c533f904ef9ed3de1864df1f1ce6bbbc6f5572d2f6644c1a +SIZE (MailScanner-5.1.2-1.nix.tar.gz) = 663063 Modified: head/mail/mailscanner/pkg-plist ============================================================================== --- head/mail/mailscanner/pkg-plist Thu Oct 25 19:40:06 2018 (r482988) +++ head/mail/mailscanner/pkg-plist Thu Oct 25 19:47:02 2018 (r482989) @@ -251,6 +251,34 @@ sbin/ms-upgrade-conf @sample %%DATADIR%%/reports/en/stored.filename.message.txt.sample @sample %%DATADIR%%/reports/en/stored.size.message.txt.sample @sample %%DATADIR%%/reports/en/stored.virus.message.txt.sample +@sample %%DATADIR%%/reports/en_uk/deleted.content.message.txt.sample +@sample %%DATADIR%%/reports/en_uk/deleted.filename.message.txt.sample +@sample %%DATADIR%%/reports/en_uk/deleted.size.message.txt.sample +@sample %%DATADIR%%/reports/en_uk/deleted.virus.message.txt.sample +@sample %%DATADIR%%/reports/en_uk/disinfected.report.txt.sample +@sample %%DATADIR%%/reports/en_uk/inline.sig.html.sample +@sample %%DATADIR%%/reports/en_uk/inline.sig.txt.sample +@sample %%DATADIR%%/reports/en_uk/inline.spam.warning.txt.sample +@sample %%DATADIR%%/reports/en_uk/inline.warning.html.sample +@sample %%DATADIR%%/reports/en_uk/inline.warning.txt.sample +@sample %%DATADIR%%/reports/en_uk/languages.conf.sample +@sample %%DATADIR%%/reports/en_uk/languages.conf.strings.sample +@sample %%DATADIR%%/reports/en_uk/recipient.mcp.report.txt.sample +@sample %%DATADIR%%/reports/en_uk/recipient.spam.report.txt.sample +@sample %%DATADIR%%/reports/en_uk/rejection.report.txt.sample +@sample %%DATADIR%%/reports/en_uk/sender.content.report.txt.sample +@sample %%DATADIR%%/reports/en_uk/sender.error.report.txt.sample +@sample %%DATADIR%%/reports/en_uk/sender.filename.report.txt.sample +@sample %%DATADIR%%/reports/en_uk/sender.mcp.report.txt.sample +@sample %%DATADIR%%/reports/en_uk/sender.size.report.txt.sample +@sample %%DATADIR%%/reports/en_uk/sender.spam.rbl.report.txt.sample +@sample %%DATADIR%%/reports/en_uk/sender.spam.report.txt.sample +@sample %%DATADIR%%/reports/en_uk/sender.spam.sa.report.txt.sample +@sample %%DATADIR%%/reports/en_uk/sender.virus.report.txt.sample +@sample %%DATADIR%%/reports/en_uk/stored.content.message.txt.sample +@sample %%DATADIR%%/reports/en_uk/stored.filename.message.txt.sample +@sample %%DATADIR%%/reports/en_uk/stored.size.message.txt.sample +@sample %%DATADIR%%/reports/en_uk/stored.virus.message.txt.sample @sample %%DATADIR%%/reports/es/deleted.content.message.txt.sample @sample %%DATADIR%%/reports/es/deleted.filename.message.txt.sample @sample %%DATADIR%%/reports/es/deleted.size.message.txt.sample @@ -512,13 +540,14 @@ lib/MailScanner/wrapper/bitdefender-autoupdate lib/MailScanner/wrapper/bitdefender-wrapper lib/MailScanner/wrapper/clamav-autoupdate lib/MailScanner/wrapper/clamav-wrapper +lib/MailScanner/wrapper/drweb-wrapper lib/MailScanner/wrapper/esets-wrapper lib/MailScanner/wrapper/f-secure-autoupdate lib/MailScanner/wrapper/f-secure-wrapper lib/MailScanner/wrapper/generic-autoupdate lib/MailScanner/wrapper/generic-wrapper +lib/MailScanner/wrapper/kaspersky-wrapper lib/MailScanner/systemd/ms-milter lib/MailScanner/systemd/ms-systemd lib/MailScanner/wrapper/sophos-autoupdate lib/MailScanner/wrapper/sophos-wrapper -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810251947.w9PJl3Y3008860>