rpms/net-snmp/F-8 net-snmp-5.4-64bit.patch, 1.1, 1.2 net-snmp.spec, 1.134, 1.135

Jan Šafránek (jsafrane) fedora-extras-commits at redhat.com
Thu Feb 14 11:49:03 UTC 2008


Author: jsafrane

Update of /cvs/pkgs/rpms/net-snmp/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19057

Modified Files:
	net-snmp-5.4-64bit.patch net-snmp.spec 
Log Message:
fixing ipNetToMediaNetAddress to show IP address
Resolves: #432780

net-snmp-5.4-64bit.patch:

Index: net-snmp-5.4-64bit.patch
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/F-8/net-snmp-5.4-64bit.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- net-snmp-5.4-64bit.patch	28 Nov 2006 07:40:28 -0000	1.1
+++ net-snmp-5.4-64bit.patch	14 Feb 2008 11:48:56 -0000	1.2
@@ -83,9 +83,10 @@
          return (u_char *) LowPhysAddr;
      case IPMEDIANETADDRESS:    /* also ATNETADDRESS */
 -	*var_len = sizeof(uint32_t);
-+	*var_len = sizeof addr_ret;
-         long_return = LowAddr;
+-        long_return = LowAddr;
 -        return (u_char *) & long_return;
++	*var_len = sizeof addr_ret;
++        addr_ret = LowAddr;
 +        return (u_char *) & addr_ret;
      case IPMEDIATYPE:
          *var_len = sizeof long_return;


Index: net-snmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/F-8/net-snmp.spec,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- net-snmp.spec	16 Nov 2007 11:06:16 -0000	1.134
+++ net-snmp.spec	14 Feb 2008 11:48:56 -0000	1.135
@@ -7,7 +7,7 @@
 Summary: A collection of SNMP protocol tools and libraries
 Name: net-snmp
 Version: %{major_ver}
-Release: 5%{?dist}
+Release: 6%{?dist}
 Epoch: 1
 
 License: BSD and CMU
@@ -360,6 +360,9 @@
 %{_libdir}/lib*.so.*
 
 %changelog
+* Thu Feb 14 2008 Jan Safranek <jsafranek at redhat.com> 5.4.1-6
+- fixing ipNetToMediaNetAddress to show IP address (#432780)
+
 * Thu Nov 15 2007 Jan Safranek <jsafranek at redhat.com> 5.4.1-5
 - added procps to build dependencies (#380321)
 - fix crash on reading xen interfaces (#386611)




More information about the fedora-extras-commits mailing list