Skip to content

Commit d4f5b55

Browse files
authored
[3.0] toolchain: fix missing buildid (glibc and openssl only) (microsoft#14572)
1 parent aaa9be5 commit d4f5b55

File tree

22 files changed

+152
-100
lines changed

22 files changed

+152
-100
lines changed

SPECS-EXTENDED/buildah/buildah.spec

Lines changed: 5 additions & 2 deletions
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: 31%{?dist}
24+
Release: 32%{?dist}
2525
License: ASL 2.0
2626
Vendor: Microsoft Corporation
2727
Distribution: Azure Linux
@@ -32,7 +32,7 @@ BuildRequires: btrfs-progs-devel
3232
BuildRequires: device-mapper-devel
3333
BuildRequires: git
3434
BuildRequires: glib2-devel
35-
BuildRequires: glibc-static >= 2.38-11%{?dist}
35+
BuildRequires: glibc-static >= 2.38-12%{?dist}
3636
BuildRequires: go-md2man
3737
BuildRequires: go-rpm-macros
3838
BuildRequires: golang
@@ -123,6 +123,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
123123
%{_datadir}/%{name}/test
124124

125125
%changelog
126+
* Mon Aug 25 2025 Andrew Phelps <[email protected]> - 1.18.0-32
127+
- Bump to rebuild with updated glibc
128+
126129
* Thu May 22 2025 Kanishk Bansal <[email protected]> - 1.18.0-31
127130
- Bump to rebuild with updated glibc
128131

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: 19%{?dist}
6+
Release: 20%{?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-11%{?dist}
16+
BuildRequires: glibc-static >= 2.38-12%{?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+
* Mon Aug 25 2025 Andrew Phelps <[email protected]> - 0.1.7-20
65+
- Bump to rebuild with updated glibc
66+
6467
* Thu May 22 2025 Kanishk Bansal <[email protected]> - 0.1.7-19
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: 21%{?dist}
4+
Release: 22%{?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-11%{?dist}
34+
BuildRequires: glibc-static >= 2.38-12%{?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+
* Mon Aug 25 2025 Andrew Phelps <[email protected]> - 10.1.0-22
198+
- Bump to rebuild with updated glibc
199+
197200
* Thu May 22 2025 Kanishk Bansal <[email protected]> - 10.1.0-21
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
@@ -35,7 +35,7 @@
3535

3636
Name: podman
3737
Version: 4.1.1
38-
Release: 29%{?dist}
38+
Release: 30%{?dist}
3939
License: ASL 2.0 and BSD and ISC and MIT and MPLv2.0
4040
Summary: Manage Pods, Containers and Container Images
4141
Vendor: Microsoft Corporation
@@ -50,7 +50,7 @@ BuildRequires: go-md2man
5050
BuildRequires: golang
5151
BuildRequires: gcc
5252
BuildRequires: glib2-devel
53-
BuildRequires: glibc-static >= 2.38-11%{?dist}
53+
BuildRequires: glibc-static >= 2.38-12%{?dist}
5454
BuildRequires: git
5555
BuildRequires: go-rpm-macros
5656
BuildRequires: gpgme-devel
@@ -386,6 +386,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
386386

387387
# rhcontainerbot account currently managed by lsm5
388388
%changelog
389+
* Mon Aug 25 2025 Andrew Phelps <[email protected]> - 4.1.1-30
390+
- Bump to rebuild with updated glibc
391+
389392
* Thu May 22 2025 Kanishk Bansal <[email protected]> - 4.1.1-29
390393
- Bump to rebuild with updated glibc
391394

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: 14%{?dist}
4+
Release: 15%{?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-11%{?dist}
22+
BuildRequires: glibc-static >= 2.38-12%{?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+
* Mon Aug 25 2025 Andrew Phelps <[email protected]> - 1.36.1-15
110+
- Bump to rebuild with updated glibc
111+
109112
* Mon Jul 07 2025 Kanishk Bansal <[email protected]> - 1.36.1-14
110113
- Patch CVE-2022-48174
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: 15%{?dist}
6+
Release: 16%{?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-11%{?dist}
21+
BuildRequires: glibc-static >= 2.38-12%{?dist}
2222
BuildRequires: golang >= 1.20
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+
* Mon Aug 25 2025 Andrew Phelps <[email protected]> - 0.24.2-16
56+
- Bump to rebuild with updated glibc
57+
5558
* Thu May 22 2025 Kanishk Bansal <[email protected]> - 0.24.2-15
5659
- Bump to rebuild with updated glibc
5760

SPECS/glibc/glibc.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Summary: Main C library
1111
Name: glibc
1212
Version: 2.38
13-
Release: 11%{?dist}
13+
Release: 12%{?dist}
1414
License: BSD AND GPLv2+ AND Inner-Net AND ISC AND LGPLv2+ AND MIT
1515
Vendor: Microsoft Corporation
1616
Distribution: Azure Linux
@@ -367,6 +367,9 @@ grep "^FAIL: nptl/tst-mutex10" tests.sum >/dev/null && n=$((n+1)) ||:
367367
%exclude %{_libdir}/locale/C.utf8
368368

369369
%changelog
370+
* Mon Aug 25 2025 Andrew Phelps <[email protected]> - 2.38-12
371+
- Bump to rebuild with build-id fix from toolchain gcc
372+
370373
* Thu May 22 2025 Kanishk Bansal <[email protected]> - 2.38-11
371374
- Patch CVE-2023-4527, CVE-2023-4806, CVE-2024-33599, CVE-2024-33600, CVE-2024-33601, CVE-2025-0395, CVE-2025-4802
372375
- Fix CVE-2023-5156

SPECS/kubernetes/kubernetes.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Summary: Microsoft Kubernetes
1111
Name: kubernetes
1212
Version: 1.30.10
13-
Release: 9%{?dist}
13+
Release: 10%{?dist}
1414
License: ASL 2.0
1515
Vendor: Microsoft Corporation
1616
Distribution: Azure Linux
@@ -28,7 +28,7 @@ Patch6: CVE-2025-30204.patch
2828
Patch7: CVE-2025-22872.patch
2929
Patch8: CVE-2025-4563.patch
3030
BuildRequires: flex-devel
31-
BuildRequires: glibc-static >= 2.38-11%{?dist}
31+
BuildRequires: glibc-static >= 2.38-12%{?dist}
3232
BuildRequires: golang
3333
BuildRequires: rsync
3434
BuildRequires: systemd-devel
@@ -278,6 +278,9 @@ fi
278278
%{_exec_prefix}/local/bin/pause
279279

280280
%changelog
281+
* Mon Aug 25 2025 Andrew Phelps <[email protected]> - 1.30.10-10
282+
- Bump to rebuild with updated glibc
283+
281284
* Mon Jun 30 2025 Durga Jagadeesh Palli <[email protected]> - 1.30.10-9
282285
- Patch CVE-2025-4563
283286

SPECS/kubevirt/kubevirt.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
Summary: Container native virtualization
2121
Name: kubevirt
2222
Version: 1.5.0
23-
Release: 1%{?dist}
23+
Release: 2%{?dist}
2424
License: ASL 2.0
2525
Vendor: Microsoft Corporation
2626
Distribution: Azure Linux
@@ -36,7 +36,7 @@ Patch1: CVE-2025-22872.patch
3636
%global debug_package %{nil}
3737
BuildRequires: swtpm-tools
3838
BuildRequires: glibc-devel
39-
BuildRequires: glibc-static >= 2.38-11%{?dist}
39+
BuildRequires: glibc-static >= 2.38-12%{?dist}
4040
BuildRequires: golang >= 1.21
4141
BuildRequires: golang-packaging
4242
BuildRequires: pkgconfig
@@ -269,6 +269,9 @@ install -p -m 0644 cmd/virt-launcher/qemu.conf %{buildroot}%{_datadir}/kube-virt
269269
%{_bindir}/virt-tests
270270

271271
%changelog
272+
* Mon Aug 25 2025 Andrew Phelps <[email protected]> - 1.5.0-2
273+
Bump to rebuild with updated glibc
274+
272275
* Thu Jul 03 2025 Harshit Gupta <[email protected]> - 1.5.0-1
273276
- Upgrade to 1.5.0
274277
- Removed old patches

SPECS/libcap/libcap.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Summary: Libcap
22
Name: libcap
33
Version: 2.69
4-
Release: 5%{?dist}
4+
Release: 6%{?dist}
55
License: GPLv2+
66
Group: System Environment/Security
77
URL: https://www.gnu.org/software/hurd/community/gsoc/project_ideas/libcap.html
88
Source0: https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/%{name}-%{version}.tar.xz
99
Patch0: CVE-2025-1390.patch
1010
Vendor: Microsoft Corporation
1111
Distribution: Azure Linux
12-
BuildRequires: glibc-static >= 2.38-11%{?dist}
12+
BuildRequires: glibc-static >= 2.38-12%{?dist}
1313

1414
%description
1515
The libcap package implements the user-space interfaces to the POSIX 1003.1e capabilities available
@@ -62,6 +62,9 @@ sed -i '/echo "attempt to exploit kernel bug"/,/^fi$/d' quicktest.sh
6262
%{_mandir}/man3/*
6363

6464
%changelog
65+
* Mon Aug 25 2025 Andrew Phelps <[email protected]> - 2.69-6
66+
- Bump to rebuild with updated glibc
67+
6568
* Thu May 22 2025 Kanishk Bansal <[email protected]> - 2.69-5
6669
- Bump to rebuild with updated glibc
6770

0 commit comments

Comments
 (0)