Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions LICENSES-AND-NOTICES/SPECS/data/licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -2767,6 +2767,7 @@
"gobject-introspection",
"golang",
"golang-1.23",
"golang-1.24",
"gperf",
"gperftools",
"gpgme",
Expand Down
7 changes: 5 additions & 2 deletions SPECS/cf-cli/cf-cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Summary: The official command line client for Cloud Foundry.
Name: cf-cli
# Note: Upgrading the package also warrants an upgrade in the CF_BUILD_SHA
Version: 8.7.11
Release: 3%{?dist}
Release: 4%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -37,7 +37,7 @@ Patch1: CVE-2024-45338.patch
Patch2: CVE-2025-22869.patch
Patch3: CVE-2025-22872.patch

BuildRequires: golang >= 1.18.3
BuildRequires: golang < 1.25
%global debug_package %{nil}
%define our_gopath %{_topdir}/.gopath

Expand Down Expand Up @@ -69,6 +69,9 @@ install -p -m 755 -t %{buildroot}%{_bindir} ./out/cf
%{_bindir}/cf

%changelog
* Sun Aug 31 2025 Andrew Phelps <[email protected]> - 8.7.11-4
- Set BR for golang to < 1.25

* Tue Apr 22 2025 Archana Shettigar <[email protected]> - 8.7.11-3
- Fix CVE-2025-22872 with an upstream patch

Expand Down
7 changes: 5 additions & 2 deletions SPECS/cloud-provider-kubevirt/cloud-provider-kubevirt.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Package to create the cloud-provider-kubevirt binary.
Name: cloud-provider-kubevirt
Version: 0.5.1
Release: 1%{?dist}
Release: 2%{?dist}
License: ASL 2.0
URL: https://github.com/kubevirt/cloud-provider-kubevirt/
Group: System/Management
Expand Down Expand Up @@ -30,7 +30,7 @@ Patch1: single-ip-address-for-node.patch
Patch2: golang-version-upgrade.patch
Patch3: instanceexists-watches-vms-instead-of-vmis.patch
%global debug_package %{nil}
BuildRequires: golang >= 1.23
BuildRequires: golang < 1.25

%define our_gopath %{_topdir}/.gopath

Expand Down Expand Up @@ -69,6 +69,9 @@ make test
%{_bindir}/kubevirt-cloud-controller-manager

%changelog
* Sun Aug 31 2025 Andrew Phelps <[email protected]> - 0.5.1-2
- Set BR for golang to < 1.25

* Tue Feb 04 2025 Sharath Srikanth Chellappa <[email protected]> 0.5.1-1
- Original version for Azure Linux.
- License verified.
7 changes: 5 additions & 2 deletions SPECS/containerd2/containerd2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Summary: Industry-standard container runtime
Name: %{upstream_name}2
Version: 2.0.0
Release: 13%{?dist}
Release: 14%{?dist}
License: ASL 2.0
Group: Tools/Container
URL: https://www.containerd.io
Expand All @@ -25,7 +25,7 @@ Patch5: multi-snapshotters-support.patch
Patch6: tardev-support.patch
%{?systemd_requires}

BuildRequires: golang
BuildRequires: golang < 1.25
BuildRequires: go-md2man
BuildRequires: make
BuildRequires: systemd-rpm-macros
Expand Down Expand Up @@ -98,6 +98,9 @@ fi
%dir /opt/containerd/lib

%changelog
* Sun Aug 31 2025 Andrew Phelps <[email protected]> - 2.0.0-14
- Set BR for golang to < 1.25

