Hello community, here is the log from the commit of package proftpd for openSUSE:Factory checked in at 2020-11-30 09:53:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/proftpd (Old) and /work/SRC/openSUSE:Factory/.proftpd.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "proftpd" Mon Nov 30 09:53:57 2020 rev:41 rq:851689 version:1.3.6e Changes: -------- --- /work/SRC/openSUSE:Factory/proftpd/proftpd.changes 2020-06-07 21:38:14.345435028 +0200 +++ /work/SRC/openSUSE:Factory/.proftpd.new.5913/proftpd.changes 2020-11-30 09:54:11.601798039 +0100 @@ -1,0 +2,9 @@ +Thu Nov 19 14:16:47 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org> + +- Update to version 1.3.6e: + + Invalid SCP command leads to null pointer dereference. +- Do not limit to openSSL < 1.1: proftpd has had support for + openSSL 1.1 sice version 1.3.6a. +- Rebase proftpd-no_BuildDate.patch. + +------------------------------------------------------------------- Old: ---- proftpd-1.3.6d.tar.gz proftpd-1.3.6d.tar.gz.asc New: ---- proftpd-1.3.6e.tar.gz proftpd-1.3.6e.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ proftpd.spec ++++++ --- /var/tmp/diff_new_pack.Q601s8/_old 2020-11-30 09:54:14.321800630 +0100 +++ /var/tmp/diff_new_pack.Q601s8/_new 2020-11-30 09:54:14.325800633 +0100 @@ -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.6d +Version: 1.3.6e Release: 0 URL: http://www.proftpd.org/ Source0: ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.gz @@ -63,7 +63,7 @@ BuildRequires: postgresql-devel BuildRequires: sqlite3-devel BuildRequires: unixODBC-devel -BuildRequires: pkgconfig(libssl) < 1.1 +BuildRequires: pkgconfig(libssl) Requires: logrotate %if 0%{?lang_package:1} > 0 Recommends: %{name}-lang ++++++ proftpd-1.3.6d.tar.gz -> proftpd-1.3.6e.tar.gz ++++++ /work/SRC/openSUSE:Factory/proftpd/proftpd-1.3.6d.tar.gz /work/SRC/openSUSE:Factory/.proftpd.new.5913/proftpd-1.3.6e.tar.gz differ: char 32, line 1 ++++++ proftpd-no_BuildDate.patch ++++++ --- /var/tmp/diff_new_pack.Q601s8/_old 2020-11-30 09:54:14.437800740 +0100 +++ /var/tmp/diff_new_pack.Q601s8/_new 2020-11-30 09:54:14.441800744 +0100 @@ -65,8 +65,8 @@ -#include "buildstamp.h" - /* Application version (in various forms) */ - #define PROFTPD_VERSION_NUMBER 0x0001030609 - #define PROFTPD_VERSION_TEXT "1.3.6d" + #define PROFTPD_VERSION_NUMBER 0x0001030610 + #define PROFTPD_VERSION_TEXT "1.3.6e" Index: src/main.c =================================================================== --- src/main.c.orig