[Git][debian-proftpd-team/proftpd-mod-clamav][master] 2 commits: Update changelog.
Hilmar Preuße (@hilmar)
gitlab at salsa.debian.org
Wed Nov 6 17:32:40 GMT 2024
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd-mod-clamav
Commits:
bc584f1e by Hilmar Preuße at 2024-11-06T18:21:15+01:00
Update changelog.
- - - - -
0648c337 by Hilmar Preuße at 2024-11-06T18:32:21+01:00
Add patch 19.patch to make the module compatible to the upcoming proftp v1.3.9.
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/19.patch
- + debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+proftpd-mod-clamav (0.14~rc2-5) UNRELEASED; urgency=medium
+
+ * Change my Uploaders/Maintainers address.
+ * Update debian/gitlab-ci.yml file; Disable REPROTEST for now.
+ * Add patch 19.patch to make the module compatible to the upcoming
+ proftp v1.3.9.
+
+ -- Hilmar Preuße <hille42 at debian.org> Wed, 06 Nov 2024 18:20:11 +0100
+
proftpd-mod-clamav (0.14~rc2-4) unstable; urgency=low
[ Debian Janitor ]
=====================================
debian/patches/19.patch
=====================================
@@ -0,0 +1,23 @@
+From b3e91c940ee1235341b1e118e1ee6a33ec0857da Mon Sep 17 00:00:00 2001
+From: offsides <josh at honorablemenschen.com>
+Date: Tue, 2 Jan 2024 11:48:46 -0500
+Subject: [PATCH] Update mod_clamav.c
+
+end_login is no longer defined in compat.h as of 1.3.9rc2, so the call needs to be replaced with pr_session_end
+---
+ mod_clamav.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/mod_clamav.c b/mod_clamav.c
+index dcc4929..d39e347 100644
+--- a/mod_clamav.c
++++ b/mod_clamav.c
+@@ -239,7 +239,7 @@ static int clamavd_scan_stream(int sockd, const char *abs_filename,
+ buf = malloc(bufsz);
+ if (!buf) {
+ pr_log_pri(PR_LOG_CRIT, "Out of memory!");
+- end_login(1);
++ pr_session_end(1);
+ }
+
+ /* send file contents using protocol defined by Clamd */
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+19.patch
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-clamav/-/compare/b10d54fbe02984d2130cbce7d6f8cb9be6713ab1...0648c337f916e00cdb473015341392d931b1b55e
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-clamav/-/compare/b10d54fbe02984d2130cbce7d6f8cb9be6713ab1...0648c337f916e00cdb473015341392d931b1b55e
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list