Hello community,

here is the log from the commit of package proftpd for openSUSE:Factory checked 
in at 2019-11-10 22:52:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/proftpd (Old)
 and      /work/SRC/openSUSE:Factory/.proftpd.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "proftpd"

Sun Nov 10 22:52:46 2019 rev:36 rq:747209 version:1.3.6b

Changes:
--------
--- /work/SRC/openSUSE:Factory/proftpd/proftpd.changes  2019-11-04 
17:15:55.552871323 +0100
+++ /work/SRC/openSUSE:Factory/.proftpd.new.2990/proftpd.changes        
2019-11-10 22:52:56.394451604 +0100
@@ -1,0 +2,17 @@
+Sun Nov  3 22:25:28 UTC 2019 - [email protected]
+
+- update to 1.3.6b
+  * Fixed pre-authentication remote denial-of-service issue (Issue #846).
+  * Backported fix for building mod_sql_mysql using MySQL 8 (Issue #824).
+- update to 1.3.6a
+  * Fixed symlink navigation (Bug#4332).
+  * Fixed building of mod_sftp using OpenSSL 1.1.x releases (Issue#674).
+  * Fixed SITE COPY honoring of <Limit> restrictions (Bug#4372).
+  * Fixed segfault on login when using mod_sftp + mod_sftp_pam (Issue#656).
+  * Fixed restarts when using mod_facl as a static module
+- remove obsolete proftpd-CVE-2019-12815.patch
+  * included in 1.3.6a (Bug#4372)
+- add proftpd_env-script-interpreter.patch
+  * RPMLINT fix for env-script-interpreter (Badness: 9)
+
+-------------------------------------------------------------------

Old:
----
  proftpd-1.3.6.tar.gz
  proftpd-1.3.6.tar.gz.asc
  proftpd-CVE-2019-12815.patch

New:
----
  proftpd-1.3.6b.tar.gz
  proftpd-1.3.6b.tar.gz.asc
  proftpd_env-script-interpreter.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ proftpd.spec ++++++
--- /var/tmp/diff_new_pack.75JFsn/_old  2019-11-10 22:52:58.838456767 +0100
+++ /var/tmp/diff_new_pack.75JFsn/_new  2019-11-10 22:52:58.874456844 +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.6
+Version:        1.3.6b
 Release:        0
 Url:            http://www.proftpd.org/
 Source0:        ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.gz
@@ -45,8 +45,8 @@
 Patch103:       %{name}-strip.patch
 #PATCH-FIX-openSUSE: file-contains-date-and-time
 Patch104:       %{name}-no_BuildDate.patch
-#PATCH-CVE-Backport: CVE-2019-12815 (bpo#4372)
-Patch106:       %{name}-CVE-2019-12815.patch
+#RPMLINT-FIX-openSUSE: env-script-interpreter
+Patch105:       %{name}_env-script-interpreter.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #BuildRequires:  gpg-offline
 BuildRequires:  fdupes
@@ -153,7 +153,7 @@
 %patch102
 %patch103
 %patch104
-%patch106
+%patch105
 
 %build
 rm contrib/mod_wrap.c

++++++ proftpd-1.3.6.tar.gz -> proftpd-1.3.6b.tar.gz ++++++
/work/SRC/openSUSE:Factory/proftpd/proftpd-1.3.6.tar.gz 
/work/SRC/openSUSE:Factory/.proftpd.new.2990/proftpd-1.3.6b.tar.gz differ: char 
12, line 1

++++++ proftpd-no_BuildDate.patch ++++++
--- /var/tmp/diff_new_pack.75JFsn/_old  2019-11-10 22:52:59.774458744 +0100
+++ /var/tmp/diff_new_pack.75JFsn/_new  2019-11-10 22:52:59.790458778 +0100
@@ -65,13 +65,13 @@
 -#include "buildstamp.h"
 -
  /* Application version (in various forms) */
- #define PROFTPD_VERSION_NUMBER                0x0001030605
- #define PROFTPD_VERSION_TEXT          "1.3.6"
+ #define PROFTPD_VERSION_NUMBER                0x0001030607
+ #define PROFTPD_VERSION_TEXT          "1.3.6b"
 Index: src/main.c
 ===================================================================
 --- src/main.c.orig
 +++ src/main.c
-@@ -1883,8 +1883,8 @@ static void standalone_main(void) {
+@@ -1891,8 +1891,8 @@ static void standalone_main(void) {
  
    init_bindings();
  
@@ -82,7 +82,7 @@
  
    if (pr_pidfile_write() < 0) {
      fprintf(stderr, "error opening PidFile '%s': %s\n", pr_pidfile_get(),
-@@ -1944,7 +1944,6 @@ static void show_settings(void) {
+@@ -1952,7 +1952,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");
-@@ -2523,7 +2522,6 @@ int main(int argc, char *argv[], char **
+@@ -2532,7 +2531,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); 

++++++ proftpd_env-script-interpreter.patch ++++++
Index: contrib/ftpasswd
===================================================================
--- contrib/ftpasswd.orig
+++ contrib/ftpasswd
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # ---------------------------------------------------------------------------
 # Copyright (C) 2000-2015 TJ Saunders <[email protected]>
 #
Index: contrib/ftpmail
===================================================================
--- contrib/ftpmail.orig
+++ contrib/ftpmail
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # ---------------------------------------------------------------------------
 # Copyright (C) 2008-2013 TJ Saunders <[email protected]>
 #
Index: contrib/ftpquota
===================================================================
--- contrib/ftpquota.orig
+++ contrib/ftpquota
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # -------------------------------------------------------------------------
 # Copyright (C) 2000-2017 TJ Saunders <[email protected]>
 #
Index: src/prxs.in
===================================================================
--- src/prxs.in.orig
+++ src/prxs.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # ---------------------------------------------------------------------------
 # Copyright (C) 2008-2012 TJ Saunders <[email protected]>

Reply via email to