Skip to content

Commit f2ebc02

Browse files
azurelinux-securityKanishk Bansal
andauthored
[AutoPR- Security] Patch glibc for CVE-2025-8058 [MEDIUM] (microsoft#14910)
Signed-off-by: Kanishk Bansal <[email protected]> Co-authored-by: Kanishk Bansal <[email protected]>
1 parent 7677086 commit f2ebc02

File tree

21 files changed

+367
-77
lines changed

21 files changed

+367
-77
lines changed

SPECS-EXTENDED/buildah/buildah.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Epoch: 0
3030
Version: 1.41.4
3131
# The `AND` needs to be uppercase in the License for SPDX compatibility
3232
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
33-
Release: 2%{?dist}
33+
Release: 3%{?dist}
3434
Vendor: Microsoft Corporation
3535
Distribution: Azure Linux
3636
ExclusiveArch: aarch64 ppc64le s390x x86_64
@@ -43,7 +43,7 @@ BuildRequires: device-mapper-devel
4343
BuildRequires: git-core
4444
BuildRequires: golang >= 1.16.6
4545
BuildRequires: glib2-devel
46-
BuildRequires: glibc-static >= 2.38-14%{?dist}
46+
BuildRequires: glibc-static >= 2.38-15%{?dist}
4747
%if !%{defined gobuild}
4848
BuildRequires: go-rpm-macros
4949
%endif
@@ -173,6 +173,9 @@ make test-unit
173173
%{_datadir}/%{name}/test
174174

175175
%changelog
176+
* Thu Oct 23 2025 Kanishk Bansal <[email protected]> - 0:1.41.4-3
177+
- Bump to rebuild with updated glibc
178+
176179
* Wed Oct 08 2025 Andrew Phelps <[email protected]> - 0:1.41.4-2
177180
- Bump to rebuild with updated glibc
178181

SPECS-EXTENDED/catatonit/catatonit.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Distribution: Azure Linux
33

44
Name: catatonit
55
Version: 0.1.7
6-
Release: 22%{?dist}
6+
Release: 23%{?dist}
77
Summary: A signal-forwarding process manager for containers
88
License: GPLv3+
99
URL: https://github.com/openSUSE/catatonit
@@ -13,7 +13,7 @@ BuildRequires: automake
1313
BuildRequires: file
1414
BuildRequires: gcc
1515
BuildRequires: git
16-
BuildRequires: glibc-static >= 2.38-14%{?dist}
16+
BuildRequires: glibc-static >= 2.38-15%{?dist}
1717
BuildRequires: libtool
1818
BuildRequires: make
1919

@@ -61,6 +61,9 @@ ln -s %{_libexecdir}/%{name}/%{name} %{buildroot}%{_libexecdir}/podman/%{name}
6161
%{_libexecdir}/podman/%{name}
6262

6363
%changelog
64+
* Thu Oct 23 2025 Kanishk Bansal <[email protected]> - 0.1.7-23
65+
- Bump to rebuild with updated glibc
66+
6467
* Wed Oct 08 2025 Andrew Phelps <[email protected]> - 0.1.7-22
6568
- Bump to rebuild with updated glibc
6669

SPECS-EXTENDED/dyninst/dyninst.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: An API for Run-time Code Generation
22
License: LGPLv2+
33
Name: dyninst
4-
Release: 24%{?dist}
4+
Release: 25%{?dist}
55
Vendor: Microsoft Corporation
66
Distribution: Azure Linux
77
URL: http://www.dyninst.org
@@ -31,7 +31,7 @@ BuildRequires: tbb tbb-devel
3131

3232
# Extra requires just for the testsuite
3333
BuildRequires: gcc-gfortran libstdc++-static libxml2-devel
34-
BuildRequires: glibc-static >= 2.38-14%{?dist}
34+
BuildRequires: glibc-static >= 2.38-15%{?dist}
3535

3636
# Testsuite files should not provide/require anything
3737
%{?filter_setup:
@@ -194,6 +194,9 @@ echo "%{_libdir}/dyninst" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
194194
%attr(644,root,root) %{_libdir}/dyninst/testsuite/*.a
195195

196196
%changelog
197+
* Thu Oct 23 2025 Kanishk Bansal <[email protected]> - 10.1.0-25
198+
- Bump to rebuild with updated glibc
199+
197200
* Wed Oct 08 2025 Andrew Phelps <[email protected]> - 10.1.0-24
198201
- Bump to rebuild with updated glibc
199202

SPECS-EXTENDED/podman/podman.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Epoch: 0
3131
# If you're reading this on dist-git, the version is automatically filled in by Packit.
3232
Version: 5.6.1
3333
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
34-
Release: 2%{?dist}
34+
Release: 3%{?dist}
3535
ExclusiveArch: aarch64 ppc64le s390x x86_64 riscv64
3636
Summary: Manage Pods, Containers and Container Images
3737
Vendor: Microsoft Corporation
@@ -48,7 +48,7 @@ BuildRequires: btrfs-progs-devel
4848
BuildRequires: gcc
4949
BuildRequires: glib2-devel
5050
BuildRequires: glibc-devel
51-
BuildRequires: glibc-static >= 2.38-14%{?dist}
51+
BuildRequires: glibc-static >= 2.38-15%{?dist}
5252
BuildRequires: golang
5353
BuildRequires: git-core
5454

@@ -295,6 +295,9 @@ make localunit
295295

296296
# rhcontainerbot account currently managed by lsm5
297297
%changelog
298+
* Thu Oct 23 2025 Kanishk Bansal <[email protected]> - 0:5.6.1-3
299+
- Bump to rebuild with updated glibc
300+
298301
* Wed Oct 08 2025 Andrew Phelps <[email protected]> - 0:5.6.1-2
299302
- Bump to rebuild with updated glibc
300303

SPECS/busybox/busybox.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Statically linked binary providing simplified versions of system commands
22
Name: busybox
33
Version: 1.36.1
4-
Release: 17%{?dist}
4+
Release: 18%{?dist}
55
License: GPLv2
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
@@ -19,7 +19,7 @@ Patch5: CVE-2023-42366.patch
1919
Patch6: CVE-2023-39810.patch
2020
Patch7: CVE-2022-48174.patch
2121
BuildRequires: gcc
22-
BuildRequires: glibc-static >= 2.38-14%{?dist}
22+
BuildRequires: glibc-static >= 2.38-15%{?dist}
2323
BuildRequires: libselinux-devel >= 1.27.7-2
2424
BuildRequires: libsepol-devel
2525
%if 0%{?with_check}
@@ -106,6 +106,9 @@ SKIP_KNOWN_BUGS=1 ./runtest
106106
%{_mandir}/man1/busybox.petitboot.1.gz
107107

108108
%changelog
109+
* Thu Oct 23 2025 Kanishk Bansal <[email protected]> - 1.36.1-18
110+
- Bump to rebuild with updated glibc
111+
109112
* Wed Oct 08 2025 Andrew Phelps <[email protected]> - 1.36.1-17
110113
- Bump to rebuild with updated glibc
111114

SPECS/flannel/flannel.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Summary: Simple and easy way to configure a layer 3 network fabric designed for Kubernetes
44
Name: flannel
55
Version: 0.24.2
6-
Release: 19%{?dist}
6+
Release: 20%{?dist}
77
License: ASL 2.0
88
Vendor: Microsoft Corporation
99
Distribution: Azure Linux
@@ -18,7 +18,7 @@ Patch3: CVE-2025-30204.patch
1818
Patch4: CVE-2024-51744.patch
1919
BuildRequires: gcc
2020
BuildRequires: glibc-devel
21-
BuildRequires: glibc-static >= 2.38-14%{?dist}
21+
BuildRequires: glibc-static >= 2.38-15%{?dist}
2222
BuildRequires: golang < 1.25
2323
BuildRequires: kernel-headers
2424

@@ -52,6 +52,9 @@ install -p -m 755 -t %{buildroot}%{_bindir} ./dist/flanneld
5252
%{_bindir}/flanneld
5353

5454
%changelog
55+
* Thu Oct 23 2025 Kanishk Bansal <[email protected]> - 0.24.2-20
56+
- Bump to rebuild with updated glibc
57+
5558
* Wed Oct 08 2025 Andrew Phelps <[email protected]> - 0.24.2-19
5659
- Bump to rebuild with updated glibc
5760

0 commit comments

Comments
 (0)