Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package distribution for openSUSE:Factory checked in at 2026-05-29 18:06:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/distribution (Old) and /work/SRC/openSUSE:Factory/.distribution.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "distribution" Fri May 29 18:06:46 2026 rev:14 rq:1355719 version:3.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/distribution/distribution.changes 2026-05-20 16:15:31.336308920 +0200 +++ /work/SRC/openSUSE:Factory/.distribution.new.1937/distribution.changes 2026-05-29 18:08:33.861991258 +0200 @@ -1,0 +2,12 @@ +Thu May 28 22:25:08 UTC 2026 - Dirk Müller <[email protected]> + +- use vendor.tar.zst generation +- update x/net to v0.55.0 ( + bsc#1266629, CVE-2026-39821, + bsc#1265788, CVE-2026-33814) +- update x/crypto to 0.52.0 (CVE-2026-39827, + CVE-2026-39834,CVE-2026-39828,CVE-2026-39829,CVE-2026-39831, + CVE-2026-42508,CVE-2026-39833,CVE-2026-39830,CVE-2026-39832, + CVE-2026-46597,CVE-2026-46598,CVE-2026-46595,CVE-2026-39835) + +------------------------------------------------------------------- New: ---- vendor.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ distribution.spec ++++++ --- /var/tmp/diff_new_pack.55Luac/_old 2026-05-29 18:08:35.134043920 +0200 +++ /var/tmp/diff_new_pack.55Luac/_new 2026-05-29 18:08:35.134043920 +0200 @@ -25,10 +25,11 @@ Group: System/Management URL: https://github.com/distribution/distribution Source0: distribution-%{version}.tar.zst -Source1: registry-configuration.yml +Source1: vendor.tar.zst Source2: registry.service Source3: %{name}-registry.tmpfiles Source4: README-registry.SUSE +Source5: registry-configuration.yml Source10: system-user-registry.conf BuildRequires: golang-packaging BuildRequires: systemd-rpm-macros @@ -65,7 +66,8 @@ Registry server for Docker (hosting/delivering of repositories and images). %prep -%setup -q -n distribution-%{version} +%setup -q -n distribution-%{version} -a1 + cp %{SOURCE4} . %build @@ -85,7 +87,7 @@ install -m 0644 %{SOURCE10} %{buildroot}%{_sysusersdir}/ %{goinstall} -install -D -m644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/registry/config.yml +install -D -m644 %{SOURCE5} %{buildroot}/%{_sysconfdir}/registry/config.yml install -d %{buildroot}%{_localstatedir}/lib/docker-registry # ++++++ _service ++++++ --- /var/tmp/diff_new_pack.55Luac/_old 2026-05-29 18:08:35.194046404 +0200 +++ /var/tmp/diff_new_pack.55Luac/_new 2026-05-29 18:08:35.206046900 +0200 @@ -3,10 +3,16 @@ <param name="url">https://github.com/docker/distribution.git</param> <param name="scm">git</param> <param name="exclude">.git</param> + <param name="exclude">vendor</param> <param name="versionformat">3.1.1</param> <param name="revision">v3.1.1</param> <param name="changesgenerate">enable</param> </service> + <service name="go_modules" mode="manual"> + <param name="compression">zst</param> + <param name="replace">golang.org/x/crypto=golang.org/x/[email protected]</param> + <param name="replace">golang.org/x/net=golang.org/x/[email protected]</param> + </service> <service name="recompress" mode="manual"> <param name="file">distribution-*.tar</param> <param name="compression">zstd</param> ++++++ distribution-3.1.1.tar.zst ++++++ /work/SRC/openSUSE:Factory/distribution/distribution-3.1.1.tar.zst /work/SRC/openSUSE:Factory/.distribution.new.1937/distribution-3.1.1.tar.zst differ: char 4873214, line 18277
