summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesLeo Famulari2017-03-27
|\
| * gnu: lm-sensors: Use a descriptive file name for the source tarball.Leo Famulari2017-03-27
| | | | | | | | * gnu/packages/linux.scm (lm-sensors)[source]: Add file-name field.
| * gnu: mcelog: Update to 149.Tobias Geerinckx-Rice2017-03-27
| | | | | | | | * gnu/packages/linux.scm (mcelog): Update to 149.
| * gnu: linux-libre: Update to 4.10.5.Mark H Weaver2017-03-26
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.5. (%linux-libre-hash): Update hash.
| * gnu: linux-libre@4.9: Update to 4.9.17.Mark H Weaver2017-03-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.17.
| * gnu: linux-libre@4.4: Update to 4.4.56.Mark H Weaver2017-03-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.56.
| * gnu: tlp: Read configuration from /etc/tlp.Mathieu Othacehe2017-03-24
| | | | | | | | | | | | * gnu/packages/linux.scm (tlp): Set TLP_CONF to "/etc/tlp". Signed-off-by: Clément Lassieur <clement@lassieur.org>
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-03-22
|\|
| * gnu: Adjust asciidoc-related build options.Kei Kebreau2017-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commits 9099a45792306fade2d9ca55138e49ef4f01f1ea and 3078821d1380c26c738be6b5d430c595327d401f make many package inputs and build configurations related to asciidoc obsolete. * gnu/packages/compton.scm (compton)[inputs]: Remove docbook-xml, libxml2 and libxslt. * gnu/packages/mail.scm (offlinemap)[native-inputs]: Remove libxslt. * gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Remove docbook-xml. (perf)[inputs]: Remove docbook-xml and libxslt. * gnu/packages/text-editors.scm (kakoune)[native-inputs]: Remove libxslt. * gnu/packages/version-control.scm (cgit)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. (cvs-fast-export)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. * gnu/packages/web.scm (qutebrowser)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2, and libxslt. (tinyproxy)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. * gnu/packages/wm.scm (awesome)[make-flags]: Remove XML_CATALOG_FILES flag. (i3-wm)[inputs]: Remove docbook-xml. [native-inputs]: Add libxml2.
* | Merge branch 'master' into core-updatesMark H Weaver2017-03-19
|\|
| * gnu: linux-libre: Update to 4.10.4.Mark H Weaver2017-03-19
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.4. (%linux-libre-hash): Update hash.
| * gnu: linux-libre@4.9: Update to 4.9.16.Mark H Weaver2017-03-19
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.16.
| * gnu: linux-libre@4.4: Update to 4.4.55.Mark H Weaver2017-03-19
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.55.
| * gnu: btrfs-progs: Use @dfn in description.Tobias Geerinckx-Rice2017-03-17
| | | | | | | | * gnu/packages/linux.scm (btrfs-progs)[description]: Use @dfn.
| * gnu: btrfs-progs: Update to 4.10.1.Tobias Geerinckx-Rice2017-03-17
| | | | | | | | * gnu/packages/linux.scm (btrfs-progs): Update to 4.10.1.
| * gnu: linux-libre: Update to 4.10.3.Leo Famulari2017-03-16
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.3. (%linux-libre-hash): Update hash.
| * gnu: linux-libre@4.4: Update to 4.4.54.Leo Famulari2017-03-16
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.54.
| * gnu: linux-libre@4.9: Update to 4.9.15.Leo Famulari2017-03-16
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.15.
* | Merge branch 'master' into core-updatesMarius Bakke2017-03-15
|\|
| * gnu: linux-libre@4.1: Update to 4.1.39.Leo Famulari2017-03-14
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.39.
| * gnu: wireless-regdb: Update to 2017.03.07.Leo Famulari2017-03-14
| | | | | | | | * gnu/packages/linux.scm (wireless-regdb): Update to 2017.03.07.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-03-13
|\|
| * gnu: linux-libre@4.4: Update to 4.4.53.Leo Famulari2017-03-13
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.53.
| * gnu: linux-libre@4.9: Update to 4.9.14.Leo Famulari2017-03-13
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.14.
| * gnu: linux-libre: Update to 4.10.2.Leo Famulari2017-03-13
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.2. (%linux-libre-hash): Update hash.
| * gnu: btrfs-progs/static: Correct description.Tobias Geerinckx-Rice2017-03-09
| | | | | | | | | | * gnu/packages/linux.scm (btrfs-progs/static)[description]: Use the correct name of the btrfs-progs package and @command{} mark-up.
| * gnu: btrfs-progs: Update to 4.10.Tobias Geerinckx-Rice2017-03-09
| | | | | | | | * gnu/packages/linux.scm (btrfs-progs): Update to 4.10.
* | Merge branch 'master' into core-updatesLudovic Courtès2017-03-09
|\|
| * gnu: Add basic support for "alpha-linux" systems.Sergei Trofimovich2017-03-07
| | | | | | | | | | | | | | | | | | * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add "/lib/ld-linux.so.2" as "alpha-linux" ld.so. * gnu/packages/linux.scm (system->linux-architecture): Add "alpha" arch. Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: acpid: Update to 2.0.28.Marius Bakke2017-03-03
| | | | | | | | * gnu/packages/linux.scm (acpid): Update to 2.0.28.
| * gnu: libseccomp: Update to 2.3.2.Tobias Geerinckx-Rice2017-03-03
| | | | | | | | * gnu/packages/linux.scm (libseccomp): Update to 2.3.2.
| * gnu: iproute2: Use @command in description.Tobias Geerinckx-Rice2017-03-02
| | | | | | | | | | * gnu/packages/linux.scm (iproute2)[description]: Use @command mark-up when referring to the separate tools.
| * gnu: linux-libre: Update to 4.10.1.Leo Famulari2017-02-27
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.1. (%linux-libre-hash): Update hash.
| * gnu: linux: Move configuration files to "aux-files".Alex Kost2017-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux-libre-4.1-i686.conf: Rename to... * gnu/packages/aux-files/linux-libre/4.1-i686.conf: ... this. * gnu/packages/linux-libre-4.1-x86_64.conf: Rename to... * gnu/packages/aux-files/linux-libre/4.1-x86_64.conf: ... this. * gnu/packages/linux-libre-4.4-i686.conf: Rename to... * gnu/packages/aux-files/linux-libre/4.4-i686.conf: ... this. * gnu/packages/linux-libre-4.4-x86_64.conf: Rename to... * gnu/packages/aux-files/linux-libre/4.4-x86_64.conf: ... this. * gnu/packages/linux-libre-4.9-i686.conf: Rename to... * gnu/packages/aux-files/linux-libre/4.9-i686.conf: ... this. * gnu/packages/linux-libre-4.9-x86_64.conf: Rename to... * gnu/packages/aux-files/linux-libre/4.9-x86_64.conf: ... this. * gnu/packages/linux-libre-4.10-i686.conf: Rename to... * gnu/packages/aux-files/linux-libre/4.10-i686.conf: ... this. * gnu/packages/linux-libre-4.10-x86_64.conf: Rename to... * gnu/packages/aux-files/linux-libre/4.10-x86_64.conf: ... this. * gnu/packages/linux.scm (kernel-config): Use 'search-auxiliary-file' to find configuration files. * Makefile.am (KCONFIGS): Rename to... (AUX_FILES): ... this. Adjust accordingly.
| * gnu: linux-libre@4.4: Update to 4.4.52.Leo Famulari2017-02-27
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.52. Remove patches.
| * gnu: linux-libre@4.9: Update to 4.9.13.Leo Famulari2017-02-27
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.13. Remove patches.
| * gnu: iproute2: Update to 4.10.Marius Bakke2017-02-27
| | | | | | | | | | * gnu/packages/linux.scm (iproute2): Update to 4.10. [arguments]: Specify HDRDIR in #:make-flags.
| * gnu: linux-libre@4.9: Update to 4.9.12.Mark H Weaver2017-02-24
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.12.
| * gnu: linux-libre@4.4: Update to 4.4.51.Mark H Weaver2017-02-24
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.51.
| * gnu: util-linux: Fix CVE-2017-2616.Leo Famulari2017-02-23
| | | | | | | | | | | | | | * gnu/packages/patches/util-linux-CVE-2017-2616.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (util-linux)[replacement]: New field. (util-linux/fixed): New variable.
| * gnu: linux-libre@4.1, linux-libre@4.4, linux-libre@4.9: Fix CVE-2017-6074.Leo Famulari2017-02-22
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.1, linux-libre-4.4, linux-libre-4.9): Add patch for CVE-2017-6074.
| * gnu: strace: Update to 4.16.Marius Bakke2017-02-22
| | | | | | | | | | | | * gnu/packages/linux.scm (strace): Update to 4.16. [arguments]: Add phase to patch /bin/sh reference. New field. [home-page]: Update to redirected URL.
* | gnu: bluez: Update to 5.44.Marius Bakke2017-02-26
| | | | | | | | * gnu/packages/linux.scm (bluez): Update to 5.44.
* | gnu: kmod: Update to 24.Marius Bakke2017-02-26
| | | | | | | | * gnu/packages/linux.scm (kmod): Update to 24.
* | gnu: eudev: Fix build failure caused by conflicting function type declaration.Leo Famulari2017-02-26
| | | | | | | | | | | | * gnu/packages/patches/eudev-conflicting-declaration.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (eudev)[source]: Use it.
* | gnu: eudev: Update to 3.2.1.Leo Famulari2017-02-26
| | | | | | | | * gnu/packages/linux.scm (eudev): Update to 3.2.1.
* | gnu: util-linux: Update to 2.29.2.Marius Bakke2017-02-23
| | | | | | | | * gnu/packages/linux.scm (util-linux): Update to 2.29.2.
* | gnu: alsa-lib: Update to 1.1.3.Marius Bakke2017-02-23
| | | | | | | | | | | | | | | | * gnu/packages/patches/alsa-lib-mips-atomic-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/linux.scm (alsa-lib): Update to 1.1.3. [source]: Remove patch. [home-page]: Use HTTPS.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-02-20
|\|
| * gnu: linux-libre: Update to 4.10. Keep 4.9 as longterm release.Mark H Weaver2017-02-20
| | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.10. (%linux-libre-hash): Update hash. (linux-libre-4.9): New variable. * gnu/packages/linux-libre-4.10-x86_64.conf, gnu/packages/linux-libre-4.10-i686.conf: New files. * Makefile.am (KCONFIGS): Add them.