Fix issue with quoting empty passphrase

This commit is contained in:
Josef Řídký 2021-01-18 14:27:41 +01:00
parent b6b01ca16f
commit 91a48da872
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,7 @@ Patch22: net-snmp-5.9-aes-config.patch
Patch23: net-snmp-5.9-available-memory.patch
Patch24: net-snmp-5.8-asn-parse-nlength.patch
Patch25: net-snmp-5.8-clientaddr-error-message.patch
Patch26: net-snmp-5.8-empty-passphrase.patch
# Modern RPM API means at least EL6
Patch101: net-snmp-5.8-modern-rpm-api.patch
@ -227,6 +228,7 @@ cp %{SOURCE10} .
%patch23 -p1 -b .available-memory
%patch24 -p1 -b .asn-parse-nlength
%patch25 -p1 -b .clientaddr-error-message
%patch26 -p1 -b .empty-passphrase
%patch101 -p1 -b .modern-rpm-api
%patch102 -p1
@ -498,6 +500,7 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test
- fix issue with parsing long trap headers (#1912725)
- fix error message when the address specified by clientaddr option
is wrong or cannot be bound
- fix issue with quoting empty passphrase
* Wed Nov 18 2020 Josef Ridky <jridky@redhat.com> - 1:5.9-3
- update net-snmp-tmpfs.conf for /var/run to /run (#1893471)