svn commit: r319417 - in head/net-mgmt/net-snmp: . files
Ryan Steinmetz
zi at FreeBSD.org
Thu May 30 11:55:31 UTC 2013
Author: zi
Date: Thu May 30 11:55:31 2013
New Revision: 319417
URL: http://svnweb.freebsd.org/changeset/ports/319417
Log:
- Fix kvm_read() issue
- Bump PORTREVISION
PR: ports/177761
Submitted by: sbruno@
Added:
head/net-mgmt/net-snmp/files/patch-agent__auto_nlist.c (contents, props changed)
Modified:
head/net-mgmt/net-snmp/Makefile
Modified: head/net-mgmt/net-snmp/Makefile
==============================================================================
--- head/net-mgmt/net-snmp/Makefile Thu May 30 11:52:44 2013 (r319416)
+++ head/net-mgmt/net-snmp/Makefile Thu May 30 11:55:31 2013 (r319417)
@@ -3,7 +3,7 @@
PORTNAME= snmp
PORTVERSION= 5.7.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-mgmt ipv6
MASTER_SITES= SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= net-
Added: head/net-mgmt/net-snmp/files/patch-agent__auto_nlist.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/net-snmp/files/patch-agent__auto_nlist.c Thu May 30 11:55:31 2013 (r319417)
@@ -0,0 +1,10 @@
+--- ./agent/auto_nlist.c.orig 2012-10-09 18:28:58.000000000 -0400
++++ ./agent/auto_nlist.c 2013-04-10 14:26:21.000000000 -0400
+@@ -56,6 +56,7 @@
+ static char *n_name = NULL;
+ #endif
+ *ptr = (struct autonlist *) malloc(sizeof(struct autonlist));
++ bzero(*ptr, sizeof(struct autonlist));
+ it = *ptr;
+ it->left = 0;
+ it->right = 0;
More information about the svn-ports-head
mailing list