golang: update 1.21.6 -> 1.21.11 to address CVE-2024-24790 (#9097)

Changelog: https://go.dev/doc/devel/release#go1.21.minor
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani 2024-06-10 12:37:44 +05:30 коммит произвёл GitHub
Родитель 9322acd7b2
Коммит c16735c961
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
66 изменённых файлов: 260 добавлений и 68 удалений

Просмотреть файл

@ -21,7 +21,7 @@
Summary: A command line tool used for creating OCI Images
Name: buildah
Version: 1.18.0
Release: 23%{?dist}
Release: 24%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -123,6 +123,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
%{_datadir}/%{name}/test
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.18.0-24
- Bump release to rebuild with go 1.21.11
* Mon May 06 2024 Rachel Menge <rachelmenge@microsoft.com> - 1.18.0-23
- Bump release to rebuild against glibc 2.35-7

Просмотреть файл

@ -24,7 +24,7 @@
Name: %{project}-%{repo}
Version: 1.1.1
Release: 14%{?dist}
Release: 15%{?dist}
Summary: Libraries for writing CNI plugin
License: ASL 2.0 and BSD and MIT
Vendor: Microsoft Corporation
@ -129,6 +129,9 @@ install -p plugins/ipam/dhcp/systemd/cni-dhcp.socket %{buildroot}%{_unitdir}
%{_unitdir}/cni-dhcp.socket
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.1.1-15
- Bump release to rebuild with go 1.21.11
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.1.1-14
- Bump release to rebuild with go 1.21.6

Просмотреть файл

@ -2,7 +2,7 @@ Vendor: Microsoft Corporation
Distribution: Mariner
Name: delve
Version: 1.5.0
Release: 17%{?dist}
Release: 18%{?dist}
Summary: A debugger for the Go programming language
License: MIT
@ -72,6 +72,9 @@ done
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.5.0-18
- Bump release to rebuild with go 1.21.11
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.5.0-17
- Bump release to rebuild with go 1.21.6

Просмотреть файл

@ -2,7 +2,7 @@
Summary: Node Managed Identity
Name: nmi
Version: 1.8.17
Release: 2%{?dist}
Release: 3%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -62,6 +62,9 @@ popd
%{_bindir}/%{name}
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.8.17-3
- Bump release to rebuild with go 1.21.11
* Thu Apr 18 2024 Chris Gunn <chrisgun@microsoft.com> - 1.8.17-2
- Fix for CVE-2023-45288

Просмотреть файл

@ -36,7 +36,7 @@
Name: podman
Version: 4.1.1
Release: 20%{?dist}
Release: 21%{?dist}
License: ASL 2.0 and BSD and ISC and MIT and MPLv2.0
Summary: Manage Pods, Containers and Container Images
Vendor: Microsoft Corporation
@ -387,6 +387,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
# rhcontainerbot account currently managed by lsm5
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 4.1.1-21
- Bump release to rebuild with go 1.21.11
* Mon May 06 2024 Rachel Menge <rachelmenge@microsoft.com> - 4.1.1-20
- Bump release to rebuild against glibc 2.35-7

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Open Container Image manipulation tool
Name: umoci
Version: 0.4.7
Release: 14%{?dist}
Release: 15%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -39,6 +39,9 @@ go test -mod=vendor
%{_bindir}/umoci
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.4.7-15
- Bump release to rebuild with go 1.21.11
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.4.7-14
- Bump release to rebuild with go 1.21.6

Просмотреть файл

@ -1,7 +1,7 @@
Summary: The KeysInUse Engine for OpenSSL allows the logging of private key usage through OpenSSL
Name: KeysInUse-OpenSSL
Version: 0.3.4
Release: 4%{?dist}
Release: 5%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -74,6 +74,9 @@ if [ -x %{_bindir}/keysinuseutil ]; then
fi
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.3.4-5
- Bump release to rebuild with go 1.21.11
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.3.4-4
- Bump release to rebuild with go 1.21.6

Просмотреть файл

@ -2,7 +2,7 @@
Summary: Application Gateway Ingress Controller
Name: application-gateway-kubernetes-ingress
Version: 1.4.0
Release: 19%{?dist}
Release: 20%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -67,6 +67,9 @@ cp appgw-ingress %{buildroot}%{_bindir}/
%{_bindir}/appgw-ingress
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.4.0-20
- Bump release to rebuild with go 1.21.11
* Mon Feb 05 2024 Nicolas Guibourge <nicolasg@microsoft.com> - 1.4.0-19
- Patch CVE-2021-44716

Просмотреть файл

@ -1,7 +1,7 @@
Summary: The new Azure Storage data transfer utility - AzCopy v10
Name: azcopy
Version: 10.24.0
Release: 1%{?dist}
Release: 2%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -63,6 +63,9 @@ go test -mod=vendor
%{_bindir}/azcopy
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 10.24.0-2
- Bump release to rebuild with go 1.21.11
* Thu May 20 2024 Sudipta Pandit <sudpandit@microsoft.com> - 10.24.0-1
- Bump version to address multiple security issues.

Просмотреть файл

@ -1,7 +1,7 @@
Summary: FUSE adapter - Azure Storage Blobs
Name: blobfuse
Version: 1.4.5
Release: 14%{?dist}
Release: 15%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -46,6 +46,9 @@ install -p -m 755 build/blobfuse %{buildroot}%{_bindir}/
%{_bindir}/blobfuse
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.4.5-15
- Bump release to rebuild with go 1.21.11
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.4.5-14
- Bump release to rebuild with go 1.21.6

Просмотреть файл

@ -7,7 +7,7 @@
Summary: FUSE adapter - Azure Storage
Name: blobfuse2
Version: %{blobfuse2_version}
Release: 3%{?dist}
Release: 4%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -80,6 +80,9 @@ install -D -m 0644 ./setup/blobfuse2-logrotate %{buildroot}%{_sysconfdir}/logrot
%{_sysconfdir}/logrotate.d/blobfuse2
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.1.2-4
- Bump release to rebuild with go 1.21.11
* Thu Apr 18 2024 Chris Gunn <chrisgun@microsoft.com> - 2.1.2-3
- Fix for CVE-2023-45288

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Automatically provision and manage TLS certificates in Kubernetes
Name: cert-manager
Version: 1.11.2
Release: 10%{?dist}
Release: 11%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -114,6 +114,9 @@ install -D -m0755 bin/webhook %{buildroot}%{_bindir}/
%{_bindir}/webhook
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.11.2-11
- Bump release to rebuild with go 1.21.11
* Thu May 30 2024 Mykhailo Bykhovtsev <mbykhovtsev@microsoft.com> - 1.11.2-10
- Patch for CVE-2024-26147

Просмотреть файл

@ -1,7 +1,7 @@
Summary: The official command line client for Cloud Foundry.
Name: cf-cli
Version: 8.4.0
Release: 16%{?dist}
Release: 17%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -63,6 +63,9 @@ install -p -m 755 -t %{buildroot}%{_bindir} ./out/cf
%{_bindir}/cf
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 8.4.0-17
- Bump release to rebuild with go 1.21.11
* Mon Feb 05 2024 Nicolas Guibourge <nicolasg@microsoft.com> - 8.4.0-16
- Patch CVE-2021-44716

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Container Network Interface (CNI) plugins
Name: cni-plugins
Version: 1.3.0
Release: 2%{?dist}
Release: 3%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -39,6 +39,9 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
%{_default_cni_plugins_dir}/*
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.3.0-3
- Bump release to rebuild with go 1.21.11
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.3.0-2
- Bump release to rebuild with go 1.21.6

Просмотреть файл

@ -24,7 +24,7 @@
Summary: Container Network Interface - networking for Linux containers
Name: cni
Version: 1.0.1
Release: 16%{?dist}
Release: 17%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -113,6 +113,9 @@ install -m 755 -d "%{buildroot}%{cni_doc_dir}"
%{_sbindir}/cnitool
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.0.1-17
- Bump release to rebuild with go 1.21.11
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.0.1-16
- Bump release to rebuild with go 1.21.6

Просмотреть файл

@ -18,7 +18,7 @@
Summary: Container native virtualization
Name: containerized-data-importer
Version: 1.55.0
Release: 17%{?dist}
Release: 18%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -201,6 +201,9 @@ install -m 0644 _out/manifests/release/cdi-cr.yaml %{buildroot}%{_datadir}/cdi/m
%{_datadir}/cdi/manifests
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.55.0-18
- Bump release to rebuild with go 1.21.11
* Thu Feb 01 2024 Daniel McIlvaney <damcilva@microsoft.com> - 1.55.0-17
- Address CVE-2023-44487 by patching vendored golang.org/x/net

Просмотреть файл

@ -3,7 +3,7 @@
Summary: Fast and flexible DNS server
Name: coredns
Version: 1.11.1
Release: 8%{?dist}
Release: 9%{?dist}
License: Apache License 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -74,6 +74,9 @@ install -p -m 755 -t %{buildroot}%{_bindir} %{name}
%{_bindir}/%{name}
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.11.1-9
- Bump release to rebuild with go 1.21.11
* Mon May 06 2024 Archana Choudhary <archana1@microsoft.com> - 1.11.1-8
- Patched cache plugin to address CVE-2024-0874

Просмотреть файл

@ -26,7 +26,7 @@ Summary: OCI-based implementation of Kubernetes Container Runtime Interfa
# Define macros for further referenced sources
Name: cri-o
Version: 1.22.3
Release: 2%{?dist}
Release: 3%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -216,6 +216,9 @@ mkdir -p /opt/cni/bin
%{_fillupdir}/sysconfig.kubelet
%changelog
* Fri Jun 07 2024 Muhammad Falak <mwani@microsoft.com> - 1.22.3-3
- Bump release to rebuild with go 1.21.11
* Mon Jun 03 2024 Bala <balakumaran.kannan@microsoft.com> - 1.22.3-2
- Patch CVE-2024-3154

Просмотреть файл

@ -7,7 +7,7 @@
Summary: CRI tools
Name: cri-tools
Version: 1.29.0
Release: 2%{?dist}
Release: 3%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -46,6 +46,9 @@ install -p -m 755 -t %{buildroot}%{_bindir} "${BUILD_FOLDER}/critest"
%{_bindir}/critest
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.29.0-3
- Bump release to rebuild with go 1.21.11
* Thu Apr 18 2024 Chris Gunn <chrisgun@microsoft.com> - 1.29.0-2
- Fix for CVE-2023-45288

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Container storage interface for logical volume management
Name: csi-driver-lvm
Version: 0.4.1
Release: 15%{?dist}
Release: 16%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -70,6 +70,9 @@ install -D -m0755 bin/lvmplugin %{buildroot}%{_bindir}/
%{_bindir}/lvmplugin
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.4.1-16
- Bump release to rebuild with go 1.21.11
* Mon Feb 05 2024 Nicolas Guibourge <nicolasg@microsoft.com> - 0.4.1-15
- Patch CVE-2021-44716

Просмотреть файл

@ -1,7 +1,7 @@
Summary: The command line for DC/OS
Name: dcos-cli
Version: 1.2.0
Release: 15%{?dist}
Release: 16%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -45,6 +45,9 @@ go test -mod=vendor
%{_bindir}/dcos
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.2.0-16
- Bump release to rebuild with go 1.21.11
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.2.0-15
- Bump release to rebuild with go 1.21.6

Просмотреть файл

@ -1,7 +1,7 @@
Summary: A highly-available key value store for shared configuration
Name: etcd
Version: 3.5.12
Release: 2%{?dist}
Release: 3%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -117,6 +117,9 @@ install -vdm755 %{buildroot}%{_sharedstatedir}/etcd
/%{_docdir}/%{name}-%{version}-tools/*
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 3.5.12-3
- Bump release to rebuild with go 1.21.11
* Thu Apr 18 2024 Chris Gunn <chrisgun@microsoft.com> - 3.5.12-2
- Fix for CVE-2023-45288

Просмотреть файл

@ -4,7 +4,7 @@
Summary: Simple and easy way to configure a layer 3 network fabric designed for Kubernetes
Name: flannel
Version: 0.14.0
Release: 22%{?dist}
Release: 23%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -49,6 +49,9 @@ install -p -m 755 -t %{buildroot}%{_bindir} ./dist/flanneld
%{_bindir}/flanneld
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.14.0-23
- Bump release to rebuild with go 1.21.11
* Mon May 06 2024 Rachel Menge <rachelmenge@microsoft.com> - 0.10.0-22
- Bump release to rebuild against glibc 2.35-7

Просмотреть файл

@ -1,7 +1,7 @@
Summary: GitHub official command line tool
Name: gh
Version: 2.13.0
Release: 17%{?dist}
Release: 18%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -72,6 +72,9 @@ make test
%{_datadir}/zsh/site-functions/_gh
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.13.0-18
- Bump release to rebuild with go 1.21.11
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.13.0-17
- Bump release to rebuild with go 1.21.6

Просмотреть файл

@ -2,7 +2,7 @@
Summary: Git extension for versioning large files
Name: git-lfs
Version: 3.5.1
Release: 1%{?dist}
Release: 2%{?dist}
Group: System Environment/Programming
Vendor: Microsoft Corporation
Distribution: Mariner
@ -79,6 +79,9 @@ git lfs uninstall
%{_mandir}/man5/*
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 3.5.1-2
- Bump release to rebuild with go 1.21.11
* Tue Apr 23 2024 Muhammad Falak <mwani@microsoft.com> - 3.5.1-1
- Bump version to 3.5.1 to address CVE-2023-39325
- Introduce patch to address CVE-2023-45288

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Vendor Package Management for Golang
Name: glide
Version: 0.13.3
Release: 25%{?dist}
Release: 26%{?dist}
License: MIT
URL: https://github.com/Masterminds/glide
# Source0: https://github.com/Masterminds/%{name}/archive/v%{version}.tar.gz
@ -53,6 +53,9 @@ popd
%{_bindir}/glide
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.13.3-26
- Bump release to rebuild with go 1.21.11
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.13.3-25
- Bump release to rebuild with go 1.21.6

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Converts markdown into roff (man pages)
Name: go-md2man
Version: 2.0.1
Release: 22%{?dist}
Release: 23%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -48,6 +48,9 @@ cp go-md2man-%{version}/LICENSE.md %{buildroot}%{_docdir}/%{name}-%{version}/LIC
%{_bindir}/go-md2man
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.0.1-23
- Bump release to rebuild with go 1.21.11
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.0.1-22
- Bump release to rebuild with go 1.21.6

Просмотреть файл

@ -2,7 +2,7 @@
Summary: Introspection system for GObject-based libraries
Name: gobject-introspection
Version: %{BaseVersion}.0
Release: 17%{?dist}
Release: 18%{?dist}
License: GPLv2+ AND LGPLv2+ AND MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -98,6 +98,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_mandir}/man1/*.gz
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.71.0-18
- Bump release to rebuild with go 1.21.11
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.71.0-17
- Bump release to rebuild with go 1.21.6

Просмотреть файл

@ -2,6 +2,6 @@
"Signatures": {
"go1.19.12.src.tar.gz": "ee5d50e0a7fd74ba1b137cb879609aaaef9880bf72b5d1742100e38ae72bb557",
"go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52",
"go1.21.6.src.tar.gz": "124926a62e45f78daabbaedb9c011d97633186a33c238ffc1e25320c02046248"
"go1.21.11.src.tar.gz": "42aee9bf2b6956c75a7ad6aa3f0a51b5821ffeac57f5a2e733a2d6eae1e6d9d2"
}
}
}

Просмотреть файл

@ -13,7 +13,7 @@
%define __find_requires %{nil}
Summary: Go
Name: golang
Version: 1.21.6
Version: 1.21.11
Release: 1%{?dist}
License: BSD-3-Clause
Vendor: Microsoft Corporation
@ -141,6 +141,9 @@ fi
%{_bindir}/*
%changelog
* Fri Jun 07 2024 Muhammad Falak <mwani@microsoft.com> - 1.21.11-1
- Bump version to 1.21.11 to address CVE-2024-24790
* Fri Feb 02 2024 Muhammad Falak <mwani@microsoft.com> - 1.21.6-1
- Bump version to 1.21.6
- Include go.env in GOROOT

Просмотреть файл

@ -2,7 +2,7 @@
Name: helm
Version: 3.14.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: The Kubernetes Package Manager
Group: Applications/Networking
License: Apache 2.0
@ -55,6 +55,9 @@ install -m 755 ./helm %{buildroot}%{_bindir}
go test -v ./cmd/helm
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 3.14.2-3
- Bump release to rebuild with go 1.21.11
* Thu Apr 18 2024 Chris Gunn <chrisgun@microsoft.com> - 3.14.2-2
- Fix for CVE-2023-45288

Просмотреть файл

@ -18,7 +18,7 @@
Summary: CLI for managing resources in InfluxDB
Name: influx-cli
Version: 2.6.1
Release: 14%{?dist}
Release: 15%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -81,6 +81,9 @@ bin/influx completion zsh > %{buildroot}/%{_datadir}/zsh/site-functions/_influx
%{_datadir}/zsh
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.6.1-15
- Bump release to rebuild with go 1.21.11
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.6.1-14
- Bump release to rebuild with go 1.21.6

Просмотреть файл

@ -18,7 +18,7 @@
Summary: Scalable datastore for metrics, events, and real-time analytics
Name: influxdb
Version: 2.6.1
Release: 13%{?dist}
Release: 14%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -144,6 +144,9 @@ go test ./...
%{_tmpfilesdir}/influxdb.conf
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.6.1-14
- Bump release to rebuild with go 1.21.11
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.6.1-13
- Bump release to rebuild with go 1.21.6

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Command line tool for working with Jenkins X.
Name: jx
Version: 3.2.236
Release: 16%{?dist}
Release: 17%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -71,6 +71,9 @@ make test && \
%{_bindir}/jx
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 3.2.236-17
- Bump release to rebuild with go 1.21.11
* Mon Feb 05 2024 Nicolas Guibourge <nicolasg@microsoft.com> - 3.2.236-16
- Patch CVE-2021-44716

Просмотреть файл

@ -13,7 +13,7 @@
Name: kata-containers-cc
Version: 3.2.0.azl2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Kata Confidential Containers package developed for Confidential Containers on AKS
License: ASL 2.0
Vendor: Microsoft Corporation
@ -288,6 +288,9 @@ install -D -m 0755 %{_builddir}/%{name}-%{version}/tools/osbuilder/image-builder
%exclude %{osbuilder}/tools/osbuilder/rootfs-builder/ubuntu
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 3.2.0.azl2-2
- Bump release to rebuild with go 1.21.11
* Wed May 29 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 3.2.0.azl2-1
- Auto-upgrade to 3.2.0.azl2
- Update cloud-hypervisor-snp symlink to also point to /usr/bin/cloud-hypervisor

Просмотреть файл

@ -39,7 +39,7 @@
Summary: Kata Containers
Name: kata-containers
Version: 3.2.0.azl2
Release: 1%{?dist}
Release: 2%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
URL: https://github.com/microsoft/kata-containers
@ -215,6 +215,9 @@ ln -sf %{_bindir}/kata-runtime %{buildroot}%{_prefix}/local/bin/kata-runtime
%exclude %{kataosbuilderdir}/rootfs-builder/ubuntu
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 3.2.0.azl2-2
- Bump release to rebuild with go 1.21.11
* Wed May 29 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 3.2.0.azl2-1
- Auto-upgrade to 3.2.0.azl2

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Kubernetes-based Event Driven Autoscaling
Name: keda
Version: 2.4.0
Release: 19%{?dist}
Release: 20%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -66,6 +66,9 @@ cp ./bin/keda-adapter %{buildroot}%{_bindir}
%{_bindir}/%{name}-adapter
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.4.0-20
- Bump release to rebuild with go 1.21.11
* Fri Feb 09 2024 Pawel Winogrodzki <pawelwi@microsoft.com> - 2.4.0-19
- Bump release to rebuild with go 1.21.6.

Просмотреть файл

@ -1,7 +1,7 @@
Summary: The Kube-Vip cloud provider functions as a general-purpose cloud provider for on-premises bare-metal or virtualized setups
Name: kube-vip-cloud-provider
Version: 0.0.2
Release: 16%{?dist}
Release: 17%{?dist}
License: ASL 2.0
URL: https://github.com/kube-vip/kube-vip-cloud-provider
Group: Applications/Text
@ -49,6 +49,9 @@ go test -mod=vendor ./...
%{_bindir}/kube-vip-cloud-provider
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.0.2-17
- Bump release to rebuild with go 1.21.11
* Wed Feb 07 2024 Daniel McIlvaney <damcilva@microsoft.com> - 0.0.2-16
- Address CVE-2023-44487 by patching vendored golang.org/x/net
- Rework CVE-2023-21698.patch to apply without directory change

Просмотреть файл

@ -10,7 +10,7 @@
Summary: Microsoft Kubernetes
Name: kubernetes
Version: 1.28.4
Release: 8%{?dist}
Release: 9%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -268,6 +268,9 @@ fi
%{_exec_prefix}/local/bin/pause
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.28.4-9
- Bump release to rebuild with go 1.21.11
* Thu Apr 18 2024 Chris Gunn <chrisgun@microsoft.com> - 1.28.4-8
- Fix for CVE-2023-45288

Просмотреть файл

@ -19,7 +19,7 @@
Summary: Container native virtualization
Name: kubevirt
Version: 0.59.0
Release: 18%{?dist}
Release: 19%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -217,6 +217,9 @@ install -p -m 0644 cmd/virt-handler/nsswitch.conf %{buildroot}%{_datadir}/kube-v
%{_bindir}/virt-tests
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.59.0-19
- Bump release to rebuild with go 1.21.11
* Thu Apr 18 2024 chrisgun@microsoft.com <chrisgun@microsoft.com> - 0.59.0-18
- Fix for CVE-2023-45288

Просмотреть файл

@ -25,7 +25,7 @@
Summary: Kubernetes daemonset to perform safe automatic node reboots
Name: kured
Version: 1.14.2
Release: 3%{?dist}
Release: 4%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -119,6 +119,9 @@ sed -i -e 's|image: .*|image: registry.opensuse.org/kubic/kured:%{version}|g' %{
%{_datarootdir}/k8s-yaml/kured/kured.yaml
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.14.2-4
- Bump release to rebuild with go 1.21.11
* Thu Apr 18 2024 chrisgun@microsoft.com <chrisgun@microsoft.com> - 1.14.2-3
- Fix for CVE-2023-45288

Просмотреть файл

@ -4,7 +4,7 @@
Summary: NVIDIA container runtime library
Name: libnvidia-container
Version: 1.13.5
Release: 5%{?dist}
Release: 6%{?dist}
License: BSD AND ASL2.0 AND GPLv3+ AND LGPLv3+ AND MIT AND GPLv2
Vendor: Microsoft Corporation
Distribution: Mariner
@ -132,6 +132,9 @@ This package contains command-line tools that facilitate using the library.
%{_bindir}/*
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.13.5-6
- Bump release to rebuild with go 1.21.11
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.13.5-5
- Bump release to rebuild with go 1.21.6

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Provides a way for the Kubernetes users to utilize the local storage in each node
Name: local-path-provisioner
Version: 0.0.21
Release: 16%{?dist}
Release: 17%{?dist}
License: ASL 2.0
URL: https://github.com/rancher/local-path-provisioner
Group: Applications/Text
@ -34,6 +34,9 @@ install local-path-provisioner %{buildroot}%{_bindir}/local-path-provisioner
%{_bindir}/local-path-provisioner
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.0.21-17
- Bump release to rebuild with go 1.21.11
* Wed Feb 07 2024 Daniel McIlvaney <damcilva@microsoft.com> - 0.0.21-16
- Address CVE-2023-44487 by patching vendored golang.org/x/net

Просмотреть файл

@ -5,7 +5,7 @@ Summary: A Docker CLI plugin for extended build capabilities with BuildKi
Name: moby-%{upstream_name}
# update "commit_hash" above when upgrading version
Version: 0.7.1
Release: 18%{?dist}
Release: 19%{?dist}
License: ASL 2.0
Group: Tools/Container
Vendor: Microsoft Corporation
@ -46,6 +46,9 @@ cp -aT buildx "%{buildroot}/%{_libexecdir}/docker/cli-plugins/docker-buildx"
%{_libexecdir}/docker/cli-plugins/docker-buildx
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.7.1-19
- Bump release to rebuild with go 1.21.11
* Mon Feb 12 2024 Nan Liu <liunan@microsoft.com> - 0.7.1-18
- Address CVE-2021-44716 by patching vendored golang.org/x/net

Просмотреть файл

@ -3,7 +3,7 @@
Summary: The open-source application container engine client.
Name: moby-cli
Version: 24.0.9
Release: 1%{?dist}
Release: 2%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
@ -77,6 +77,9 @@ install -p -m 644 contrib/completion/fish/docker.fish %{buildroot}%{_datadir}/fi
%{_datadir}/fish/vendor_completions.d/docker.fish
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 24.0.9-2
- Bump release to rebuild with go 1.21.11
* Mon Mar 25 2024 Muhammad Falak <mwani@microsoft.com> - 24.0.9-1
- Bump version to 24.X
- Drop un-needed patches

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Define and run multi-container applications with Docker
Name: moby-compose
Version: 2.17.3
Release: 5%{?dist}
Release: 6%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -72,6 +72,9 @@ install -D -m0755 bin/build/docker-compose %{buildroot}/%{_libexecdir}/docker/cl
%{_libexecdir}/docker/cli-plugins/docker-compose
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.17.3-6
- Bump release to rebuild with go 1.21.11
* Tue May 28 2024 corvus-callidus <108946721+corvus-callidus@users.noreply.github.com> - 2.17.3-5
- Fix for CVE-2024-24786, CVE-2024-23650, CVE-2023-2253

Просмотреть файл

@ -6,7 +6,7 @@
Summary: Industry-standard container runtime for confidential containers
Name: moby-%{upstream_name}
Version: 1.7.7
Release: 4%{?dist}
Release: 5%{?dist}
License: ASL 2.0
Group: Tools/Container
URL: https://www.containerd.io
@ -80,6 +80,9 @@ fi
%config(noreplace) %{_sysconfdir}/containerd/config.toml
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.7.7-5
- Bump release to rebuild with go 1.21.11
* Thu Apr 18 2024 Chris Gunn <chrisgun@microsoft.com> - 1.7.7-4
- Fix for CVE-2023-45288

Просмотреть файл

@ -5,7 +5,7 @@
Summary: Industry-standard container runtime
Name: moby-%{upstream_name}
Version: 1.6.26
Release: 5%{?dist}
Release: 6%{?dist}
License: ASL 2.0
Group: Tools/Container
URL: https://www.containerd.io
@ -92,6 +92,9 @@ fi
%dir /opt/containerd/lib
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.6.26-6
- Bump release to rebuild with go 1.21.11
* Thu Apr 18 2024 Chris Gunn <chrisgun@microsoft.com> - 1.6.26-5
- Fix for CVE-2023-45288

Просмотреть файл

@ -3,7 +3,7 @@
Summary: The open-source application container engine
Name: moby-engine
Version: 24.0.9
Release: 4%{?dist}
Release: 5%{?dist}
License: ASL 2.0
Group: Tools/Container
URL: https://mobyproject.org
@ -127,6 +127,9 @@ fi
%{_unitdir}/*
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 24.0.9-5
- Bump release to rebuild with go 1.21.11
* Fri May 31 2024 Mitch Zhu <mitchzhu@microsoft.com> - 24.0.9-4
- Fix for CVE-2023-44487

Просмотреть файл

@ -5,7 +5,7 @@ Summary: CLI tool for spawning and running containers per OCI spec.
Name: moby-%{upstream_name}
# update "commit_hash" above when upgrading version
Version: 1.1.9
Release: 5%{?dist}
Release: 6%{?dist}
License: ASL 2.0
URL: https://github.com/opencontainers/runc
Group: Virtualization/Libraries
@ -58,6 +58,9 @@ make install-man DESTDIR="%{buildroot}" PREFIX="%{_prefix}"
%{_mandir}/*
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.1.9-6
- Bump release to rebuild with go 1.21.11
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.1.9-5
- Bump release to rebuild with go 1.21.6

Просмотреть файл

@ -19,7 +19,7 @@
Summary: CNI plugin providing multiple interfaces in containers
Name: multus
Version: 4.0.2
Release: 3%{?dist}
Release: 4%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -73,6 +73,9 @@ install -D -m0644 deployments/multus-daemonset.yml %{buildroot}%{_datadir}/k8s-y
%{_datarootdir}/k8s-yaml/multus/multus.yaml
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 4.0.2-4
- Bump release to rebuild with go 1.21.11
* Thu Apr 18 2024 Chris Gunn <chrisgun@microsoft.com> - 4.0.2-3
- Fix for CVE-2023-45288

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Kubernetes daemon to detect and report node issues
Name: node-problem-detector
Version: 0.8.17
Release: 3%{?dist}
Release: 4%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -66,6 +66,9 @@ make test
%config(noreplace) %{_sysconfdir}/node-problem-detector.d/*
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.8.17-4
- Bump release to rebuild with go 1.21.11
* Thu Apr 18 2024 Chris Gunn <chrisgun@microsoft.com> - 0.8.17-3
- Fix for CVE-2023-45288

Просмотреть файл

@ -2,7 +2,7 @@
Summary: NVIDIA container runtime hook
Name: nvidia-container-toolkit
Version: 1.13.5
Release: 4%{?dist}
Release: 5%{?dist}
License: ALS2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -94,6 +94,9 @@ rm -f %{_bindir}/nvidia-container-toolkit
%{_bindir}/nvidia-ctk
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.13.5-5
- Bump release to rebuild with go 1.21.11
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.13.5-4
- Bump release to rebuild with go 1.21.6

Просмотреть файл

@ -5,7 +5,7 @@
Summary: Open source, general-purpose policy engine
Name: opa
Version: 0.63.0
Release: 2%{?dist}
Release: 3%{?dist}
# Upstream license specification: MIT and Apache-2.0
# Main package: ASL 2.0
# internal/jwx: MIT
@ -54,6 +54,9 @@ install -D -p -m 0644 man/* %{buildroot}%{_mandir}/man1/
%{_bindir}/*
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.63.0-3
- Bump release to rebuild with go 1.21.11
* Thu Apr 18 2024 Chris Gunn <chrisgun@microsoft.com> - 0.63.0-2
- Fix for CVE-2023-45288

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Tool for creating identical machine images for multiple platforms from a single source configuration.
Name: packer
Version: 1.10.1
Release: 2%{?dist}
Release: 3%{?dist}
License: MPLv2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -63,6 +63,9 @@ go test -mod=vendor
%{_bindir}/packer
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.10.1-3
- Bump release to rebuild with go 1.21.11
* Thu Apr 18 2024 Chris Gunn <chrisgun@microsoft.com> - 1.10.1-2
- Fix for CVE-2023-45288

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Kubernetes Custom, Resource, and External Metric APIs implemented to work with Prometheus.
Name: prometheus-adapter
Version: 0.10.0
Release: 12%{?dist}
Release: 13%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -42,6 +42,9 @@ make test
%doc README.md RELEASE.md
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.10.0-13
- Bump release to rebuild with go 1.21.11
* Thu May 16 2024 Rohit Rawat <rohitrawat@microsoft.com> - 0.10.0-12
- Fix CVE-2024-24786

Просмотреть файл

@ -5,7 +5,7 @@
Summary: Exporter for machine metrics
Name: prometheus-node-exporter
Version: 1.3.1
Release: 24%{?dist}
Release: 25%{?dist}
# Upstream license specification: Apache-2.0
License: ASL 2.0 AND MIT
Vendor: Microsoft Corporation
@ -113,6 +113,9 @@ getent passwd 'prometheus' >/dev/null || useradd -r -g 'prometheus' -d '%{_share
%dir %attr(0755,prometheus,prometheus) %{_sharedstatedir}/prometheus/node-exporter
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.3.1-25
- Bump release to rebuild with go 1.21.11
* Tue Feb 13 2024 Nan Liu <liunan@microsoft.com> - 1.3.1-24
- Patch CVE-2021-44716

Просмотреть файл

@ -5,7 +5,7 @@
Summary: Prometheus exporter exposing process metrics from procfs
Name: prometheus-process-exporter
Version: 0.7.10
Release: 19%{?dist}
Release: 20%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -102,6 +102,9 @@ getent passwd 'prometheus' >/dev/null || useradd -r -g 'prometheus' -d '%{_share
%dir %attr(0755,prometheus,prometheus) %{_sharedstatedir}/prometheus
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.7.10-20
- Bump release to rebuild with go 1.21.11
* Tue Feb 13 2024 Muhammad Falak <mwani@microsoft.com> - 0.7.10-19
- Bump release to rebuild with go 1.21.6

Просмотреть файл

@ -4,7 +4,7 @@
Summary: Prometheus monitoring system and time series database
Name: prometheus
Version: 2.37.0
Release: 12%{?dist}
Release: 13%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -131,6 +131,9 @@ fi
%doc README.md RELEASE.md documentation
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.37.0-13
- Bump release to rebuild with go 1.21.11
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.37.0-12
- Bump release to rebuild with go 1.21.6

Просмотреть файл

@ -19,7 +19,7 @@
Summary: Orchestrator for distributed storage systems in cloud-native environments
Name: rook
Version: 1.6.2
Release: 19%{?dist}
Release: 20%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -255,6 +255,9 @@ sed -i -e "s|\(.*tag: \)VERSION|\1%{helm_appVersion}|" %{values_yaml}
# bother adding docs or changelog or anything
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.6.2-20
- Bump release to rebuild with go 1.21.11
* Tue Feb 13 2024 Muhammad Falak <mwani@microsoft.com> - 1.6.2-19
- Bump release to rebuild with go 1.21.6

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Inspect container images and repositories on registries
Name: skopeo
Version: 1.14.2
Release: 3%{?dist}
Release: 4%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -46,6 +46,9 @@ make test-unit-local
%{_mandir}/man1/%%{name}*
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.14.2-4
- Bump release to rebuild with go 1.21.11
* Thu Apr 18 2024 Chris Gunn <chrisgun@microsoft.com> - 1.14.2-3
- Fix for CVE-2023-45288

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Plugin for discovering and advertising networking resources
Name: sriov-network-device-plugin
Version: 3.6.2
Release: 3%{?dist}
Release: 4%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -35,6 +35,9 @@ install -D -m0755 images/ddptool-1.0.1.12.tar.gz %{buildroot}%{_datadir}/%{name}
%{_datadir}/%{name}/ddptool-1.0.1.12.tar.gz
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 3.6.2-4
- Bump release to rebuild with go 1.21.11
* Thu Apr 18 2024 Chris Gunn <chrisgun@microsoft.com> - 3.6.2-3
- Fix for CVE-2023-45288

Просмотреть файл

@ -1,7 +1,7 @@
Summary: agent for collecting, processing, aggregating, and writing metrics.
Name: telegraf
Version: 1.29.4
Release: 4%{?dist}
Release: 5%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -83,6 +83,9 @@ fi
%dir %{_sysconfdir}/%{name}/telegraf.d
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.29.4-5
- Bump release to rebuild with go 1.21.11
* Fri May 24 2024 Henry Li <lihl@microsoft.com> - 1.29.4-4
- Add patch to resolve CVE-2024-27289

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Infrastructure as code deployment management tool
Name: terraform
Version: 1.3.2
Release: 14%{?dist}
Release: 15%{?dist}
License: MPLv2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -62,6 +62,9 @@ install -p -m 755 -t %{buildroot}%{_bindir} ./terraform
%{_bindir}/terraform
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.3.2-15
- Bump release to rebuild with go 1.21.11
* Mon Apr 22 2024 Daniel McIlvaney <damcilva@microsoft.com> - 1.3.2-14
- Patch CVE-2024-3817 in vendored hashicorp/go-getter

Просмотреть файл

@ -3,7 +3,7 @@
Name: vitess
Version: 16.0.2
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Database clustering system for horizontal scaling of MySQL
# Upstream license specification: MIT and Apache-2.0
License: MIT and ASL 2.0
@ -105,6 +105,9 @@ go check -t go/cmd \
%{_bindir}/*
%changelog
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 16.0.2-9
- Bump release to rebuild with go 1.21.11
* Thu Apr 18 2024 Chris Gunn <chrisgun@microsoft.com> - 16.0.2-8
- Fix for CVE-2023-45288

Просмотреть файл

@ -4640,8 +4640,8 @@
"type": "other",
"other": {
"name": "golang",
"version": "1.21.6",
"downloadUrl": "https://golang.org/dl/go1.21.6.src.tar.gz"
"version": "1.21.11",
"downloadUrl": "https://golang.org/dl/go1.21.11.src.tar.gz"
}
}
},