aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/cups.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/services/cups.scm')
0 files changed, 0 insertions, 0 deletions
packages/base.scm?id=dc26d0f94e7e210cd4d824943f32ee3081ac4967'>gnu: hello: Update to 2.12.1....* gnu/packages/base.scm (hello): Update to 2.12.1. Efraim Flashner 2022-05-08gnu: tzdata: Update to 2022a....* gnu/packages/base.scm (tzdata): Update to 2022a. Leo Famulari 2022-03-03gnu: hello: Update to 2.12....* gnu/packages/base.scm (hello): Update to 2.12. Maxim Cournoyer 2022-02-27gnu: glibc-utf8-locales: Hide the package....This package has a long history of confusing users, due to containing only a small, arbitrary subset of UTF-8 locales. * gnu/packages/base.scm (glibc-utf8-locales): Define as a hidden package. * doc/guix.texi (Application Setup): Do not mention glibc-utf8-locales. Instead, provide an example for defining a custom locales package. Maxim Cournoyer 2022-02-14gnu: Remove glibc@2.2.5 and gcc-2.95-wrapper....This reverts commits a95924c9ac3f238cde243c96d552ff59ad77ca16 and defa85b26537a3cc20624fb9dbcae906226361d5, which were used to build nhc98@1.22 but are no longer needed. * gnu/packages/base.scm (glibc-2.2.5): Remove. * gnu/packages/commencement.scm (gcc-2.95-wrapper): Remove. (glibc-mesboot0, gcc-mesboot0, binutils-mesboot): Keep private. Ludovic Courtès 2022-02-07gnu: Add glibc-2.2.5....* gnu/packages/commencement.scm (glibc-mesboot0, gcc-mesboot0, binutils-mesboot): Export variables. * gnu/packages/base.scm (glibc-2.2.5): New variable. Ricardo Wurmus 2022-01-17Merge branch 'version-1.4.0'...With resolved conflicts in: gnu/packages/gnome.scm gnu/packages/openstack.scm gnu/packages/python-xyz.scm Maxim Cournoyer 2022-01-10gnu: binutils: Fix CVE-2021-45078....This is for the release branch. Should we also use a graft for the master branch? It would be even better if we could add a binutils-next package that users could install, in my opinion. * gnu/packages/patches/binutils-CVE-2021-45078.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/base.scm (binutils)[source]: Use it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Leo Famulari 2022-01-10gnu: binutils: Absorb binutils-next....* gnu/packages/base.scm (binutils)[configure-flags]: Set out-of-source? to #t. {--enable-64-bit-bfd, --enable-compressed-debug-sections=all, --enable-lto, --enable-separate-code, --enable-threads}: New flags. (binutils-next): Delete variable. (binutils-gold): Inherit from binutils. * gnu/packages/linux.scm (kexec-tools)[native-inputs]: Replace binutils-next with binutils. Maxim Cournoyer 2022-01-09gnu: hello: Update to 2.11....* gnu/packages/base.scm (hello): Update to 2.11. Tobias Geerinckx-Rice 2022-01-14gnu: glibc-locales: Allow finding newer versions....* gnu/packages/base.scm (glibc-locales)[properties]: New field. Efraim Flashner 2021-12-21gnu: binutils-gold: Skip gold testsuite on some architectures....* gnu/packages/base.scm (binutils-gold)[arguments]: Add a phase on some architecturest to skip the gold testsuite. Efraim Flashner 2021-12-13gnu: binutils@2.33: Remove non-applicable patches....* gnu/packages/base.scm (binutils-2.33)[source]: Add empty 'patches' field. Ludovic Courtès