~ruther/guix-local

2fb3ddda — Nicolas Goaziou 9 years ago
gnu: giac-xcas: Update to 1.2.2-59

* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-59.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2e2c6e96 — Nicolas Goaziou 9 years ago
gnu: asymptote: Update to 2.38

* gnu/packages/plotutils.scm (asymptote): Update to 2.38.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
c25637df — Ludovic Courtès 9 years ago
utils: 'with-atomic-file-output' closes the port upon exception.

Previously it could have left the file descriptor open.

* guix/utils.scm (with-atomic-file-output): Call 'close-port' in handler.
d1f33ba4 — Ludovic Courtès 9 years ago
syscalls: Use 'syscall->procedure' everywhere.

* guix/build/syscalls.scm (mkdtemp!, setns, %ioctl, network-interfaces):
(free-ifaddrs): Use 'syscall->procedure'.
1752a17a — Ludovic Courtès 9 years ago
utils: 'with-atomic-file-output' calls 'fdatasync'.

Suggested by Danny Milosavljevic <dannym@scratchpost.org>
at <https://lists.gnu.org/archive/html/guix-devel/2016-06/msg00456.html>.

* guix/build/syscalls.scm (fdatasync): New procedure.
* guix/utils.scm (with-atomic-file-output): Use it.  Use 'close-port'
instead of 'close'.
9f8ee3fe — Ricardo Wurmus 10 years ago
gnu: Add python-tables.

* gnu/packages/python.scm (python-tables, python2-tables): New
  variables.
883302da — Ricardo Wurmus 9 years ago
gnu: piranha: Update to 1.2.1.

* gnu/packages/bioinformatics.scm (piranha): Update to 1.2.1.
fe585be9 — Ludovic Courtès 9 years ago
serialization: Add #:select? parameter to 'write-file'.

* guix/serialization.scm (write-file): Add #:select? parameter and honor it.
* tests/nar.scm ("write-file #:select? + restore-file"): New test.
31d968fb — Orivej Desh 9 years ago
gnu: unison: Install unison-fsmonitor.

* gnu/packages/ocaml.scm (unison)[arguments]: Add 'install-fsmonitor'
phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4d4c3614 — Ludovic Courtès 9 years ago
profiles: Make sure hook derivations fail upon error.

Reported at
<https://lists.gnu.org/archive/html/guix-devel/2016-06/msg00368.html>.

* guix/profiles.scm (info-dir-file)[build]: Add explicit call to
'exit'.
* guix/profiles.scm (ghc-package-cache-file)[build]: Likewise.
* guix/profiles.scm (xdg-desktop-database)[build]: Likewise.
* guix/profiles.scm (xdg-mime-database)[build]: Likewise.
52530805 — Ludovic Courtès 9 years ago
doc: Fix default value of #:recursive? for 'local-file'.

* doc/guix.texi (G-Expressions): The #:recursive? parameter of
'local-file' defaults to #f.
d95e8e01 — Roel Janssen 9 years ago
gnu: Add emacs-rainbow-identifiers.

* gnu/packages/emacs.scm (emacs-rainbow-identifiers): New variable.
6e46836c — Leo Famulari 9 years ago
gnu: imagemagick: Update to 6.9.4-9.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.4-9.
11b8e66a — Alex Kost 9 years ago
gnu: manaplus: Update to 1.6.6.4.

* gnu/packages/games.scm (manaplus): Update to 1.6.6.4.
6fd8f8d6 — David Thompson 9 years ago
gnu: Add arc-icon-theme.

* gnu/packages/gnome.scm (arc-icon-theme): New variable.
9987c57c — David Thompson 9 years ago
gnu: Add moka-icon-theme.

* gnu/packages/gnome.scm (moka-icon-theme): New variable.
813f814a — David Thompson 9 years ago
gnu: Add arc-theme.

* gnu/packages/gnome.scm (arc-theme): New variable.
1d4f0994 — Leo Famulari 9 years ago
gnu: wireshark: Update to 2.0.4 [security fixes].

Fixes CVE-2016-{5350, 5351, 5352, 5353, 5354, 5355, 5356, 5357, 5358, 5359}.

* gnu/packages/networking.scm (wireshark): Update to 2.0.4.
gnu: libmicrohttpd: Update to 0.9.50.

* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.50.

Signed-off-by: Leo Famulari <leo@famulari.name>
b414c115 — Leo Famulari 9 years ago
gnu: signify: Update to 18.

* gnu/packages/crypto.scm (signify): Update to 18.
Next