proftpd-dfsg (1.3.9~dfsg-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.3.9~dfsg-2 > 1.3.9~dfsg-1
- Git: https://salsa.debian.org/debian-proftpd-team/proftpd.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 770048
- Browser: https://salsa.debian.org/debian-proftpd-team/proftpd
- Last scan: 2025-07-05 01:12:14+00
- Next scan: 2025-07-11 19:02:00+00
- CI pipeline status: success
- Debian changelog in Git:
proftpd-dfsg (1.3.9~dfsg-2) UNRELEASED; urgency=medium
[ Lucas Kanashiro <kanashiro@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.
* Ftpstats references wrong file in logrotate config (Closes: #1104536).
-- Hilmar Preuße <hille42@debian.org> Sat, 19 Apr 2025 10:46:47 +0200
- This branch is 7 commits ahead of tag debian/1.3.9_dfsg-1
- Git log:
commit 342a7fa59ea75fb2109eb5bac079fce09e6f0d4f
Author: Hilmar Preuße <hille42@web.de>
Date: Sun Jun 1 10:18:24 2025 +0200
Add "libcrypt-dev" to Build-Depends.
commit 94f5783b05b10df2e21d941798122ef2c13b0d8f
Author: Hilmar Preuße <hille42@web.de>
Date: Sun Jun 1 10:15:42 2025 +0200
Add a regression test for SFTP connections.
commit 0d53eccb3e755391b82e379a3b06ed569ee15a8a
Merge: 2d509c3 7f4aee5
Author: Hilmar Preuße <hille42@web.de>
Date: Mon May 26 12:43:28 2025 +0000
Merge branch 'master' into 'master'
Add a regression test for SFTP connections
See merge request debian-proftpd-team/proftpd!11
commit 7f4aee5d52de07fe0e2a2d1ace60eef6fb15edc4
Author: Lucas Kanashiro <kanashiro@debian.org>
Date: Mon Apr 7 15:01:44 2025 -0300
Add a regression test for SFTP connections
commit 2d509c3189698aef24bb3dd75fddadf859c87eeb
Author: Hilmar Preuße <hille42@web.de>
Date: Tue May 13 19:40:34 2025 +0200
Force loading of modules mod_ls.c & mod_xfer.c.
commit 7478a950b4a1acb2ea131e5c3f283ae1b22ad7e2
Author: Hilmar Preuße <hille42@web.de>
Date: Tue May 13 19:33:49 2025 +0200
Fix for #1104536 in 1.3.9 branch.
commit fca1c00522b6d3050716ebb9e9f67b57d8ef84b9
Author: Hilmar Preuße <hille42@web.de>
Date: Sat Apr 19 10:47:45 2025 +0200
Add patch for Issue #1886.