diff --git a/vsftpd.spec b/vsftpd.spec index 2f7513e..e635001 100644 --- a/vsftpd.spec +++ b/vsftpd.spec @@ -2,7 +2,7 @@ Name: vsftpd Version: 3.0.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Very Secure Ftp Daemon # OpenSSL link exception @@ -97,7 +97,8 @@ Patch67: 0001-Fix-timestamp-handling-in-MDTM.patch Patch68: 0002-Drop-an-unused-global-variable.patch #Patch69: 0001-Remove-a-hint-about-the-ftp_home_dir-SELinux-boolean.patch Patch70: fix-str_open.patch -Patch71: vsftpd-3.0.5-use-old-tlsv-options.patch +Patch71: vsftpd-3.0.3-enable_wc_logs-replace_unprintable_with_hex.patch +Patch72: vsftpd-3.0.5-use-old-tlsv-options.patch %description vsftpd is a Very Secure FTP daemon. It was written completely from @@ -170,6 +171,10 @@ mkdir -p $RPM_BUILD_ROOT/%{_var}/ftp/pub %{_var}/ftp %changelog +* Fri Nov 11 2022 Richard Lescak - 3.0.5-2 +- reintroduce patch for support of wide-character strings in logs +- Related: rhbz#2018284 + * Wed Oct 26 2022 Richard Lescak - 3.0.5-1 - rebase to version 3.0.5 - Resolves: rhbz#2018284