[Git][debian-proftpd-team/proftpd][master] Finalize patch and activate during build.
Hilmar Preuße
gitlab at salsa.debian.org
Thu Aug 6 23:11:42 BST 2020
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd
Commits:
be13106a by Hilmar Preusse at 2020-08-07T00:11:11+02:00
Finalize patch and activate during build.
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/control.in
- debian/patches/proftpd-mysql-password-backend.diff
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -9,6 +9,10 @@ proftpd-dfsg (1.3.7a-2) UNRELEASED; urgency=medium
Ed25519 keys and mod_sftp, I reproduced one segfault when verifying
such keys during publickey authentication.
+ * Add patch from Andreas Trottmann <andreas.trottmann at werft22.com> to
+ reintroduce "SQLAUthTypes Backend" with MySQL database
+ (Closes: #965077).
+
-- Hilmar Preusse <hille42 at web.de> Thu, 30 Jul 2020 23:16:38 +0200
proftpd-dfsg (1.3.7a-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -23,7 +23,8 @@ Build-Depends: debhelper (>= 9.20160114),
libgeoip-dev,
libmemcached-dev (>= 0.41),
libhiredis-dev,
- libsodium-dev
+ libsodium-dev,
+ libmd-dev
Homepage: http://www.proftpd.org/
Vcs-Browser: https://salsa.debian.org/debian-proftpd-team/proftpd
Vcs-Git: https://salsa.debian.org/debian-proftpd-team/proftpd.git
=====================================
debian/control.in
=====================================
@@ -23,7 +23,8 @@ Build-Depends: debhelper (>= 9.20160114),
libgeoip-dev,
libmemcached-dev (>= 0.41),
libhiredis-dev,
- libsodium-dev
+ libsodium-dev,
+ libmd-dev
Homepage: http://www.proftpd.org/
Vcs-Browser: https://salsa.debian.org/debian-proftpd-team/proftpd
Vcs-Git: https://salsa.debian.org/debian-proftpd-team/proftpd.git
=====================================
debian/patches/proftpd-mysql-password-backend.diff
=====================================
@@ -1,3 +1,7 @@
+Description: Reintroduce "SQLAUthTypes Backend" with MySQL database
+Author: Andreas Trottmann <andreas.trottmann at werft22.com>
+Forwarded: not done, could be done.
+Bug-Debian: #965077
Index: proftpd-dfsg-1.3.7rc4/contrib/mod_sql_mysql.c
===================================================================
--- proftpd-dfsg-1.3.7rc4.orig/contrib/mod_sql_mysql.c 2020-07-18 12:31:23.243328191 +0200
=====================================
debian/patches/series
=====================================
@@ -10,7 +10,7 @@ odbc
#spelling_errors
wrong-path-for-interpreter_perl.diff
#cd9036f4ef7a05c107f0ffcb19a018b20267c531.patch
-# proftpd-mysql-password-backend.patch
+proftpd-mysql-password-backend.diff
upstream_1063
upstream_1070
upstream_1061
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/be13106a14f0138bd409eba65fa42e51d8f350f1
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/be13106a14f0138bd409eba65fa42e51d8f350f1
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list