rpms/net-snmp/F-7 net-snmp-5.4-64bit.patch, 1.1, 1.2 net-snmp.spec, 1.120, 1.121

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


Author: jsafrane

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

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-7/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:55:05 -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-7/net-snmp.spec,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- net-snmp.spec	9 Nov 2007 14:28:06 -0000	1.120
+++ net-snmp.spec	14 Feb 2008 11:55:05 -0000	1.121
@@ -7,7 +7,7 @@
 Summary: A collection of SNMP protocol tools and libraries
 Name: net-snmp
 Version: %{major_ver}
-Release: 16%{?dist}
+Release: 17%{?dist}
 Epoch: 1
 
 License: BSD and CMU
@@ -375,6 +375,9 @@
 %{_libdir}/lib*.so.*
 
 %changelog
+* Thu Feb 14 2008 Jan Safranek <jsafranek at redhat.com> 5.4-17
+- fixing ipNetToMediaNetAddress to show IP address (#432780)
+
 * Tue Oct 19 2007 Jan Safranek <jsafranek at redhat.com> 5.4-16
 - License: field fixed to "BSD and CMU"
 - fix hrSWInst (#250237)




More information about the fedora-extras-commits mailing list