Skip to content

Commit 44cd1ce

Browse files
ddstreetmicrosoftddstreetPawelWMS
authored
Fixed CVE-2023-44487 in nginx and golang (#6381)
Co-authored-by: Dan Streetman <[email protected]> Co-authored-by: Pawel Winogrodzki <[email protected]>
1 parent 8d45a9b commit 44cd1ce

File tree

75 files changed

+1042
-73
lines changed

Some content is hidden

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

75 files changed

+1042
-73
lines changed

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: 18%{?dist}
24+
Release: 19%{?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+
* Tue Oct 10 2023 Dan Streetman <[email protected]> - 1.18.0-19
127+
- Bump release to rebuild with updated version of Go.
128+
126129
* Tue Oct 03 2023 Mandeep Plaha <[email protected]> - 1.18.0-18
127130
- Bump release to rebuild against glibc 2.35-5
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: 11%{?dist}
27+
Release: 12%{?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+
* Tue Oct 10 2023 Dan Streetman <[email protected]> - 1.1.1-12
133+
- Bump release to rebuild with updated version of Go.
134+
132135
* Mon Aug 07 2023 CBL-Mariner Servicing Account <[email protected]> - 1.1.1-11
133136
- Bump release to rebuild with go 1.19.12
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: 14%{?dist}
5+
Release: 15%{?dist}
66
Summary: A debugger for the Go programming language
77

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

7373

7474
%changelog
75+
* Tue Oct 10 2023 Dan Streetman <[email protected]> - 1.5.0-15
76+
- Bump release to rebuild with updated version of Go.
77+
7578
* Mon Aug 07 2023 CBL-Mariner Servicing Account <[email protected]> - 1.5.0-14
7679
- Bump release to rebuild with go 1.19.12
7780

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: 15%{?dist}
39+
Release: 16%{?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+
* Tue Oct 10 2023 Dan Streetman <[email protected]> - 4.1.1-16
391+
- Bump release to rebuild with updated version of Go.
392+
390393
* Tue Oct 03 2023 Mandeep Plaha <[email protected]> - 4.1.1-15
391394
- Bump release to rebuild against glibc 2.35-5
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: 11%{?dist}
4+
Release: 12%{?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+
* Tue Oct 10 2023 Dan Streetman <[email protected]> - 0.4.7-12
43+
- Bump release to rebuild with updated version of Go.
44+
4245
* Mon Aug 07 2023 CBL-Mariner Servicing Account <[email protected]> - 0.4.7-11
4346
- Bump release to rebuild with go 1.19.12
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: 1%{?dist}
4+
Release: 2%{?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+
* Tue Oct 10 2023 Dan Streetman <[email protected]> - 0.3.4-2
78+
- Bump release to rebuild with updated version of Go.
79+
7780
* Fri Sep 22 2023 Maxwell Moyer-McKee <[email protected]> - 0.3.4-1
7881
- Fix memory leak for high reload public keys
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: 14%{?dist}
5+
Release: 15%{?dist}
66
License: MIT
77
Vendor: Microsoft Corporation
88
Distribution: Mariner
@@ -54,6 +54,9 @@ cp appgw-ingress %{buildroot}%{_bindir}/
5454
%{_bindir}/appgw-ingress
5555

5656
%changelog
57+
* Tue Oct 10 2023 Dan Streetman <[email protected]> - 1.4.0-15
58+
- Bump release to rebuild with updated version of Go.
59+
5760
* Mon Aug 07 2023 CBL-Mariner Servicing Account <[email protected]> - 1.4.0-14
5861
- Bump release to rebuild with go 1.19.12
5962

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.15.0
4-
Release: 12%{?dist}
4+
Release: 13%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -61,6 +61,9 @@ go test -mod=vendor
6161
%{_bindir}/azcopy
6262

6363
%changelog
64+
* Tue Oct 10 2023 Dan Streetman <[email protected]> - 10.15.0-13
65+
- Bump release to rebuild with updated version of Go.
66+
6467
* Mon Aug 07 2023 CBL-Mariner Servicing Account <[email protected]> - 10.15.0-12
6568
- Bump release to rebuild with go 1.19.12
6669

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: 11%{?dist}
4+
Release: 12%{?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+
* Tue Oct 10 2023 Dan Streetman <[email protected]> - 1.4.5-12
50+
- Bump release to rebuild with updated version of Go.
51+
4952
* Mon Aug 07 2023 CBL-Mariner Servicing Account <[email protected]> - 1.4.5-11
5053
- Bump release to rebuild with go 1.19.12
5154

SPECS/blobfuse2/blobfuse2.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Summary: FUSE adapter - Azure Storage
88
Name: blobfuse2
99
Version: %{blobfuse2_version}
10-
Release: 1%{?dist}
10+
Release: 2%{?dist}
1111
License: MIT
1212
Vendor: Microsoft Corporation
1313
Distribution: Mariner
@@ -80,6 +80,9 @@ install -D -m 0644 ./setup/blobfuse2-logrotate %{buildroot}%{_sysconfdir}/logrot
8080
%{_sysconfdir}/logrotate.d/blobfuse2
8181

8282
%changelog
83+
* Tue Oct 10 2023 Dan Streetman <[email protected]> - 2.1.0-2
84+
- Bump release to rebuild with updated version of Go.
85+
8386
* Mon Sep 04 2023 Anubhuti Shruti <[email protected]> - 2.1.0-1
8487
- Bump version to 2.1.0
8588

0 commit comments

Comments
 (0)