summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
AgeCommit message (Collapse)Author
2015-09-15gnu: util-linux: Update to 2.27.Mark H Weaver
* gnu/packages/linux.scm (util-linux): Update to 2.27.
2015-09-15gnu: util-linux: Minor fixes.Mark H Weaver
* gnu/packages/linux.scm (util-linux)[source]: Return #t from the snippet. [arguments]: Remove "--enable-ddate" from configure flags, as it is no longer recognized (ddate is no longer included in util-linux).
2015-09-13Merge branch 'master' into core-updatesLudovic Courtès
2015-09-11gnu: linux-pam: Update to 1.2.1.宋文武
* gnu/packages/linux.scm (linux-pam): Update to 1.2.1.
2015-09-03gnu: linux-libre: Update to 4.2.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.2. * gnu/packages/linux-libre-x86_64.conf, gnu/packages/linux-libre-i686.conf: Update, based largely on https://jxself.org/git/kernel-configs.git
2015-09-02gnu: libcap: Update to 2.24.Ludovic Courtès
* gnu/packages/linux.scm (libcap): Update to 2.24. Fetch the source from mirror://kernel.org.
2015-08-20gnu: Add fuse-exfat.Ludovic Courtès
* gnu/packages/linux.scm (fuse-exfat): New variable.
2015-08-18gnu: linux-libre: Update to 4.1.6.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.1.6.
2015-08-14gnu: wireless-tools: Build shared library; remove non-free headers.Mark H Weaver
* gnu/packages/linux.scm (wireless-tools)[source]: Replace unneeded old snippet with a new one that removes non-free files. [arguments]: Use modify-phases. Remove custom 'configure' phase. Add make-flags. [license]: Change to (list gpl2 lgpl2.1+).
2015-08-12gnu: Add rfkill.Mark H Weaver
* gnu/packages/linux.scm (rfkill): New variable.
2015-08-12gnu: linux-libre: Update to 4.1.5.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.1.5.
2015-08-04gnu: Remove linux-libre-4.0.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.0): Remove.
2015-08-04gnu: linux-libre: Update to 4.1.4.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.1.4.
2015-07-24gnu: e2fsprogs: Update to 1.42.13.Mark H Weaver
* gnu/packages/linux.scm (e2fsprogs): Update to 1.42.13. Change the source URI to use the .tar.xz file from kernel.org.
2015-07-24gnu: Add extundelete.Ludovic Courtès
* gnu/packages/linux.scm (extundelete): New variable.
2015-07-23Fix typos in translatable strings.Ludovic Courtès
Reported by Anders Jonsson <anders.jonsson@norsjovallen.se>. * gnu/packages/backup.scm, gnu/packages/databases.scm, gnu/packages/linux.scm, gnu/packages/perl.scm, gnu/packages/web.scm, guix/scripts/lint.scm, guix/scripts/publish.scm: Fix typos in translatable strings.
2015-07-22gnu: linux-libre: Update to 4.1.3 and 4.0.9.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.1.3. (linux-libre-4.0): Update to 4.0.9.
2015-07-19Merge branch 'master' into core-updatesMark H Weaver
2015-07-18gnu packages: Clean up synopses and descriptions.Alex Kost
* gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm, gnu/packages/backup.scm, gnu/packages/base.scm, gnu/packages/bittorrent.scm, gnu/packages/code.scm, gnu/packages/compression.scm, gnu/packages/databases.scm, gnu/packages/enchant.scm, gnu/packages/firmware.scm, gnu/packages/fonts.scm, gnu/packages/freedesktop.scm, gnu/packages/games.scm, gnu/packages/gd.scm, gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gsasl.scm, gnu/packages/gstreamer.scm, gnu/packages/gtk.scm, gnu/packages/guile.scm, gnu/packages/haskell.scm, gnu/packages/language.scm, gnu/packages/lesstif.scm, gnu/packages/libreoffice.scm, gnu/packages/linux.scm, gnu/packages/llvm.scm, gnu/packages/maths.scm, gnu/packages/mcrypt.scm, gnu/packages/mit-krb5.scm, gnu/packages/mp3.scm, gnu/packages/ncdu.scm, gnu/packages/networking.scm, gnu/packages/ntp.scm, gnu/packages/ocaml.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm, gnu/packages/perl.scm, gnu/packages/pretty-print.scm, gnu/packages/pulseaudio.scm, gnu/packages/python.scm, gnu/packages/rdesktop.scm, gnu/packages/rdf.scm, gnu/packages/ruby.scm, gnu/packages/slang.scm, gnu/packages/slim.scm, gnu/packages/telephony.scm, gnu/packages/tls.scm, gnu/packages/tmux.scm, gnu/packages/tre.scm, gnu/packages/unrtf.scm, gnu/packages/version-control.scm, gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wget.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm, gnu/packages/xiph.scm: Fix typos. Trim long lines. Add missing periods in the end of sentences. Use double spaces between sentences. Remove trailing whitespaces.
2015-07-17gnu: Add Linux-Libre 4.0.8.Ludovic Courtès
* gnu/packages/linux.scm (linux-libre-4.0): New variable.
2015-07-17gnu: Add CRDA.Ludovic Courtès
* gnu/packages/linux.scm (crda): New variable.
2015-07-17gnu: Add wireless-regdb.Ludovic Courtès
* gnu/packages/linux.scm (wireless-regdb): New variable.
2015-07-15Merge branch 'master' into core-updatesMark H Weaver
2015-07-14gnu: util-linux: Fix file name of 'umount' in 'eject'.Ludovic Courtès
Fixes <http://bugs.gnu.org/21010>. Reported by Alex Sassmannshausen <alex.sassmannshausen@gmail.com>. * gnu/packages/linux.scm (util-linux)[arguments]: Add 'set-umount-file-name'.
2015-07-14gnu: util-linux: Use 'modify-phases'.Ludovic Courtès
* gnu/packages/linux.scm (util-linux)[arguments]: Use 'modify-phases' instead of 'alist-cons-before'.
2015-07-13gnu: sysfsutils-1: Remove --build from configure flags.Mark H Weaver
This is a followup to commit 3c7d023d6458669c6bfa23bc85e098c91f699892, "build-system/gnu: Pass --build=<triplet> to configure by default" * gnu/packages/linux.scm (sysfsutils-1)[arguments]: Remove field.
2015-07-13gnu: linux-libre: Update to 4.1.2.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.1.2.
2015-07-01gnu: linux-libre: Update to 4.1.1.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.1.1.
2015-06-23gnu: linux-libre: Update to 4.1.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.1. [inputs]: Remove gcc-4.9, since it is now the default compiler. * gnu/packages/linux-libre-i686.conf, gnu/packages/linux-libre-x86_64.conf: Update to 4.1 configs from <https://jxself.org/git/?p=kernel-configs.git>.
2015-06-19gnu: mdadm: Add compilation fix for gcc-4.9.Mark H Weaver
* gnu/packages/patches/mdadm-gcc-4.9-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/linux.scm (mdadm): Add patch.
2015-06-10Merge branch 'master' into core-updatesMark H Weaver
2015-06-10gnu: linux-libre: Update to 4.0.5.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.0.5.
2015-06-04gnu: linux-libre-headers: Do not retain reference to the bootstrap tools.Ludovic Courtès
* gnu/packages/linux.scm (linux-libre-headers)[install-phase]: Remove ".install" files from the output. [arguments]: Add #:allowed-references.
2015-05-23gnu: bluez: Install the library and header files.Andreas Enge
* gnu/packages/linux.scm (bluez)[arguments]: Add --enable-library to #:configure-flags.
2015-05-22gnu: fuse: Add fix for CVE-2015-3202.Mark H Weaver
* gnu/packages/patches/fuse-CVE-2015-3202.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/linux.scm (fuse): Add patch.
2015-05-18gnu: linux-libre: Update to 4.0.4.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.0.4.
2015-05-13gnu: linux-libre: Update to 4.0.3.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.0.3.
2015-05-13gnu: e2fsprogs: Remove references to linux-libre-headers.Ludovic Courtès
This removes the final linux-libre-headers and its references (including bootstrap-binaries) from the closure. * gnu/packages/linux.scm (e2fsprogs)[arguments]: Augment 'install-libs' phase to make .a files writable.
2015-05-07gnu: linux-libre: Update to 4.0.2.Mark H Weaver
* gnu/packages/patches/linux-libre-libreboot-fix.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/linux.scm (linux-libre): Update to 4.0.2. Remove patch.
2015-05-07gnu: bridge-utils: Fix build system.David Thompson
* gnu/packages/linux.scm (bridge-utils): Patch source to fix compilation error. Patch Makefile to fail in case of future compilation errors.
2015-05-04gnu: Add bluez.David Thompson
* gnu/packages/linux.scm (bluez): New variable.
2015-05-01gnu: linux-libre: Update to 4.0.1.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.0.1.
2015-04-18gnu: Add libaio.宋文武
* gnu/packages/linux.scm (libaio): New variable.
2015-04-17Merge branch 'master' into core-updatesMark H Weaver
Conflicts: gnu-system.am gnu/packages/gstreamer.scm
2015-04-14gnu: Add mdadm.Mark H Weaver
* gnu/packages/linux.scm (mdadm): New variable.
2015-04-14gnu: linux-libre: Remove linux-libre-vblank-fix.patch.Mark H Weaver
* gnu/packages/patches/linux-libre-vblank-fix.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/linux.scm (linux-libre): Remove patch.
2015-04-13gnu: linux-libre: Update to 4.0Jason Self
* gnu/packages/linux.scm (linux-libre): Update to version 4.0.
2015-04-12gnu: net-tools: Adapt to linux-libre-headers-3.14.x.Mark H Weaver
* gnu/packages/linux.scm (net-tools): Remove the HAVE_HWSTRIP and HAVE_HWTR options from the configuration.
2015-04-11gnu: iptables: Add $libdir to the RUNPATH of executables.宋文武
* gnu/packages/linux.scm (iptables)[arguments]: Add #:configure-flags.
2015-04-11gnu: libcap: Add $libdir to the RUNPATH of executables.宋文武
* gnu/packages/linux.scm (libcap)[arguments]: Set LDFLAGS to '-Wl,-rpath=...' in Make.Rules.