Skip to content

Commit c16735c

Browse files
authored
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>
1 parent 9322acd commit c16735c

66 files changed

Lines changed: 260 additions & 68 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

SPECS-EXTENDED/buildah/buildah.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Summary: A command line tool used for creating OCI Images
2222
Name: buildah
2323
Version: 1.18.0
24-
Release: 23%{?dist}
24+
Release: 24%{?dist}
2525
License: ASL 2.0
2626
Vendor: Microsoft Corporation
2727
Distribution: Mariner
@@ -123,6 +123,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
123123
%{_datadir}/%{name}/test
124124

125125
%changelog
126+
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.18.0-24
127+
- Bump release to rebuild with go 1.21.11
128+
126129
* Mon May 06 2024 Rachel Menge <rachelmenge@microsoft.com> - 1.18.0-23
127130
- Bump release to rebuild against glibc 2.35-7
128131

SPECS-EXTENDED/containernetworking-plugins/containernetworking-plugins.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
Name: %{project}-%{repo}
2626
Version: 1.1.1
27-
Release: 14%{?dist}
27+
Release: 15%{?dist}
2828
Summary: Libraries for writing CNI plugin
2929
License: ASL 2.0 and BSD and MIT
3030
Vendor: Microsoft Corporation
@@ -129,6 +129,9 @@ install -p plugins/ipam/dhcp/systemd/cni-dhcp.socket %{buildroot}%{_unitdir}
129129
%{_unitdir}/cni-dhcp.socket
130130

131131
%changelog
132+
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.1.1-15
133+
- Bump release to rebuild with go 1.21.11
134+
132135
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.1.1-14
133136
- Bump release to rebuild with go 1.21.6
134137

SPECS-EXTENDED/delve/delve.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Vendor: Microsoft Corporation
22
Distribution: Mariner
33
Name: delve
44
Version: 1.5.0
5-
Release: 17%{?dist}
5+
Release: 18%{?dist}
66
Summary: A debugger for the Go programming language
77

88
License: MIT
@@ -72,6 +72,9 @@ done
7272

7373

7474
%changelog
75+
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.5.0-18
76+
- Bump release to rebuild with go 1.21.11
77+
7578
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.5.0-17
7679
- Bump release to rebuild with go 1.21.6
7780

SPECS-EXTENDED/nmi/nmi.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Summary: Node Managed Identity
33
Name: nmi
44
Version: 1.8.17
5-
Release: 2%{?dist}
5+
Release: 3%{?dist}
66
License: MIT
77
Vendor: Microsoft Corporation
88
Distribution: Mariner
@@ -62,6 +62,9 @@ popd
6262
%{_bindir}/%{name}
6363

6464
%changelog
65+
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.8.17-3
66+
- Bump release to rebuild with go 1.21.11
67+
6568
* Thu Apr 18 2024 Chris Gunn <chrisgun@microsoft.com> - 1.8.17-2
6669
- Fix for CVE-2023-45288
6770

SPECS-EXTENDED/podman/podman.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
Name: podman
3838
Version: 4.1.1
39-
Release: 20%{?dist}
39+
Release: 21%{?dist}
4040
License: ASL 2.0 and BSD and ISC and MIT and MPLv2.0
4141
Summary: Manage Pods, Containers and Container Images
4242
Vendor: Microsoft Corporation
@@ -387,6 +387,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
387387

388388
# rhcontainerbot account currently managed by lsm5
389389
%changelog
390+
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 4.1.1-21
391+
- Bump release to rebuild with go 1.21.11
392+
390393
* Mon May 06 2024 Rachel Menge <rachelmenge@microsoft.com> - 4.1.1-20
391394
- Bump release to rebuild against glibc 2.35-7
392395

SPECS-EXTENDED/umoci/umoci.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Open Container Image manipulation tool
22
Name: umoci
33
Version: 0.4.7
4-
Release: 14%{?dist}
4+
Release: 15%{?dist}
55
License: Apache-2.0
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -39,6 +39,9 @@ go test -mod=vendor
3939
%{_bindir}/umoci
4040

4141
%changelog
42+
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.4.7-15
43+
- Bump release to rebuild with go 1.21.11
44+
4245
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.4.7-14
4346
- Bump release to rebuild with go 1.21.6
4447

SPECS/KeysInUse-OpenSSL/KeysInUse-OpenSSL.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: The KeysInUse Engine for OpenSSL allows the logging of private key usage through OpenSSL
22
Name: KeysInUse-OpenSSL
33
Version: 0.3.4
4-
Release: 4%{?dist}
4+
Release: 5%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -74,6 +74,9 @@ if [ -x %{_bindir}/keysinuseutil ]; then
7474
fi
7575

7676
%changelog
77+
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.3.4-5
78+
- Bump release to rebuild with go 1.21.11
79+
7780
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.3.4-4
7881
- Bump release to rebuild with go 1.21.6
7982

SPECS/application-gateway-kubernetes-ingress/application-gateway-kubernetes-ingress.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Summary: Application Gateway Ingress Controller
33
Name: application-gateway-kubernetes-ingress
44
Version: 1.4.0
5-
Release: 19%{?dist}
5+
Release: 20%{?dist}
66
License: MIT
77
Vendor: Microsoft Corporation
88
Distribution: Mariner
@@ -67,6 +67,9 @@ cp appgw-ingress %{buildroot}%{_bindir}/
6767
%{_bindir}/appgw-ingress
6868

6969
%changelog
70+
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.4.0-20
71+
- Bump release to rebuild with go 1.21.11
72+
7073
* Mon Feb 05 2024 Nicolas Guibourge <nicolasg@microsoft.com> - 1.4.0-19
7174
- Patch CVE-2021-44716
7275

SPECS/azcopy/azcopy.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: The new Azure Storage data transfer utility - AzCopy v10
22
Name: azcopy
33
Version: 10.24.0
4-
Release: 1%{?dist}
4+
Release: 2%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -63,6 +63,9 @@ go test -mod=vendor
6363
%{_bindir}/azcopy
6464

6565
%changelog
66+
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 10.24.0-2
67+
- Bump release to rebuild with go 1.21.11
68+
6669
* Thu May 20 2024 Sudipta Pandit <sudpandit@microsoft.com> - 10.24.0-1
6770
- Bump version to address multiple security issues.
6871

SPECS/blobfuse/blobfuse.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: FUSE adapter - Azure Storage Blobs
22
Name: blobfuse
33
Version: 1.4.5
4-
Release: 14%{?dist}
4+
Release: 15%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -46,6 +46,9 @@ install -p -m 755 build/blobfuse %{buildroot}%{_bindir}/
4646
%{_bindir}/blobfuse
4747

4848
%changelog
49+
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.4.5-15
50+
- Bump release to rebuild with go 1.21.11
51+
4952
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.4.5-14
5053
- Bump release to rebuild with go 1.21.6
5154

0 commit comments

Comments
 (0)