CVS log for ports/net-mgmt/net-snmp/files/Attic/patch-interfaces.c
Up to [FreeBSD] / ports / net-mgmt / net-snmp / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6
Wed Jun 2 19:13:17 2010 UTC (20 months, 1 week ago) by sylvio
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.5: +0 -0 lines
- Update to 5.5
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Feb 28 01:17:16 2007 UTC (4 years, 11 months ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL, PRE_XORG_7
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -140 lines
- Upgrade to 5.3.1 [1]. - Add $snmpd_flush_cache knob [2]. - Add conflict with net-snmp-4.* [3]. PR: ports/97673 [1] (but mostly rewritten), ports/106036 [2], ports/103462 [3] Submitted by: Rick van der Zwet <rick@wzoeterwoude.net> [1], "Brian A. Seklecki"<bseklecki@collaborativefusion.com> [2], Mykola Dzham <freebsd@levsha.org.ua> [3]
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Apr 7 03:04:17 2005 UTC (6 years, 10 months ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_4_EOL
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +293 -0 lines
Fix the problem which cannot get ifPhysAddress value. It seems agent/mibgroups/mibII/interfaces.c switched to use new USE_SYSCTL_IFLIST knob but this does not support ifPhysAddress. This patch uses old get_phys_address() function from new code.
Revision 1.3
Sat Feb 5 13:49:02 2005 UTC (7 years ago) by kuriyama
Branches: MAIN
FILE REMOVED
Changes since revision 1.2: +0 -0 lines
- Remove 0 sized patchfile. Reported by: sem
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 25 23:49:30 2005 UTC (7 years ago) by kuriyama
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -16 lines
- Update to 5.2.1. - Add a patch to fix memory leak (SF bugs #1103644). - Add WITH_DMALLOC knob (with a lot of patches to fix #include order).
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jul 29 04:29:44 2002 UTC (9 years, 6 months ago) by kuriyama
Branches: MAIN
CVS tags: old_RELEASE_5_2_1, old_RELEASE_5_2_0, old_RELEASE_5_1_0, old_RELEASE_5_0_0, old_RELEASE_4_9_0, old_RELEASE_4_8_0, old_RELEASE_4_7_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Fix enumeration after interface without address. Submitted by: billf PR: ports/28717
