Resolves: RHEL-86820 - revert regression in config file

Signed-off-by: Josef Ridky <jridky@redhat.com>
This commit is contained in:
Josef Ridky 2026-06-02 10:14:56 +02:00
parent 2eca3225e0
commit 57b0457a1f
2 changed files with 8 additions and 4 deletions

View File

@ -38,14 +38,14 @@
# First, map the community name "public" into a "security name"
# sec.name source community
com2sec notConfigUser default public
#com2sec notConfigUser default public
####
# Second, map the security name into a group name:
# groupName securityModel securityName
group notConfigGroup v1 notConfigUser
group notConfigGroup v2c notConfigUser
#group notConfigGroup v1 notConfigUser
#group notConfigGroup v2c notConfigUser
####
# Third, create a view for us to let the group have rights to:

View File

@ -10,7 +10,7 @@
Summary: A collection of SNMP protocol tools and libraries
Name: net-snmp
Version: 5.9.4
Release: 19%{?dist}
Release: 20%{?dist}
Epoch: 1
License: MIT-CMU and BSD-3-Clause and MIT and OpenSSL
@ -528,6 +528,10 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test
%{_libdir}/libnetsnmptrapd*.so.%{soname}*
%changelog
* Mon Jun 02 2026 Josef Ridky <jridky@redhat.com> - 1:5.9.4-20
- revert default snmpd.conf change from -15 that restricted SNMP view
to system MIB only, breaking third-party MIBs (RHEL-86820)
* Mon Feb 02 2026 Josef Ridky <jridky@redhat.com> - 1:5.9.4-19
- fix creation of /var/lib/net-snmp in image mode (RHEL-132654)