- Update to vbsfilter-1.8

Update vbsfilter to detect uuencoded attachments. Thanks to Matthew
   Wong for noting that the "MyParty" virus spreads itself in this way.
This commit is contained in:
Dirk Meyer 2002-01-30 09:47:37 +00:00
parent e368a566bd
commit da93beb78f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54019
3 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= vbsfilter
PORTVERSION= 1.7
PORTVERSION= 1.8
CATEGORIES= mail
MASTER_SITES= http://aeschi.ch.eu.org/milter/
DISTNAME= ${PORTNAME}-${PORTVERSION}

View file

@ -1 +1 @@
MD5 (vbsfilter-1.7.c) = 222402e7aec99ca633955cbffba9318a
MD5 (vbsfilter-1.8.c) = 889a3235bdd4103439ba65040a1a3605

View file

@ -1,5 +1,5 @@
--- vbsfilter-1.7.c.orig Mon Aug 13 21:11:36 2001
+++ vbsfilter-1.7.c Mon Aug 13 21:15:05 2001
--- vbsfilter-1.8.c.orig Mon Aug 13 21:11:36 2001
+++ vbsfilter-1.8.c Mon Aug 13 21:15:05 2001
@@ -9,6 +9,10 @@
#include <stdio.h>
#include <string.h>