summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
AgeCommit message (Collapse)Author
2016-02-27gnu: btrfs-progs: Update to 4.4.1.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs): Update to 4.4.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-02-27gnu: linux-libre-4.1: Update to 4.1.18.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.18.
2016-02-27gnu: linux-libre: Update to 4.4.3.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.4.3.
2016-02-21gnu: linux-libre: Update to 4.4.2.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.4.2.
2016-02-14gnu: btrfs-progs: Fix license.Leo Famulari
Reported by Tobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com> * gnu/packages/linux.scm (btrfs-progs)[license]: Add GPL2 to list of licenses.
2016-02-13gnu: iproute: Update to 4.4.0.Alex Kost
* gnu/packages/linux.scm (iproute): Update to 4.4.0.
2016-02-13gnu: iproute: Use 'modify-phases'.Alex Kost
* gnu/packages/linux.scm (iproute)[arguments]: Use 'modify-phases'.
2016-02-11gnu: Add btrfs-progs.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-02-11gnu: alsa-utils: Update to 1.1.0.Efraim Flashner
* gnu/packages/linux.scm (alsa-utils): Update to 1.1.0.
2016-02-05gnu: net-tools: Update URLs.Ludovic Courtès
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.
2016-02-03gnu: numactl: Remove unsupported system armhf-linux.Andreas Enge
* gnu/packages/linux.scm (numactl)[supported-systems]: Remove armhf.
2016-02-03gnu: Remove linux-libre-4.2.5.Mark H Weaver
This series is no longer supported upstream. * gnu/packages/linux.scm (linux-libre-4.2.5): Remove variable.
2016-02-02gnu: eudev: Add variant that depends on libblkid.Ludovic Courtès
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.
2016-02-02gnu: Add linux-libre-4.1.Mark H Weaver
* 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.
2016-02-02gnu: linux-libre: Generalize 'kernel-config' to support variants.Mark H Weaver
* gnu/packages/linux.scm (kernel-config): Rewrite to support optional #:variant keyword argument.
2016-02-01gnu: linux-libre: Update to 4.4.1.Mark H Weaver
* 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.
2016-01-24Merge branch 'master' into core-updatesMark H Weaver
2016-01-22gnu: fuse: Update to 2.9.5 [fixes CVE-2016-1233].Efraim Flashner
* gnu/packages/linux.scm (fuse): Update to 2.9.5.
2016-01-20gnu: linux-libre: Add fix for CVE-2016-0728.Mark H Weaver
* 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.
2016-01-19Merge branch 'master' into core-updatesMark H Weaver
2016-01-18gnu: Add linux-libre-4.2.5Christopher Allan Webber
* gnu/packages/linux.scm (linux-libre-4.2.5): New variable.
2016-01-13Merge branch 'master' into core-updatesLudovic Courtès
2016-01-11gnu: linux-libre: Update to 4.4.Mark H Weaver
* 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>.
2016-01-08gnu: i2c-tools: Update source and home-page URLs.Leo Famulari
* gnu/packages/linux.scm (i2c-tools)[source]: Update URL. [home-page]: Update URL.
2016-01-08gnu: lm-sensors: Update source and home-page URLs.Leo Famulari
* gnu/packages/linux.scm (lm-sensors)[source]: Update URL. [home-page]: Update URL.
2016-01-03Merge branch 'master' into core-updatesLudovic Courtès
2015-12-29gnu: fuse: Fix source URI.Mark H Weaver
This is a followup to commit b7e7d1b9d3121f057e71e17e1ead645d123ee335. * gnu/packages/linux.scm (fuse)[source]: Fix source URI.
2015-12-29gnu: sshfs-fuse: Update source URL.Leo Famulari
* gnu/packages/linux.scm (sshfs-fuse)[source]: Update URL.
2015-12-29gnu: fuse: Update to 2.9.4.Leo Famulari
* 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.
2015-12-25gnu: eudev: Update home-page URL.Leo Famulari
* gnu/packages/linux.scm (eudev)[home-page]: Add up-to-date URL.
2015-12-19gnu: Use #:prefix when importing (guix licenses).Ludovic Courtès
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.
2015-12-16gnu: linux-libre: Update to 4.3.3.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.3.3.
2015-12-15gnu: util-linux: Do not build static libraries.Ludovic Courtès
* gnu/packages/linux.scm (util-linux)[arguments]: Pass --disable-static.
2015-12-14gnu: bluez: Update to 5.36.Efraim Flashner
* 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.
2015-12-14gnu: powertop: Update to 2.8.Efraim Flashner
* gnu/packages/linux.scm (powertop): Update to 2.8.
2015-12-13gnu: wireless-regdb: Build sequentially.Ludovic Courtès
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?.
2015-12-12Merge branch 'master' into core-updatesLudovic Courtès
2015-12-12gnu: numactl: Update to 2.0.11.Andreas Enge
* gnu/packages/linux.scm (numactl)[source]: Update to 2.0.11. [native-inputs]: Drop autotools. [arguments]: Drop phase calling autogen.sh.
2015-12-11gnu: linux-libre: Update to 4.3.2.Mark H Weaver
* 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>.
2015-12-08gnu: numactl: Update to 2.0.10.Andreas Enge
* gnu/packages/linux.scm (numactl)[source]: Update to 2.0.10. [arguments]: Adapt phases to use the autotools machinery. [native-inputs]: Add autotools packages.
2015-12-07gnu: util-linux: Make description more descriptive.Leo Famulari
* gnu/packages/linux.scm (util-linux)[description]: Give some more information about the package. Signed-off-by: Andreas Enge <andreas@enge.fr>
2015-11-16gnu: procps: Update to 3.3.11.宋文武
procps-ng is the new upstream. * gnu/packages/procps.scm (procps): Update to 3.3.11. [source]: Adjust formatting. Remove patches. [home-page]: Update URL. * gnu/packages/patches/procps-make-3.82.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it.
2015-11-13gnu: Adjust formatting as recommended by 'guix lint'.宋文武
* gnu/packages/aidc.scm (barcode, qrencode), gnu/packages/bash.scm (bash, bash-completion), gnu/packages/busybox.scm (busybox), gnu/packages/cdrom.scm (cdparanoia), gnu/packages/cmake.scm (cmake), gnu/packages/conkeror.scm (conkeror), gnu/packages/cook.scm (cook), gnu/packages/curl.scm (curl), gnu/packages/docbook.scm (docbook-xsl), gnu/packages/enlightenment.scm (enlightenment), gnu/packages/games.scm (abbaye), gnu/packages/geeqie.scm (exiv2), gnu/packages/gimp.scm (gegl), gnu/packages/gl.scm (glu, freeglut, ftgl), gnu/packages/glib.scm (glib), gnu/packages/gnome.scm (orbit2, gconf, geocode-glib), gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base), gnu/packages/linux.scm (util-linux), gnu/packages/lisp.scm (gcl, ecl), gnu/packages/maths.scm (gnuplot, hdf5), gnu/packages/ssh.scm (dropbear), gnu/packages/web.scm (json-c): Remove tabulations and trailing white spaces or reformat to fit within 80 columns. * gnu/packages/audio.scm (aubio), gnu/packages/emacs.scm (emacs-s), gnu/packages/engineering.scm (geda-gaf), gnu/packages/games.scm (dosbox), gnu/packages/gnome.scm (gusb), gnu/packages/gtk.scm (gtk+), gnu/packages/guile.scm (guile-wisp), gnu/packages/hurd.scm (hurd-headers), gnu/packages/wm.scm (i3-wm): Adjust synopsis or description.
2015-11-11gnu: linux-libre: Update to 4.2.6.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.2.6.
2015-11-06gnu: Add GPM.Ludovic Courtès
* gnu/packages/linux.scm (gpm): New variable.
2015-10-30Merge branch 'master' into dbus-update宋文武
2015-10-28gnu: bluez: Update to 5.35.Efraim Flashner
* gnu/packages/linux.scm (bluez): Update to 5.35.
2015-10-28gnu: linux-libre: On MIPS, the linux image name is vmlinuz, not bzImage.Mark H Weaver
* gnu/packages/linux.scm (linux-libre)[install-phase]: Add vmlinuz to the list of file names to be copied.
2015-10-28gnu: linux-libre: Add case for ARCH=mips.Mark H Weaver
* gnu/packages/linux.scm (linux-libre)[build-phase]: When setting ARCH, add a case for MIPS.
2015-10-28gnu: linux-libre: Add 'supported-systems' field: Intel only for now.Mark H Weaver
* gnu/packages/linux.scm (linux-libre)[supported-systems]: New field.