Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit918f8e1

Browse files
authored
glibc: add upstream patch for glibc bug #25847 (#14843)
1 parentc6ff452 commit918f8e1

File tree

22 files changed

+1773
-151
lines changed

22 files changed

+1773
-151
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 ANDBSD-2-Clause ANDBSD-3-Clause ANDISC ANDMIT AND MPL-2.0
33-
Release:1%{?dist}
33+
Release:2%{?dist}
3434
Vendor: Microsoft Corporation
3535
Distribution: Azure Linux
3636
ExclusiveArch:aarch64ppc64les390xx86_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-13%{?dist}
46+
BuildRequires: glibc-static>= 2.38-14%{?dist}
4747
%if!%{definedgobuild}
4848
BuildRequires: go-rpm-macros
4949
%endif
@@ -173,6 +173,9 @@ make test-unit
173173
%{_datadir}/%{name}/test
174174

175175
%changelog
176+
*Wed Oct 08 2025Andrew Phelps<anphel@microsoft.com> -0:1.41.4-2
177+
-Bump to rebuild with updated glibc
178+
176179
*Fri Sep 12 2025Akarsh Chaudhary<v-akarshc@microsoft.com> -1.41.4-1
177180
-Initial Azure Linux import from Fedora 41 (license: MIT).
178181
-Added Check section

‎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:21%{?dist}
6+
Release:22%{?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-13%{?dist}
16+
BuildRequires: glibc-static>= 2.38-14%{?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+
*Wed Oct 08 2025Andrew Phelps<anphel@microsoft.com> -0.1.7-22
65+
-Bump to rebuild with updated glibc
66+
6467
*Thu Aug 28 2025Kanishk Bansal<kanbansal@microsoft.com> -0.1.7-21
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:23%{?dist}
4+
Release:24%{?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-13%{?dist}
34+
BuildRequires: glibc-static>= 2.38-14%{?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+
*Wed Oct 08 2025Andrew Phelps<anphel@microsoft.com> -10.1.0-24
198+
-Bump to rebuild with updated glibc
199+
197200
*Thu Aug 28 2025Kanishk Bansal<kanbansal@microsoft.com> -10.1.0-23
198201
-Bump to rebuild with updated glibc
199202

‎SPECS-EXTENDED/podman/podman.spec‎

Lines changed: 6 additions & 3 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 ANDBSD-2-Clause ANDBSD-3-Clause ANDISC ANDMIT AND MPL-2.0
34-
Release:1%{?dist}
34+
Release:2%{?dist}
3535
ExclusiveArch:aarch64ppc64les390xx86_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-13%{?dist}
51+
BuildRequires: glibc-static>= 2.38-14%{?dist}
5252
BuildRequires: golang
5353
BuildRequires: git-core
5454

@@ -295,7 +295,10 @@ make localunit
295295

296296
# rhcontainerbot account currently managed by lsm5
297297
%changelog
298-
*Fri Sep 19 2025Sumit Jena <v-sumitjena@microsof.com>
298+
*Wed Oct 08 2025Andrew Phelps<anphel@microsoft.com> -0:5.6.1-2
299+
-Bump to rebuild with updated glibc
300+
301+
*Fri Sep 19 2025Sumit Jena<v-sumitjena@microsof.com> -0:5.6.1-1
299302
-Update to version 5.6.1
300303
-added check section
301304
-License verified

‎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:16%{?dist}
4+
Release:17%{?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-13%{?dist}
22+
BuildRequires: glibc-static>= 2.38-14%{?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+
*Wed Oct 08 2025Andrew Phelps<anphel@microsoft.com> -1.36.1-17
110+
-Bump to rebuild with updated glibc
111+
109112
*Thu Aug 28 2025Kanishk Bansal<kanbansal@microsoft.com> -1.36.1-16
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:18%{?dist}
6+
Release:19%{?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-13%{?dist}
21+
BuildRequires: glibc-static>= 2.38-14%{?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+
*Wed Oct 08 2025Andrew Phelps<anphel@microsoft.com> -0.24.2-19
56+
-Bump to rebuild with updated glibc
57+
5558
*Fri Sep 17 2025Kanishk Bansal<kanbansal@microsoft.com> -0.24.2-18
5659
-Bump to rebuild with updated glibc
5760

‎SPECS/glibc/glibc-2.35-fhs-1.patch‎

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp