mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
- 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:
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
|
@ -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}
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (vbsfilter-1.7.c) = 222402e7aec99ca633955cbffba9318a
|
||||
MD5 (vbsfilter-1.8.c) = 889a3235bdd4103439ba65040a1a3605
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue