17
0

10 Commits

Author SHA256 Message Date
3ff4fbd12b Accepting request 1320580 from Virtualization:containers
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1320580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-containerregistry?expand=0&rev=11
2025-12-01 10:13:45 +00:00
18522f528b OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/go-containerregistry?expand=0&rev=31 2025-11-22 17:35:16 +00:00
04549657e1 - set version
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/go-containerregistry?expand=0&rev=30
2025-11-22 14:18:44 +00:00
ae727d5da8 Accepting request 1307712 from Virtualization:containers
- update to 0.20.6:
  * Ensure that tag name is not empty if name contains colon
  * Bump some deps
- update to 0.20.5:
  * build(deps): bump docker/docker to v28.0.0+incompatible
  * Migrate linter to v2
  * bump go version + bump deps
  * implement TextMarshaler/JSONMarshaler more consistently
  * Update CodeQL permissions
  * Update goreleaser permissions
  * Update provenance action in release
  * Update validator action
- drop CVE-2025-22868.patch (merged upstream)

OBS-URL: https://build.opensuse.org/request/show/1307712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-containerregistry?expand=0&rev=10
2025-09-29 14:37:17 +00:00
6ddb01ec7a - update to 0.20.6:
* Ensure that tag name is not empty if name contains colon
  * Bump some deps
- update to 0.20.5:
  * build(deps): bump docker/docker to v28.0.0+incompatible
  * Migrate linter to v2
  * bump go version + bump deps
  * implement TextMarshaler/JSONMarshaler more consistently
  * Update CodeQL permissions
  * Update goreleaser permissions
  * Update provenance action in release
  * Update validator action
- drop CVE-2025-22868.patch (merged upstream)

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/go-containerregistry?expand=0&rev=28
2025-09-29 10:08:31 +00:00
95a6c2d083 Accepting request 1253941 from Virtualization:containers
- add CVE-2025-22868.patch (bsc#1239277, CVE-2025-22868)

OBS-URL: https://build.opensuse.org/request/show/1253941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-containerregistry?expand=0&rev=9
2025-03-18 16:41:45 +00:00
0532772a64 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/go-containerregistry?expand=0&rev=26 2025-03-17 21:16:48 +00:00
44e0f581fa - add CVE-2025-22868.patch (bsc#1239277, CVE-2025-22868)
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/go-containerregistry?expand=0&rev=25
2025-03-17 21:12:43 +00:00
bd70393919 Accepting request 1253057 from Virtualization:containers
- update to 0.20.3:
  * remote/transport: Make bearer transport go-routine-safe
  * Expose compare package
  * fix: redact.URL uses (*URL).Redacted to omit basic-auth
    password
  * bump actions to latest
  * don't pin chainguard-dev/actions
  * Check for 406 status code when handling referrers API
    endpoint response
  * mutate: Create a defensive annotations copy
  * Detect zstd in crane append
  * bump deps using hack/bump-deps.sh
- update to 0.20.2:
  * deps: bump docker dep

OBS-URL: https://build.opensuse.org/request/show/1253057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-containerregistry?expand=0&rev=8
2025-03-14 22:52:38 +00:00
aa801fa5bb - update to 0.20.3:
* remote/transport: Make bearer transport go-routine-safe
  * Expose compare package
  * fix: redact.URL uses (*URL).Redacted to omit basic-auth
    password
  * bump actions to latest
  * don't pin chainguard-dev/actions
  * Check for 406 status code when handling referrers API
    endpoint response
  * mutate: Create a defensive annotations copy
  * Detect zstd in crane append
  * bump deps using hack/bump-deps.sh
- update to 0.20.2:
  * deps: bump docker dep

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/go-containerregistry?expand=0&rev=23
2025-03-14 09:56:45 +00:00
5 changed files with 61 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4bae53f34011e35ef874a60123b8ae70a5e992d804decb030479dbb888afe6d1
size 4420194

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53f17964ade63f63b2c66231a6e1ea606345cfcc325e49a5267017bb475bdcb4
size 4684582

View File

@@ -1,3 +1,48 @@
-------------------------------------------------------------------
Sat Nov 22 14:18:36 UTC 2025 - Dirk Müller <dmueller@suse.com>
- set version
-------------------------------------------------------------------
Mon Sep 29 10:06:16 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.20.6:
* Ensure that tag name is not empty if name contains colon
* Bump some deps
- update to 0.20.5:
* build(deps): bump docker/docker to v28.0.0+incompatible
* Migrate linter to v2
* bump go version + bump deps
* implement TextMarshaler/JSONMarshaler more consistently
* Update CodeQL permissions
* Update goreleaser permissions
* Update provenance action in release
* Update validator action
- drop CVE-2025-22868.patch (merged upstream)
-------------------------------------------------------------------
Mon Mar 17 21:11:46 UTC 2025 - Dirk Müller <dmueller@suse.com>
- add CVE-2025-22868.patch (bsc#1239277, CVE-2025-22868)
-------------------------------------------------------------------
Fri Mar 14 09:53:13 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.20.3:
* remote/transport: Make bearer transport go-routine-safe
* Expose compare package
* fix: redact.URL uses (*URL).Redacted to omit basic-auth
password
* bump actions to latest
* don't pin chainguard-dev/actions
* Check for 406 status code when handling referrers API
endpoint response
* mutate: Create a defensive annotations copy
* Detect zstd in crane append
* bump deps using hack/bump-deps.sh
- update to 0.20.2:
* deps: bump docker dep
-------------------------------------------------------------------
Thu Jul 18 08:46:33 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package go-containerregistry
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: go-containerregistry
Version: 0.20.1
Version: 0.20.6
Release: 0
Summary: Container Library and tools for working with container registries
License: Apache-2.0
@@ -27,7 +27,7 @@ URL: https://github.com/google/go-containerregistry
Source: https://github.com/google/go-containerregistry/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: golang-packaging
BuildRequires: golang(API) = 1.21
BuildRequires: golang(API) = 1.24
Conflicts: distribution-registry
%description
@@ -128,14 +128,19 @@ BuildArch: noarch
zsh command line completion support for gcrane.
%prep
%setup -qa1
%autopatch -p1
%autosetup -p1 -a1
%build
for i in crane gcrane registry; do
go build -mod=vendor -buildmode=pie -trimpath ./cmd/$i
go build -mod=vendor -buildmode=pie -trimpath \
-ldflags "-X github.com/google/go-containerregistry/cmd/crane/cmd.Version=%{version}" \
-ldflags "-X github.com/google/go-containerregistry/pkg/v1/remote/transport.Version=%{version}" \
./cmd/$i
done
%check
go test ./cmd/crane ./cmd/gcrane
%install
find -name crane
for bin in crane gcrane registry; do

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad53b4dadd1e5094b5ce7bfafed8180a4461c32a2f7d5344471b1948a36eb82f
size 2649765
oid sha256:7bc00c595697b2eb5c9941cad90e3f3b24ce0255b64e38cd4a023133b69b3d6b
size 2924918