Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package goshs for openSUSE:Factory checked 
in at 2026-05-13 20:59:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/goshs (Old)
 and      /work/SRC/openSUSE:Factory/.goshs.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "goshs"

Wed May 13 20:59:23 2026 rev:8 rq:1353054 version:2.0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/goshs/goshs.changes      2026-05-04 
12:56:30.280857178 +0200
+++ /work/SRC/openSUSE:Factory/.goshs.new.1966/goshs.changes    2026-05-13 
20:59:32.329637344 +0200
@@ -1,0 +2,18 @@
+Wed May 13 14:14:12 UTC 2026 - Martin Hauke <[email protected]>
+
+- Update to version 2.0.8
+   * Add shell completion.
+- Update to version 2.0.7
+  Security
+  * Security Update: The auto-update check now verifies the
+    download against MITM attacks using the checksum.
+  * Fixed GHSA-mxg3-432p-mr72: A mismatched host key during tunnel
+    setup exits the process immediately instead of silently
+    continuing.
+  Bug Fixes
+  * Fixed SMB credential logging being silently dropped when -b
+    (basic auth) was active.
+  * Fixed HTTP collaborator frontend incorrectly parsing certain
+    base64-encoded log entries.
+
+-------------------------------------------------------------------

Old:
----
  goshs-2.0.6.tar.gz

New:
----
  goshs-2.0.8.tar.gz

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

Other differences:
------------------
++++++ goshs.spec ++++++
--- /var/tmp/diff_new_pack.TGVUlm/_old  2026-05-13 20:59:33.329678576 +0200
+++ /var/tmp/diff_new_pack.TGVUlm/_new  2026-05-13 20:59:33.333678741 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           goshs
-Version:        2.0.6
+Version:        2.0.8
 Release:        0
 Summary:        A simple HTTP server
 License:        MIT
@@ -25,6 +25,9 @@
 #Git-Clone:     https://github.com/patrickhener/goshs.git
 Source:         
https://github.com/patrickhener/goshs/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
+BuildRequires:  bash-completion
+BuildRequires:  zsh
+BuildRequires:  fish
 BuildRequires:  go >= 1.24.1
 BuildRequires:  golang-packaging
 # shared-mime-info needed for tests
@@ -49,12 +52,24 @@
 %install
 install -Dm 0755 goshs.bin %{buildroot}%{_bindir}/goshs
 
+for shell in bash fish zsh; do
+  %{buildroot}%{_bindir}/goshs --completion "$shell"
+done
+install -Dm 0644 /home/abuild/.local/share/bash-completion/completions/goshs 
%{buildroot}/%{_datadir}/bash-completion/completions/%{name}.bash
+install -Dm 0644 /home/abuild/.config/fish/completions/goshs.fish 
%{buildroot}%{_datadir}/fish/vendor_completions.d/%{name}.fish
+install -Dm 0644 /home/abuild/.local/share/zsh/site-functions/_goshs 
%{buildroot}/%{_datadir}/zsh/site-functions/_%{name}
+
 %check
-make run-unit-no-network
+%make_build run-unit-no-network
 
 %files
 %license LICENSE
 %doc README.md
 %doc example/goshs.json.example
 %{_bindir}/goshs
+%{_datadir}/bash-completion/completions/goshs.bash
+%dir %{_datadir}/fish
+%{_datadir}/fish/*
+%dir %{_datadir}/zsh
+%{_datadir}/zsh/*
 

++++++ goshs-2.0.6.tar.gz -> goshs-2.0.8.tar.gz ++++++
++++ 1641 lines of diff (skipped)

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/goshs/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.goshs.new.1966/vendor.tar.gz differ: char 29, line 1

Reply via email to