Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mbuffer for openSUSE:Factory checked in at 2022-02-01 16:59:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mbuffer (Old) and /work/SRC/openSUSE:Factory/.mbuffer.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mbuffer" Tue Feb 1 16:59:47 2022 rev:25 rq:950412 version:20211018 Changes: -------- --- /work/SRC/openSUSE:Factory/mbuffer/mbuffer.changes 2018-06-19 11:57:01.572818326 +0200 +++ /work/SRC/openSUSE:Factory/.mbuffer.new.1898/mbuffer.changes 2022-02-01 16:59:50.908936830 +0100 @@ -1,0 +2,56 @@ +Mon Jan 31 20:28:59 UTC 2022 - Dirk M??ller <[email protected]> + +- update to 20211018: + * fixes related to TCP timeout handling + * enhancement: support setting config file via env var MBUFFERRC + * documentation update + * make TCPTimeout=0 disable the TCP timeout + * changed default TCP timeout from 10s to 100s + * TCP timeout now can be give with suffixes ms,s,min,h + * documented option for TCP timeout + * enhancement: accept IPv6 addresses in square bracket format + * enhancement: more detailed warning message for connect failures + * work around Solaris default old mercurial and incompatible sed + * removed cancel after join for reader thread + * updated install-sh + * mbuffer.1 has outdated version tag + * fix: hash algos should not suppress stdout + * enhancement: added option --no-direct to disable use of O_DIRECT + * defaults: raised default TCP timeout to 10ms for WAN connections + * fix: leave TCP buffer size untouched if not set + * enhancement: add option to set TCP timeout + * performance optimization: use recv with MSG_WAITALL instead of read + * configure fix: look for objdump also with target prefix + * testing: make sure to use gtar for testing to avoid unexpected failures + * portability: NetBSD compatibility fix + * build enhancement: added dependency calculation for make + * build enhancement: automatic version string generation + * configure fix for some powerpc toolchains + * update config.sub and config.guess + * added option to perform direct I/Os on temporary file + * autoadjust dependent parameters + * human readable buffer size information instead of kiB + * hashing infrastructure should also be enabled with libdl available + * report input file name in message for open failure + * fix: don't try to open network output as file after failure + * fix: potential issue related to inet6 hosts handling + * added complementary cmake based building and testing + * some cleanup work + * fix: erronous empty file generation on network connection failure + * enhanced default settings for better performance + * use O_DIRECT on input and output if possible + * option --direct is now deprecated and has no effect + * Output Size must be adjusted to Blocksize during initialization + * man-page corrections + * fixed some messages (typos and formatting) + * fix for network initialization for systems without getaddrinfo + * support suppressing messages with Verbose=silent and Verbose=none + * fix detection of invalid arguments to option -v + * Copyright update to 2019 + * consistently use CLOCK_MONOTONIC if available + * handle time standing still or running backward + * updated INSTALL file to reflect available options + * added explanation for lack of MacOS support + * linking of available hash libraries during runtime + +------------------------------------------------------------------- Old: ---- mbuffer-20180505.tgz New: ---- mbuffer-20211018.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mbuffer.spec ++++++ --- /var/tmp/diff_new_pack.0FFWGU/_old 2022-02-01 16:59:52.196927772 +0100 +++ /var/tmp/diff_new_pack.0FFWGU/_new 2022-02-01 16:59:52.200927744 +0100 @@ -1,7 +1,7 @@ # # spec file for package mbuffer # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -13,21 +13,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: mbuffer -Version: 20180505 +Version: 20211018 Release: 0 Summary: Replacement for "buffer" with many more Features -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Productivity/Text/Utilities -Url: http://www.maier-komor.de/mbuffer.html -Source: http://www.maier-komor.de/software/mbuffer/mbuffer-%{version}.tgz +URL: https://www.maier-komor.de/mbuffer.html +Source: https://www.maier-komor.de/software/mbuffer/mbuffer-%{version}.tgz BuildRequires: libtool BuildRequires: openssl-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description mbuffer is a raplacement for buffer with additional functionality: @@ -47,16 +46,16 @@ --enable-md5 \ --disable-debug -make %{?_smp_mflags} SHELL=/bin/sh +%make_build SHELL=/bin/sh %install install -D -m 0755 mbuffer "%{buildroot}%{_bindir}/mbuffer" install -D -m 0644 mbuffer.1 "%{buildroot}%{_mandir}/man1/mbuffer.1" %files -%defattr(-,root,root) -%doc AUTHORS ChangeLog LICENSE NEWS README +%license LICENSE +%doc AUTHORS ChangeLog NEWS README %{_bindir}/mbuffer -%{_mandir}/man1/mbuffer.1* +%{_mandir}/man1/mbuffer.1%{?ext_man} %changelog ++++++ mbuffer-20180505.tgz -> mbuffer-20211018.tgz ++++++ ++++ 8091 lines of diff (skipped)
