diff options
author | jedgar <jedgar@FreeBSD.org> | 2002-05-09 01:59:27 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2002-05-09 01:59:27 +0000 |
commit | b3b84b3964656d661940c96da4e3563e526374d2 (patch) | |
tree | 37425ee96cd4d00359939273ad16447ed38dbd7b /net/isc-dhcp3/Makefile | |
parent | 92a14145e21e55495ca5592910e54b021e9cd3c5 (diff) | |
download | FreeBSD-ports-b3b84b3964656d661940c96da4e3563e526374d2.zip FreeBSD-ports-b3b84b3964656d661940c96da4e3563e526374d2.tar.gz |
Fix format string vulnerability as noted at:
http://www.cert.org/advisories/CA-2002-12.html
http://www.ngsec.com/docs/advisories/NGSEC-2002-2.txt
Diffstat (limited to 'net/isc-dhcp3/Makefile')
-rw-r--r-- | net/isc-dhcp3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/isc-dhcp3/Makefile b/net/isc-dhcp3/Makefile index 5ec2fe9..b1fc83b 100644 --- a/net/isc-dhcp3/Makefile +++ b/net/isc-dhcp3/Makefile @@ -8,6 +8,7 @@ PORTNAME= dhcp PORTVERSION= 3.0.1.r8 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/%SUBDIR%/ \ ${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \ |