diff options
author | Niels Heinen <niels@FreeBSD.org> | 2005-07-25 19:32:17 +0000 |
---|---|---|
committer | Niels Heinen <niels@FreeBSD.org> | 2005-07-25 19:32:17 +0000 |
commit | cc1eee849ff746f3e3e020ac56500af4a41c2dd3 (patch) | |
tree | ab2efdd3484bea2cf9b99a73105b969a1df4210b /mail/nbsmtp/Makefile | |
parent | 150515c789394791db0865e3243ff5540ec148b1 (diff) |
Fixed format string vulnerability that might be exploitable if
the program runs in debug mode and is used to connect to an untrusted
SMTP server.
Approved by: nectar (mentor)
Notes
Notes:
svn path=/head/; revision=140110
Diffstat (limited to 'mail/nbsmtp/Makefile')
-rw-r--r-- | mail/nbsmtp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/nbsmtp/Makefile b/mail/nbsmtp/Makefile index 5ea7f15e765c..4336e0ceace8 100644 --- a/mail/nbsmtp/Makefile +++ b/mail/nbsmtp/Makefile @@ -10,6 +10,7 @@ PORTNAME= nbsmtp PORTVERSION= 0.99 CATEGORIES= mail +PORTREVISION= 1 MASTER_SITES= http://www.gentoo-es.org/~ferdy/ \ http://www.it.uc3m.es/~ferdy/nbsmtp/ |