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.") | |||
| 1448 | (("^install-others =.*$") | 1448 | (("^install-others =.*$") |
| 1449 | (string-append "install-others = " out "/etc/rpc\n")))))))))))) | 1449 | (string-append "install-others = " out "/etc/rpc\n")))))))))))) |
| 1450 | 1450 | ||
| 1451 | (define-public glibc-2.30 | ||
| 1452 | (package | ||
| 1453 | (inherit glibc-2.31) | ||
| 1454 | (version "2.30") | ||
| 1455 | (native-inputs | ||
| 1456 | ;; This fails with a build error in libc-tls.c when using GCC 10. Use an | ||
| 1457 | ;; older compiler. | ||
| 1458 | (modify-inputs (package-native-inputs glibc) | ||
| 1459 | (prepend gcc-8))) | ||
| 1460 | (source (origin | ||
| 1461 | (inherit (package-source glibc)) | ||
| 1462 | (uri (string-append "mirror://gnu/glibc/glibc-" version ".tar.xz")) | ||
| 1463 | (sha256 | ||
| 1464 | (base32 | ||
| 1465 | "1bxqpg91d02qnaz837a5kamm0f43pr1il4r9pknygywsar713i72")) | ||
| 1466 | (patches (search-patches "glibc-skip-c++.patch" | ||
| 1467 | "glibc-ldd-x86_64.patch" | ||
| 1468 | "glibc-CVE-2019-19126.patch" | ||
| 1469 | "glibc-hidden-visibility-ldconfig.patch" | ||
| 1470 | "glibc-versioned-locpath.patch" | ||
| 1471 | "glibc-allow-kernel-2.6.32.patch" | ||
| 1472 | "glibc-reinstate-prlimit64-fallback.patch" | ||
| 1473 | "glibc-2.29-supported-locales.patch")))))) | ||
| 1474 | |||
| 1475 | (define-public (make-gcc-libc base-gcc libc) | 1451 | (define-public (make-gcc-libc base-gcc libc) |
| 1476 | "Return a GCC that targets LIBC." | 1452 | "Return a GCC that targets LIBC." |
| 1477 | (package (inherit base-gcc) | 1453 | (package (inherit base-gcc) |
