import net-snmp-5.9.1-7.el9_0.1

This commit is contained in:
CentOS Sources 2022-05-17 18:34:46 -04:00 committed by Stepan Oksanichenko
parent 3d185fc7ec
commit 986247aad1
2 changed files with 7 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.1
Release: 7%{?dist}
Release: 7%{?dist}.1
Epoch: 1
License: BSD
@ -498,6 +498,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test
%{_libdir}/libnetsnmptrapd*.so.%{soname}*
%changelog
* Tue Apr 19 2022 Josef Ridky <jridky@redhat.com> - 1:5.9.1-7.1
- fix default snmpd.conf file content (#2075537)
* Wed Oct 13 2021 Josef Ridky <jridky@redhat.com> - 1:5.9.1-7
- fix FTBFS due of OpenSSL update (#2001430)