summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
AgeCommit message (Expand)Author
2019-07-31gnu: Remove workarounds for missing libarchive nettle propagation.•••* gnu/packages/gnome.scm (brasero, libgxps, aisleriot, grilo, grilo-plugins, totem, rhythmbox, gvfs, d-feet, gnome-session, gnome-autoar, tracker, nautilus)[inputs]: Remove NETTLE. * gnu/packages/linux.scm (singularity)[inputs]: Likewise. * gnu/packages/mate.scm (atril)[inputs]: Likewise. * gnu/packages/package-management.scm (rpm, libostree, flatpak)[inputs]: Likewise. Marius Bakke
2019-07-31Merge branch 'master' into core-updatesMarius Bakke
2019-07-29gnu: btrfs-progs: Update to 5.2.1.•••* gnu/packages/linux.scm (btrfs-progs): Update to 5.2.1. Rutger Helling
2019-07-28gnu: linux-libre: Update to 5.2.4.•••* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.4. (linux-libre-5.2-pristine-source)[hash]: Update hash. Mark H Weaver
2019-07-28gnu: linux-libre@4.19: Update to 4.19.62.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.62. (linux-libre-4.19-pristine-source)[hash]: Update hash. Mark H Weaver
2019-07-27gnu: linux-libre: Update to 5.2.3.•••* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.3. (linux-libre-5.2-pristine-source)[hash]: Update hash. Mark H Weaver
2019-07-27gnu: linux-libre@4.19: Update to 4.19.61.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.61. (linux-libre-4.19-pristine-source)[hash]: Update hash. Mark H Weaver
2019-07-27gnu: linux-libre: Update deblobbing scripts.•••* gnu/packages/linux.scm (deblob-scripts-5.2, deblob-scripts-4.19): Update to versions 5.2.3 and 4.19.61 respectively, and update the hashes. (deblob-scripts-4.14, deblob-scripts-4.9, deblob-scripts-4.4): Update to versions 4.14.134, 4.9.186, and 4.4.186 respectively, although the scripts themselves are unchanged. Mark H Weaver
2019-07-27gnu: linux-libre: Verbosely pack the deblobbed linux-libre tarball.•••This works around timeouts that sometimes occur after 1 hour of silence while packing the linux-libre source tarball on slower machines. * gnu/packages/linux.scm (make-linux-libre-source): Pass 'v' to 'tar' when packing the result tarball. Mark H Weaver
2019-07-27gnu: linux-libre: Restrict ‘dmesg’ to privileged users.•••* gnu/packages/linux.scm (%default-extra-linux-options): Set CONFIG_SECURITY_DMESG_RESTRICT. Tobias Geerinckx-Rice
2019-07-22Merge branch 'master' into core-updatesMarius Bakke
2019-07-22gnu: zstd: Move libraries to separate outputs.•••* gnu/packages/compression.scm (zstd)[outputs]: New field. [arguments]: Add phase 'adjust-libary-locations'. Pass LIBDIR and INCLUDEDIR in <#:make-flags>. * gnu/packages/backup.scm (borg)[inputs]: Change ZSTD to ZSTD:LIB. * gnu/packages/sync.scm (casync)[inputs]: Likewise. * gnu/packages/tor.scm (tor)[inputs]: Likewise. * gnu/packages/linux.scm (btrfs-progs)[inputs]: Likewise. Add ZSTD:STATIC. Marius Bakke
2019-07-21gnu: linux-libre: Update to 5.2.2.•••* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.2. (linux-libre-5.2-pristine-source): Update hash. Mark H Weaver
2019-07-21gnu: linux-libre@4.19: Update to 4.19.60.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.60. (linux-libre-4.19-pristine-source): Update hash. Mark H Weaver
2019-07-21gnu: linux-libre@4.14: Update to 4.14.134.•••* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.134. (linux-libre-4.14-pristine-source): Update hash. Mark H Weaver
2019-07-21gnu: linux-libre@4.9: Update to 4.9.186.•••* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.186. (linux-libre-4.9-pristine-source): Update hash. Mark H Weaver
2019-07-21gnu: linux-libre@4.4: Update to 4.4.186.•••* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.186. (linux-libre-4.4-pristine-source): Update hash. Mark H Weaver
2019-07-21gnu: linux-libre: Deblob the linux-libre source tarball ourselves.•••* gnu/packages/linux.scm (linux-libre-deblob-scripts, deblob-scripts-5.2) (deblob-scripts-4.19, deblob-scripts-4.14, deblob-scripts-4.9) (deblob-scripts-4.4, computed-origin-method, %upstream-linux-source) (source-with-patches, make-linux-libre-source, linux-libre-5.2-version) (linux-libre-5.2-pristine-source, linux-libre-5.2-source) (linux-libre-4.19-pristine-source, linux-libre-4.19-source) (linux-libre-4.14-pristine-source, linux-libre-4.14-source) (linux-libre-4.9-pristine-source, linux-libre-4.9-source) (linux-libre-4.4-pristine-source, linux-libre-4.4-source) (linux-libre-pristine-source, linux-libre-source) (linux-libre-headers-4.9, linux-libre-headers-4.4) (make-linux-libre-headers*, make-linux-libre*): New variables. (%linux-libre-version): Rename to ... (linux-libre-version): ... this, and make it equal to linux-libre-5.2-version. (%linux-libre-4.19-version, %linux-libre-4.14-version) (%linux-libre-4.9-version, %linux-libre-4.4-version): Rename to ... (linux-libre-4.19-version, linux-libre-4.14-version) (linux-libre-4.9-version, linux-libre-4.4-version): ... these. (%linux-libre-4.19-hash, %linux-libre-4.19-patches) (%linux-libre-4.14-hash, %linux-libre-4.14-patches) (%linux-libre-hash, %linux-libre-5.2-patches): Remove variables. (make-linux-libre-headers, make-linux-libre): Reformulate in terms of make-linux-libre-headers* and make-linux-libre*, respectively. (linux-libre-5.2, linux-libre-4.19, linux-libre-4.14, linux-libre-4.9) (linux-libre-4.4, linux-libre-arm-veyron, linux-libre-arm-generic) (linux-libre-arm-generic-4.19, linux-libre-arm-generic-4.14) (linux-libre-arm-omap2plus, linux-libre-arm-omap2plus-4.19) (linux-libre-arm-omap2plus-4.14): Adapt and use make-linux-libre*. (linux-libre-headers-5.2, linux-libre-headers-4.19) (linux-libre-headers-4.14): Adapt and use make-linux-libre-headers*. Mark H Weaver
2019-07-17Merge branch 'master' into core-updatesLudovic Courtès
2019-07-17gnu: multipath-tools: Treat libaio headers as system headers.•••* gnu/packages/linux.scm (multipath-tools)[arguments]: Set C_INCLUDE_PATH in <#:make-flags>. Marius Bakke
2019-07-17gnu: multipath-tools: Update to 0.8.2.•••* gnu/packages/linux.scm (multipath-tools): Update to 0.8.2. Marius Bakke
2019-07-17gnu: multipath-tools: Remove Ceph input.•••Ceph adds a massive dependency for a little-used feature. It was mainly added because the build-system previously could not cope with librados being missing. * gnu/packages/linux.scm (multipath-tools)[inputs]: Remove CEPH:LIB. Marius Bakke
2019-07-15gnu: linux-libre: Update to 5.2.1.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 5.2.1. (%linux-libre-hash): Update hash. Mark H Weaver
2019-07-15gnu: linux-libre@4.19: Update to 4.19.59.•••* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.59. (%linux-libre-4.19-hash): Update hash. Mark H Weaver
2019-07-14gnu: linux-libre: Fix build on aarch64.•••* gnu/packages/linux.scm (make-linux-libre)[arguments]: Remove 'work-around-gcc-7-include-path-issue phase. Pierre Langlois
2019-07-14gnu: linux-libre: Update to 5.2.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 5.2. (%linux-libre-hash): Update hash. * linux-libre-5.1: Rename to ... * linux-libre-5.2: ... this. Use %linux-libre-5.2-patches. * linux-libre: Switch to linux-libre-5.2. * linux-libre-arm-veyron, linux-libre-arm-generic, linux-libre-arm-omap2plus: Use %linux-libre-5.2-patches. * linux-libre-headers-5.1: Rename to ... * linux-libre-headers-5.2: ... this. * %linux-libre-5.1-patches: Rename to ... * %linux-libre-5.2-patches: ... this. * gnu/packages/aux-files/linux-libre/5.1-arm-veyron.conf, gnu/packages/aux-files/linux-libre/5.1-arm.conf, gnu/packages/aux-files/linux-libre/5.1-arm64.conf, gnu/packages/aux-files/linux-libre/5.1-i686.conf, gnu/packages/aux-files/linux-libre/5.1-x86_64.conf: Delete files. * gnu/packages/aux-files/linux-libre/5.2-arm-veyron.conf, gnu/packages/aux-files/linux-libre/5.2-arm.conf, gnu/packages/aux-files/linux-libre/5.2-arm64.conf, gnu/packages/aux-files/linux-libre/5.2-i686.conf, gnu/packages/aux-files/linux-libre/5.2-x86_64.conf: New files. * Makefile.am (AUX_FILES): Update accordingly. Mark H Weaver
2019-07-14gnu: rdma-core: Update to 22.3.•••* gnu/packages/linux.scm (rdma-core): Update to 22.3. Marius Bakke
2019-07-12Merge branch 'master' into core-updates••• Conflicts: gnu/local.mk gnu/packages/python-xyz.scm gnu/packages/xml.scm guix/gexp.scm po/guix/POTFILES.in Marius Bakke
2019-07-11gnu: linux-libre: Update to 5.1.17.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.17. (%linux-libre-hash): Update hash. Mark H Weaver
2019-07-11gnu: linux-libre@4.19: Update to 4.19.58.•••* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.58. (%linux-libre-4.19-hash): Update hash. Mark H Weaver
2019-07-11gnu: linux-libre@4.14: Update to 4.14.133.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.133. (%linux-libre-4.14-hash): Update hash. Mark H Weaver
2019-07-11gnu: linux-libre@4.9: Update to 4.9.185.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.185. Mark H Weaver
2019-07-11gnu: linux-libre@4.4: Update to 4.4.185.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.185. Mark H Weaver
2019-07-09gnu: iproute2: Update to 5.2.0.•••* gnu/packages/linux.scm (iproute): Update to 5.2.0. Tobias Geerinckx-Rice
2019-07-04Merge branch 'staging' into core-updatesMarius Bakke
2019-07-04gnu: linux-libre: Update to 5.1.16.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.16. (%linux-libre-hash): Update hash. Mark H Weaver
2019-07-04gnu: linux-libre@4.19: Update to 4.19.57.•••* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.57. (%linux-libre-4.19-hash): Update hash. Mark H Weaver
2019-07-04gnu: linux-libre@4.14: Update to 4.14.132.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.132. (%linux-libre-4.14-hash): Update hash. Mark H Weaver
2019-07-02Merge branch 'staging' into core-updatesMarius Bakke
2019-07-02gnu: btrfs-progs: Update to 5.1.1.•••* gnu/packages/linux.scm (btrfs-progs): Update to 5.1.1. Rutger Helling
2019-07-02gnu: linux-libre-headers: Update to 4.19.56.•••* gnu/packages/linux.scm (linux-libre-headers-4.14.67): Rename to ... (linux-libre-headers-4.19.56): ... this. Adjust hash accordingly. (linux-libre-headers): Set to LINUX-LIBRE-HEADERS-4.19.56. * gnu/packages/commencement.scm (linux-libre-headers-boot0)[native-inputs]: Add FLEX-BOOT0 and BISON-BOOT0. Marius Bakke
2019-06-27gnu: linux-libre@4.14: Update to 4.14.131.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.131. (%linux-libre-4.14-hash): Update hash. Mark H Weaver
2019-06-27gnu: linux-libre@4.9: Update to 4.9.184.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.184. Mark H Weaver
2019-06-27gnu: linux-libre@4.4: Update to 4.4.184.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.184. Mark H Weaver
2019-06-27Merge branch 'master' into core-updatesLudovic Courtès
2019-06-25gnu: linux-libre: Update to 5.1.15.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.15. (%linux-libre-hash): Update hash. Mark H Weaver
2019-06-25gnu: linux-libre@4.19: Update to 4.19.56.•••* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.56. (%linux-libre-4.19-hash): Update hash. Mark H Weaver
2019-06-25gnu: linux-libre@4.14: Update to 4.14.130.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.130. (%linux-libre-4.14-hash): Update hash. Mark H Weaver
2019-06-23gnu: linux-libre: Update to 5.1.14.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.14. (%linux-libre-hash): Update hash. Mark H Weaver
2019-06-23gnu: linux-libre@4.19: Update to 4.19.55.•••* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.55. (%linux-libre-4.19-hash): Update hash. Mark H Weaver