Hello community, here is the log from the commit of package proftpd for openSUSE:Factory checked in at 2020-06-07 21:37:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/proftpd (Old) and /work/SRC/openSUSE:Factory/.proftpd.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "proftpd" Sun Jun 7 21:37:42 2020 rev:40 rq:812077 version:1.3.6d Changes: -------- --- /work/SRC/openSUSE:Factory/proftpd/proftpd.changes 2020-02-25 16:05:55.768455730 +0100 +++ /work/SRC/openSUSE:Factory/.proftpd.new.3606/proftpd.changes 2020-06-07 21:38:14.345435028 +0200 @@ -1,0 +2,17 @@ +Fri Jun 5 11:02:29 UTC 2020 - [email protected] + +- update to 1.3.6d + * Issue 857 - Fixed regression in the handling of `%{env:...}` configuration + variables when the environment variable is not present. + * Issue 940 - Second LIST of the same symlink shows different results. + * Issue 959 - FTPS uploads using TLSv1.3 are likely to fail unexpectedly. + * Issue 980 - mod_sftp sends broken response when CREATETIME attribute is + requested. + * Bug 4398 - Handle zero-length SFTP WRITE requests without error. + * Issue 1018 - PidFile should not be world-writable. + * Issue 1014 - TLSv1.3 handshake fails due to missing session ticket key on + some systems. + * Issue 1023 - Lowercased FTP commands not properly identified. +- rebase proftpd-no_BuildDate.patch + +------------------------------------------------------------------- Old: ---- proftpd-1.3.6c.tar.gz proftpd-1.3.6c.tar.gz.asc New: ---- proftpd-1.3.6d.tar.gz proftpd-1.3.6d.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ proftpd.spec ++++++ --- /var/tmp/diff_new_pack.CN4xV8/_old 2020-06-07 21:38:16.529441951 +0200 +++ /var/tmp/diff_new_pack.CN4xV8/_new 2020-06-07 21:38:16.533441963 +0200 @@ -22,7 +22,7 @@ # We only accept updates for "STABLE" Versions License: GPL-2.0-or-later Group: Productivity/Networking/Ftp/Servers -Version: 1.3.6c +Version: 1.3.6d Release: 0 URL: http://www.proftpd.org/ Source0: ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.gz ++++++ proftpd-1.3.6c.tar.gz -> proftpd-1.3.6d.tar.gz ++++++ /work/SRC/openSUSE:Factory/proftpd/proftpd-1.3.6c.tar.gz /work/SRC/openSUSE:Factory/.proftpd.new.3606/proftpd-1.3.6d.tar.gz differ: char 26, line 1 ++++++ proftpd-no_BuildDate.patch ++++++ --- /var/tmp/diff_new_pack.CN4xV8/_old 2020-06-07 21:38:16.609442204 +0200 +++ /var/tmp/diff_new_pack.CN4xV8/_new 2020-06-07 21:38:16.609442204 +0200 @@ -65,8 +65,8 @@ -#include "buildstamp.h" - /* Application version (in various forms) */ - #define PROFTPD_VERSION_NUMBER 0x0001030608 - #define PROFTPD_VERSION_TEXT "1.3.6c" + #define PROFTPD_VERSION_NUMBER 0x0001030609 + #define PROFTPD_VERSION_TEXT "1.3.6d" Index: src/main.c =================================================================== --- src/main.c.orig
