# HG changeset patch # User Hans-G?nter Theisgen # Date 1659450170 -3600 # Node ID 1730124f1afa904f72b30f6423e4aeaeda96d5db # Parent 91e76e4797883db18834a1b8c3ed32a72a2842df updated vsftpd (3.0.3 -> 3.0.5) diff -r 91e76e479788 -r 1730124f1afa vsftpd/description.txt --- a/vsftpd/description.txt Tue Aug 02 14:59:23 2022 +0100 +++ b/vsftpd/description.txt Tue Aug 02 15:22:50 2022 +0100 @@ -1,2 +1,2 @@ -vsftpd is a GPL licensed FTP server for UNIX systems, including Linux. It is -secure and extremely fast. It is stable. +Vsftpd is a GPL licensed FTP server for UNIX systems, including Linux. +It is secure and extremely fast. It is stable. diff -r 91e76e479788 -r 1730124f1afa vsftpd/receipt --- a/vsftpd/receipt Tue Aug 02 14:59:23 2022 +0100 +++ b/vsftpd/receipt Tue Aug 02 15:22:50 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="vsftpd" -VERSION="3.0.3" +VERSION="3.0.5" CATEGORY="network" SHORT_DESC="Secure FTP server." MAINTAINER="erjo@slitaz.org" @@ -32,4 +32,5 @@ cp -a $src/vsftpd $fs/usr/bin cp -a $src/vsftpd.conf $fs/etc + chown root:root $fs/etc/vsftpd.conf }