~ruther/guix-local

8555a609 — Ludovic Courtès 9 years ago
gnu: kbd: Update to 2.0.4.

* gnu/packages/linux.scm (kbd): Update to 2.0.4.
c886608e — Ludovic Courtès 9 years ago
gnu: gdb: Update to 7.12.1.

* gnu/packages/gdb.scm (gdb): Update to 7.12.1.
5f8edd7f — Ludovic Courtès 9 years ago
gnu: xcalc: Update to 1.0.6.

* gnu/packages/xorg.scm (xcalc): Update to 1.0.6.
a43aca97 — Ludovic Courtès 9 years ago
system: Introduce 'file-systems' Shepherd service.

* gnu/services/base.scm (file-system-shepherd-services): New procedure.
(file-system-service-type): Use it as the SHEPHERD-ROOT-SERVICE-TYPE
extension.
(user-processes-service-type): Change to take a single 'grace-delay'
parameter.
(user-processes-service): Remove 'file-systems' parameter.  Pass
GRACE-DELAY as the only value for the service.
* gnu/system.scm (essential-services): Adjust accordingly.
2fe4ceee — Ludovic Courtès 9 years ago
file-systems: Do not read superblocks past the end of a device.

Fixes <http://bugs.gnu.org/25573>.
Reported by Alex Kost <alezost@gmail.com>.

* gnu/build/file-systems.scm (seek*): New procedure.
(read-superblock): Use it instead of 'seek' and ensure it returns
OFFSET.
69f2b3bd — Raoul Jean Pierre Bonnal 9 years ago
gnu: Add r-rhdf5.
d4af25b5 — Raoul Jean Pierre Bonnal 9 years ago
gnu: Add r-tximport.
f5c8cf3b — Julien Lepiller 9 years ago
gnu: Add ocaml-bin-prot.

* gnu/packages/ocaml.scm (ocaml-bin-prot): New variable.
f95ebba5 — Julien Lepiller 9 years ago
gnu: Add ocaml-js-build-tools.

* gnu/packages/ocaml.scm (ocaml-js-build-tools): New variable.
5eed45a8 — Julien Lepiller 9 years ago
gnu: Add ocaml-oasis.

* gnu/packages/ocaml.scm (ocaml-oasis): New variable.
77a515e9 — Julien Lepiller 9 years ago
gnu: Add ocaml-fileutils.

* gnu/packages/ocaml.scm (ocaml-fileutils): New variable.
3763eea7 — Julien Lepiller 9 years ago
gnu: Add ocaml-expect.

* gnu/packages/ocaml.scm (ocaml-expect): New variable.
f8a12de1 — Julien Lepiller 9 years ago
gnu: Add ocaml-pcre.

* gnu/packages/ocaml.scm (ocaml-pcre): New variable.
0e9e94b7 — Julien Lepiller 9 years ago
gnu: Add ocaml-batteries.

* gnu/packages/ocaml.scm (ocaml-batteries): New variable.
41e8e079 — Julien Lepiller 9 years ago
gnu: Add omake.

* gnu/packages/ocaml.scm (omake): New variable.
* gnu/packages/patches/omake-fix-non-determinism.patch: New file.
* gnu/local.mk (dist_patch_DATA): New patch.
c590f1ae — Julien Lepiller 9 years ago
gnu: Add ocamlify.

* gnu/packages/ocaml.scm (ocamlify): New variable.
5d08f98d — Julien Lepiller 9 years ago
gnu: Add ocaml-base64.

* gnu/packages/ocaml.scm (ocaml-base64): New variable.
59ae241f — Thomas Danckaert 9 years ago
gnu: Add xinetd.

* gnu/packages/web.scm (xinetd): New variable.
* gnu/packages/patches/xinetd-CVE-2013-4342.patch,
gnu/packages/patches/xinetd-fix-fd-leak.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add patches.

Signed-off-by: Leo Famulari <leo@famulari.name>
9b11eee9 — Ricardo Wurmus 9 years ago
gnu: Add neovim.

* gnu/packages/vim.scm (neovim): New variable.
d9ed1779 — Ricardo Wurmus 9 years ago
gnu: Add lua5.2-lpeg.

* gnu/packages/lua.scm (lua5.2-lpeg): New variable.
Next