Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hylafax+ for openSUSE:Factory checked in at 2024-10-07 21:49:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hylafax+ (Old) and /work/SRC/openSUSE:Factory/.hylafax+.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hylafax+" Mon Oct 7 21:49:29 2024 rev:48 rq:1206030 version:7.0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/hylafax+/hylafax+.changes 2023-11-21 21:32:19.904038387 +0100 +++ /work/SRC/openSUSE:Factory/.hylafax+.new.19354/hylafax+.changes 2024-10-07 21:50:08.385029195 +0200 @@ -1,0 +2,65 @@ +Sun Oct 6 07:49:58 UTC 2024 - Axel Braun <[email protected]> + +- version 7.0.9 + * add support for libtiff 4.7.0 (7 Sep 2024) + * try to cope with T.38 invite stutter at beginning of receive (25 Aug 2024) + * identify more senders who confuse RTN (21-24 Aug 2024) + * cope with Phase C carrier fast restart when receiving (21 Aug 2024) + * Support PDF form as cover page template (6 Aug 2024) + * fix some build warnings (6 Aug 2024) + * Correctly report file encoding with cqtest (5 Aug 2024) + * Set FIFO response waiting flag earlier to prevent deadlock (5 Aug 2024) + * Increasing file header buffer used to detect file type (5 Aug 2024) + * Log invalid FIFO messages received by hfaxd (5 Aug 2024) + * Allow triggers to work in passive mode (5 Aug 2024) + * Abort deleting user when an error prevent writing new file (5 Aug 2024) + * Allow recvstats to correctly show times over 99 minutes (5 Aug 2024) + * Close both sides of the control pipe when jobcontrol fork fails (5 Aug 2024) + * Don't log in faxq signal handler (5 Aug 2024) + * various logging and documentation corrections (5 Aug 2024) + * faxq: scanQueueDirectory fixup (5 Aug 2024) + * faxq: Dispatch while we are scanning for all our jobs (5 Aug 2024) + * ModemServer: Write freeing status to void no-longer valid status (5 Aug 2024) + * faxq: Make debug show modems and their states too (5 Aug 2024) + * faxdeluser: preserve current hosts file ownership and modes (5 Aug 2024) + * Close files when done with them. (5 Aug 2024) + * Wait for end marker before terminating SHIELDED_DTMF retrieval (5 Aug 2024) + * Allow email headers to be folded between field-name and field-body (5 Aug 2024) + * We need to check for child that terminate while SIGCLD is not setup. (5 Aug 2024) + * MAXSEQNUM is a valid value to be returned. It's any above that is invalid (5 Aug 2024) + * New option to return receive stats by device (already in xfer stats) (5 Aug 2024) + * Get DF from params when DCS is not present/valid (5 Aug 2024) + * Do not poll for children when checking for FD or processes already ready (5 Aug 2024) + * Make sure all messages from a child are processed before reaping that child (5 Aug 2024) + * Replace non signal-safe signal handlers with simple ones setting a flag (5 Aug 2024) + * PDF2FaxCmd documentation (5 Aug 2024) + * Make sure message didn't get truncated before sending command to FIFO (5 Aug 2024) + * FIFO sending utilities must send NUL character at the end of commands (5 Aug 2024) + * specify /bin/bash in faxmail scripts requiring bash (26 Apr 2024) + +------------------------------------------------------------------- +Thu Mar 28 19:27:54 UTC 2024 - Axel Braun <[email protected]> + +- version 7.0.8 + * tiff.patch removed (included) + * add support for libtiff 4.6.0t (20 Mar 2024) + * don't attempt SSL Fax for the last training attempt (19 Feb 2024) + * fix sslfaxproxy from terminating if a client doesn't provide a passcode (9 Oct 2023) + * fix faxmail to cope with uppercase in multipart content-type header (25 Jul 2023) + * increase SSL Fax listener backlog to system somaxconn value (24 Jul 2023) + * improve sslfaxproxy error handling (7 Jul 2023) + * fix handling of Phase B signals in Phase D when in V.34-Fax (10 May 2023) + * improve V.34-Fax recovery after SSL Fax termination (10 May 2023) + * cope with Class 1.0 V.34-Fax scenarios where we receive ECM data frames + when we were expecting Phase D signaling (3-4 Apr 2023) + * ignore modem input when trying to deliberately terminate a call (3 Apr 2023) + * C99 compatibility fixes for configure script (17 Feb 2023) + * cope with libjpeg informative messages (6, 8 Feb 2023) + * cope with color senders that do not include G3FAX marker (4 Feb 2023)- + +------------------------------------------------------------------- +Wed Feb 21 13:22:29 UTC 2024 - Axel Braun <[email protected]> + +- prepare for rpm 4.20 + +------------------------------------------------------------------- Old: ---- hylafax-7.0.7.tar.gz tiff.patch New: ---- hylafax-7.0.9.tar.gz BETA DEBUG BEGIN: Old:- version 7.0.8 * tiff.patch removed (included) * add support for libtiff 4.6.0t (20 Mar 2024) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hylafax+.spec ++++++ --- /var/tmp/diff_new_pack.btfwQ8/_old 2024-10-07 21:50:09.017055491 +0200 +++ /var/tmp/diff_new_pack.btfwQ8/_new 2024-10-07 21:50:09.021055657 +0200 @@ -1,7 +1,7 @@ # # spec file for package hylafax+ # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global faxspool %{_localstatedir}/spool/hylafax %define lib_version %(echo %{version} | tr \. _) Name: hylafax+ -Version: 7.0.7 +Version: 7.0.9 Release: 0 Summary: A fax server License: BSD-3-Clause @@ -40,13 +40,13 @@ Source14: [email protected] Source15: hylafax-service.xml Source16: hylafax-helper.xml -Patch1: tiff.patch +## Patch1: tiff.patch BuildRequires: firewalld BuildRequires: gcc-c++ BuildRequires: ghostscript BuildRequires: libjbig-devel BuildRequires: libjpeg-devel -BuildRequires: libtiff-devel +BuildRequires: libtiff-devel >= 4.6.0t BuildRequires: openldap2-devel BuildRequires: pam-devel BuildRequires: pkgconfig @@ -104,7 +104,7 @@ used to access the server. %prep -%autosetup -p1 -n hylafax-%{version} +%autosetup -n hylafax-%{version} cp %{SOURCE8} . cp %{SOURCE9} . @@ -137,6 +137,7 @@ --with-PATH_IMPRIP="" \ --with-SYSVINIT=%{_initddir}/hylafax+ \ --with-INTERACTIVE=no \ + --with-tiff-tools-unsupported=yes \ --with-JBIGTIFF=yes # can't use _smp_mflags because it breaks libfaxutil dso building make -j1 ++++++ hylafax-7.0.7.tar.gz -> hylafax-7.0.9.tar.gz ++++++ ++++ 3011 lines of diff (skipped)
