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
This commit is contained in:
Chris Rees 2018-10-25 19:47:02 +00:00
parent da794d449c
commit bf03017520
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482989
3 changed files with 34 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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