Script 'mail_helper' called by obssrc
Hello community,

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

Package is "proftpd"

Fri Nov  3 22:21:10 2023 rev:48 rq:1123243 version:1.3.8a

Changes:
--------
--- /work/SRC/openSUSE:Factory/proftpd/proftpd.changes  2023-02-23 
16:54:31.453524764 +0100
+++ /work/SRC/openSUSE:Factory/.proftpd.new.17445/proftpd.changes       
2023-11-03 22:21:55.999996754 +0100
@@ -1,0 +2,7 @@
+Thu Nov  2 16:24:34 UTC 2023 - ch...@computersalat.de
+
+- 1.3.8a - Released 08-Oct-2023
+  * http://proftpd.org/docs/NEWS-1.3.8a
+  * Fixed builds when using OpenSSL 3.x
+
+-------------------------------------------------------------------

Old:
----
  proftpd-1.3.7f.tar.gz
  proftpd-1.3.7f.tar.gz.asc

New:
----
  proftpd-1.3.8a.tar.gz
  proftpd-1.3.8a.tar.gz.asc

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

Other differences:
------------------
++++++ proftpd.spec ++++++
--- /var/tmp/diff_new_pack.vLO3Lo/_old  2023-11-03 22:21:56.944031481 +0100
+++ /var/tmp/diff_new_pack.vLO3Lo/_new  2023-11-03 22:21:56.948031629 +0100
@@ -33,7 +33,7 @@
 # We only accept updates for "STABLE" Versions
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Ftp/Servers
-Version:        1.3.7f
+Version:        1.3.8a
 Release:        0
 URL:            http://www.proftpd.org/
 Source0:        ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.gz

++++++ proftpd-1.3.7f.tar.gz -> proftpd-1.3.8a.tar.gz ++++++
/work/SRC/openSUSE:Factory/proftpd/proftpd-1.3.7f.tar.gz 
/work/SRC/openSUSE:Factory/.proftpd.new.17445/proftpd-1.3.8a.tar.gz differ: 
char 12, line 1

++++++ proftpd-ftpasswd.patch ++++++
--- /var/tmp/diff_new_pack.vLO3Lo/_old  2023-11-03 22:21:56.996033394 +0100
+++ /var/tmp/diff_new_pack.vLO3Lo/_new  2023-11-03 22:21:56.996033394 +0100
@@ -13,7 +13,7 @@
  my $shell_file = "/etc/shells";
  my $default_cracklib_dict = "/usr/lib/cracklib_dict";
  my $cracklib_dict;
-@@ -1220,6 +1220,46 @@ usage: $program [--help] [--hash|--group
+@@ -1218,6 +1218,46 @@ usage: $program [--help] [--hash|--group
      --version
                  Displays the version of $program.
  

++++++ proftpd-no_BuildDate.patch ++++++
--- /var/tmp/diff_new_pack.vLO3Lo/_old  2023-11-03 22:21:57.016034130 +0100
+++ /var/tmp/diff_new_pack.vLO3Lo/_new  2023-11-03 22:21:57.020034276 +0100
@@ -22,44 +22,39 @@
 ===================================================================
 --- src/main.c.orig
 +++ src/main.c
-@@ -1928,8 +1928,8 @@ static void standalone_main(void) {
- 
-   init_bindings();
+@@ -1989,8 +1989,8 @@ static void standalone_main(void) {
+     exit(1);
+   }
  
 -  pr_log_pri(PR_LOG_NOTICE, "ProFTPD %s (built %s) standalone mode STARTUP",
 -    PROFTPD_VERSION_TEXT " " PR_STATUS, BUILD_STAMP);
 +  pr_log_pri(PR_LOG_NOTICE, "ProFTPD %s standalone mode STARTUP",
 +    PROFTPD_VERSION_TEXT " " PR_STATUS);
  
-   if (pr_pidfile_write() < 0) {
-     fprintf(stderr, "error opening PidFile '%s': %s\n", pr_pidfile_get(),
-@@ -1989,7 +1989,6 @@ static void show_settings(void) {
-   printf("%s", "  Platform: " PR_PLATFORM " [unknown]\n");
- #endif /* !HAVE_UNAME */
+   daemon_loop();
+ }
+@@ -2145,7 +2145,6 @@ static void show_settings(void) {
+ 
+   show_os_release();
  
 -  printf("%s", "  Built: " BUILD_STAMP "\n");
    printf("%s", "  Built With:\n    configure " PR_BUILD_OPTS "\n\n");
  
    printf("%s", "  CFLAGS: " PR_BUILD_CFLAGS "\n");
-@@ -2571,7 +2570,6 @@ int main(int argc, char *argv[], char **
-   if (show_version == 2) {
+@@ -2742,7 +2741,6 @@ int main(int argc, char *argv[], char **
+   if (show_version >= 2) {
      printf("ProFTPD Version: %s", PROFTPD_VERSION_TEXT " " PR_STATUS "\n");
      printf("  Scoreboard Version: %08x\n", PR_SCOREBOARD_VERSION); 
 -    printf("  Built: %s\n\n", BUILD_STAMP);
  
      modules_list2(NULL, PR_MODULES_LIST_FL_SHOW_VERSION);
-     exit(0);
+ 
 Index: Makefile.in
 ===================================================================
 --- Makefile.in.orig
 +++ Makefile.in
-@@ -42,28 +42,25 @@ endif
+@@ -47,17 +47,17 @@ include/buildstamp.h:
  
- all: $(BUILD_BIN)
- 
--include/buildstamp.h:
--      echo \#define BUILD_STAMP \"$(BUILD_STAMP)\" > include/buildstamp.h
--
  dummy:
  
 -lib: include/buildstamp.h dummy
@@ -79,6 +74,11 @@
 +utils: dummy
        cd utils/ && $(MAKE) utils
  
+ clang-tidy:
+@@ -66,10 +66,10 @@ clang-tidy:
+       -cd modules/ && $(MAKE) clang-tidy
+       # cd utils/ && $(MAKE) clang-tidy
+ 
 -locale: include/buildstamp.h dummy
 +locale: dummy
        test -z "$(ENABLE_NLS)" || (cd locale/ && $(MAKE) locale)
@@ -99,6 +99,6 @@
 -#include "buildstamp.h"
 -
  /* Application version (in various forms) */
- #define PROFTPD_VERSION_NUMBER                0x0001030711
- #define PROFTPD_VERSION_TEXT          "1.3.7f"
+ #define PROFTPD_VERSION_NUMBER                0x0001030806
+ #define PROFTPD_VERSION_TEXT          "1.3.8a"
 

++++++ proftpd_env-script-interpreter.patch ++++++
--- /var/tmp/diff_new_pack.vLO3Lo/_old  2023-11-03 22:21:57.096037073 +0100
+++ /var/tmp/diff_new_pack.vLO3Lo/_new  2023-11-03 22:21:57.100037219 +0100
@@ -6,7 +6,7 @@
 -#!/usr/bin/env perl
 +#!/usr/bin/perl
  # ---------------------------------------------------------------------------
- # Copyright (C) 2000-2020 TJ Saunders <t...@castaglia.org>
+ # Copyright (C) 2000-2021 TJ Saunders <t...@castaglia.org>
  #
 Index: contrib/ftpmail
 ===================================================================

Reply via email to