Hello community, here is the log from the commit of package proftpd for openSUSE:Factory checked in at 2016-05-11 16:37:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/proftpd (Old) and /work/SRC/openSUSE:Factory/.proftpd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "proftpd" Changes: -------- --- /work/SRC/openSUSE:Factory/proftpd/proftpd.changes 2015-06-02 10:07:42.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.proftpd.new/proftpd.changes 2016-05-11 16:37:34.000000000 +0200 @@ -1,0 +2,11 @@ +Sun May 8 19:25:45 UTC 2016 - ch...@computersalat.de + +- fix for boo#970890 (CVE-2016-3125) +- update to 1.3.5b: + http://www.proftpd.org/docs/RELEASE_NOTES-1.3.5b + * SSH RSA hostkeys smaller than 2048 bits now work properly. + * MLSD response lines are now properly CRLF terminated. + * Fixed selection of DH groups from TLSDHParamFile. +- rebase proftpd-no_BuildDate.patch + +------------------------------------------------------------------- Old: ---- proftpd-1.3.5a.tar.gz proftpd-1.3.5a.tar.gz.asc New: ---- proftpd-1.3.5b.tar.gz proftpd-1.3.5b.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ proftpd.spec ++++++ --- /var/tmp/diff_new_pack.bski5d/_old 2016-05-11 16:37:36.000000000 +0200 +++ /var/tmp/diff_new_pack.bski5d/_new 2016-05-11 16:37:36.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package proftpd # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ Group: Productivity/Networking/Ftp/Servers # Please save your time and do not update to "rc" versions. # We only accept updates for "STABLE" Versions -Version: 1.3.5a +Version: 1.3.5b Release: 0 Url: http://www.proftpd.org/ Source0: ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.gz ++++++ proftpd-1.3.5a.tar.gz -> proftpd-1.3.5b.tar.gz ++++++ /work/SRC/openSUSE:Factory/proftpd/proftpd-1.3.5a.tar.gz /work/SRC/openSUSE:Factory/.proftpd.new/proftpd-1.3.5b.tar.gz differ: char 13, line 1 ++++++ proftpd-no_BuildDate.patch ++++++ --- /var/tmp/diff_new_pack.bski5d/_old 2016-05-11 16:37:36.000000000 +0200 +++ /var/tmp/diff_new_pack.bski5d/_new 2016-05-11 16:37:36.000000000 +0200 @@ -65,13 +65,13 @@ -#include "buildstamp.h" - /* Application version (in various forms) */ - #define PROFTPD_VERSION_NUMBER 0x0001030507 - #define PROFTPD_VERSION_TEXT "1.3.5a" + #define PROFTPD_VERSION_NUMBER 0x0001030508 + #define PROFTPD_VERSION_TEXT "1.3.5b" Index: src/main.c =================================================================== --- src/main.c.orig +++ src/main.c -@@ -2426,8 +2426,8 @@ static void standalone_main(void) { +@@ -2435,8 +2435,8 @@ static void standalone_main(void) { init_bindings(); @@ -82,7 +82,7 @@ pr_pidfile_write(); daemon_loop(); -@@ -2482,7 +2482,6 @@ static void show_settings(void) { +@@ -2491,7 +2491,6 @@ static void show_settings(void) { printf("%s", " Platform: " PR_PLATFORM " [unknown]\n"); #endif /* !HAVE_UNAME */ @@ -90,7 +90,7 @@ printf("%s", " Built With:\n configure " PR_BUILD_OPTS "\n\n"); printf("%s", " CFLAGS: " PR_BUILD_CFLAGS "\n"); -@@ -3000,7 +2999,6 @@ int main(int argc, char *argv[], char ** +@@ -3009,7 +3008,6 @@ int main(int argc, char *argv[], char ** printf("ProFTPD Version: %s", PROFTPD_VERSION_TEXT " " PR_STATUS "\n"); printf(" Scoreboard Version: %08x\n", PR_SCOREBOARD_VERSION);