Alexander Bergmann
b2dc2d3287
- Decouple snmp-mibs from net-snmp version to allow major version upgrade (bsc#1196955). - Fix LFH violation during v3 user creation (bsc#1181591). Add net-snmp-5.9.1-fix-create-v3-user-outfile.patch - Fix subagent crash at save_set_var() (bsc#1178021). Add net-snmp-5.9.1-subagent-set-response.patch - Fix missing sysconfig files creation (bsc#1108471). - Rename patches to version number 5.9.1: delete: * net-snmp-5.8-socket-path.patch * net-snmp-5.8-testing-empty-arptable.patch * net-snmp-5.8-pie.patch * net-snmp-5.8-net-snmp-config-headercheck.patch * net-snmp-5.8-perl-tk-warning.patch * net-snmp-5.8-velocity-mib.patch * net-snmp-5.8-snmpstatus-suppress-output.patch * net-snmp-5.8-fix-Makefile.PL.patch * net-snmp-5.8-modern-rpm-api.patch add: * net-snmp-5.9.1-socket-path.patch * net-snmp-5.9.1-testing-empty-arptable.patch * net-snmp-5.9.1-pie.patch * net-snmp-5.9.1-net-snmp-config-headercheck.patch * net-snmp-5.9.1-perl-tk-warning.patch * net-snmp-5.9.1-velocity-mib.patch * net-snmp-5.9.1-snmpstatus-suppress-output.patch * net-snmp-5.9.1-fix-Makefile.PL.patch * net-snmp-5.9.1-modern-rpm-api.patch OBS-URL: https://build.opensuse.org/request/show/966059 OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=42
25 lines
768 B
Diff
25 lines
768 B
Diff
Index: net-snmp-5.9/perl/ASN/Makefile.PL
|
|
===================================================================
|
|
--- net-snmp-5.9.orig/perl/ASN/Makefile.PL
|
|
+++ net-snmp-5.9/perl/ASN/Makefile.PL
|
|
@@ -9,6 +9,7 @@ use Config;
|
|
use MakefileSubs;
|
|
|
|
my $lib_version;
|
|
+my %MakeParams = ();
|
|
|
|
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
|
|
# the contents of the Makefile that is written.
|
|
Index: net-snmp-5.9/perl/Makefile.PL
|
|
===================================================================
|
|
--- net-snmp-5.9.orig/perl/Makefile.PL
|
|
+++ net-snmp-5.9/perl/Makefile.PL
|
|
@@ -4,6 +4,7 @@ use ExtUtils::MakeMaker;
|
|
use Config;
|
|
require 5;
|
|
use MakefileSubs;
|
|
+my %MakeParams = ();
|
|
|
|
# Prevent that MakeMaker complains about unknown parameter names.
|
|
NetSNMPGetOpts();
|