From d5f48dd4e2c96f20537a8054ba3e753ce5862ea512a321f50f591761e56e3dd3 Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Wed, 10 Aug 2022 20:49:46 +0000 Subject: [PATCH] Accepting request 994398 from home:computersalat:devel:network Update to 1.3.7e OBS-URL: https://build.opensuse.org/request/show/994398 OBS-URL: https://build.opensuse.org/package/show/network/proftpd?expand=0&rev=85 --- proftpd-1.3.7c.tar.gz | 3 --- proftpd-1.3.7c.tar.gz.asc | 7 ------- proftpd-1.3.7e.tar.gz | 3 +++ proftpd-1.3.7e.tar.gz.asc | 7 +++++++ proftpd-no_BuildDate.patch | 4 ++-- proftpd.changes | 22 ++++++++++++++++++++++ proftpd.spec | 2 +- 7 files changed, 35 insertions(+), 13 deletions(-) delete mode 100644 proftpd-1.3.7c.tar.gz delete mode 100644 proftpd-1.3.7c.tar.gz.asc create mode 100644 proftpd-1.3.7e.tar.gz create mode 100644 proftpd-1.3.7e.tar.gz.asc diff --git a/proftpd-1.3.7c.tar.gz b/proftpd-1.3.7c.tar.gz deleted file mode 100644 index 65c7052..0000000 --- a/proftpd-1.3.7c.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7070968b9b6cf614ce7f756c8c1a66c32c1afa4f961784a62301790a801400da -size 20428648 diff --git a/proftpd-1.3.7c.tar.gz.asc b/proftpd-1.3.7c.tar.gz.asc deleted file mode 100644 index 6255256..0000000 --- a/proftpd-1.3.7c.tar.gz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Comment: GPGTools - https://gpgtools.org - -iEYEABECAAYFAmEsJ7IACgkQt46JP6URl2qxwwCgpWJsSh72q4lXsKRjVvQE+cvx -MGAAoKTjO59rbCIb3lHjZs99xJsJCpkn -=M5Gz ------END PGP SIGNATURE----- diff --git a/proftpd-1.3.7e.tar.gz b/proftpd-1.3.7e.tar.gz new file mode 100644 index 0000000..e13f27c --- /dev/null +++ b/proftpd-1.3.7e.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e716a3b53ee069290399fce6dccf4c229fafe6ec2cb14db3778b7aa3f9a8c92 +size 20433418 diff --git a/proftpd-1.3.7e.tar.gz.asc b/proftpd-1.3.7e.tar.gz.asc new file mode 100644 index 0000000..be6e0a3 --- /dev/null +++ b/proftpd-1.3.7e.tar.gz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - https://gpgtools.org + +iEYEABECAAYFAmLcXGgACgkQt46JP6URl2qkGQCgk8hkXYGEmTJ/kw9+ffP1Ep6z +/i0An0b9pWXxzVKyg3Wz9CydgZt5n0tw +=4bRy +-----END PGP SIGNATURE----- diff --git a/proftpd-no_BuildDate.patch b/proftpd-no_BuildDate.patch index d6717a5..90990ed 100644 --- a/proftpd-no_BuildDate.patch +++ b/proftpd-no_BuildDate.patch @@ -99,5 +99,5 @@ Index: include/version.h -#include "buildstamp.h" - /* Application version (in various forms) */ - #define PROFTPD_VERSION_NUMBER 0x0001030708 - #define PROFTPD_VERSION_TEXT "1.3.7c" + #define PROFTPD_VERSION_NUMBER 0x0001030710 + #define PROFTPD_VERSION_TEXT "1.3.7e" diff --git a/proftpd.changes b/proftpd.changes index 1accd17..3f10bb1 100644 --- a/proftpd.changes +++ b/proftpd.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Aug 9 16:37:52 UTC 2022 - chris@computersalat.de + +- 1.3.7e - Released 23-Jul-2022 + * Issue 1448 - Ensure that mod_sftp algorithms work properly with OpenSSL 3.x. +- 1.3.7d - Released 23-Apr-2022 + * Issue 1321 - Crash with long lines in AuthGroupFile due to large realloc(3). + * Issue 1325 - NLST does not behave consistently for relative paths. + * Issue 1346 - Implement AllowForeignAddress class matching for passive data + transfers. + * Bug 4467 - DeleteAbortedStores removes successfully transferred files + unexpectedly. + * Issue 1401 - Keepalive socket options should be set using IPPROTO_TCP, not + SOL_SOCKET. + * Issue 1402 - TCP keepalive SocketOptions should apply to control as well as + data connection. + * Issue 1396 - ProFTPD always uses the same PassivePorts port for first + transfer. + * Issue 1369 - Name-based virtual hosts not working as expected after upgrade + from 1.3.7a to 1.3.7b. +- rebase proftpd-no_BuildDate.patch + ------------------------------------------------------------------- Sun Mar 27 13:17:21 UTC 2022 - chris@computersalat.de diff --git a/proftpd.spec b/proftpd.spec index e51ff6c..6d711d3 100644 --- a/proftpd.spec +++ b/proftpd.spec @@ -33,7 +33,7 @@ Summary: Configurable GPL-licensed FTP server software # We only accept updates for "STABLE" Versions License: GPL-2.0-or-later Group: Productivity/Networking/Ftp/Servers -Version: 1.3.7c +Version: 1.3.7e Release: 0 URL: http://www.proftpd.org/ Source0: ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.gz