* Mon Jul 21 2025 Saul Paredes <[email protected]> - 2.0.0-13
- Add "Provides/Obsoletes:" to shift all installs of moby-containerd-cc to containerd2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Summary: Container native virtualization
Name: containerized-data-importer
Version: 1.57.0
Release: 14%{?dist}
Release: 15%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand All @@ -37,7 +37,7 @@ Patch8: CVE-2023-3978.patch
Patch9: CVE-2025-27144.patch
Patch10: CVE-2025-22868.patch
Patch11: CVE-2025-22872.patch
BuildRequires: golang
BuildRequires: golang < 1.25
BuildRequires: golang-packaging
BuildRequires: libnbd-devel
BuildRequires: pkgconfig
Expand Down Expand Up @@ -231,6 +231,9 @@ install -m 0644 _out/manifests/release/cdi-cr.yaml %{buildroot}%{_datadir}/cdi/m
%{_datadir}/cdi/manifests

%changelog
* Sun Aug 31 2025 Andrew Phelps <[email protected]> - 1.57.0-15
- Set BR for golang to < 1.25

* Tue Apr 22 2025 Archana Shettigar <[email protected]> - 1.57.0-14
- Patch CVE-2025-22872

Expand Down
7 changes: 5 additions & 2 deletions SPECS/coredns/coredns.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Summary: Fast and flexible DNS server
Name: coredns
Version: 1.11.4
Release: 7%{?dist}
Release: 8%{?dist}
License: Apache License 2.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -42,7 +42,7 @@ Patch3: CVE-2025-30204.patch
Patch4: CVE-2024-53259.patch
Patch5: CVE-2025-47950.patch

BuildRequires: golang >= 1.23
BuildRequires: golang < 1.25

%description
CoreDNS is a fast and flexible DNS server.
Expand Down Expand Up @@ -82,6 +82,9 @@ go install github.com/fatih/faillint@latest && \
%{_bindir}/%{name}

%changelog
* Sun Aug 31 2025 Andrew Phelps <[email protected]> - 1.11.4-8
- Set BR for golang to < 1.25

* Tue Jun 17 2025 Aninda Pradhan <[email protected]> - 1.11.4-7
- Fix CVE-2025-47950 with an upstream patch

Expand Down
7 changes: 5 additions & 2 deletions SPECS/cri-tools/cri-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Summary: CRI tools
Name: cri-tools
Version: 1.32.0
Release: 2%{?dist}
Release: 3%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand All @@ -18,7 +18,7 @@ Patch0: CVE-2024-45338.patch
Patch1: CVE-2025-22872.patch
BuildRequires: glib-devel
BuildRequires: glibc-devel
BuildRequires: golang
BuildRequires: golang < 1.25

%description
cri-tools aims to provide a series of debugging and validation tools for Kubelet CRI, which includes:
Expand Down Expand Up @@ -46,6 +46,9 @@ install -p -m 755 -t %{buildroot}%{_bindir} "${BUILD_FOLDER}/critest"
%{_bindir}/critest

%changelog
* Sun Aug 31 2025 Andrew Phelps <[email protected]> - 1.32.0-3
- Set BR for golang to < 1.25

* Thu May 22 2025 Aninda Pradhan <[email protected]> - 1.32.0-2
- Patch CVE-2025-22872

Expand Down
7 changes: 5 additions & 2 deletions SPECS/dcos-cli/dcos-cli.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: The command line for DC/OS
Name: dcos-cli
Version: 1.2.0
Release: 18%{?dist}
Release: 19%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand All @@ -13,7 +13,7 @@ Patch1: CVE-2024-28180.patch
Patch2: CVE-2025-27144.patch
Patch3: CVE-2024-51744.patch

BuildRequires: golang >= 1.17.1
BuildRequires: golang < 1.25
BuildRequires: git
%global debug_package %{nil}
%define our_gopath %{_topdir}/.gopath
Expand Down Expand Up @@ -49,6 +49,9 @@ go test -mod=vendor
%{_bindir}/dcos

%changelog
* Sun Aug 31 2025 Andrew Phelps <[email protected]> - 1.2.0-19
- Set BR for golang to < 1.25

* Wed Mar 19 2025 Jyoti Kanase <[email protected]> - 1.2.0-18
- Fix CVE-2024-51744

