Compare commits

..

No commits in common. 'c9' and 'c9-beta' have entirely different histories.
c9 ... c9-beta

@ -10,7 +10,7 @@
Summary: A collection of SNMP protocol tools and libraries Summary: A collection of SNMP protocol tools and libraries
Name: net-snmp Name: net-snmp
Version: 5.9.1 Version: 5.9.1
Release: 13%{?dist}.3 Release: 17%{?dist}
Epoch: 1 Epoch: 1
License: BSD License: BSD
@ -57,9 +57,9 @@ Patch27: net-snmp-5.9-ipv6-disable-leak.patch
Patch28: net-snmp-5.9-sendmsg-error-code.patch Patch28: net-snmp-5.9-sendmsg-error-code.patch
Patch29: net-snmp-5.9-message-severity.patch Patch29: net-snmp-5.9-message-severity.patch
Patch30: net-snmp-5.9-rpmdb.patch Patch30: net-snmp-5.9-rpmdb.patch
Patch31: net-snmp-5.9-kernel-6.7.patch Patch31: net-snmp-5.9-CVE-2022-24805-24810.patch
Patch32: net-snmp-5.9-deleted-iface.patch Patch32: net-snmp-5.9.4-kernel-6.7.patch
Patch33: net-snmp-5.9-CVE-2022-24805-24810.patch Patch33: net-snmp-5.9-deleted-iface.patch
# Modern RPM API means at least EL6 # Modern RPM API means at least EL6
Patch101: net-snmp-5.8-modern-rpm-api.patch Patch101: net-snmp-5.8-modern-rpm-api.patch
@ -242,9 +242,9 @@ cp %{SOURCE10} .
%patch28 -p1 -b .sendmsg-error-code %patch28 -p1 -b .sendmsg-error-code
%patch29 -p1 -b .message-severity %patch29 -p1 -b .message-severity
%patch30 -p1 -b .rpmdb %patch30 -p1 -b .rpmdb
%patch31 -p1 -b .kernel-patch %patch31 -p1 -b .CVE-2022-24805-24810
%patch32 -p1 -b .iface %patch32 -p1 -b .kernel-6.7-fix
%patch33 -p1 -b .CVE-2022-24805-24810 %patch33 -p1 -b .iface
%patch101 -p1 -b .modern-rpm-api %patch101 -p1 -b .modern-rpm-api
%patch102 -p1 %patch102 -p1
@ -514,15 +514,18 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test
%{_libdir}/libnetsnmptrapd*.so.%{soname}* %{_libdir}/libnetsnmptrapd*.so.%{soname}*
%changelog %changelog
* Fri Sep 20 2024 Stepan Broz <sbroz@redhat.com> - 1:5.9.1-13.3 * Tue Jul 16 2024 Josef Ridky <jridky@redhat.com> - 1:5.9.1-17
- fix CVE-2022-24805, CVE-2022-24806, CVE-2022-24807, CVE-2022-24808, - fix segfault with error on subcontainer (RHEL-46033)
CVE-2022-24809 and CVE-2022-24810 (RHEL-32062)
* Fri Jun 21 2024 Josef Ridky <jridky@redhat.com> - 1:5.9.1-16
- fix unexpected header length in /proc/net/snmp (RHEL-44357)
* Tue Jul 16 2024 Josef Ridky <jridky@redhat.com> - 1:5.9.1-13.2 * Tue Apr 09 2024 Josef Ridky <jridky@redhat.com> - 1:5.9.1-15
- fix segfault with error on subcontainer (RHEL-46039) - fix changelog issue
* Thu Jun 27 2024 Josef Ridky <jridky@redhat.com> - 1:5.9.1-13.1 * Tue Apr 09 2024 Josef Ridky <jridky@redhat.com> - 1:5.9.1-14
- fix unexpected header length with new kernel (RHEL-40403) - fix CVE-2022-24805, CVE-2022-24806, CVE-2022-24807, CVE-2022-24808,
CVE-2022-24809 and CVE-2022-24810 (RHEL-26649)
* Thu Oct 19 2023 Josef Ridky <jridky@redhat.com> - 1:5.9.1-13 * Thu Oct 19 2023 Josef Ridky <jridky@redhat.com> - 1:5.9.1-13
- add support for SQLite db background of rpm (RHEL-6854) - add support for SQLite db background of rpm (RHEL-6854)

Loading…
Cancel
Save