Commit Graph

585 Commits (6d3e08d4e83ecadf67d0f338947e960f61c9a6a4)

Author SHA1 Message Date
Leo Famulari 6d3e08d4e8
gnu: Add sysstat.
* gnu/packages/linux.scm (sysstat): New variable.
2017-01-10 13:38:35 -05:00
Mark H Weaver 3720371580
gnu: linux-libre@4.4: Update hash for fixed upstream tarball.
The initial upload of linux-libre-4.4.41-gnu.tar.xz was corrupted.

* gnu/packages/linux.scm (linux-libre-4.4)[source]: Update hash.
2017-01-10 11:04:13 -05:00
David Craven f3e44f5cd0
gnu: Add btrfs-progs/static.
* gnu/packages/linux.scm (btrfs-progs/static): New variable.
2017-01-10 12:00:34 +01:00
David Craven 313880c73a
gnu: e2fsck/static: Only copy e2fsck.
* gnu/packages/linux.scm (e2fsck/static)[arguments]: Only copy e2fsck.
  [synopsis, description]: Adjust accordingly.
2017-01-10 11:58:11 +01:00
Mark H Weaver d33f889dac
gnu: linux-libre: Update to 4.9.2.
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.9.2.
2017-01-09 22:42:32 -05:00
Mark H Weaver 75fd35b670
gnu: linux-libre@4.4: Update to 4.4.41.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.41.
2017-01-09 22:41:21 -05:00
Mark H Weaver 57fe28a082
gnu: linux-libre: Update to 4.9.1.
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.9.1.
* gnu/packages/linux-libre-4.8-x86_64.conf,
gnu/packages/linux-libre-4.8-i686.conf: Delete files.
* gnu/packages/linux-libre-4.9-x86_64.conf,
gnu/packages/linux-libre-4.9-i686.conf: New files.
* Makefile.am (KCONFIGS): Update accordingly.
2017-01-07 19:42:36 -05:00
Mark H Weaver 0860081413
gnu: linux-libre@4.4: Update to 4.4.40.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.40.
2017-01-07 19:42:23 -05:00
Tobias Geerinckx-Rice 3b3b60d037
gnu: Use HTTPS for all sourceforge.net home pages.
* gnu/packages/admin.scm (mingetty, clusterssh)[home-page]: Use HTTPS.
* gnu/packages/audio.scm (libbs2b, soxr)[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (bless)[home-page]: Likewise.
* gnu/packages/display-managers.scm (slim)[home-page]: Likewise.
* gnu/packages/games.scm (extremetuxracer)[home-page]: Likewise.
* gnu/packages/ghostscript.scm (gs-fonts)[home-page]: Likewise.
* gnu/packages/haskell.scm (ghc-regex-base, ghc-regex-posix,
ghc-regex-compat)[home-page]: Likewise.
* gnu/packages/image.scm (imlib2)[home-page]: Likewise.
* gnu/packages/libreoffice.scm (librevenge, libcmis, libodfgen, libmwaw)
[home-page]: Likewise.
* gnu/packages/linux.scm (hdparm, acpid, libavc1394, rng-tools)
[home-page]: Likewise.
* gnu/packages/mail.scm (esmtp)[home-page]: Likewise.
* gnu/packages/mp3.scm (ripperx)[home-page]: Likewise.
* gnu/packages/onc-rpc.scm (libtirpc)[home-page]: Likewise.
* gnu/packages/perl.scm (perl-czplib)[home-page]: Likewise.
* gnu/packages/python.scm (python-pyasn1-modules)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (xosd)[home-page]: Likewise.
2017-01-04 05:14:22 +01:00
Mark H Weaver 4037e5f52b
gnu: linux-libre@4.1: Update to 4.1.37.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.37.
2016-12-30 04:26:11 -05:00
Efraim Flashner 457d154fdf
gnu: alsa-utils: Update to 1.1.3.
* gnu/packages/linux.scm (alsa-utils): Update to 1.1.3.
2016-12-25 01:47:22 +02:00
Tobias Geerinckx-Rice 41d23dd1e2
gnu: btrfs-progs: Update to 4.9.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.9.
2016-12-23 20:29:18 +01:00
Ludovic Courtès 64b5e41376
gnu: linux-libre: Avoid invalid "kconfig" input on armhf and mips64el.
This fixes a bug whereby:

  guix build linux-libre -s armhf-linux

would fail with:

  guix build: error: gnu/packages/linux.scm:231:2: package `linux-libre-4.8.15' has an invalid input: ("kconfig" #f)

This led 'tests/guix-system.sh' to fail.

* gnu/packages/linux.scm (make-linux-libre)[native-inputs]: Never add #f
as a "kconfig" input.
2016-12-20 23:39:30 +01:00
ng0 7d2511bc6b
gnu: Add alsa-plugins.
* gnu/packages/linux.scm (alsa-plugins): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2016-12-20 10:22:06 -05:00
Tobias Geerinckx-Rice 8d1ef002ee
gnu: linux-libre: Fix typo.
* gnu/packages/linux.scm (%linux-libre-hash): Remove excess quote.
2016-12-19 20:42:19 +01:00
Mark H Weaver 565775399e
gnu: linux-libre: Update to 4.8.15.
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.8.15.
2016-12-19 14:07:27 -05:00
Mark H Weaver 9cedffe5db
Revert "gnu: linux-libre: Update to 4.9."
This reverts commit 5a3849443a.

Module loading is broken on i686 with some configurations, including our
default configuration.  See <https://bugs.gnu.org/25231>.
2016-12-19 14:03:41 -05:00
Tobias Geerinckx-Rice c8502d9ec1
Revert "gnu: kmod: Update to 23."
This should have been pushed to the ‘staging’ branch first.

This reverts commit 1e1cd41629.
2016-12-16 12:19:50 +01:00
Tobias Geerinckx-Rice 7c58c852c4
gnu: libraw1394: Update to 2.1.2.
* gnu/packages/linux.scm (libraw1394): Update to 2.1.2.
2016-12-16 03:08:43 +01:00
Tobias Geerinckx-Rice 1e1cd41629
gnu: kmod: Update to 23.
* gnu/packages/linux.scm (kmod): Update to 23.
2016-12-16 03:08:42 +01:00
Tobias Geerinckx-Rice 7d162df8ce
gnu: mcelog: Update to 146.
* gnu/packages/linux.scm (mcelog): Update to 146.
2016-12-16 03:08:41 +01:00
Mark H Weaver 0eb36dd17f
gnu: linux-libre@4.4: Update to 4.4.39.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.39.
2016-12-15 20:35:24 -05:00
Mark H Weaver 5a3849443a
gnu: linux-libre: Update to 4.9.
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.9.
* gnu/packages/linux-libre-4.8-x86_64.conf,
gnu/packages/linux-libre-4.8-i686.conf: Delete files.
* gnu/packages/linux-libre-4.9-x86_64.conf,
gnu/packages/linux-libre-4.9-i686.conf: New files.
* Makefile.am (KCONFIGS): Update accordingly.
2016-12-14 03:27:26 -05:00
Ludovic Courtès e8a463e646
gnu: usbutils: Update to 008.
* gnu/packages/linux.scm (usbutils): Update to 008.
[inputs]: Add EUDEV.
2016-12-14 00:22:49 +01:00
Ludovic Courtès 3232613e63
gnu: wireless-regdb: Update to 2016.06.10.
* gnu/packages/linux.scm (wireless-regdb): Update to 2016.06.10.
2016-12-14 00:22:49 +01:00
Tobias Geerinckx-Rice d7f84eab02
gnu: iproute2: Update to 4.9.0.
* gnu/packages/linux.scm (iproute2): Update to 4.9.0.
[home-page]: Point to the latest attempt, and use HTTPS.
2016-12-13 19:32:34 +01:00
Leo Famulari 4a990395d7
Merge branch 'staging' 2016-12-11 15:03:52 -05:00
Mark H Weaver 81d6fd2457
gnu: linux-libre: Update to 4.8.14.
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.8.14.  Remove patches.
(linux-libre-arm-generic): Remove patches.
2016-12-11 09:51:10 -05:00
Mark H Weaver 762bc71e21
gnu: linux-libre@4.4: Update to 4.4.38.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.38.
Remove patches.
2016-12-11 09:51:08 -05:00
Mark H Weaver d94691e0c2
Merge branch 'master' into staging 2016-12-10 23:03:57 -05:00
Mark H Weaver 6b2921c3ac
gnu: linux-libre: Add fixes for CVE-2016-8655 et al.
* gnu/packages/linux.scm (linux-libre, linux-libre-arm-generic):
Add patches for CVE-2016-8655 and the vulnerability described in
<http://seclists.org/oss-sec/2016/q4/644>.
2016-12-09 18:36:21 -05:00
Mark H Weaver 1134e99d86
gnu: linux-libre@4.4: Add fixes for CVE-2016-8655 et al.
* gnu/packages/linux.scm (linux-libre-4.4): Add patches for CVE-2016-8655 and
the vulnerability described in <http://seclists.org/oss-sec/2016/q4/644>.
2016-12-09 18:36:03 -05:00
Mark H Weaver 750778abd4
gnu: linux-libre: Update to 4.8.13.
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.8.13.
2016-12-09 15:13:22 -05:00
Mark H Weaver 33d6a2ff9f
gnu: linux-libre@4.4: Update to 4.4.37.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.37.
2016-12-09 15:10:17 -05:00
Ludovic Courtès f80b4d2ce0
Merge remote-tracking branch 'origin/master' into staging 2016-12-09 18:11:14 +01:00
Tobias Geerinckx-Rice c0cc805e3f
gnu: fuse-exfat: Update to 1.2.5.
* gnu/packages/linux.scm (fuse-exfat): Update to 1.2.5.
[native-inputs]: Remove scons build system which is no longer used.
[arguments]: Remove.
[home-page]: Replace dead Google Code home page.
2016-12-05 20:33:31 +01:00
Marius Bakke a351fc8369
Merge branch 'master' into staging 2016-12-04 17:41:36 +01:00
Mark H Weaver e9913f8271
gnu: linux-libre: Update to 4.8.12.
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.8.12.
2016-12-03 10:20:59 -05:00
Mark H Weaver bc6d461249
gnu: linux-libre@4.4: Update to 4.4.36.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.36.
2016-12-03 10:20:00 -05:00
Mark H Weaver 80a359f293
gnu: linux-libre@4.1: Update to 4.1.36.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.36.
2016-12-03 10:19:08 -05:00
Marius Bakke a189ac715d
gnu: bluez: Update to 5.43.
* gnu/packages/linux.scm (bluez): Update to 5.43.
2016-12-02 13:08:11 +01:00
Mark H Weaver a9427ce556
gnu: linux-libre: Update to 4.8.11.
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.8.11.
2016-11-30 20:24:07 -05:00
Mark H Weaver 7d9df7ca22
gnu: linux-libre@4.4: Update to 4.4.35.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.35.
2016-11-30 20:23:11 -05:00
Tobias Geerinckx-Rice e0593466a1
gnu: btrfs-progs: Update to 4.8.5.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.8.5.
2016-12-01 01:42:30 +01:00
Ludovic Courtès 72f0c5ea3c
gnu: iw: Update to 4.9.
* gnu/packages/linux.scm (iw): Update to 4.9.
2016-11-30 17:35:21 +01:00
Tobias Geerinckx-Rice d66cbd1adc
gnu: btrfs-progs: Update to 4.8.4.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.8.4.
2016-11-25 17:00:51 +01:00
Mark H Weaver 08b3e4a970
gnu: linux-libre: Update to 4.8.10.
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.8.10.
2016-11-22 21:59:54 -05:00
Mark H Weaver 4263eb4dd0
gnu: linux-libre@4.4: Update to 4.4.34.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.34.
2016-11-22 21:49:39 -05:00
Ludovic Courtès 01f94cca19
gnu: Add 'lvm2-static'.
* gnu/packages/patches/lvm2-static-link.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (lvm2)[source](patches): New field.
(lvm2-static): New variable.
2016-11-22 22:59:31 +01:00
Alex Kost 7c90d0f40e
gnu: packages: Use gettext-minimal.
* gnu/packages/crypto.scm (tomb): Use 'gettext-minimal' instead of
'gnu-gettext'.
* gnu/packages/emacs.scm (m17n-db): Likewise.
* gnu/packages/ftp.scm (weex): Likewise.
* gnu/packages/games.scm (chromium-bsu): Likewise.
* gnu/packages/image.scm (steghide): Likewise.
* gnu/packages/linux.scm (radeontop): Likewise.
* gnu/packages/mpd.scm (sonata): Likewise.
* gnu/packages/networking.scm (whois): Likewise.
* gnu/packages/package-management.scm (guix-0.11.0): Likewise.
* gnu/packages/psyc.scm (psyclpc): Likewise.
* gnu/packages/syndication.scm (newsbeuter): Likewise.
* gnu/packages/vim.scm (vim-full): Likewise.
2016-11-21 19:47:30 +03:00