[Git][debian-proftpd-team/proftpd][master] 2 commits: Add a regression test for SFTP connections.

Hilmar Preuße (@hilmar) gitlab at salsa.debian.org
Sun Jun 1 09:18:36 BST 2025



Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd


Commits:
94f5783b by Hilmar Preuße at 2025-06-01T10:15:42+02:00
Add a regression test for SFTP connections.

- - - - -
342a7fa5 by Hilmar Preuße at 2025-06-01T10:18:24+02:00
Add "libcrypt-dev" to Build-Depends.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/control.in


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,13 @@
 proftpd-dfsg (1.3.9~dfsg-2) UNRELEASED; urgency=medium
 
+  [ Lucas Kanashiro <kanashiro at debian.org> ]
+  * Add a regression test for SFTP connections.
+
   * Add code to proftp postinst to force mod_ls.c & mod_xfer.c into
     modules.conf in case of upgrades.
   * Load modules mod_delay.c, mod_ls.c & mod_xfer.c in modules.conf,
     else proftp won't start using default/sample configuration
+  * Add "libcrypt-dev" to Build-Depends (Closes: #1107050).
 
   * Add patch for Issue #1886: Fix the handling of SCP target paths
     that might contain spaces.


=====================================
debian/control
=====================================
@@ -12,6 +12,7 @@ Build-Depends: debhelper-compat (= 13),
                libldap-dev,
                default-libmysqlclient-dev,
                libnsl-dev,
+               libcrypt-dev,
                libncurses-dev,
                libpam-dev,
                libpcre2-dev,


=====================================
debian/control.in
=====================================
@@ -12,6 +12,7 @@ Build-Depends: debhelper-compat (= 13),
                libldap-dev,
                default-libmysqlclient-dev,
                libnsl-dev,
+               libcrypt-dev,
                libncurses-dev,
                libpam-dev,
                libpcre2-dev,



View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/compare/0d53eccb3e755391b82e379a3b06ed569ee15a8a...342a7fa59ea75fb2109eb5bac079fce09e6f0d4f

-- 
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/compare/0d53eccb3e755391b82e379a3b06ed569ee15a8a...342a7fa59ea75fb2109eb5bac079fce09e6f0d4f
You're receiving this email because of your account on salsa.debian.org.




More information about the Pkg-proftpd-maintainers mailing list