]> git.pld-linux.org Git - packages/pure-ftpd.git/commitdiff
- up to 1.0.47 auto/th/pure-ftpd-1.0.47-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 28 Oct 2017 18:19:44 +0000 (20:19 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 28 Oct 2017 18:19:44 +0000 (20:19 +0200)
pure-ftpd-allauth.patch
pure-ftpd.spec

index 054931d42b6dd072f23bbe63e9f4b263e5168d81..b95f2e5799eb2dd37334667590b1057464c877af 100644 (file)
@@ -1,21 +1,20 @@
---- a/src/log_mysql.c~ 2017-04-24 16:32:45.000000000 +0200
-+++ b/src/log_mysql.c  2017-10-04 12:42:27.961678871 +0200
+--- pure-ftpd-1.0.47/src/log_mysql.c~  2017-08-20 16:51:05.000000000 +0200
++++ pure-ftpd-1.0.47/src/log_mysql.c   2017-10-28 20:17:43.638635689 +0200
 @@ -429,6 +429,7 @@ void pw_mysql_check(AuthResult * const r
          crypto_mysql++;
          crypto_md5++;
          crypto_sha1++;
 +        crypto_plain++;
-     } else if (strcasecmp(crypto, PASSWD_SQL_ARGON2I) == 0) {
-         crypto_argon2i++;
+     } else if (strcasecmp(crypto, PASSWD_SQL_ARGON2) == 0) {
+         crypto_argon2++;
      } else if (strcasecmp(crypto, PASSWD_SQL_SCRYPT) == 0) {
-
---- a/src/log_pgsql.c~ 2017-04-24 16:32:45.000000000 +0200
-+++ b/src/log_pgsql.c  2017-10-04 12:42:57.562469704 +0200
+--- pure-ftpd-1.0.47/src/log_pgsql.c~  2017-08-20 16:51:15.000000000 +0200
++++ pure-ftpd-1.0.47/src/log_pgsql.c   2017-10-28 20:18:08.135958914 +0200
 @@ -504,6 +504,7 @@ void pw_pgsql_check(AuthResult * const r
          crypto_crypt++;
          crypto_md5++;
          crypto_sha1++;
 +        crypto_plain++;
-     } else if (strcasecmp(crypto, PASSWD_SQL_ARGON2I) == 0) {
-         crypto_argon2i++;
+     } else if (strcasecmp(crypto, PASSWD_SQL_ARGON2)) {
+         crypto_argon2++;
      } else if (strcasecmp(crypto, PASSWD_SQL_SCRYPT) == 0) {
index 68c47497c50cc9afc88ce6033a39e8d91b600c02..09c958bfdb8499edfeee1674df7e73620b2e87c7 100644 (file)
@@ -9,16 +9,16 @@
 %bcond_without tls             # disable SSL/TLS support
 %bcond_without cap             # disable capabilities
 
-%define        rel     2
+%define        rel     1
 Summary:       Small, fast and secure FTP server
 Summary(pl.UTF-8):     Mały, szybki i bezpieczny serwer FTP
 Name:          pure-ftpd
-Version:       1.0.46
+Version:       1.0.47
 Release:       %{rel}%{?with_extra:extra}
 License:       BSD-like%{?with_extra:, GLPv2 for pure-config due to libcfg+ license}
 Group:         Daemons
 Source0:       http://download.pureftpd.org/pub/pure-ftpd/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: efce5529c1f0a39dafdd532c619503f1
+# Source0-md5: a41fa531c0d21bd3416dd524d75495ae
 Source1:       %{name}.pamd
 Source2:       %{name}.init
 Source3:       %{name}.sysconfig
This page took 0.061909 seconds and 4 git commands to generate.