Marcus Meissner
d10b528e62
- Update to net-snmp-5.8. Fixes included: * Fix remote DoS in agent/helpers/table.c (bsc#1111122, CVE-2018-18065) * Fix agentx freezing on timeout (bsc#1027353) * swintst_rpm: Protect against unspecified Group name (bsc#1102775) - Add tsm and tlstm MIBs and the USM security module. (bsc#1081164) - Rename and refactor patches and remove those that are already included inside the new version. Added: * 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-netgroups.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 * net-snmp-5.8-fix-python3.patch Removed: * net-snmp-5.7.3-socket-path.patch * net-snmp-5.7.3-testing-empty-arptable.patch * net-snmp-5.7.3-pie.patch * net-snmp-5.7.3-net-snmp-config-headercheck.patch * net-snmp-5.7.3-perl-tk-warning.patch * net-snmp-5.7.3-velocity-mib.patch * net-snmp-5.7.3-fix-snmpd-crashing-when-an-agentx-disconnects.patch * net-snmp-5.7.3-netgroups.patch * net-snmp-5.7.3-snmpstatus-suppress-output.patch OBS-URL: https://build.opensuse.org/request/show/641283 OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=16
14 lines
456 B
Diff
14 lines
456 B
Diff
Index: net-snmp-5.7.2/agent/mibgroup/agentx/protocol.h
|
|
===================================================================
|
|
--- net-snmp-5.7.2.orig/agent/mibgroup/agentx/protocol.h
|
|
+++ net-snmp-5.7.2/agent/mibgroup/agentx/protocol.h
|
|
@@ -13,7 +13,7 @@ extern "C" {
|
|
|
|
#define AGENTX_PORT 705
|
|
#ifndef NETSNMP_AGENTX_SOCKET
|
|
-#define NETSNMP_AGENTX_SOCKET "/var/agentx/master"
|
|
+#define NETSNMP_AGENTX_SOCKET "/var/run/agentx/master"
|
|
#endif
|
|
|
|
/*
|