diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-10-23 18:46:24 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-10-23 18:47:23 +0200 |
| commit | 892fa358acdd9b4d7560b18489e913b9059aa249 (patch) | |
| tree | ba3736107d3b8e9824e3e6a42d341d26845da7db /gnu/packages/base.scm | |
| parent | c0d1fd916844ac2dc9abe6bb489c8e300b5abd4e (diff) | |
gnu: Remove glibc-2.30.
* gnu/packages/base.scm (glibc-2.30): Delete variable.
* gnu/packages/patches/glibc-2.29-supported-locales.patch,
gnu/packages/patches/glibc-CVE-2019-19126.patch,
gnu/packages/patches/glibc-CVE-2019-7309.patch,
gnu/packages/patches/glibc-CVE-2019-9169.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Unregister files.
Change-Id: Iaf2ad2ccd938780f6f90ad846d81635b07e485f5
Diffstat (limited to 'gnu/packages/base.scm')
| -rw-r--r-- | gnu/packages/base.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 031858ab02f..3addc2b34f1 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -1448,30 +1448,6 @@ with the Linux kernel.") (("^install-others =.*$") (string-append "install-others = " out "/etc/rpc\n")))))))))))) -(define-public glibc-2.30 - (package - (inherit glibc-2.31) - (version "2.30") - (native-inputs - ;; This fails with a build error in libc-tls.c when using GCC 10. Use an - ;; older compiler. - (modify-inputs (package-native-inputs glibc) - (prepend gcc-8))) - (source (origin - (inherit (package-source glibc)) - (uri (string-append "mirror://gnu/glibc/glibc-" version ".tar.xz")) - (sha256 - (base32 - "1bxqpg91d02qnaz837a5kamm0f43pr1il4r9pknygywsar713i72")) - (patches (search-patches "glibc-skip-c++.patch" - "glibc-ldd-x86_64.patch" - "glibc-CVE-2019-19126.patch" - "glibc-hidden-visibility-ldconfig.patch" - "glibc-versioned-locpath.patch" - "glibc-allow-kernel-2.6.32.patch" - "glibc-reinstate-prlimit64-fallback.patch" - "glibc-2.29-supported-locales.patch")))))) - (define-public (make-gcc-libc base-gcc libc) "Return a GCC that targets LIBC." (package (inherit base-gcc) |
