~ruther/guix-local

4e0ea3eb — Ludovic Courtès 10 years ago
utils: Move 'fcntl-flock' to (guix build syscalls).

* guix/utils.scm (%struct-flock, F_SETLKW, F_SETLK, F_xxLCK)
(fcntl-flock): Move to...
* guix/build/syscalls.scm: ... here.  New variables.
* guix/nar.scm: Adjust imports accordingly.
* tests/utils.scm ("fcntl-flock wait", "fcntl-flock non-blocking"): Move
to...
* tests/syscalls.scm: ... here.  New tests.
(temp-file): New variable.
ba2613bb — Alex Griffin 10 years ago
system: Do not export PS1 in /etc/skel/.bashrc.

* gnu/system/shadow.scm (default-skeletons)[bashrc]: Remove "export"
for 'PS1'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
766a22fb — Al McElrath 10 years ago
gnu: i3status: Update to 2.10.

Signed-off-by: Leo Famulari <leo@famulari.name>
fdad1f3c — Leo Famulari 10 years ago
gnu: i3status: Use https URLs.

* gnu/packages/wm.scm (i3status)[source]: Use https URL.
[home-page]: Use https URL.
8658d403 — Leo Famulari 10 years ago
gnu: i3-wm: Use https URLs.

* gnu/packages/wm.scm (i3-wm)[source]: Use https URL.
[home-page]: Use https URL.
52ad9cb6 — Roel Janssen 10 years ago
gnu: Add r-estimability.

* gnu/packages/statistics.scm (r-estimability): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
82047474 — Roel Janssen 10 years ago
gnu: Add r-coda.

* gnu/packages/statistics.scm (r-coda): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
76192896 — Efraim Flashner 10 years ago
services: Add connman-service.

* gnu/services/networking.scm (connman-service): New procedure.
(connman-service-type, %connman-activation): New variables.
(connman-shepherd-service): New procedure.
* doc/guix.texi (Networking Services): Document it.
9478c9d8 — Efraim Flashner 10 years ago
gnu: Add connman.

* gnu/packages/connman.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
ddba00cd — Leo Famulari 10 years ago
gnu: ntp: Update to 4.2.8p7 [security fixes].

This fixes CVE-2015-7704 and CVE-2016-{1547,1548,1549,1551,2516,2517,
2518,2519}.

* gnu/packages/ntp.scm (ntp): Update to 4.2.8.p7.
9c61acf2 — Efraim Flashner 10 years ago
gnu: mercurial: Update to 3.8.1 [fixes CVE-2016-3105].

* gnu/packages/version-control.scm (mercurial): Update to 3.8.1.
7309045c — Jan Nieuwenhuizen 10 years ago
gnu: Add libiconv.

* gnu/packages/base.scm (libiconv): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
c041dcd1 — Mark H Weaver 10 years ago
gnu: linux-libre: Update to 4.5.3.

* gnu/packages/linux.scm (linux-libre): Update to 4.5.3.
a6b3c07a — Mark H Weaver 10 years ago
gnu: linux-libre-4.4: Update to 4.4.9.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.9.
a82f322b — Mark H Weaver 10 years ago
gnu: linux-libre-4.1: Update to 4.1.23.

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.23.
86670ca4 — Alex Kost 10 years ago
emacs: main: Use (guix combinators).

Reported by rsiddharth on #guix.
This is a followup to commit 958dd3ce68733bcd5c1231424c7e4ad39e67594a.

* emacs/guix-main.scm: Use (guix combinators) module as 'memoize' moved there.
1a957c21 — Leo Famulari 10 years ago
gnu: libressl: Update to 2.3.4 [security fixes].

Fixes CVE-2016-{2105, 2106, 2107, 2108, 2109}.

* gnu/packages/tls.scm (libressl): Update to 2.3.4.
41c569d9 — Ludovic Courtès 10 years ago
build: Add 'run-system-tests.scm'.

This file was meant to be added as part of
commit e9f693d06f94bd96488c3910dba6504f94a6b6f9.

* build-aux/run-system-tests.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
e9f693d0 — Ludovic Courtès 10 years ago
tests: Add whole-system test.

* gnu/system/vm.scm (virtualized-operating-system): Export.
* gnu/tests/base.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* Makefile.am (check-system): New target.
957afcae — Ludovic Courtès 10 years ago
Add (gnu tests) and (gnu build marionette).

* gnu/build/marionette.scm, gnu/tests.scm: New files.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add them.
* gnu/system/vm.scm (common-qemu-options): Remove '-serial stdio'.
Next