Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tinyssh for openSUSE:Factory checked 
in at 2025-02-21 21:37:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tinyssh (Old)
 and      /work/SRC/openSUSE:Factory/.tinyssh.new.1873 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tinyssh"

Fri Feb 21 21:37:29 2025 rev:9 rq:1247584 version:20250201

Changes:
--------
--- /work/SRC/openSUSE:Factory/tinyssh/tinyssh.changes  2024-06-17 
19:34:25.581162083 +0200
+++ /work/SRC/openSUSE:Factory/.tinyssh.new.1873/tinyssh.changes        
2025-02-21 21:37:55.084111830 +0100
@@ -1,0 +2,21 @@
+Mon Feb 10 19:40:54 UTC 2025 - Lucas Mulling <[email protected]>
+
+- Update to 20250201:
+  * Relicensed under CC0-1.0 OR 0BSD OR MIT-0 OR MIT
+  * Final reformatting using clang-format
+- Included from 20241111 to 20250126:
+  * Fixed more compiler warnings
+  * More used cryptoint
+  * Switched to cryptoint
+  * Switched to tests from SUPERCOP for crypto primitives
+  * Fixed various compiler warnings
+  * Fixed implicit-function-declaration warning packet_put.c (tnx @lanodan)
+  * Modification of the build system to a simple Makefile (old build system
+    still in directory 'old')
+  * Added support for external librandombytes, lib25519, libntruprime library
+  * Dropped support for other NaCl-compatible external libraries
+- Update spec file to new build system
+- Add tinyssh.keyring
+- Enable %check on code streams that support it
+
+-------------------------------------------------------------------

Old:
----
  tinyssh-20240101.tar.gz

New:
----
  20250201.tar.gz.asc
  tinyssh-20250201.tar.gz
  tinyssh.keyring

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

Other differences:
------------------
++++++ tinyssh.spec ++++++
--- /var/tmp/diff_new_pack.hGciHQ/_old  2025-02-21 21:37:55.936147306 +0100
+++ /var/tmp/diff_new_pack.hGciHQ/_new  2025-02-21 21:37:55.940147473 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tinyssh
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,17 @@
 
 
 Name:           tinyssh
-Version:        20240101
+Version:        20250201
 Release:        0
 Summary:        A minimalistic SSH server which implements only a subset of 
SSHv2 features
 License:        CC0-1.0
 Group:          Productivity/Networking/SSH
 URL:            https://tinyssh.org/
-Source:         
https://github.com/janmojzis/tinyssh/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:        
https://github.com/janmojzis/tinyssh/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source1:        
https://github.com/janmojzis/tinyssh/releases/download/%{version}/%{version}.tar.gz.asc
+Source2:        %{name}-%{version}.tar.gz
+Source3:        %{version}.tar.gz.asc
+Source4:        %{name}.keyring
 Patch0:         tinyssh-gcc14-compat.patch
 
 %description
@@ -36,25 +40,28 @@
 use dynamic memory allocation (no allocation failures, etc.)
 
 %prep
-%setup -q
-%patch -P 0 -p1
-echo %{optflags} > conf-cflags
-echo %{_sbindir} > conf-bin
-echo %{_mandir} > conf-man
-echo gcc > conf-cc
+%autosetup -a2
 
 %build
+export CFLAGS="%{optflags}"
 %make_build
 
 %install
+export PREFIX=/usr
 %make_install
 
+%if 0%{?suse_version} > 1315
+%check
+%make_build test
+%endif
+
 %files
-%license LICENCE
+%license LICENCE.md
 %doc README*
 %{_sbindir}/tinysshd
 %{_sbindir}/tinysshd-makekey
 %{_sbindir}/tinysshd-printkey
+%{_sbindir}/tinysshnoneauthd
 %{_mandir}/man8/tinysshd-makekey.8%{?ext_man}
 %{_mandir}/man8/tinysshd-printkey.8%{?ext_man}
 %{_mandir}/man8/tinysshd.8%{?ext_man}

++++++ tinyssh-20240101.tar.gz -> tinyssh-20250201.tar.gz ++++++
++++ 63557 lines of diff (skipped)

Reply via email to