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-04-23 17:09:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/goshs (Old)
 and      /work/SRC/openSUSE:Factory/.goshs.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "goshs"

Thu Apr 23 17:09:12 2026 rev:5 rq:1348901 version:2.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/goshs/goshs.changes      2026-04-14 
17:49:44.687074402 +0200
+++ /work/SRC/openSUSE:Factory/.goshs.new.11940/goshs.changes   2026-04-23 
17:13:53.423584716 +0200
@@ -1,0 +2,9 @@
+Tue Apr 21 12:21:15 UTC 2026 - Martin Hauke <[email protected]>
+
+- Update to version 2.0.2
+  * Fix security issue GHSA-rhf7-wvw3-vjvm
+  * Add more tests
+- Drop patch:
+  * gosh-fix-test.patch
+
+-------------------------------------------------------------------

Old:
----
  gosh-fix-test.patch
  goshs-2.0.0.tar.gz

New:
----
  goshs-2.0.2.tar.gz

----------(Old B)----------
  Old:- Drop patch:
  * gosh-fix-test.patch
----------(Old E)----------

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

Other differences:
------------------
++++++ goshs.spec ++++++
--- /var/tmp/diff_new_pack.34hYQa/_old  2026-04-23 17:13:54.847643362 +0200
+++ /var/tmp/diff_new_pack.34hYQa/_new  2026-04-23 17:13:54.851643527 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           goshs
-Version:        2.0.0
+Version:        2.0.2
 Release:        0
 Summary:        A simple HTTP server
 License:        MIT
@@ -25,7 +25,6 @@
 #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
-Patch0:         gosh-fix-test.patch
 BuildRequires:  go >= 1.24.1
 BuildRequires:  golang-packaging
 # shared-mime-info needed for tests
@@ -42,11 +41,13 @@
 %autosetup -p 1 -a 1
 
 %build
-%{goprep} github.com/patrickhener/goshs
-%{gobuild} -mod=vendor .
+go build \
+  -mod=vendor \
+  -buildmode=pie \
+  -o goshs.bin .
 
 %install
-%{goinstall}
+install -Dm 0755 goshs.bin %{buildroot}%{_bindir}/goshs
 
 %check
 make run-unit-no-network

++++++ goshs-2.0.0.tar.gz -> goshs-2.0.2.tar.gz ++++++
++++ 7923 lines of diff (skipped)

++++++ vendor.tar.gz ++++++
++++ 163724 lines of diff (skipped)

Reply via email to