Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

proftpd-sqlite-1.3.9-3.1 RPM for aarch64

From OpenSuSE Ports Tumbleweed for aarch64

Name: proftpd-sqlite Distribution: openSUSE Tumbleweed
Version: 1.3.9 Vendor: openSUSE
Release: 3.1 Build date: Wed Feb 11 13:27:37 2026
Group: Productivity/Networking/Ftp/Servers Build host: reproducible
Size: 68248 Source RPM: proftpd-1.3.9-3.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://www.proftpd.org/
Summary: SQLite Module for ProFTPD
This is the SQLite Module for ProFTPD

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Wed Feb 11 2026 Peter Simons <psimons@suse.com>
  - Removed "ProtectSystem=full" from proftpd.service. That directive
    prevents proftpd from writing to the /usr directory hierarchy,
    which means that logged-in and properly authorized FTP users
    cannot upload files or create directories there either. This is
    not what system administrators who set up FTP access for local
    users expect and it's inconsistent with how others FTP servers
    like vsftpd are configured by default. [bsc#1256827]
* Tue Jul 22 2025 Peter Simons <psimons@suse.com>
  - Explicitly list all installed proftpd modules in the %files
    section (rather than using a catch-all glob) to make sure we
    notice when changes to the package break the installation of any
    of those modules -- as has happened in bsc#1246853.
* Fri Jun 13 2025 chris@computersalat.de
  - switch to _service file
    * Add _service
    * Remove proftpd-1.3.9.tar.gz
    * Remove proftpd-1.3.9.tar.gz.asc
  - rename patches
    * proftpd-basic.conf.patch -> proftpd_basic.conf.patch
    * proftpd-dist.patch -> proftpd_dist.patch
    * proftpd-ftpasswd.patch -> proftpd_ftpasswd.patch
    * proftpd-no_BuildDate.patch -> proftpd_no-BuildDate.patch
    * proftpd-strip.patch -> proftpd_strip.patch
  - Update proftpd.service file
  - cleanup spec
    * Remove SysVinit stuff
  - Remove proftpd.init file
* Fri Jun 13 2025 chris@computersalat.de
  - 1.3.9 - Released 14-Mar-2025
    * http://proftpd.org/docs/NEWS-1.3.9
  - rebase patches
    * harden_proftpd.service.patch
    * proftpd-no_BuildDate.patch
* Thu Jun 12 2025 chris@computersalat.de
  - 1.3.8d - Released 14-Mar-2025
    * http://proftpd.org/docs/NEWS-1.3.8d
  - rebase patch
    * proftpd-no_BuildDate.patch
  - remove obsolete patch
    * proftpd-null_pointer.patch
* Fri Mar 14 2025 Andreas Stieger <andreas.stieger@gmx.de>
  - build with pcre2
* Thu Feb 20 2025 chris@computersalat.de
  - fix for boo#1236889 (CVE-2024-57392)
    https://github.com/proftpd/proftpd/issues/1866
    Some of the fuzzing tests submitted in the advisory ran into existing null
    pointer dereferences (not buffer overflows); let's correct them.
  - Add proftpd-null_pointer.patch
* Thu Jan 09 2025 chris@computersalat.de
  - 1.3.8c - Released 11-Dec-2024
    fix for boo#1233997 (CVE-2024-48651)
    * http://proftpd.org/docs/NEWS-1.3.8c
      gh#1830 - Supplemental group inheritance grants unintended access to GID 0
      due to lack of supplemental groups from mod_sql
      https://github.com/proftpd/proftpd/issues/1830
  - rebase patch
    * proftpd-no_BuildDate.patch
* Thu Feb 29 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN.
* Wed Jan 03 2024 chris@computersalat.de
  - Update changes file
    * add missing boo#1218144 (CVE-2023-48795) info
    * add missing CVE-2023-51713 info
* Wed Dec 27 2023 chris@computersalat.de
  - 1.3.8b - Released 19-Dec-2023
      fix for boo#1218144 (CVE-2023-48795)
    * http://proftpd.org/docs/NEWS-1.3.8b
    * Implemented mitigations for "Terrapin" SSH attack (CVE-2023-48795).
  - rebase patch
    * proftpd-no_BuildDate.patch
* Thu Nov 02 2023 chris@computersalat.de
  - 1.3.8a - Released 08-Oct-2023
      fix for boo#1218344 (CVE-2023-51713):
      gh#1683 - Out-of-bounds buffer read when handling FTP commands.
      https://github.com/proftpd/proftpd/issues/1683
    * http://proftpd.org/docs/NEWS-1.3.8a
    * Fixed builds when using OpenSSL 3.x
* Wed Jan 25 2023 chris@computersalat.de
  - 1.3.7f - Released 04-Dec-2022
    * Issue 1533 - mod_tls module unexpectedly allows TLS handshake after
      authentication in some configurations.
    * Bug 4491 - unable to verify signed data: signature type 'rsa-sha2-512' does
      not match publickey algorithm 'ssh-rsa'.
* Mon Jan 16 2023 Stefan Schubert <schubi@suse.com>
  - Migration of PAM settings to /usr/lib/pam.d.
* Thu Sep 01 2022 chris@computersalat.de
  - Update proftpd-basic.conf.patch
    * remove obsolete config option, LoginPasswordPrompt
  - rework proftpd-dist.patch
* Tue Aug 09 2022 chris@computersalat.de
  - 1.3.7e - Released 23-Jul-2022
    * Issue 1448 - Ensure that mod_sftp algorithms work properly with OpenSSL 3.x.
  - 1.3.7d - Released 23-Apr-2022
    * Issue 1321 - Crash with long lines in AuthGroupFile due to large realloc(3).
    * Issue 1325 - NLST does not behave consistently for relative paths.
    * Issue 1346 - Implement AllowForeignAddress class matching for passive data
      transfers.
    * Bug 4467 - DeleteAbortedStores removes successfully transferred files
      unexpectedly.
    * Issue 1401 - Keepalive socket options should be set using IPPROTO_TCP, not
      SOL_SOCKET.
    * Issue 1402 - TCP keepalive SocketOptions should apply to control as well as
      data connection.
    * Issue 1396 - ProFTPD always uses the same PassivePorts port for first
    transfer.
    * Issue 1369 - Name-based virtual hosts not working as expected after upgrade
      from 1.3.7a to 1.3.7b.
  - rebase proftpd-no_BuildDate.patch
* Sun Mar 27 2022 chris@computersalat.de
  - fix deps for SLES
* Sat Mar 26 2022 chris@computersalat.de
  - remove configure --disable-static
* Tue Mar 01 2022 chris@computersalat.de
  - Update to version 1.3.7c:
    * http://proftpd.org/docs/NEWS-1.3.7c
    * http://proftpd.org/docs/RELEASE_NOTES-1.3.7c
  - Update patches
    * harden_proftpd.service.patch
    * proftpd-ftpasswd.patch
    * proftpd-no_BuildDate.patch
    * proftpd.spec
    * proftpd_env-script-interpreter.patch

Files

/usr/lib64/proftpd/mod_sql_sqlite.so


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Feb 27 23:37:35 2026