summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-18gnu: slock: Add libxcrypt dependency.core-updates-glibc-2.39Josselin Poiret
* gnu/packages/suckless.scm (slock): Add libxcrypt dependency. Change-Id: I022b4886b1b05156d623a6e0b2d9bbffe6af74d4
2024-02-18gnu: ldb: Remove reference to crypt.Josselin Poiret
* gnu/packages/samba.scm (ldb): Remove reference to crypt header. Change-Id: Idcf43ff9b140d5c7e601d853564833525396e565
2024-02-18gnu: tevent: Remove reference to crypt.Josselin Poiret
* gnu/packages/samba.scm (tevent): Remove reference to crypt header. Change-Id: Ic99712c9374dee1fd5b65c29327fe39aa10eed35
2024-02-18gnu: talloc: Remove reference to crypt.Josselin Poiret
* gnu/packages/samba.scm (talloc): Remove reference to crypt header. Change-Id: I370069acdd7992f2660aae0b1840ea7756befe13
2024-02-18gnu: sambda/pinned: Add libxcrypt dependency.Josselin Poiret
* gnu/packages/samba.scm (samba/pinned): Add libxcrypt dependency. Change-Id: Ie3162623818bea08da2588c02930b842de4f13ae
2024-02-18gnu: mailutils: Add libxcrypt dependency.Josselin Poiret
* gnu/packages/mail.scm (mailutils): Add libxcrypt dependency. Change-Id: Ide005e58ffa6312350539f4b4f9648191a0bdc31
2024-02-18gnu: also-utils: Adapt for glibc 2.39.Josselin Poiret
* gnu/packages/patches/alsa-utils-strlcat-strlcpy.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/linux.scm (alsa-utils): Use it. Change-Id: I6e413934bd93ce759437dd908c1d6b43ac5d1573
2024-02-18gnu: accountsservice: Add libxcrypt dependency.Josselin Poiret
* gnu/packages/freedesktop.scm (accountsservice): Add libxcrypt dependency. Change-Id: Ibafb4b79b93a15f51f8b8e5b52cb46bd429116f7
2024-02-18gnu: cryptsetup: G-Expify static-library.Josselin Poiret
* gnu/packages/cryptsetup.scm (static-library): G-Expify it. Change-Id: I3123cab24b08acdb5a28e0052e9a9663d00fd564
2024-02-18gnu: python-natsort: Add en_US.UTF-8 locale for tests.Josselin Poiret
* gnu/packages/python-xyz.scm (python-natsort): Add en_US.UTF-8 locale for the package's tests. Change-Id: I5947b6550b9bc71d403685756ead4f1c77c99012
2024-02-18gnu: python-cython: Add libxcrypt dependency.Josselin Poiret
* gnu/packages/python-xyz.scm (python-cython): Add libxcrypt dependency. Change-Id: I7a7c16eb8618b38c8e2758dcb19981b108c9ce7b
2024-02-18gnu: httpd: Add libxcrypt dependency.Josselin Poiret
* gnu/packages/web.scm (httpd): Add libxcrypt dependency. Change-Id: I8ef010b0c37bae90493f2f19dd25987c32fd687e
2024-02-18gnu: tdb: Add libxcrypt dependency.Josselin Poiret
* gnu/packages/databases.scm (tdb): Add libxcrypt dependency. Change-Id: If44722b61b9ed427665b5939a2c5f5ef35e78691
2024-02-18gnu: cyrus-sasl: Add libxcrypt dependency.Josselin Poiret
* gnu/packages/cyrus-sasl.scm (cyrus-sasl): Add libxcrypt dependency. Change-Id: Ib33c2f8bbf351724e3aa4e97ffb4078b9f408f01
2024-02-18gnu: cups-minimal: Add libxcrypt dependency.Josselin Poiret
* gnu/packages/cups.scm (cups-minimal): Add libxcrypt dependency. Change-Id: Icfd65026d5d8350d694a4268d03096aafa33341f
2024-02-18gnu: inetutils: Add libxcrypt dependency.Josselin Poiret
* gnu/packages/admin.scm (inetutils): Add libxcrypt dependency. Change-Id: I6c7bc49f60e532edac395a2b1ba89e3f1f95b4e7
2024-02-18gnu: apr-util: Add libxcrypt dependency.Josselin Poiret
* gnu/packages/apr.scm (apr-util): Add libxcrypt dependency. Change-Id: I1ce71366fee7559f669ee6ede0b2328cf77bd337
2024-02-18gnu: apr: Add libxcrypt dependency.Josselin Poiret
* gnu/packages/apr.scm (apr): Add libxcrypt dependency. Change-Id: Ib43ea0e3933e0df27654638150f21b8f8f504512
2024-02-14gnu: apr-util: Update to 1.6.3.Josselin Poiret
* gnu/packages/apr.scm (apr-util): Update to 1.6.3. Change-Id: I5c227f8dc0cecd3d8126ec0deaf8d0f5044953e8
2024-02-14gnu: apr: Update to 1.7.4.Josselin Poiret
* gnu/packages/apr.scm (apr): Update to 1.7.4. Change-Id: I6234403390847a68eab7ee17bc9d83581c14339c
2024-02-14gnu: mesa: Hardcode libvulkan.so's dependency for zink.Josselin Poiret
* gnu/packages/gl.scm (mesa): Add vulkan-loader as an input. Refer to its libvulkan.so.1 by full path in the zink gallium driver. Change-Id: I83ff787e6148a45b9403e578dd744f7eb85a221b
2024-02-14gnu: upower: Update to 1.90.2.Vivien Kraus
Upower has an extra hardware description file for use with udev. It should be installed under upower’s output, not eudev’s. A test is disabled, for calling an unimplemented bluez method. The conditional 'adjust-test-for-excess-precision phase is included in the new 'adjust-test-suite, so that the list of phases is always the same. * gnu/packages/gnome.scm (upower): Update to 1.90.2. [#:configure-flags]: Set udevhwdbdir. [#:phases] <adjust-test-for-excess-precision>: Add this phase unconditionnally <disable-failing-test>: Disable test_bluetooth_hidpp_mouse. [inputs]: Remove dbus-glib. [native-inputs]: Add dbus.
2024-02-14gnu: libgudev: Update to 238.Vivien Kraus
* gnu/packages/gnome.scm (libgudev): Update to 238.
2024-02-14gnu: udev-service-type: accept hardware description file extensions.Vivien Kraus
The udev-configuration record now has a hardware field. The contents of the /etc/udev directory now includes hwdb.bin, which is computed when the system is instanciated (prior to system activation). The hardware description files used to generate hwdb.bin are not installed in /etc, because they are not required at run-time. The documentation has been reworked so as to explain why creating udev rules or hardware needs helper functions for configuration or extension. * gnu/services/base.scm (udev-hardware): New function. (file->udev-hardware): New function. (udev-hardware-service): New function. (udev-etc): Add hwdb.d and hwdb.bin. (module): Export udev-hardware, file->udev-hardware, and udev-hardware-service. (<udev-configuration>): Add the native-udev field. (udev-service-type) [extend]: Populate the hardware field. * doc/guix.texi (Base Services)[udev-service-type]: Explain configuration and extension values. * doc/guix.texi (Base Services)[udev-hardware]: Document it. [udev-hardware-service]: Same. * doc/guix.texi (Base Services)[udev-configuration]: Document the native-udev field.
2024-02-14services: udev: Make udev-rule helper functions generic.Vivien Kraus
* gnu/services/base.scm (udev-configurations-union): New function. (udev-configuration-file): New function, use file->udev-configuration-file. (file->udev-configuration-file): New function. (udev-rules-union): Use udev-configurations-union. (udev-rule): Use udev-configuration-file. (file->udev-rule): Use file->udev-configuration-file.
2024-02-14services: udev: Rewrite udev-rule to use file->udev-rule.Vivien Kraus
* gnu/services/base.scm (udev-rule): Use file->udev-rule.
2024-02-14gnu: eudev: Update to 3.2.14.Vivien Kraus
Eudev now has a hardware database /etc/udev/hwdb.bin made up of descriptions installed in the /lib/udev/hwdb.d directory of each package, and more generally, UDEV_HWDB_PATH. This database index is compiled with udevadm hwdb --update. The udev-service-type collects the files and compiles the index. Previously, the hardware description files provided by eudev would be compiled into $prefix/etc/udev/hwdb.bin in the eudev output. * gnu/packages/linux.scm (eudev): Update to 3.2.14. [modules]: Import (guix build utils). [#:phases] <allow-eudev-hwdb>: New phase. <install-in-lib>: New phase. <build-hwdb>: Remove phase. [#:configure-flags]: Set sysconfdir to avoid a prefix. [native-search-paths]: Add UDEV_HWDB_PATH. * gnu/packages/patches/eudev-rules-directory.patch: Rebase it.
2024-02-14gnu: tcsh: Add libxcrypt dependency.Josselin Poiret
* gnu/packages/shells.scm (tcsh): Add libxcrypt dependency. Change-Id: I13f37b73d8a8a618dfa628e7341b4e3bbfc018b2
2024-02-14gnu: shadow: Add libxcrypt dependency.Josselin Poiret
* gnu/packages/admin.scm (shadow): Add libxcrypt dependency. Change-Id: I3fa0b7239dcf100ba8a6431155557d1523bcfd25
2024-02-14gnu: elogind: Add libxcrypt dependency.Josselin Poiret
* gnu/packages/freedesktop.scm (elogind): Add libxcrypt dependency. Change-Id: I7259b20a96c50a7f88cb0eb7ff30d32f233d0bfe
2024-02-14gnu: linux-pam: Add libxcrypt dependency.Josselin Poiret
* gnu/packages/linux.scm (linux-pam): Add libxcrypt dependency. Change-Id: I57c1c10f01b88707637ea8f5c4a082deb0dd4205
2024-02-14gnu: python: Add libxcrypt dependency.Josselin Poiret
* gnu/packages/python.scm (python-2.7): Add libxcrypt dependency. Change-Id: I23d99900fd6bbd2f9a88a3efe0c8deac01ef160f
2024-02-12gnu: libxcrypt: Remove python from native-inputs.Josselin Poiret
* gnu/packages/crypto.scm (libxcrypt): Remove python from native-inputs, since python requires it for its crypt module. Change-Id: Ic8550fb515fcb647c3bf35c2b053d080457b109d
2024-02-12gnu: gcc: Patch crypt out of bundled libsanitizer.Josselin Poiret
* gnu/packages/patches/gcc-10-libsanitizer-no-crypt.patch: * gnu/packages/patches/gcc-12-libsanitizer-no-crypt.patch: * gnu/packages/patches/gcc-13-libsanitizer-no-crypt.patch: New patches. * gnu/local.mk (dist_patch_DATA): Register them. * gnu/packages/gcc.scm (gcc-10, gcc-11, gcc-12, gcc-13): Use them. Change-Id: Idc450c5a468e07c4ea78c8ca7bb1c5ee379231bb
2024-02-12gnu: gcc: Simplify application of Hurd-specific pthread patch.Josselin Poiret
* gnu/packages/gcc.scm (gcc-11): Apply gcc-11-libstdc++-hurd-libpthread.patch unconditionally. (gcc-12): Also apply gcc-11-libstdc++-hurd-libpthread.patch. Change-Id: I80e2b2adb5636e1bff4536c5a0a348955454e81d
2024-02-12gnu: glibc: Update to 2.39.Josselin Poiret
* gnu/packages/base.scm (glibc): Update it. Remove --enable-crypt as it is no longer included in 2.39. Remove upstreamed patch for hurd. * gnu/packages/patches/glibc-2.38-hurd-ucontext.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Unregister it. Change-Id: Idf9ae3ff6cbbe45f1c9bfbc2c78a331f118e0129
2024-02-12gnu: ffmpeg: Fix builds.Josselin Poiret
* gnu/packages/patches/ffmpeg-remove-compressed_ten_bit_format.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/video.scm (ffmpeg-4): Use it. (ffmpeg-3.4, ffmpeg-2.8): Use ffmpeg-4-binutils-2.41.patch. Change-Id: Idaf1d80f33530ba6d8c3c60b284dc08e522ec220
2024-02-12Partially revert gnu: python-matplotlib: Fix flaky Legend loc test.Josselin Poiret
I changed the commit hash by mistake, revert that. * gnu/packages/python-xyz.scm (python-matplotlib): Revert commit hash change. Change-Id: Ic676a45771b5969a0c713cd025d3a4d2dacada62
2024-02-12gnu: cryptsetup-static: Fix static build.Josselin Poiret
* gnu/packages/cryptsetup.scm (cryptsetup-static): Pass static variants of dependencies. Also work around wrong pkg-config paths of util-linux for the static output. Change-Id: I025f241b02ee0ea80227ef7d31789571e635ef2c
2024-02-12gnu: lvm2-static: Properly handle eudev dependency in pkg-config.Josselin Poiret
* gnu/packages/linux.scm (lvm2-static): Add linking flags for the static eudev output. Change-Id: Ic43be600f0569a8ffa69544cbf661f05d82e2084
2024-02-12gnu: libblockdev: Add libcryptsetup propagated inputs.Josselin Poiret
* gnu/packages/disk.scm (libblockdev): Add propagated inputs from libcryptsetup. Change-Id: I4e1a6330f093d7829b1cd97921d078c524f5f9fc
2024-02-12gnu: volume-key: Add required transitive dependencies.Josselin Poiret
* gnu/packages/disk.scm (volume-key): Add transitive dependencies for libdevmapper and libcryptsetup. Change-Id: Iaced5bedd2f6ec8e67118b2ee4d01f14704a3694
2024-02-12gnu: Add libcryptsetup-propagated-inputs.Josselin Poiret
* gnu/packages/cryptsetup.scm (libcryptsetup-propagated-inputs): Record needed inputs for libcryptsetup. Change-Id: Ia630f2d5f180536d997af93e57aa547379b2c010
2024-02-12gnu: Add libdevmapper-propagated-inputs.Josselin Poiret
* gnu/packages/linux.scm (libdevmapper-propagated-inputs): Record needed inputs for libdevmapper. Change-Id: I6db51ea2ce640f77198fd67f0e2480052907f28e
2024-02-12gnu: cryptsetup: Update to 2.6.1.Josselin Poiret
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.6.1. Disable external tokens for now. Change-Id: I5610cabfbd46d010a8241430d8d90f5920847c04
2024-02-11gnu: hurd: Update to v0.9.git20231217.Janneke Nieuwenhuizen
* gnu/packages/hurd.scm (hurd-headers): Update to v0.9.git20231217. [arguments]: Avoid new link test for file_utimens. * (hurd)[source]: Remove hurd-fix-rumpdisk-build.patch, which has been included upstream. * gnu/packages/patches/hurd-add-without-rump-configure-option.patch, gnu/packages/patches/hurd-fix-rumpdisk-build.patch, gnu/packages/patches/hurd-fix-types-of-read-write-and-readables-methods.patch, gnu/packages/patches/hurd-fix-types-of-read-write-and-readables-methods-2.patch: Remove. * gnu/local.mk (dist_patch_DATA): Unregister them. Change-Id: I0b42db19289e2fefeae99b18f0c29a21d3bf67a4
2024-02-11gnu: gnumach: Update to 1.8-0.2556fde.Janneke Nieuwenhuizen
* gnu/packages/hurd.scm (gnumach-headers): Update to latest master, 2556fdece900d67529d5eda01f1bdaae4ffe96b0. * gnu/packages/patches/gnumach-fix-i686-linux-build.patch, gnu/packages/patches/gnumach-fix-task_info.patch, gnu/packages/patches/gnumach-support-noide.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them. (gnumach)[source]: Do not use them. Change-Id: Ifc6d15f7889854cd85698f4133f70d2046ca4bc8
2024-02-11gnu: mig-boot0: Do not override phases.Ricardo Wurmus
The build phases of the mig package are needed also for mig-boot0, so instead of overriding all arguments we should only override the configure flags. * gnu/packages/commencement.scm (mig-boot0)[arguments]: Use SUBSTITUTE-KEYWORD-ARGUMENTS to replace only the configure flags. Change-Id: I8227baf9e7fabc86a8674fe694058245ce166d0f
2024-02-09gnu: hurd-headers-boot0: Update hash.Ricardo Wurmus
* gnu/packages/commencement.scm (hurd-headers-boot0)[source]: Use hash of tarball, not of git checkout. Change-Id: Ibb79396722507ab6509d18a67b3d22210a8a31a9
2024-01-31Merge remote-tracking branch 'origin/master' into core-updatesMaxim Cournoyer
Resolved conflicts in: gnu/packages/astronomy.scm gnu/packages/axoloti.scm gnu/packages/games.scm gnu/packages/guile-xyz.scm gnu/packages/mail.scm gnu/packages/photo.scm gnu/packages/sphinx.scm gnu/packages/tls.scm gnu/packages/web-browsers.scm Change-Id: I726fb6139d70ccead1b0f59afc72ccc523a1217d