diff --git a/SPECS-EXTENDED/buildah/buildah.spec b/SPECS-EXTENDED/buildah/buildah.spec index deb6926b754..c17d6cf3cf9 100644 --- a/SPECS-EXTENDED/buildah/buildah.spec +++ b/SPECS-EXTENDED/buildah/buildah.spec @@ -21,7 +21,7 @@ Summary: A command line tool used for creating OCI Images Name: buildah Version: 1.18.0 -Release: 17%{?dist} +Release: 18%{?dist} License: ASL 2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -32,7 +32,7 @@ BuildRequires: btrfs-progs-devel BuildRequires: device-mapper-devel BuildRequires: git BuildRequires: glib2-devel -BuildRequires: glibc-static >= 2.35-4%{?dist} +BuildRequires: glibc-static >= 2.35-5%{?dist} BuildRequires: go-md2man BuildRequires: go-rpm-macros BuildRequires: golang @@ -123,6 +123,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %{_datadir}/%{name}/test %changelog +* Tue Oct 03 2023 Mandeep Plaha - 1.18.0-18 +- Bump release to rebuild against glibc 2.35-5 + * Tue Sep 05 2023 Brian Fjeldstad - 1.18.0-17 - Address CVE-2022-2990 diff --git a/SPECS-EXTENDED/catatonit/catatonit.spec b/SPECS-EXTENDED/catatonit/catatonit.spec index 8dedeaaebee..aaa588a0d77 100644 --- a/SPECS-EXTENDED/catatonit/catatonit.spec +++ b/SPECS-EXTENDED/catatonit/catatonit.spec @@ -3,7 +3,7 @@ Distribution: Mariner Name: catatonit Version: 0.1.7 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A signal-forwarding process manager for containers License: GPLv3+ URL: https://github.com/openSUSE/catatonit @@ -13,7 +13,7 @@ BuildRequires: automake BuildRequires: file BuildRequires: gcc BuildRequires: git -BuildRequires: glibc-static >= 2.35-4%{?dist} +BuildRequires: glibc-static >= 2.35-5%{?dist} BuildRequires: libtool BuildRequires: make @@ -61,6 +61,9 @@ ln -s %{_libexecdir}/%{name}/%{name} %{buildroot}%{_libexecdir}/podman/%{name} %{_libexecdir}/podman/%{name} %changelog +* Tue Oct 03 2023 Mandeep Plaha - 0.1.7-8 +- Bump release to rebuild against glibc 2.35-5 + * Wed Jul 05 2023 Andrew Phelps - 0.1.7-7 - Bump release to rebuild against glibc 2.35-4 diff --git a/SPECS-EXTENDED/dyninst/dyninst.spec b/SPECS-EXTENDED/dyninst/dyninst.spec index d5de5ee96df..69be25ebbf0 100644 --- a/SPECS-EXTENDED/dyninst/dyninst.spec +++ b/SPECS-EXTENDED/dyninst/dyninst.spec @@ -1,7 +1,7 @@ Summary: An API for Run-time Code Generation License: LGPLv2+ Name: dyninst -Release: 9%{?dist} +Release: 10%{?dist} Vendor: Microsoft Corporation Distribution: Mariner URL: http://www.dyninst.org @@ -31,7 +31,7 @@ BuildRequires: tbb tbb-devel # Extra requires just for the testsuite BuildRequires: gcc-gfortran libstdc++-static libxml2-devel -BuildRequires: glibc-static >= 2.35-4%{?dist} +BuildRequires: glibc-static >= 2.35-5%{?dist} # Testsuite files should not provide/require anything %{?filter_setup: @@ -194,6 +194,9 @@ echo "%{_libdir}/dyninst" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf %attr(644,root,root) %{_libdir}/dyninst/testsuite/*.a %changelog +* Tue Oct 03 2023 Mandeep Plaha - 10.1.0-10 +- Bump release to rebuild against glibc 2.35-5 + * Wed Jul 05 2023 Andrew Phelps - 10.1.0-9 - Bump release to rebuild against glibc 2.35-4 diff --git a/SPECS-EXTENDED/podman/podman.spec b/SPECS-EXTENDED/podman/podman.spec index 5d1bda945ec..042b534a014 100644 --- a/SPECS-EXTENDED/podman/podman.spec +++ b/SPECS-EXTENDED/podman/podman.spec @@ -36,7 +36,7 @@ Name: podman Version: 4.1.1 -Release: 14%{?dist} +Release: 15%{?dist} License: ASL 2.0 and BSD and ISC and MIT and MPLv2.0 Summary: Manage Pods, Containers and Container Images Vendor: Microsoft Corporation @@ -51,7 +51,7 @@ BuildRequires: go-md2man BuildRequires: golang BuildRequires: gcc BuildRequires: glib2-devel -BuildRequires: glibc-static >= 2.35-4%{?dist} +BuildRequires: glibc-static >= 2.35-5%{?dist} BuildRequires: git BuildRequires: go-rpm-macros BuildRequires: gpgme-devel @@ -387,6 +387,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Oct 03 2023 Mandeep Plaha - 4.1.1-15 +- Bump release to rebuild against glibc 2.35-5 + * Mon Aug 07 2023 CBL-Mariner Servicing Account - 4.1.1-14 - Bump release to rebuild with go 1.19.12 diff --git a/SPECS/busybox/busybox.spec b/SPECS/busybox/busybox.spec index 8fcf2d49e84..8a3344e19fb 100644 --- a/SPECS/busybox/busybox.spec +++ b/SPECS/busybox/busybox.spec @@ -1,7 +1,7 @@ Summary: Statically linked binary providing simplified versions of system commands Name: busybox Version: 1.35.0 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2 Vendor: Microsoft Corporation Distribution: Mariner @@ -16,7 +16,7 @@ Patch3: CVE-2022-30065.patch Patch4: ash-fix-use-after-free-in-pattern-substituon-code.patch Patch5: ash-fix-use-after-free-in-bash-pattern-substitution.patch BuildRequires: gcc -BuildRequires: glibc-static >= 2.35-4%{?dist} +BuildRequires: glibc-static >= 2.35-5%{?dist} BuildRequires: libselinux-devel >= 1.27.7-2 BuildRequires: libsepol-devel # libbb/hash_md5_sha.c @@ -94,6 +94,9 @@ install -m 644 docs/busybox.petitboot.1 %{buildroot}/%{_mandir}/man1/busybox.pet %{_mandir}/man1/busybox.petitboot.1.gz %changelog +* Tue Oct 03 2023 Mandeep Plaha - 1.35.0-7 +- Bump release to rebuild against glibc 2.35-5 + * Wed Sep 20 2023 Jon Slobodzian - 1.35.0-6 - Recompile with stack-protection fixed gcc version (CVE-2023-4039) diff --git a/SPECS/flannel/flannel.spec b/SPECS/flannel/flannel.spec index 36b4cf1f876..f94f292d6dd 100644 --- a/SPECS/flannel/flannel.spec +++ b/SPECS/flannel/flannel.spec @@ -4,7 +4,7 @@ Summary: Simple and easy way to configure a layer 3 network fabric designed for Kubernetes Name: flannel Version: 0.14.0 -Release: 16%{?dist} +Release: 17%{?dist} License: ASL 2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -15,7 +15,7 @@ Source0: %{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: glibc-devel -BuildRequires: glibc-static >= 2.35-4%{?dist} +BuildRequires: glibc-static >= 2.35-5%{?dist} BuildRequires: golang >= 1.18.5 BuildRequires: kernel-headers @@ -48,6 +48,9 @@ install -p -m 755 -t %{buildroot}%{_bindir} ./dist/flanneld %{_bindir}/flanneld %changelog +* Tue Oct 03 2023 Mandeep Plaha - 0.14.0-17 +- Bump release to rebuild against glibc 2.35-5 + * Mon Aug 07 2023 CBL-Mariner Servicing Account - 0.14.0-16 - Bump release to rebuild with go 1.19.12 diff --git a/SPECS/glibc/CVE-2023-4911.patch b/SPECS/glibc/CVE-2023-4911.patch new file mode 100644 index 00000000000..f20443b6e42 --- /dev/null +++ b/SPECS/glibc/CVE-2023-4911.patch @@ -0,0 +1,147 @@ +From 1056e5b4c3f2d90ed2b4a55f96add28da2f4c8fa Mon Sep 17 00:00:00 2001 +From: Siddhesh Poyarekar +Date: Tue, 19 Sep 2023 18:39:32 -0400 +Subject: [PATCH] tunables: Terminate if end of input is reached + (CVE-2023-4911) + +The string parsing routine may end up writing beyond bounds of tunestr +if the input tunable string is malformed, of the form name=name=val. +This gets processed twice, first as name=name=val and next as name=val, +resulting in tunestr being name=name=val:name=val, thus overflowing +tunestr. + +Terminate the parsing loop at the first instance itself so that tunestr +does not overflow. + +This also fixes up tst-env-setuid-tunables to actually handle failures +correct and add new tests to validate the fix for this CVE. + +Signed-off-by: Siddhesh Poyarekar +Reviewed-by: Carlos O'Donell + +diff --git a/elf/dl-tunables.c b/elf/dl-tunables.c +index 8e7ee9d..76cf8b9 100644 +--- a/elf/dl-tunables.c ++++ b/elf/dl-tunables.c +@@ -187,11 +187,7 @@ parse_tunables (char *tunestr, char *valstring) + /* If we reach the end of the string before getting a valid name-value + pair, bail out. */ + if (p[len] == '\0') +- { +- if (__libc_enable_secure) +- tunestr[off] = '\0'; +- return; +- } ++ break; + + /* We did not find a valid name-value pair before encountering the + colon. */ +@@ -251,9 +247,16 @@ parse_tunables (char *tunestr, char *valstring) + } + } + +- if (p[len] != '\0') +- p += len + 1; ++ /* We reached the end while processing the tunable string. */ ++ if (p[len] == '\0') ++ break; ++ ++ p += len + 1; + } ++ ++ /* Terminate tunestr before we leave. */ ++ if (__libc_enable_secure) ++ tunestr[off] = '\0'; + } + #endif + +diff --git a/elf/tst-env-setuid-tunables.c b/elf/tst-env-setuid-tunables.c +index 88182b7..0e77584 100644 +--- a/elf/tst-env-setuid-tunables.c ++++ b/elf/tst-env-setuid-tunables.c +@@ -52,6 +52,8 @@ const char *teststrings[] = + "glibc.malloc.perturb=0x800:not_valid.malloc.check=2:glibc.malloc.mmap_threshold=4096", + "glibc.not_valid.check=2:glibc.malloc.mmap_threshold=4096", + "not_valid.malloc.check=2:glibc.malloc.mmap_threshold=4096", ++ "glibc.malloc.mmap_threshold=glibc.malloc.mmap_threshold=4096", ++ "glibc.malloc.check=2", + "glibc.malloc.garbage=2:glibc.maoc.mmap_threshold=4096:glibc.malloc.check=2", + "glibc.malloc.check=4:glibc.malloc.garbage=2:glibc.maoc.mmap_threshold=4096", + ":glibc.malloc.garbage=2:glibc.malloc.check=1", +@@ -70,6 +72,8 @@ const char *resultstrings[] = + "glibc.malloc.perturb=0x800:glibc.malloc.mmap_threshold=4096", + "glibc.malloc.mmap_threshold=4096", + "glibc.malloc.mmap_threshold=4096", ++ "glibc.malloc.mmap_threshold=glibc.malloc.mmap_threshold=4096", ++ "", + "", + "", + "", +@@ -84,11 +88,18 @@ test_child (int off) + const char *val = getenv ("GLIBC_TUNABLES"); + + #if HAVE_TUNABLES ++ printf (" [%d] GLIBC_TUNABLES is %s\n", off, val); ++ fflush (stdout); + if (val != NULL && strcmp (val, resultstrings[off]) == 0) + return 0; + + if (val != NULL) +- printf ("[%d] Unexpected GLIBC_TUNABLES VALUE %s\n", off, val); ++ printf (" [%d] Unexpected GLIBC_TUNABLES VALUE %s, expected %s\n", ++ off, val, resultstrings[off]); ++ else ++ printf (" [%d] GLIBC_TUNABLES environment variable absent\n", off); ++ ++ fflush (stdout); + + return 1; + #else +@@ -118,30 +129,40 @@ do_test (int argc, char **argv) + exit (1); + + exit (EXIT_SUCCESS); ++ /* Special return code to make sure that the child executed all the way ++ through. */ ++ exit (42); + } + else + { +- int ret = 0; +- + /* Spawn tests. */ + for (int i = 0; i < array_length (teststrings); i++) + { + char buf[INT_BUFSIZE_BOUND (int)]; + +- printf ("Spawned test for %s (%d)\n", teststrings[i], i); ++ printf ("[%d] Spawned test for %s\n", i, teststrings[i]); + snprintf (buf, sizeof (buf), "%d\n", i); ++ fflush (stdout); + if (setenv ("GLIBC_TUNABLES", teststrings[i], 1) != 0) +- exit (1); +- ++ { ++ printf (" [%d] Failed to set GLIBC_TUNABLES: %m", i); ++ support_record_failure (); ++ continue; ++ } + int status = support_capture_subprogram_self_sgid (buf); + + /* Bail out early if unsupported. */ + if (WEXITSTATUS (status) == EXIT_UNSUPPORTED) + return EXIT_UNSUPPORTED; + +- ret |= status; ++ if (WEXITSTATUS (status) != 42) ++ { ++ printf (" [%d] child failed with status %d\n", i, ++ WEXITSTATUS (status)); ++ support_record_failure (); ++ } + } +- return ret; ++ return 0; + } + } + diff --git a/SPECS/glibc/glibc.spec b/SPECS/glibc/glibc.spec index 6c5fc3bea59..ef3240763c5 100644 --- a/SPECS/glibc/glibc.spec +++ b/SPECS/glibc/glibc.spec @@ -7,7 +7,7 @@ Summary: Main C library Name: glibc Version: 2.35 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD AND GPLv2+ AND Inner-Net AND ISC AND LGPLv2+ AND MIT Vendor: Microsoft Corporation Distribution: Mariner @@ -27,6 +27,7 @@ Patch3: CVE-2020-1751.nopatch # Rationale: Exploit requires crafted pattern in regex compiler meant only for trusted content Patch4: CVE-2018-20796.nopatch Patch5: glibc-2.34_pthread_cond_wait.patch +Patch6: CVE-2023-4911.patch BuildRequires: bison BuildRequires: gawk BuildRequires: gettext @@ -319,6 +320,9 @@ grep "^FAIL: nptl/tst-eintr1" tests.sum >/dev/null && n=$((n+1)) ||: %defattr(-,root,root) %changelog +* Tue Oct 03 2023 Mandeep Plaha - 2.35-5 +- Patch CVE-2023-4911 + * Fri Jun 30 2023 Andrew Phelps - 2.35-4 - Restore glibc-debuginfo package diff --git a/SPECS/kubevirt/kubevirt.spec b/SPECS/kubevirt/kubevirt.spec index 51a9da16cc4..9f5ac981e6b 100644 --- a/SPECS/kubevirt/kubevirt.spec +++ b/SPECS/kubevirt/kubevirt.spec @@ -19,7 +19,7 @@ Summary: Container native virtualization Name: kubevirt Version: 0.59.0 -Release: 7%{?dist} +Release: 8%{?dist} License: ASL 2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -34,7 +34,7 @@ Patch1: Allocate-2-cpu-for-the-emulator-thread.patch Patch2: Hotplug_detach_grace_period.patch %global debug_package %{nil} BuildRequires: glibc-devel -BuildRequires: glibc-static >= 2.35-4%{?dist} +BuildRequires: glibc-static >= 2.35-5%{?dist} BuildRequires: golang BuildRequires: golang-packaging BuildRequires: pkgconfig @@ -211,6 +211,9 @@ install -p -m 0644 cmd/virt-handler/nsswitch.conf %{buildroot}%{_datadir}/kube-v %{_bindir}/virt-tests %changelog +* Tue Oct 03 2023 Mandeep Plaha - 0.59.0-8 +- Bump release to rebuild against glibc 2.35-5 + * Mon Aug 07 2023 CBL-Mariner Servicing Account - 0.59.0-7 - Bump release to rebuild with go 1.19.12 diff --git a/SPECS/libguestfs/libguestfs.spec b/SPECS/libguestfs/libguestfs.spec index a5ab0c9a591..b632735fbd5 100644 --- a/SPECS/libguestfs/libguestfs.spec +++ b/SPECS/libguestfs/libguestfs.spec @@ -25,7 +25,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Version: 1.44.0 -Release: 15%{?dist} +Release: 16%{?dist} License: LGPLv2+ Vendor: Microsoft Corporation Distribution: Mariner @@ -89,7 +89,7 @@ BuildRequires: gcc-c++ BuildRequires: gdisk BuildRequires: genisoimage BuildRequires: gfs2-utils -BuildRequires: glibc-static >= 2.35-4%{?dist} +BuildRequires: glibc-static >= 2.35-5%{?dist} BuildRequires: gobject-introspection-devel BuildRequires: gperf BuildRequires: grep @@ -1236,6 +1236,9 @@ rm ocaml/html/.gitignore %endif %changelog +* Tue Oct 03 2023 Mandeep Plaha - 1.44.0-16 +- Bump release to rebuild against glibc 2.35-5 + * Wed Sep 20 2023 Jon Slobodzian - 1.44.0-15 - Recompile with stack-protection fixed gcc version (CVE-2023-4039) diff --git a/SPECS/rust/rust.spec b/SPECS/rust/rust.spec index ef4eab9a5c5..e3cd78af4dc 100644 --- a/SPECS/rust/rust.spec +++ b/SPECS/rust/rust.spec @@ -9,7 +9,7 @@ Summary: Rust Programming Language Name: rust Version: 1.72.0 -Release: 1%{?dist} +Release: 2%{?dist} License: (ASL 2.0 OR MIT) AND BSD AND CC-BY-3.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -56,7 +56,7 @@ BuildRequires: ninja-build BuildRequires: openssl-devel BuildRequires: python3 %if %{with_check} -BuildRequires: glibc-static >= 2.35-4%{?dist} +BuildRequires: glibc-static >= 2.35-5%{?dist} %endif # rustc uses a C compiler to invoke the linker, and links to glibc in most cases Requires: binutils @@ -167,6 +167,9 @@ rm %{buildroot}%{_bindir}/*.old %{_mandir}/man1/* %changelog +* Tue Oct 03 2023 Mandeep Plaha - 1.72.2-2 +- Bump release to rebuild against glibc 2.35-5 + * Wed Sep 06 2023 Daniel McIlvaney - 1.72.2-1 - Bump to version 1.72.2 to address CVE-2023-38497, CVE-2023-40030 diff --git a/SPECS/supermin/supermin.spec b/SPECS/supermin/supermin.spec index d049ce8a903..5522c589483 100644 --- a/SPECS/supermin/supermin.spec +++ b/SPECS/supermin/supermin.spec @@ -21,7 +21,7 @@ Summary: Tool for creating supermin appliances Name: supermin Version: 5.2.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Vendor: Microsoft Corporation Distribution: Mariner @@ -54,7 +54,7 @@ BuildRequires: systemd-udev %if %{with dietlibc} BuildRequires: dietlibc-devel %else -BuildRequires: glibc-static >= 2.35-4%{?dist} +BuildRequires: glibc-static >= 2.35-5%{?dist} %endif %if %{with_check} @@ -129,6 +129,9 @@ make check || { %{_rpmconfigdir}/supermin-find-requires %changelog +* Tue Oct 03 2023 Mandeep Plaha - 5.2.1-8 +- Bump release to rebuild against glibc 2.35-5 + * Wed Sep 20 2023 Jon Slobodzian - 5.2.1-7 - Recompile with stack-protection fixed gcc version (CVE-2023-4039) diff --git a/SPECS/tini/tini.spec b/SPECS/tini/tini.spec index 3fa0b8233da..9951e590056 100644 --- a/SPECS/tini/tini.spec +++ b/SPECS/tini/tini.spec @@ -1,7 +1,7 @@ Summary: A tiny but valid init for containers Name: tini Version: 0.19.0 -Release: 9%{?dist} +Release: 10%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner @@ -13,7 +13,7 @@ BuildRequires: diffutils BuildRequires: file BuildRequires: gcc BuildRequires: glibc-devel -BuildRequires: glibc-static >= 2.35-4%{?dist} +BuildRequires: glibc-static >= 2.35-5%{?dist} BuildRequires: kernel-headers BuildRequires: make BuildRequires: sed @@ -66,6 +66,9 @@ ln -s %{_bindir}/tini-static %{buildroot}%{_bindir}/docker-init %{_bindir}/docker-init %changelog +* Tue Oct 03 2023 Mandeep Plaha - 0.19.0-10 +- Bump release to rebuild against glibc 2.35-5 + * Wed Jul 05 2023 Andrew Phelps - 0.19.0-9 - Bump release to rebuild against glibc 2.35-4 diff --git a/toolkit/resources/manifests/package/pkggen_core_aarch64.txt b/toolkit/resources/manifests/package/pkggen_core_aarch64.txt index 312386cc66d..5f04a855291 100644 --- a/toolkit/resources/manifests/package/pkggen_core_aarch64.txt +++ b/toolkit/resources/manifests/package/pkggen_core_aarch64.txt @@ -1,12 +1,12 @@ filesystem-1.1-15.cm2.aarch64.rpm kernel-headers-5.15.133.1-1.cm2.noarch.rpm -glibc-2.35-4.cm2.aarch64.rpm -glibc-devel-2.35-4.cm2.aarch64.rpm -glibc-i18n-2.35-4.cm2.aarch64.rpm -glibc-iconv-2.35-4.cm2.aarch64.rpm -glibc-lang-2.35-4.cm2.aarch64.rpm -glibc-nscd-2.35-4.cm2.aarch64.rpm -glibc-tools-2.35-4.cm2.aarch64.rpm +glibc-2.35-5.cm2.aarch64.rpm +glibc-devel-2.35-5.cm2.aarch64.rpm +glibc-i18n-2.35-5.cm2.aarch64.rpm +glibc-iconv-2.35-5.cm2.aarch64.rpm +glibc-lang-2.35-5.cm2.aarch64.rpm +glibc-nscd-2.35-5.cm2.aarch64.rpm +glibc-tools-2.35-5.cm2.aarch64.rpm zlib-1.2.13-1.cm2.aarch64.rpm zlib-devel-1.2.13-1.cm2.aarch64.rpm file-5.40-2.cm2.aarch64.rpm diff --git a/toolkit/resources/manifests/package/pkggen_core_x86_64.txt b/toolkit/resources/manifests/package/pkggen_core_x86_64.txt index 54fb16f7b1b..8efbed6f6d9 100644 --- a/toolkit/resources/manifests/package/pkggen_core_x86_64.txt +++ b/toolkit/resources/manifests/package/pkggen_core_x86_64.txt @@ -1,12 +1,12 @@ filesystem-1.1-15.cm2.x86_64.rpm kernel-headers-5.15.133.1-1.cm2.noarch.rpm -glibc-2.35-4.cm2.x86_64.rpm -glibc-devel-2.35-4.cm2.x86_64.rpm -glibc-i18n-2.35-4.cm2.x86_64.rpm -glibc-iconv-2.35-4.cm2.x86_64.rpm -glibc-lang-2.35-4.cm2.x86_64.rpm -glibc-nscd-2.35-4.cm2.x86_64.rpm -glibc-tools-2.35-4.cm2.x86_64.rpm +glibc-2.35-5.cm2.x86_64.rpm +glibc-devel-2.35-5.cm2.x86_64.rpm +glibc-i18n-2.35-5.cm2.x86_64.rpm +glibc-iconv-2.35-5.cm2.x86_64.rpm +glibc-lang-2.35-5.cm2.x86_64.rpm +glibc-nscd-2.35-5.cm2.x86_64.rpm +glibc-tools-2.35-5.cm2.x86_64.rpm zlib-1.2.13-1.cm2.x86_64.rpm zlib-devel-1.2.13-1.cm2.x86_64.rpm file-5.40-2.cm2.x86_64.rpm diff --git a/toolkit/resources/manifests/package/toolchain_aarch64.txt b/toolkit/resources/manifests/package/toolchain_aarch64.txt index 77fa0849a8b..e42a12ced35 100644 --- a/toolkit/resources/manifests/package/toolchain_aarch64.txt +++ b/toolkit/resources/manifests/package/toolchain_aarch64.txt @@ -106,15 +106,15 @@ glib-debuginfo-2.71.0-2.cm2.aarch64.rpm glib-devel-2.71.0-2.cm2.aarch64.rpm glib-doc-2.71.0-2.cm2.noarch.rpm glib-schemas-2.71.0-2.cm2.aarch64.rpm -glibc-2.35-4.cm2.aarch64.rpm -glibc-debuginfo-2.35-4.cm2.aarch64.rpm -glibc-devel-2.35-4.cm2.aarch64.rpm -glibc-i18n-2.35-4.cm2.aarch64.rpm -glibc-iconv-2.35-4.cm2.aarch64.rpm -glibc-lang-2.35-4.cm2.aarch64.rpm -glibc-nscd-2.35-4.cm2.aarch64.rpm -glibc-static-2.35-4.cm2.aarch64.rpm -glibc-tools-2.35-4.cm2.aarch64.rpm +glibc-2.35-5.cm2.aarch64.rpm +glibc-debuginfo-2.35-5.cm2.aarch64.rpm +glibc-devel-2.35-5.cm2.aarch64.rpm +glibc-i18n-2.35-5.cm2.aarch64.rpm +glibc-iconv-2.35-5.cm2.aarch64.rpm +glibc-lang-2.35-5.cm2.aarch64.rpm +glibc-nscd-2.35-5.cm2.aarch64.rpm +glibc-static-2.35-5.cm2.aarch64.rpm +glibc-tools-2.35-5.cm2.aarch64.rpm gmp-6.2.1-4.cm2.aarch64.rpm gmp-debuginfo-6.2.1-4.cm2.aarch64.rpm gmp-devel-6.2.1-4.cm2.aarch64.rpm diff --git a/toolkit/resources/manifests/package/toolchain_x86_64.txt b/toolkit/resources/manifests/package/toolchain_x86_64.txt index 51a221948f2..4059c43b9f6 100644 --- a/toolkit/resources/manifests/package/toolchain_x86_64.txt +++ b/toolkit/resources/manifests/package/toolchain_x86_64.txt @@ -106,15 +106,15 @@ glib-debuginfo-2.71.0-2.cm2.x86_64.rpm glib-devel-2.71.0-2.cm2.x86_64.rpm glib-doc-2.71.0-2.cm2.noarch.rpm glib-schemas-2.71.0-2.cm2.x86_64.rpm -glibc-2.35-4.cm2.x86_64.rpm -glibc-debuginfo-2.35-4.cm2.x86_64.rpm -glibc-devel-2.35-4.cm2.x86_64.rpm -glibc-i18n-2.35-4.cm2.x86_64.rpm -glibc-iconv-2.35-4.cm2.x86_64.rpm -glibc-lang-2.35-4.cm2.x86_64.rpm -glibc-nscd-2.35-4.cm2.x86_64.rpm -glibc-static-2.35-4.cm2.x86_64.rpm -glibc-tools-2.35-4.cm2.x86_64.rpm +glibc-2.35-5.cm2.x86_64.rpm +glibc-debuginfo-2.35-5.cm2.x86_64.rpm +glibc-devel-2.35-5.cm2.x86_64.rpm +glibc-i18n-2.35-5.cm2.x86_64.rpm +glibc-iconv-2.35-5.cm2.x86_64.rpm +glibc-lang-2.35-5.cm2.x86_64.rpm +glibc-nscd-2.35-5.cm2.x86_64.rpm +glibc-static-2.35-5.cm2.x86_64.rpm +glibc-tools-2.35-5.cm2.x86_64.rpm gmp-6.2.1-4.cm2.x86_64.rpm gmp-debuginfo-6.2.1-4.cm2.x86_64.rpm gmp-devel-6.2.1-4.cm2.x86_64.rpm