aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
Commit message (Expand)AuthorAge
* Merge branch 'master' into core-updatesLudovic Courtès2016-04-06
|\
| * gnu: linux-libre: Avoid introducing timestamps into the build.•••* gnu/packages/linux.scm (linux-libre)[build-phase]: Set the KCONFIG_NOTIMESTAMP and KBUILD_BUILD_TIMESTAMP environment variables to avoid introducing timestamps into the build outputs. rain12016-03-30
| * gnu: linux-libre-4.1: Update to 4.1.20.•••* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.20. Mark H Weaver2016-03-21
| * Merge branch 'security-updates'Ludovic Courtès2016-03-22
| |\
| | * Merge branch 'master' into security-updatesMark H Weaver2016-03-15
| | |\
| | * \ Merge branch 'master' into security-updatesMark H Weaver2016-03-12
| | |\ \
| | * | | gnu: 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ès2016-03-09
* | | | | Merge branch 'master' into core-updatesLeo Famulari2016-03-21
|\| | | |
| * | | | gnu: linux-libre-4.4: Update to 4.4.6.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.6. Mark H Weaver2016-03-18
| * | | | gnu: Add freefall.•••* gnu/packages/linux.scm (freefall): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Tobias Geerinckx-Rice2016-03-17
| | |_|/ | |/| |
| * | | gnu: 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 Weaver2016-03-15
| | |/ | |/|
| * | gnu: linux-libre: Update to 4.4.5.•••* gnu/packages/linux.scm (linux-libre): Update to 4.4.5. Mark H Weaver2016-03-10
| |/
| * gnu: linux-libre: Update to 4.1.19.•••* gnu/packages/linux.scm (linux-libre): Update to 4.1.19. Mark H Weaver2016-03-07
| * gnu: linux-libre: Update to 4.4.4.•••* gnu/packages/linux.scm (linux-libre): Update to 4.4.4. Mark H Weaver2016-03-07
| * gnu: 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-Rice2016-02-27
* | Merge branch 'master' into core-updatesMark H Weaver2016-02-27
|\|
| * gnu: linux-libre-4.1: Update to 4.1.18.•••* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.18. Mark H Weaver2016-02-27
| * gnu: linux-libre: Update to 4.4.3.•••* gnu/packages/linux.scm (linux-libre): Update to 4.4.3. Mark H Weaver2016-02-27
| * gnu: linux-libre: Update to 4.4.2.•••* gnu/packages/linux.scm (linux-libre): Update to 4.4.2. Mark H Weaver2016-02-21
| * gnu: 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 Famulari2016-02-14
| * gnu: iproute: Update to 4.4.0.•••* gnu/packages/linux.scm (iproute): Update to 4.4.0. Alex Kost2016-02-13
| * gnu: iproute: Use 'modify-phases'.•••* gnu/packages/linux.scm (iproute)[arguments]: Use 'modify-phases'. Alex Kost2016-02-13
| * gnu: Add btrfs-progs.•••* gnu/packages/linux.scm (btrfs-progs): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Tobias Geerinckx-Rice2016-02-11
| * gnu: alsa-utils: Update to 1.1.0.•••* gnu/packages/linux.scm (alsa-utils): Update to 1.1.0. Efraim Flashner2016-02-11
* | gnu: linux-libre-headers: Update to 4.1.18.•••* gnu/packages/linux.scm (linux-libre-headers): Update to 4.1.18. David Thompson2016-02-17
|/
* gnu: 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ès2016-02-05
* gnu: numactl: Remove unsupported system armhf-linux.•••* gnu/packages/linux.scm (numactl)[supported-systems]: Remove armhf. Andreas Enge2016-02-03
* gnu: 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 Weaver2016-02-03
* gnu: 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ès2016-02-02
* gnu: 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 Weaver2016-02-02
* gnu: linux-libre: Generalize 'kernel-config' to support variants.•••* gnu/packages/linux.scm (kernel-config): Rewrite to support optional #:variant keyword argument. Mark H Weaver2016-02-02
* gnu: 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 Weaver2016-02-01
* Merge branch 'master' into core-updatesMark H Weaver2016-01-24
|\
| * gnu: fuse: Update to 2.9.5 [fixes CVE-2016-1233].•••* gnu/packages/linux.scm (fuse): Update to 2.9.5. Efraim Flashner2016-01-22
| * gnu: 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 Weaver2016-01-20
* | Merge branch 'master' into core-updatesMark H Weaver2016-01-19
|\|
| * gnu: Add linux-libre-4.2.5•••* gnu/packages/linux.scm (linux-libre-4.2.5): New variable. Christopher Allan Webber2016-01-18
* | Merge branch 'master' into core-updatesLudovic Courtès2016-01-13
|\|
| * gnu: 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 Weaver2016-01-11
| * gnu: i2c-tools: Update source and home-page URLs.•••* gnu/packages/linux.scm (i2c-tools)[source]: Update URL. [home-page]: Update URL. Leo Famulari2016-01-08
| * gnu: lm-sensors: Update source and home-page URLs.•••* gnu/packages/linux.scm (lm-sensors)[source]: Update URL. [home-page]: Update URL. Leo Famulari2016-01-08
* | Merge branch 'master' into core-updatesLudovic Courtès2016-01-03
|\|
| * gnu: fuse: Fix source URI.•••This is a followup to commit b7e7d1b9d3121f057e71e17e1ead645d123ee335. * gnu/packages/linux.scm (fuse)[source]: Fix source URI. Mark H Weaver2015-12-29
| * gnu: sshfs-fuse: Update source URL.•••* gnu/packages/linux.scm (sshfs-fuse)[source]: Update URL. Leo Famulari2015-12-29
| * gnu: 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 Famulari2015-12-29
| * gnu: eudev: Update home-page URL.•••* gnu/packages/linux.scm (eudev)[home-page]: Add up-to-date URL. Leo Famulari2015-12-25
| * gnu: 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ès2015-12-19
| * gnu: linux-libre: Update to 4.3.3.•••* gnu/packages/linux.scm (linux-libre): Update to 4.3.3. Mark H Weaver2015-12-16
| * gnu: 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 Flashner2015-12-14
| * gnu: powertop: Update to 2.8.•••* gnu/packages/linux.scm (powertop): Update to 2.8. Efraim Flashner2015-12-14