reintroduce patch for support of wide-character strings in logs

Related: rhbz#2018284
This commit is contained in:
Richard Lescak 2022-11-11 15:45:05 +01:00
parent cd371a2ff9
commit 6ee15b9c84
1 changed files with 7 additions and 2 deletions

View File

@ -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 <rlescak@redhat.com> - 3.0.5-2
- reintroduce patch for support of wide-character strings in logs
- Related: rhbz#2018284
* Wed Oct 26 2022 Richard Lescak <rlescak@redhat.com> - 3.0.5-1
- rebase to version 3.0.5
- Resolves: rhbz#2018284