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
18 lines
476 B
Diff
18 lines
476 B
Diff
Index: net-snmp-5.7.2/local/tkmib
|
|
===================================================================
|
|
--- net-snmp-5.7.2.orig/local/tkmib
|
|
+++ net-snmp-5.7.2/local/tkmib
|
|
@@ -27,10 +27,9 @@ instructions.
|
|
|
|
if (!$havetk) {
|
|
print "
|
|
-ERROR: You don't have the Tk module installed. You should be able to
|
|
-install this by running (as root):
|
|
+ERROR: You don't have the Tk module installed.
|
|
|
|
- perl -MCPAN -e 'install Tk'
|
|
+ Please install the perl-Tk package.
|
|
";
|
|
}
|
|
|