From 91a48da872984a3e67fe6c7e8b09c62efbd5d263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=98=C3=ADdk=C3=BD?= Date: Mon, 18 Jan 2021 14:27:41 +0100 Subject: [PATCH] Fix issue with quoting empty passphrase --- net-snmp.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-snmp.spec b/net-snmp.spec index ea227ad..f2fcf80 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -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 - 1:5.9-3 - update net-snmp-tmpfs.conf for /var/run to /run (#1893471)