net-snmp/net-snmp-5.0.8-readonly.patch

16 lines
478 B
Diff
Raw Normal View History

auto-import changelog data from net-snmp-5.0.9-2.src.rpm Mon Oct 13 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.9-2 - Due to rpm-devel we need elfutils-devel, too (#103982). Mon Sep 29 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.9-1 - Updated to latest upstream version net-snmp-5.0.9 - Added patch to fix net-snmp-perl problems (#105842). Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de> - allow compiling without tcp_wrappers Wed Sep 17 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-11.1 - rebuilt Wed Sep 17 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-11 - Fixed permission for net-snmp-config in net-snmp-devel Mon Sep 08 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-10.1 - rebuilt Mon Sep 08 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-10 - Moved net-snmp-config into devel package (#103927) Fri Aug 22 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-9.1 - rebuilt Thu Aug 21 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-9 - Added sample config to make net-snmp RFC 1213 compliant. Fri Aug 15 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-8 - Fixed problem with perl option (#102420). - Added patch for libwrap fix (#77926). Tue Aug 12 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-7.1 - rebuilt Tue Aug 12 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-7 - Fixed build problems on ppc64 - Fixed double packaged manpages (#102075). Thu Aug 07 2003 Phil Knirsch <pknirsch@redhat.com> - Fixed problem with new proc output (#98619, #89960). Wed Aug 06 2003 Phil Knirsch <pknirsch@redhat.com> - Fixed ro/rw problem with v2 and v3 request (#89612) Tue Aug 05 2003 Phil Knirsch <pknirsch@redhat.com> - Fixed permission problem for debuginfo (#101456) Thu Jul 31 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-6.1 - Fixed file list for latest build. Thu Jul 31 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-6 - Fixed build problems for net-snmp-perl. Sun Jul 27 2003 Florian La Roche <Florian.LaRoche@redhat.de> 5.0.8-5 - actually apply ipv6 patch Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Tue Apr 29 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-3 - bumped release and rebuilt. Tue Apr 29 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-2 - Hack to make it build on 64bit platforms with /usr/lib64 correctly. - Fixed bug #85071 (leak of open descriptors for ipv6). Fri Mar 28 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-1 - Updated to latest upstream version 5.0.8 (bug #88580) Thu Feb 13 2003 Phil Knirsch <pknirsch@redhat.com> - Included generation of perl stuff. Thanks to Harald Hoyer. Wed Feb 12 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.7-1 - Updated to net-snmp-5.0.7. Fixed especially the performance problem with limited trees.
2004-09-09 09:09:42 +00:00
--- net-snmp-5.0.8/agent/snmp_agent.c.readonly 2003-08-05 14:55:44.000000000 +0200
+++ net-snmp-5.0.8/agent/snmp_agent.c 2003-08-06 16:05:56.000000000 +0200
@@ -1133,6 +1133,12 @@
int i, n = 0, r = 0;
/*
+ * Update asp->status if necessary. Fixes ro/rw problem.
+ */
+ if ( status != 0 && asp->status == 0 )
+ asp->status = status;
+
+ /*
* if this request was a set, clear the global now that we are
* done.
*/