diff options
author | clement <clement@FreeBSD.org> | 2004-06-11 23:49:06 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-06-11 23:49:06 +0800 |
commit | 146a101a2b7ef0db3d16f90fbb2ef0e2755b515e (patch) | |
tree | 275c3bcc5954a38452f3316b8b8be034aa35b3a3 /mail/dbmail20/Makefile | |
parent | 680f924d232c97c6f63f7595c067c6a9f32fafff (diff) | |
download | freebsd-ports-graphics-146a101a2b7ef0db3d16f90fbb2ef0e2755b515e.tar.gz freebsd-ports-graphics-146a101a2b7ef0db3d16f90fbb2ef0e2755b515e.tar.zst freebsd-ports-graphics-146a101a2b7ef0db3d16f90fbb2ef0e2755b515e.zip |
- Security fix:
"DBMail 1.2.8a
June 08, 2004 16:21:55 Posted by: Ilja Booij
A buffer overflow error in DBMail 1.2.x has been discovered and fix. The
buffer overflow causes dbmail-smtp to crash with a segmentation fault
when a line in the email header is bigger than 2048 bytes. All version <
1.2.8a are affected, so please update your DBMail installation."
Diffstat (limited to 'mail/dbmail20/Makefile')
-rw-r--r-- | mail/dbmail20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dbmail20/Makefile b/mail/dbmail20/Makefile index e2262d3e1fc..76167378db2 100644 --- a/mail/dbmail20/Makefile +++ b/mail/dbmail20/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dbmail -PORTVERSION= 1.2.7b +PORTVERSION= 1.2.8a CATEGORIES= mail MASTER_SITES= http://www.dbmail.org/tgz/ PKGNAMESUFFIX= -${DATABASE} |