diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2003-01-13 16:07:08 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2003-01-13 16:07:08 +0000 |
commit | fe207e7222b70e3afdc0d60d6c9d9097403f1d02 (patch) | |
tree | 782844748399536840e5b7e38e6c0c4d602ce9fe /mail/exim-old/Makefile | |
parent | eef4b47510fa634f02a5a6ae7284e49cb667339f (diff) | |
download | FreeBSD-ports-fe207e7222b70e3afdc0d60d6c9d9097403f1d02.zip FreeBSD-ports-fe207e7222b70e3afdc0d60d6c9d9097403f1d02.tar.gz |
Fix a format string vulnerability that could be exploited by an Exim
admin user to gain root privelege.
Diffstat (limited to 'mail/exim-old/Makefile')
-rw-r--r-- | mail/exim-old/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index 35c0f01..1fbd7dc 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -7,6 +7,7 @@ PORTNAME= exim PORTVERSION= 3.36 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \ http://www.exim.org/ftp/exim3/ \ |