Marcus Meissner
47e8accd2b
- update to 5.9: snmplib: - Add IPv6 support to DTLSUDP transport CHANGES: snmplib: use new netsnmp_sockaddr_storage in netsnmp_addr_pair CHANGES: snmplib: add base_transport ptr for tunneled transports snmpd: - Security vulnerabilty in the ping MIB reported by Christopher Ertl from Microsoft fixed - Changing to a different uid/gid can only be done once - The extend mib is now read-only by default snmptrap: - BUG: 2899: Patch from Drew Roedersheimer to set library engineboots/time values before sending unspecified: - Add pkg-config support for building applications and sub-agents Use the netsnmp package when building Net-SNMP applications. Use the netsnmp-agent package when building Net-SNMP subagents. - drop net-snmp-5.8-fix-python3.patch, net-snmp-5.8-netgroups.patch: obsolete OBS-URL: https://build.opensuse.org/request/show/864165 OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=31
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();
|