summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
AgeCommit message (Expand)Author
2016-03-21gnu: linux-libre-4.1: Update to 4.1.20....* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.20. Mark H Weaver
2016-03-22Merge branch 'security-updates'Ludovic Courtès
2016-03-18gnu: linux-libre-4.4: Update to 4.4.6....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.6. Mark H Weaver
2016-03-17gnu: Add freefall....* gnu/packages/linux.scm (freefall): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Tobias Geerinckx-Rice
2016-03-15Merge branch 'master' into security-updatesMark H Weaver
2016-03-15gnu: linux-libre: Update to 4.5, while preserving linux-libre-4.4....* gnu/packages/linux-libre-x86_64.conf: Rename to ... * gnu/packages/linux-libre-4.4-x86_64.conf: ... this. * gnu/packages/linux-libre-i686.conf: Rename to ... * gnu/packages/linux-libre-4.4-i686.conf: ... this. * gnu/packages/linux-libre-4.5-i686.conf, gnu/packages/linux-libre-4.5-x86_64.conf: New files. * Makefile.am (KCONFIGS): Update accordingly. * gnu/packages/linux.scm (linux-libre): Update to 4.5. (linux-libre-4.4): New variable. Mark H Weaver
2016-03-12Merge branch 'master' into security-updatesMark H Weaver
2016-03-10gnu: linux-libre: Update to 4.4.5....* gnu/packages/linux.scm (linux-libre): Update to 4.4.5. Mark H Weaver
2016-03-09gnu: eudev: Add dependency on blkid....* gnu/packages/linux.scm (eudev)[inputs]: Add UTIL-LINUX. (eudev-with-blkid): Remove. * gnu/services/base.scm (udev-service): Use EUDEV instead of EUDEV-WITH-BLKID. * gnu/system.scm (%base-packages): Likewise. Ludovic Courtès
2016-03-07gnu: linux-libre: Update to 4.1.19....* gnu/packages/linux.scm (linux-libre): Update to 4.1.19. Mark H Weaver
2016-03-07gnu: linux-libre: Update to 4.4.4....* gnu/packages/linux.scm (linux-libre): Update to 4.4.4. Mark H Weaver
2016-02-27gnu: btrfs-progs: Update to 4.4.1....* gnu/packages/linux.scm (btrfs-progs): Update to 4.4.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Tobias Geerinckx-Rice
2016-02-27gnu: linux-libre-4.1: Update to 4.1.18....* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.18. Mark H Weaver
2016-02-27gnu: linux-libre: Update to 4.4.3....* gnu/packages/linux.scm (linux-libre): Update to 4.4.3. Mark H Weaver
2016-02-21gnu: linux-libre: Update to 4.4.2....* gnu/packages/linux.scm (linux-libre): Update to 4.4.2. Mark H Weaver
2016-02-14gnu: btrfs-progs: Fix license....Reported by Tobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com> * gnu/packages/linux.scm (btrfs-progs)[license]: Add GPL2 to list of licenses. Leo Famulari
2016-02-13gnu: iproute: Update to 4.4.0....* gnu/packages/linux.scm (iproute): Update to 4.4.0. Alex Kost
2016-02-13gnu: iproute: Use 'modify-phases'....* gnu/packages/linux.scm (iproute)[arguments]: Use 'modify-phases'. Alex Kost
2016-02-11gnu: Add btrfs-progs....* gnu/packages/linux.scm (btrfs-progs): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Tobias Geerinckx-Rice
2016-02-11gnu: alsa-utils: Update to 1.1.0....* gnu/packages/linux.scm (alsa-utils): Update to 1.1.0. Efraim Flashner
2016-02-05gnu: net-tools: Update URLs....Reported by Jookia <166291@gmail.com> and Leo Famulari <leo@famulari.name>. * gnu/packages/linux.scm (net-tools)[home-page]: Switch to SourceForge. [source]: Add SourceForge and ibiblio.org URLs. Ludovic Courtès
2016-02-03gnu: numactl: Remove unsupported system armhf-linux....* gnu/packages/linux.scm (numactl)[supported-systems]: Remove armhf. Andreas Enge
2016-02-03gnu: Remove linux-libre-4.2.5....This series is no longer supported upstream. * gnu/packages/linux.scm (linux-libre-4.2.5): Remove variable. Mark H Weaver
2016-02-02gnu: eudev: Add variant that depends on libblkid....This fixes a bug whereby /dev/disk/by-{label,id} would be missing on GuixSD (/dev/disk/by-id would still contain device-mapped partitions though.) Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages/linux.scm (eudev-with-blkid): New variable. * gnu/services/base.scm (udev-service): #:udev defaults to EUDEV-WITH-BLKID. * gnu/system.scm (%base-packages): Replace EUDEV with EUDEV-WITH-BLKID. Ludovic Courtès
2016-02-02gnu: Add linux-libre-4.1....* gnu/packages/linux-libre-4.1-i686.conf, gnu/packages/linux-libre-4.1-x86_64.conf: New files. * Makefile.am (KCONFIGS): Add them. * gnu/packages/linux.scm (linux-libre-4.1): New variable. Mark H Weaver
2016-02-02gnu: linux-libre: Generalize 'kernel-config' to support variants....* gnu/packages/linux.scm (kernel-config): Rewrite to support optional #:variant keyword argument. Mark H Weaver
2016-02-01gnu: linux-libre: Update to 4.4.1....* gnu/packages/patches/linux-libre-CVE-2016-0728.patch: Delete file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/linux.scm (linux-libre): Update to 4.4.1. [source]: Remove patch. Mark H Weaver
2016-01-24Merge branch 'master' into core-updatesMark H Weaver
2016-01-22gnu: fuse: Update to 2.9.5 [fixes CVE-2016-1233]....* gnu/packages/linux.scm (fuse): Update to 2.9.5. Efraim Flashner
2016-01-20gnu: linux-libre: Add fix for CVE-2016-0728....* gnu/packages/patches/linux-libre-CVE-2016-0728.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/linux.scm (linux-libre)[source]: Add patch. Mark H Weaver
2016-01-19Merge branch 'master' into core-updatesMark H Weaver
2016-01-18gnu: Add linux-libre-4.2.5...* gnu/packages/linux.scm (linux-libre-4.2.5): New variable. Christopher Allan Webber
2016-01-13Merge branch 'master' into core-updatesLudovic Courtès
2016-01-11gnu: linux-libre: Update to 4.4....* gnu/packages/linux.scm (linux-libre): Update to 4.4. * gnu/packages/linux-libre-i686.conf, gnu/packages/linux-libre-x86_64.conf: Update from <https://jxself.org/git/kernel-configs.git>. Mark H Weaver
2016-01-08gnu: i2c-tools: Update source and home-page URLs....* gnu/packages/linux.scm (i2c-tools)[source]: Update URL. [home-page]: Update URL. Leo Famulari
2016-01-08gnu: lm-sensors: Update source and home-page URLs....* gnu/packages/linux.scm (lm-sensors)[source]: Update URL. [home-page]: Update URL. Leo Famulari
2016-01-03Merge branch 'master' into core-updatesLudovic Courtès
2015-12-29gnu: fuse: Fix source URI....This is a followup to commit b7e7d1b9d3121f057e71e17e1ead645d123ee335. * gnu/packages/linux.scm (fuse)[source]: Fix source URI. Mark H Weaver
2015-12-29gnu: sshfs-fuse: Update source URL....* gnu/packages/linux.scm (sshfs-fuse)[source]: Update URL. Leo Famulari
2015-12-29gnu: fuse: Update to 2.9.4....* gnu/packages/patches/fuse-CVE-2015-3202.patch: Delete file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/linux.scm (fuse): Update to 2.9.4. [source]: Remove patch. Leo Famulari
2015-12-25gnu: eudev: Update home-page URL....* gnu/packages/linux.scm (eudev)[home-page]: Add up-to-date URL. Leo Famulari
2015-12-19gnu: Use #:prefix when importing (guix licenses)....This works around a problem with #:hide, whereby Guile would report 'zlib', 'openssl', and/or 'expat as colliding bindings at run time despite the #:hide. * gnu/packages/linux.scm: Use #:prefix license for (guix licenses). * gnu/packages/haskell.scm: Likewise. Ludovic Courtès
2015-12-16gnu: linux-libre: Update to 4.3.3....* gnu/packages/linux.scm (linux-libre): Update to 4.3.3. Mark H Weaver
2015-12-15gnu: util-linux: Do not build static libraries....* gnu/packages/linux.scm (util-linux)[arguments]: Pass --disable-static. Ludovic Courtès
2015-12-14gnu: bluez: Update to 5.36....* gnu/packages/linux.scm (bluez): Update to 5.36. [source]: Remove patch. * gnu/packages/patches/bluez-tests.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. Efraim Flashner
2015-12-14gnu: powertop: Update to 2.8....* gnu/packages/linux.scm (powertop): Update to 2.8. Efraim Flashner
2015-12-13gnu: wireless-regdb: Build sequentially....Fixes <http://bugs.gnu.org/22126>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages/linux.scm (wireless-regdb)[source]: Add 'snippet'. [arguments]: Add #:parallel-build?. Ludovic Courtès
2015-12-12Merge branch 'master' into core-updatesLudovic Courtès
2015-12-12gnu: numactl: Update to 2.0.11....* gnu/packages/linux.scm (numactl)[source]: Update to 2.0.11. [native-inputs]: Drop autotools. [arguments]: Drop phase calling autogen.sh. Andreas Enge
2015-12-11gnu: linux-libre: Update to 4.3.2....* gnu/packages/linux.scm (linux-libre): Update to 4.3.2. [native-inputs]: Add openssl. * gnu/packages/linux-libre-x86_64.conf, gnu/packages/linux-libre-i686.conf: Update for 4.3.x, based on <https://jxself.org/git/kernel-configs.git>. Mark H Weaver