Fix issue with quoting empty passphrase
This commit is contained in:
parent
b6b01ca16f
commit
91a48da872
@ -52,6 +52,7 @@ Patch22: net-snmp-5.9-aes-config.patch
|
|||||||
Patch23: net-snmp-5.9-available-memory.patch
|
Patch23: net-snmp-5.9-available-memory.patch
|
||||||
Patch24: net-snmp-5.8-asn-parse-nlength.patch
|
Patch24: net-snmp-5.8-asn-parse-nlength.patch
|
||||||
Patch25: net-snmp-5.8-clientaddr-error-message.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
|
# 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
|
||||||
@ -227,6 +228,7 @@ cp %{SOURCE10} .
|
|||||||
%patch23 -p1 -b .available-memory
|
%patch23 -p1 -b .available-memory
|
||||||
%patch24 -p1 -b .asn-parse-nlength
|
%patch24 -p1 -b .asn-parse-nlength
|
||||||
%patch25 -p1 -b .clientaddr-error-message
|
%patch25 -p1 -b .clientaddr-error-message
|
||||||
|
%patch26 -p1 -b .empty-passphrase
|
||||||
|
|
||||||
%patch101 -p1 -b .modern-rpm-api
|
%patch101 -p1 -b .modern-rpm-api
|
||||||
%patch102 -p1
|
%patch102 -p1
|
||||||
@ -498,6 +500,7 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test
|
|||||||
- fix issue with parsing long trap headers (#1912725)
|
- fix issue with parsing long trap headers (#1912725)
|
||||||
- fix error message when the address specified by clientaddr option
|
- fix error message when the address specified by clientaddr option
|
||||||
is wrong or cannot be bound
|
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
|
* Wed Nov 18 2020 Josef Ridky <jridky@redhat.com> - 1:5.9-3
|
||||||
- update net-snmp-tmpfs.conf for /var/run to /run (#1893471)
|
- update net-snmp-tmpfs.conf for /var/run to /run (#1893471)
|
||||||
|
Loading…
Reference in New Issue
Block a user