]> git.pld-linux.org Git - packages/pure-ftpd.git/blob - pure-ftpd-allauth.patch
- unconditional noarch subpackages
[packages/pure-ftpd.git] / pure-ftpd-allauth.patch
1 --- pure-ftpd-1.0.47/src/log_mysql.c~   2017-08-20 16:51:05.000000000 +0200
2 +++ pure-ftpd-1.0.47/src/log_mysql.c    2017-10-28 20:17:43.638635689 +0200
3 @@ -429,6 +429,7 @@ void pw_mysql_check(AuthResult * const r
4          crypto_mysql++;
5          crypto_md5++;
6          crypto_sha1++;
7 +        crypto_plain++;
8      } else if (strcasecmp(crypto, PASSWD_SQL_ARGON2) == 0) {
9          crypto_argon2++;
10      } else if (strcasecmp(crypto, PASSWD_SQL_SCRYPT) == 0) {
11 --- pure-ftpd-1.0.47/src/log_pgsql.c~   2017-08-20 16:51:15.000000000 +0200
12 +++ pure-ftpd-1.0.47/src/log_pgsql.c    2017-10-28 20:18:08.135958914 +0200
13 @@ -504,6 +504,7 @@ void pw_pgsql_check(AuthResult * const r
14          crypto_crypt++;
15          crypto_md5++;
16          crypto_sha1++;
17 +        crypto_plain++;
18      } else if (strcasecmp(crypto, PASSWD_SQL_ARGON2) == 0) {
19          crypto_argon2++;
20      } else if (strcasecmp(crypto, PASSWD_SQL_SCRYPT) == 0) {
This page took 0.116844 seconds and 3 git commands to generate.