Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tinyssh for openSUSE:Factory checked in at 2022-05-06 18:59:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tinyssh (Old) and /work/SRC/openSUSE:Factory/.tinyssh.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tinyssh" Fri May 6 18:59:46 2022 rev:4 rq:975339 version:20220311 Changes: -------- --- /work/SRC/openSUSE:Factory/tinyssh/tinyssh.changes 2019-01-03 18:07:40.300084726 +0100 +++ /work/SRC/openSUSE:Factory/.tinyssh.new.1538/tinyssh.changes 2022-05-06 19:00:05.801406223 +0200 @@ -1,0 +2,16 @@ +Thu May 5 07:05:47 UTC 2022 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to version 20220311: + * fixed build on big-endian platforms + * use PACKET_LIMIT/2 as incoming maximum packet size, + it's workaround for packets with miscalculated packet_length + * add tinysshnoneauthd #29 + * fixed return error message when second channel is requested + * man/tinysshd-{make,print}key.1 -> man/tinysshd-{make,print}key.8 + * add tools/tinyssh-convert + * fix log error messages + * honor "max packet size" requested from the client + * removed sntrup4591761x25519-sha...@tinyssh.org + * added sntrup761x25519-sha...@openssh.com + +------------------------------------------------------------------- Old: ---- tinyssh-20190101.tar.gz New: ---- tinyssh-20220311.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tinyssh.spec ++++++ --- /var/tmp/diff_new_pack.wI8Mcu/_old 2022-05-06 19:00:06.293406760 +0200 +++ /var/tmp/diff_new_pack.wI8Mcu/_new 2022-05-06 19:00:06.297406764 +0200 @@ -1,7 +1,7 @@ # # spec file for package tinyssh # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: tinyssh -Version: 20190101 +Version: 20220311 Release: 0 Summary: A minimalistic SSH server which implements only a subset of SSHv2 features License: CC0-1.0 @@ -39,21 +39,23 @@ echo %{optflags} > conf-cflags echo %{_sbindir} > conf-bin echo %{_mandir} > conf-man -echo %{__cc} > conf-cc +echo gcc > conf-cc %build -make %{?_smp_mflags} +%make_build %install %make_install %files -%doc README* LICENCE +%license LICENCE +%doc README* %{_sbindir}/tinysshd %{_sbindir}/tinysshd-makekey %{_sbindir}/tinysshd-printkey -%{_mandir}/man1/tinysshd-makekey.1%{ext_man} -%{_mandir}/man1/tinysshd-printkey.1%{ext_man} -%{_mandir}/man8/tinysshd.8%{ext_man} +%{_mandir}/man8/tinysshd-makekey.8%{?ext_man} +%{_mandir}/man8/tinysshd-printkey.8%{?ext_man} +%{_mandir}/man8/tinysshd.8%{?ext_man} +%{_mandir}/man8/tinysshnoneauthd.8%{?ext_man} %changelog ++++++ tinyssh-20190101.tar.gz -> tinyssh-20220311.tar.gz ++++++ ++++ 6983 lines of diff (skipped)