Expand Down
7 changes: 5 additions & 2 deletions SPECS/docker-buildx/docker-buildx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Summary: A Docker CLI plugin for extended build capabilities with BuildKi
Name: docker-buildx
# update "commit_hash" above when upgrading version
Version: 0.14.0
Release: 6%{?dist}
Release: 7%{?dist}
License: ASL 2.0
Group: Tools/Container
Vendor: Microsoft Corporation
Expand All @@ -18,7 +18,7 @@ Patch3: CVE-2025-0495.patch
Patch4: CVE-2025-22872.patch

BuildRequires: bash
BuildRequires: golang
BuildRequires: golang < 1.25

# conflicting packages
Conflicts: docker-ce
Expand Down Expand Up @@ -49,6 +49,9 @@ install -m 755 buildx "%{buildroot}%{_libexecdir}/docker/cli-plugins/docker-buil
%{_libexecdir}/docker/cli-plugins/docker-buildx

%changelog
* Sun Aug 31 2025 Andrew Phelps <[email protected]> - 0.14.0-7
- Set BR for golang to < 1.25

* Wed May 21 2025 Sreeniavsulu Malavathula <[email protected]> - 0.14-0-6
- Patch CVE-2025-22872

Expand Down
5 changes: 4 additions & 1 deletion SPECS/flannel/flannel.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Patch4: CVE-2024-51744.patch
BuildRequires: gcc
BuildRequires: glibc-devel
BuildRequires: glibc-static >= 2.38-12%{?dist}
BuildRequires: golang >= 1.20
BuildRequires: golang < 1.25
BuildRequires: kernel-headers

%description
Expand Down Expand Up @@ -52,6 +52,9 @@ install -p -m 755 -t %{buildroot}%{_bindir} ./dist/flanneld
%{_bindir}/flanneld

%changelog
* Sun Aug 31 2025 Andrew Phelps <[email protected]> - 0.24.2-16
- Set BR for golang to < 1.25

* Mon Aug 25 2025 Andrew Phelps <[email protected]> - 0.24.2-16
- Bump to rebuild with updated glibc

Expand Down
7 changes: 5 additions & 2 deletions SPECS/golang-packaging/golang-packaging.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

Name: golang-packaging
Version: 15.0.17
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A toolchain to help packaging golang
License: GPLv3
Vendor: Microsoft Corporation
Expand All @@ -29,7 +29,7 @@ URL: https://github.com/openSUSE/%{name}
Source0: %{name}-%{version}.tar.gz
BuildRequires: rpm
BuildRequires: xz
Requires: go
Recommends: go
BuildArch: noarch

%description
Expand Down Expand Up @@ -59,6 +59,9 @@ install -m0644 macros.go %{buildroot}%{_sysconfdir}/rpm/
%config %{_sysconfdir}/rpm/macros.go

%changelog
* Tue Sep 02 2025 Andrew Phelps <[email protected]> - 15.0.17-2
- Change to "Recommends: go" to resolve build conflict with golang 1.24 and 1.25

* Fri Oct 27 2023 CBL-Mariner Servicing Account <[email protected]> - 15.0.17-1
- Auto-upgrade to 15.0.17 - Azure Linux 3.0 - package upgrades

Expand Down
9 changes: 9 additions & 0 deletions SPECS/golang/golang-1.24.signatures.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"Signatures": {
"go.20230802.5.src.tar.gz": "56b9e0e0c3c13ca95d5efa6de4e7d49a9d190eca77919beff99d33cd3fa74e95",
"go.20240206.2.src.tar.gz": "7982e0011aa9ab95fd0530404060410af4ba57326d26818690f334fdcb6451cd",
"go1.22.12-20250211.4.src.tar.gz": "e1cc3bff8fdf1f24843ffc9f0eaddfd344eb40fd9ca0d9ba2965165be519eeb7",
"go1.24.6-20250806.4.src.tar.gz": "3a1108d710b5916c5c6477a3052c870a543f129428267bf6939a4f96a5a8b95c",
"go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52"
}
}
Loading
Loading