diff options
author | tron <tron> | 2009-02-15 11:31:51 +0000 |
---|---|---|
committer | tron <tron> | 2009-02-15 11:31:51 +0000 |
commit | 3ddfda74d9c11d812a84d94fe7788e8b7099d248 (patch) | |
tree | cab1743e3741f9eeb81f25040598fc7f06a0eb83 /net/net-snmp/Makefile | |
parent | 2113b33e41e8577733afe7877b5da3606544b311 (diff) | |
download | pkgsrc-3ddfda74d9c11d812a84d94fe7788e8b7099d248.tar.gz |
Add a patch from the "net-snmp" repository to close the vulnerability
reported in SA33884/CVE-2008-6123.
Diffstat (limited to 'net/net-snmp/Makefile')
-rw-r--r-- | net/net-snmp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index dac81e8ca15..25d7a47c853 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.75 2008/11/02 08:30:07 adam Exp $ +# $NetBSD: Makefile,v 1.76 2009/02/15 11:31:51 tron Exp $ DISTNAME= net-snmp-5.4.2.1 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=net-snmp/} |