summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
Commit message (Collapse)AuthorAge
* gnu: libaio: Fix cross-compilation.Marius Bakke2020-02-03
| | | | | * gnu/packages/linux.scm (libaio)[arguments]: When cross-compiling, set CC to the cross-gcc in #:make-flags.
* gnu: util-linux: Update to 2.35.Marius Bakke2020-01-24
| | | | | * gnu/packages/linux.scm (util-linux): Update to 2.35. [arguments]: Add substitution to fix test locale.
* gnu: Remove unused module imports.Marius Bakke2020-01-22
| | | | | | | | This is a follow-up to commits 6ab31af7c7fae218388b624af6c092d72b12c5b3 and e21b70acccedb3758ef124543fb522795d219608. * gnu/packages/curl.scm: Do not import (gnu packages groff). * gnu/packages/linux.scm: Do not import (gnu packages attr).
* gnu: libcap: Enable tests.Marius Bakke2020-01-21
| | | | * gnu/packages/linux.scm (libcap)[arguments]: Remove #:tests?. Add #:test-target.
* gnu: libcap: Update to 2.31.Marius Bakke2020-01-21
| | | | | * gnu/packages/linux.scm (libcap): Update to 2.31. [inputs]: Remove ATTR.
* Merge branch 'staging' into core-updatesMarius Bakke2020-01-21
|\
| * Merge branch 'master' into stagingMarius Bakke2020-01-21
| |\
| | * gnu: e2fsprogs: Update to 1.45.5.Marius Bakke2020-01-20
| | | | | | | | | | | | * gnu/packages/linux.scm (e2fsprogs): Update to 1.45.5.
| | * gnu: cpuid: Update to 20200116.Tobias Geerinckx-Rice2020-01-20
| | | | | | | | | | | | * gnu/packages/linux.scm (cpuid): Update to 20200116.
| | * gnu: ecryptfs: Use HTTPS home page.Tobias Geerinckx-Rice2020-01-19
| | | | | | | | | | | | * gnu/packages/linux.scm (ecryptfs)[home-page]: Use HTTPS.
| | * gnu: linux-libre: Update to 5.4.13.Mark H Weaver2020-01-17
| | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.13. (linux-libre-5.4-pristine-source): Update hash.
| | * gnu: linux-libre@4.19: Update to 4.19.97.Mark H Weaver2020-01-17
| | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.97. (linux-libre-4.19-pristine-source): Update hash.
| | * gnu: linux-libre@4.14: Update to 4.14.166.Mark H Weaver2020-01-17
| | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.166. (linux-libre-4.14-pristine-source): Update hash.
| | * gnu: multipath-tools: Update to 0.8.3.Tobias Geerinckx-Rice2020-01-16
| | | | | | | | | | | | * gnu/packages/linux.scm (multipath-tools): Update to 0.8.3.
| | * gnu: mcelog: Update to 168.Tobias Geerinckx-Rice2020-01-16
| | | | | | | | | | | | * gnu/packages/linux.scm (mcelog): Update to 168.
| | * gnu: linux-libre: Update to 5.4.12.Mark H Weaver2020-01-14
| | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.12. (linux-libre-5.4-pristine-source): Update hash.
| | * gnu: linux-libre@4.19: Update to 4.19.96.Mark H Weaver2020-01-14
| | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.96. (linux-libre-4.19-pristine-source): Update hash.
| | * gnu: linux-libre@4.14: Update to 4.14.165.Mark H Weaver2020-01-14
| | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.165. (linux-libre-4.14-pristine-source): Update hash.
| | * gnu: linux-libre@4.9: Update to 4.9.210.Mark H Weaver2020-01-14
| | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.210. (linux-libre-4.9-pristine-source): Update hash.
| | * gnu: linux-libre@4.4: Update to 4.4.210.Mark H Weaver2020-01-14
| | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.210. (linux-libre-4.4-pristine-source): Update hash.
| * | gnu: procps: Update to 3.3.16.Marius Bakke2020-01-14
| | | | | | | | | | | | * gnu/packages/linux.scm (procps): Update to 3.3.16.
* | | gnu: util-linux: Move libraries to separate output.Marius Bakke2020-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/37732>. Reported by Diego Nicola Barbato <dnbarbato@posteo.de>. * gnu/packages/linux.scm (util-linux)[outputs]: Add "lib". [arguments]: Update #:configure-flags and the "move-static-libraries" phase accordingly. Add phases "patch-build-scripts" and "adjust-pkg-config-files". (e2fsprogs, psm, mtd-utils, f2fs-tools, f2fs-tools-1.7, eudev, xfsprogs)[inputs]: Change to the "lib" output of UTIL-LINUX. (btrfs-progs)[inputs]: Remove duplicate UTIL-LINUX inputs and change to use the "lib" output. * gnu/packages/admin.scm (pam-mount)[inputs]: Add UTIL-LINUX:LIB. (testdisk)[inputs]: Change to the "lib" output of UTIL-LINUX. * gnu/packages/android.scm (abootimg)[inputs]: Likewise. * gnu/packages/audio.scm (jack-1)[propagated-inputs]: Likewise. * gnu/packages/bootloaders.scm (syslinux, vboot-utils)[inputs]: Likewise. * gnu/packages/chez.scm (chez-scheme)[inputs]: Likewise. * gnu/packages/cryptsetup.scm (cryptsetup, cryptsetup-static)[inputs]: Likewise. * gnu/packages/databases.scm (postgresql, 4store)[inputs]: Likewise. * gnu/packages/disk.scm (ndctl, gptfdisk, fdisk, gparted, rmlint, volume-key)[inputs]: Likewise. (parted)[inputs]: Likewise. [native-inputs]: Add UTIL-LINUX. * gnu/packages/efi.scm (sbsigntools)[inputs]: Add UTIL-LINUX:LIB. * gnu/packages/engineering.scm (lib3mf)[inputs]: Change to the "lib" output of UTIL-LINUX. * gnu/packages/enlightenment.scm (efl)[propagated-inputs]: Likewise. * gnu/packages/file-systems.scm (glusterfs, jfsutils, zfs)[inputs]: Likewise. * gnu/packages/firmware.scm (ovmf)[inputs]: Likewise. * gnu/packages/fontutils.scm (fontconfig)[propagated-inputs]: Likewise. * gnu/packages/freedesktop.scm (localed)[inputs]: Likewise. * gnu/packages/glib.scm (glib, appstream-glib)[propagated-inputs]: Likewise. * gnu/packages/gnome.scm (tracker, gnome-terminal)[inputs]: Likewise. * gnu/packages/jupyter.scm (xeus)[inputs]: Likewise. * gnu/packages/kde.scm (kpmcore)[inputs]: Likewise. * gnu/packages/kodi.scm (crossguid)[inputs]: Likewise. * gnu/packages/lighting.scm (ola)[inputs]: Likewise. * gnu/packages/music.scm (libgig)[inputs]: Likewise. * gnu/packages/nfs.scm (nfs-utils)[inputs]: Likewise. * gnu/packages/opencog.scm (opencog)[inputs]: Likewise. * gnu/packages/package-management.scm (msitools)[inputs]: Change to the "lib" output of UTIL-LINUX. * gnu/packages/password-utils.scm (pwsafe)[inputs]: Likewise. * gnu/packages/telephony.scm (pjproject)[propagated-inputs]: Likewise. * gnu/packages/rdf.scm (rasqal)[inputs]: Likewise. * gnu/packages/search.scm (xapian)[inputs]: Likewise. * gnu/packages/sssd.scm (sssd)[native-inputs]: Likewise. * gnu/packages/storage.scm (ceph)[inputs]: Add UTIL-LINUX:LIB. * gnu/packages/task-management.scm (taskwarrior)[inputs]: Change to the "lib" output of UTIL-LINUX. * gnu/packages/virtualization.scm (libvirt, xen)[inputs]: Likewise. * gnu/packages/xorg.scm (libsm)[inputs]: Likewise.
* | | Merge branch 'master' into core-updatesMarius Bakke2020-01-15
|\ \ \ | | |/ | |/|
| * | gnu: xfsprogs: Move util-linux to inputs.Marius Bakke2020-01-14
| | | | | | | | | | | | | | | * gnu/packages/linux.scm (xfsprogs)[native-inputs]: Move UTIL-LINUX ... [inputs]: ... here. Rename key to "libuuid" for clarity.
| * | gnu: vhba-module: Update to 20200106.Tobias Geerinckx-Rice2020-01-13
| | | | | | | | | | | | * gnu/packages/linux.scm (vhba-module): Update to 20200106.
| * | gnu: linux-libre: Update to 5.4.11.Mark H Weaver2020-01-12
| | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.11. (linux-libre-5.4-pristine-source): Update hash.
| * | gnu: linux-libre@4.19: Update to 4.19.95.Mark H Weaver2020-01-12
| | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.95. (linux-libre-4.19-pristine-source): Update hash.
| * | gnu: linux-libre@4.14: Update to 4.14.164.Mark H Weaver2020-01-12
| | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.164. (linux-libre-4.14-pristine-source): Update hash.
| * | gnu: linux-libre@4.9: Update to 4.9.209.Mark H Weaver2020-01-12
| | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.209. (linux-libre-4.9-pristine-source): Update hash.
| * | gnu: linux-libre@4.4: Update to 4.4.209.Mark H Weaver2020-01-12
| |/ | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.209. (linux-libre-4.4-pristine-source): Update hash.
* | Merge branch 'master' into core-updatesMarius Bakke2020-01-11
|\|
| * gnu: rng-tools: Update to 6.9.Tobias Geerinckx-Rice2020-01-10
| | | | | | | | * gnu/packages/linux.scm (rng-tools): Update to 6.9.
| * gnu: linux-libre: Update to 5.4.10.Mark H Weaver2020-01-09
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.10. (linux-libre-5.4-pristine-source): Update hash.
| * gnu: linux-libre@4.19: Update to 4.19.94.Mark H Weaver2020-01-09
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.94. (linux-libre-4.19-pristine-source): Update hash.
| * gnu: linux-libre@4.14: Update to 4.14.163.Mark H Weaver2020-01-09
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.163. (linux-libre-4.14-pristine-source): Update hash.
| * gnu: sysstat: Update to 12.3.1.Oleg Pykhalov2020-01-09
| | | | | | | | * gnu/packages/linux.scm (sysstat): Update to 12.3.1.
| * gnu: util-linux: Rename udev variant.Marius Bakke2020-01-09
| | | | | | | | | | | | | | | | | | Some packages propagate util-linux, so make sure that that manifests and similar choose the same version to avoid conflicts. * gnu/packages/linux.scm (util-linux)[properties]: Remove. (util-linux+udev)[name]: Set to "util-linux-with-udev". [properties]: Remove.
| * gnu: util-linux: Add variant with udev support.Marius Bakke2020-01-08
| | | | | | | | | | * gnu/packages/linux.scm (util-linux)[properties]: New field. (util-linux+udev): New public variable.
| * Merge branch 'staging'Marius Bakke2020-01-07
| |\
| | * Merge branch 'master' into stagingMarius Bakke2020-01-03
| | |\
| | * \ Merge branch 'master' into stagingMarius Bakke2019-12-18
| | |\ \
| | * \ \ Merge branch 'master' into stagingBrett Gilio2019-12-13
| | |\ \ \
| | * | | | gnu: ALSA: Update to 1.2.1.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (alsa-lib): Update to 1.2.1.2. [arguments]: New field. (alsa-utils): Update to 1.2.1. (alsa-plugins): Likewise.
| | * | | | gnu: bluez: Update to 5.52.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (bluez): Update to 5.52.
| | * | | | gnu: eudev: Update to 3.2.9.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (eudev): Update to 3.2.9.
| * | | | | gnu: linux-libre: Update to 5.4.8.Mark H Weaver2020-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.8. (linux-libre-5.4-pristine-source): Update hash.
| * | | | | gnu: linux-libre@4.19: Update to 4.19.93.Mark H Weaver2020-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.93. (linux-libre-4.19-pristine-source): Update hash.
| * | | | | gnu: linux-libre@4.14: Update to 4.14.162.Mark H Weaver2020-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.162. (linux-libre-4.14-pristine-source): Update hash.
| * | | | | gnu: linux-libre@4.9: Update to 4.9.208.Mark H Weaver2020-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.208. (linux-libre-4.9-pristine-source): Update hash.
| * | | | | gnu: linux-libre@4.4: Update to 4.4.208.Mark H Weaver2020-01-05
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.208. (linux-libre-4.4-pristine-source): Update hash.