Package vsftpd: Information

    Source package: vsftpd
    Version: 3.0.5-alt1
    Latest version according to Repology
    Build time:  Jul 18, 2024, 02:55 PM in the task #353048
    Category: System/Servers
    Report package bug
    License: GPLv2
    Summary: File Transfer Protocol (FTP) server
    Description: 
    vsftpd is a File Transfer Protocol (FTP) server.  The "vs" stands for
    Very Secure.  Obviously this is not a guarantee, but a reflection that
    the entire codebase has been written with security in mind, and the
    program has been carefully designed to be resilient to attack.

    List of RPM packages built from this SRPM:
    vsftpd (x86_64, ppc64le, i586, aarch64)
    vsftpd-debuginfo (x86_64, ppc64le, i586, aarch64)

    Maintainer: Alexey Shabalin

    List of contributors:
    Alexey Shabalin
    Dmitry V. Levin


      1. pam_userpass-devel
      2. rpm-macros-systemd
      3. libcap-devel
      4. libpam-devel

    Last changed


    July 17, 2024 Alexey Shabalin 3.0.5-alt1
    - 3.0.5.
    - Update CFLAGS.
    - Copy commits from fedora:
      + Fix SEGFAULT when running in a container as PID 1.
      + Close stdin/out/err before listening for incoming connections.
      + Use unsigned int for uid and gid representation.
      + Redefine VSFTP_COMMAND_FD to 1.
    June 22, 2024 Alexey Shabalin 3.0.3-alt3
    - Deleted systemd socket activation units.
    - Added systemd vsftpd.service unit.
    - Added systemd units (service and target) for multiple instances support.
    - Added restart systemd services to %post and %preun.
    Dec. 19, 2020 Dmitry V. Levin 3.0.3-alt2
    - Updated seccomp filter (closes: #27752, #35901).
    - Fixed build with gcc-10.