Hello community,

here is the log from the commit of package net-snmp for openSUSE:Factory 
checked in at 2016-05-31 12:08:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/net-snmp (Old)
 and      /work/SRC/openSUSE:Factory/.net-snmp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "net-snmp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/net-snmp/net-snmp.changes        2016-04-12 
19:00:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.net-snmp.new/net-snmp.changes   2016-05-31 
12:08:27.000000000 +0200
@@ -1,0 +2,12 @@
+Sat May 21 08:48:48 UTC 2016 - dims...@opensuse.org
+
+- Fix build with perl 5.24.0:
+  + Add net-snmp-5.7.3-Fix-Makefile.PL.patch: Fix build system
+    recursiely loading Makefile.Pl and destroying its internas.
+    See https://rt.perl.org/Public/Bug/Display.html?id=125907
+  + net-snmp-5.7.3-Remove-U64-typedef.patch: The U64 typedef
+    conflicts with a typedef in a Perl header file. Hence remove
+    the U64 typedef from the Net-SNMP header files. Backported from
+    upstream commit 477b4307ef1.
+
+-------------------------------------------------------------------

New:
----
  net-snmp-5.7.3-Fix-Makefile.PL.patch
  net-snmp-5.7.3-Remove-U64-typedef.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ net-snmp.spec ++++++
--- /var/tmp/diff_new_pack.mcF8Gd/_old  2016-05-31 12:08:28.000000000 +0200
+++ /var/tmp/diff_new_pack.mcF8Gd/_new  2016-05-31 12:08:28.000000000 +0200
@@ -73,6 +73,8 @@
 Patch8:         net-snmp-5.7.3-netgroups.patch
 Patch9:         net-snmp-5.7.3-snmpstatus-suppress-output.patch
 Patch10:        net-snmp-5.7.3-fix-snmp_pdu_parse-incomplete.patch
+Patch11:        net-snmp-5.7.3-Remove-U64-typedef.patch
+Patch12:        net-snmp-5.7.3-Fix-Makefile.PL.patch
 #
 Summary:        SNMP Daemon
 License:        BSD-3-Clause and MIT
@@ -208,6 +210,8 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
+%patch12 -p1
 
 %build
 MIBS="misc/ipfwacc ucd-snmp/diskio etherlike-mib rmon-mib velocity smux \

++++++ net-snmp-5.7.3-Fix-Makefile.PL.patch ++++++
diff -up net-snmp-5.7.3/perl/ASN/Makefile.PL.orig 
net-snmp-5.7.3/perl/ASN/Makefile.PL
--- net-snmp-5.7.3/perl/ASN/Makefile.PL.orig    2016-05-06 10:35:30.005905040 
+0200
+++ net-snmp-5.7.3/perl/ASN/Makefile.PL 2016-05-06 10:35:57.518776400 +0200
@@ -3,6 +3,7 @@ require 5;
 use Config;
 use Getopt::Long;
 my $lib_version;
+my %MakeParams = ();
 
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
diff -up net-snmp-5.7.3/perl/Makefile.PL.orig net-snmp-5.7.3/perl/Makefile.PL
--- net-snmp-5.7.3/perl/Makefile.PL.orig        2016-05-06 10:34:38.975143641 
+0200
+++ net-snmp-5.7.3/perl/Makefile.PL     2016-05-06 10:35:13.326983024 +0200
@@ -2,6 +2,7 @@ use ExtUtils::MakeMaker;
 use Config;
 use Getopt::Long;
 require 5;
+my %MakeParams = ();
 
 %MakeParams = InitMakeParams();
 

++++++ net-snmp-5.7.3-Remove-U64-typedef.patch ++++++
++++ 2518 lines (skipped)


Reply via email to