Age | Commit message (Collapse) | Author |
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.10.
(%linux-libre-hash): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.46.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.85.
|
|
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.9.
(%linux-libre-hash): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.45.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.84.
|
|
* gnu/packages/linux.scm (f2fs-tools): New variable.
|
|
|
|
* gnu/packages/linux.scm (libfabric): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/linux.scm (libnl)[native-inputs]: Add SWIG and PKG-CONFIG.
[inputs]: Add PYTHON-2 and PYTHON-3.
[outputs]: Add python2, python3.
[arguments]: Add 'install-python' phase.
Co-authored-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/linux.scm (libnl)[native-inputs]: Add doc origin.
[outputs]: New field.
[arguments]: Add 'install-doc' phase. New field.
Co-authored-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.8.
(%linux-libre-hash): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.44.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.83.
|
|
|
|
* gnu/packages/patches/e2fsprogs-32bit-quota-warnings.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/linux.scm (e2fsprogs): Update to 1.43.5.
[source]: Use patch.
|
|
Fails to build on i686:
<https://lists.gnu.org/archive/html/guix-devel/2017-08/msg00118.html>
This reverts commit 3ddaa7922bdd71ff4467b95a7ed264bbc4d49975.
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.7.
(%linux-libre-hash): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.43.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.82.
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.6.
(%linux-libre-hash): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.42.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.81.
|
|
* gnu/packages/linux.scm (e2fsprogs): Update to 1.43.5.
|
|
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.5.
(%linux-libre-hash): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.41.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.80.
|
|
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.43.
|
|
|
|
* gnu/packages/linux.scm (ntfs-3g): Update to 2017.3.23.
[source]: Remove patch.
* gnu/packages/patches/ntfs-3g-CVE-2017-0358.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/linux.scm (ntfs-3g)[home-page]: Use HTTPS.
|
|
|
|
This aims to skip the segfaulting test at
<https://hydra.gnu.org/build/2195551>.
* gnu/packages/linux.scm (bluez)[arguments]: Add #:make-flags
when (%current-system) is "armhf-linux".
|
|
* gnu/packages/linux.scm (zerofree): Update to 1.1.0.
[home-page, source]: Update from old, inaccessible location.
|
|
* gnu/packages/linux.scm (zerofree)[description]: Expand.
|
|
* gnu/packages/linux.scm (zerofree)[arguments]: Simplify install phase,
using ‘install-file’.
|
|
* gnu/packages/linux.scm (zerofree)[arguments]: Use ‘modify-phases’.
|
|
* gnu/packages/linux.scm (sshfs-fuse): Update to 2.10.
|
|
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.4.
(%linux-libre-hash): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.40.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.79.
|
|
* gnu/packages/linux.scm (btrfs-progs): Update to 4.12.
[outputs]: Remove inaccurate comment on size.
|
|
|
|
This leaves net-tools-for-tests unchanged.
Fixes <https://bugs.gnu.org/27811>.
* gnu/packages/linux.scm (net-tools): Update to 1.60-0.479bb4a7.
[source]: Use git-fetch.
[inputs]: Remove the Debian patch.
[arguments]: Use modify-phases. Remove the 'patch' phase. Disable
SELINUX and AFBLUETOOTH from build configuration.
|
|
* gnu/packages/linux.scm (net-tools-for-tests): Add hidden net-tools variant.
* gnu/packages/tls.scm (gnutls)[native-inputs]: Use net-tools-for-tests instead
of net-tools.
|
|
|
|
This is needed to avoid compilation problems caused by the cyclic dependency
between (gnu packages ncurses) and (gnu packages linux).
* gnu/packages/linux.scm (ncurses/gpm): Move to ...
* gnu/packages/ncurses.scm (ncurses/gpm): ... here. Fix misleading
indentation. Add (gnu packages linux) to the module imports.
|