~ruther/guix-local

ref: 85960693e4eec79a3cae1db4dc5ff47a1d2703e6 guix-local/gnu/packages/linux.scm -rw-r--r-- 100.5 KiB
400ed6ac — Ludovic Courtès 10 years ago
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.
adddd5ba — Mark H Weaver 10 years ago
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.
17db0706 — Mark H Weaver 10 years ago
gnu: linux-libre: Generalize 'kernel-config' to support variants.

* gnu/packages/linux.scm (kernel-config): Rewrite to support optional
  #:variant keyword argument.
5e764e2b — Mark H Weaver 10 years ago
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.
593c366b — Mark H Weaver 10 years ago
Merge branch 'core-updates'
412bee5e — Mark H Weaver 10 years ago
Merge branch 'master' into core-updates
ebf89f13 — Efraim Flashner 10 years ago
gnu: fuse: Update to 2.9.5 [fixes CVE-2016-1233].

* gnu/packages/linux.scm (fuse): Update to 2.9.5.
beed3af5 — Mark H Weaver 10 years ago
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.
afe9f409 — Mark H Weaver 10 years ago
Merge branch 'master' into core-updates
1348185a — Christopher Allan Webber 10 years ago
gnu: Add linux-libre-4.2.5

* gnu/packages/linux.scm (linux-libre-4.2.5): New variable.
8c986ab1 — Ludovic Courtès 10 years ago
Merge branch 'master' into core-updates
6b0d24b1 — Mark H Weaver 10 years ago
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>.
f32274a7 — Leo Famulari 10 years ago
gnu: i2c-tools: Update source and home-page URLs.

* gnu/packages/linux.scm (i2c-tools)[source]: Update URL.
[home-page]: Update URL.
3a04d5d4 — Leo Famulari 10 years ago
gnu: lm-sensors: Update source and home-page URLs.

* gnu/packages/linux.scm (lm-sensors)[source]: Update URL.
[home-page]: Update URL.
53334dd6 — Ludovic Courtès 10 years ago
Merge branch 'master' into core-updates
826244f0 — Mark H Weaver 10 years ago
gnu: fuse: Fix source URI.

This is a followup to commit b7e7d1b9d3121f057e71e17e1ead645d123ee335.

* gnu/packages/linux.scm (fuse)[source]: Fix source URI.
6959a132 — Leo Famulari 10 years ago
gnu: sshfs-fuse: Update source URL.

* gnu/packages/linux.scm (sshfs-fuse)[source]: Update URL.
b7e7d1b9 — Leo Famulari 10 years ago
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.
e1921a38 — Leo Famulari 10 years ago
gnu: eudev: Update home-page URL.

* gnu/packages/linux.scm (eudev)[home-page]: Add up-to-date URL.
3ac73271 — Ludovic Courtès 10 years ago
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.
Next