~ruther/guix-local

68aa384b — Leo Famulari 8 years ago
gnu: Electrum: Update to 3.0.5 [security fixes].

This fixes a critical security issue:

<https://github.com/spesmilo/electrum/issues/3374>

* gnu/packages/finance.scm (electrum): Update to 3.0.5.
4880fddd — Leo Famulari 8 years ago
gnu: kurly: Install some documentation.

* gnu/packages/curl.scm (kurly)[arguments]: Install the README in an
'install-readme' phase and don't install the source code.
3aad4ed3 — Marius Bakke 8 years ago
gnu: feh: Update to 2.23.

* gnu/packages/image-viewers.scm (feh): Update to 2.23.
0379e362 — Marius Bakke 8 years ago
gnu: xscreensaver: Update to 5.38.

* gnu/packages/xdisorg.scm (xscreensaver): Update to 5.38.
f59158f9 — Marius Bakke 8 years ago
gnu: samba: Update to 4.7.4.

* gnu/packages/samba.scm (samba): Update to 4.7.4.
cadd0670 — Marius Bakke 8 years ago
gnu: whois: Update to 5.2.20.

* gnu/packages/networking.scm (whois): Update to 5.2.20.
e1c08dcc — Marius Bakke 8 years ago
gnu: jsoncpp: Update to 1.8.4.

* gnu/packages/serialization.scm (jsoncpp): Update to 1.8.4.
aeed74f3 — Ludovic Courtès 8 years ago
linux-boot: Add #:on-error for initrd error handling.

Suggested by Danny Milosavljevic <dannym@scratchpost.org>
in <https://bugs.gnu.org/29922>.

* gnu/build/linux-boot.scm (boot-system): Add #:on-error parameter and
pass it to 'call-with-error-handling'.
* gnu/system/linux-initrd.scm (raw-initrd): Add #:on-error and pass it.
(base-initrd): Likewise.
a60f1319 — Marius Bakke 8 years ago
gnu: Add vboot-utils.

* gnu/packages/bootloaders.scm (vboot-utils): New public variable.
55e1d39b — Marius Bakke 8 years ago
gnu: Add iucode-tool.

* gnu/packages/linux.scm (iucode-tool): New public variable.
d1ce1125 — Marius Bakke 8 years ago
gnu: Add rename.

* gnu/packages/admin.scm (rename): New public variable.
d7603bbb — Marius Bakke 8 years ago
gnu: lame: Remove obsolete workaround.

* gnu/packages/mp3.scm (lame)[native-inputs]: Remove.
eebb7b63 — Marius Bakke 8 years ago
gnu: openvswitch: Update to 2.8.1.

* gnu/packages/networking.scm (openvswitch): Update to 2.8.1.
3926a099 — amirouche 8 years ago
gnu: guile-wiredtiger: Update to 0.6.3.

* gnu/package/databases.scm (guile-wiredtiger): Update to 0.6.3.
[arguments]: Enable tests; disable parallel tests; remove
'remove-bundled-dependencies' phase.
[synopsis, description]: Improve them.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2a67ff1f — Mathieu Othacehe 8 years ago
gnu: Add emacs-bongo.

* gnu/packages/emacs.scm (emacs-bongo): New variable.
0215f94e — Ricardo Wurmus 8 years ago
gnu: snakemake: Update to 4.4.0.

* gnu/packages/python.scm (snakemake): Update to 4.4.0.
2c5150ba — Tobias Geerinckx-Rice 8 years ago
gnu: elixir: Update to 1.5.3.

* gnu/packages/elixir.scm (elixir): Update to 1.5.3.
693b52df — 宋文武 8 years ago
gnu: services: Add darkstat service.

* gnu/services/monitoring.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Monitoring Services): Document it.
c8cee2ef — 宋文武 8 years ago
gnu: Add darkstat.

* gnu/packages/monitoring.scm (darkstat): New variable.
1e63ecee — Ludovic Courtès 8 years ago
import: crate: Gracefully deal with missing license info.

Reported by Fis Trivial <ybbs.daans@hotmail.com>.
Fixes <https://bugs.gnu.org/28987>.

* guix/import/crate.scm (crate-fetch): Check whether the "license" info
is present.
Next