~ruther/guix-local

8bf92e39 — Ludovic Courtès 10 years ago
services: herd: Move UI handling to 'guix system'.

This makes (gnu services herd) independent of (guix ui).

* gnu/services/herd.scm (&shepherd-error, &service-not-found-error)
(&action-not-found-error, &action-exception-error)
(&unknown-shepherd-error): New error condition types.
(report-action-error): Remove.
(raise-shepherd-error): New procedure.
(display-message): Do not use 'info' and '_'.
(invoke-action): Use 'raise-shepherd-error' instead of
'report-action-error'.  Do not use 'warning'.
(current-services): Do not use 'warning'.
* guix/scripts/system.scm (with-shepherd-error-handling): New macro.
(report-shepherd-error, call-with-service-upgrade-info): New
procedures.
(upgrade-shepherd-services): Use it.
af5640d1 — Alex Kost 10 years ago
gnu: tvtime: Update to 1.0.10.

* gnu/packages/tv.scm (tvtime): Update to 1.0.10.
[source]: Remove patches.
[inputs]: Add 'alsa-lib'.
* gnu/packages/patches/tvtime-gcc41.patch,
gnu/packages/patches/tvtime-pngoutput.patch,
gnu/packages/patches/tvtime-videodev2.patch,
gnu/packages/patches/tvtime-xmltv.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
41447b31 — Alex Kost 10 years ago
gnu: libcue: Update to 2.1.0.

* gnu/packages/cdrom.scm (libcue): Update to 2.1.0.
[build-system]: Use 'cmake-build-system' (the upstream moved to it).
[native-inputs]: Add 'bison' and 'flex'.
ee5f1e52 — Alex Kost 10 years ago
Update .mailmap.

* .mailmap: Add new entries for Danny Milosavljevic, Nils Gillmann and
  Raymond Nicholson.
8c3e9a6a — Efraim Flashner 10 years ago
gnu: gnupg: Update to 2.1.12.

* gnu/packages/gnupg.scm (gnupg): Update to 2.1.12.
[source]: Remove patch.
* gnu/packages/patches/gnupg-simple-query-ignore-status-messages.patch:
Remove file.
* gnu/local.mk (dist_patch_DATA): Remove reference.
cbb6239b — Jelle Licht 10 years ago
gnu: jemalloc: Update to 4.1.0.

* gnu/packages/jemalloc.scm (jemalloc): Upodate to 4.1.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
8c15e084 — Mark H Weaver 10 years ago
gnu: imlib2: Update to 1.4.9 [fixes CVE-2011-5326, CVE-2016-{3993,3994}].

* gnu/packages/image.scm (imlib2): Update to 1.4.9.
[source]: Remove patch.
* gnu/packages/patches/imlib2-CVE-2016-4024.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
d663e5e6 — David Thompson 10 years ago
gnu: imagemagick: Update to 6.9.3-10.

Fixes CVE-2016–3714.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.3-10.
[source]: Remove patch.
* gnu/packages/patches/imagemagick-test-segv.patch: Delete.
* gnu/local.mk (dist_patch_DATA): Remove patch file from distribution.
11057c4b — Andy Wingo 10 years ago
gnu: bitlbee: Incorporate upstream pre-release patches.

* gnu/packages/messaging.scm (%bitlbee-buddy-nick-change-patch):
(%bitlbee-always-use-nicks-patch): New variables.
(bitlbee): Add new patches.
ac47ad99 — Andy Wingo 10 years ago
gnu: bitlbee: Update to 3.4.2.

* gnu/packages/messaging.scm (bitlbee): Update to 3.4.2.
83b84fa8 — Ricardo Wurmus 10 years ago
gnu: edirect: Update to 4.10.

* gnu/packages/bioinformatics.scm (edirect): Update to 4.10.
54df7558 — Efraim Flashner 10 years ago
gnu: Add pinentry-qt.

* gnu/packages/gnupg.scm (pinentry-qt): New variable.
c607b701 — Efraim Flashner 10 years ago
gnu: Add pinentry-tty.

* gnu/packages/gnupg.scm (pinentry-tty): New variable.
[arguments]: Add pinentry-tty flag.
(pinentry-gtk2): Inherit from pinentry-tty.
[inputs]: Use gtk+-2, glib for pinentry-gtk2 only.
[description]: Modify description based on inputs.
940f8d39 — Efraim Flashner 10 years ago
gnu: pinentry: Rename to pinentry-gtk2.

* gnu/packages/gnupg.scm (pinentry): Rename to pinentry-gtk2.
Define pinentry as pinentry-gtk2.
0a0884c9 — Ludovic Courtès 10 years ago
gnu: cross: Fix typo.

* gnu/packages/cross-base.scm (cross-gcc-arguments): Remove erroneous
'else' introduced in efc4eb147512fa7a2c6d74d9b296cfc22b1ef198.
1b39a196 — Roel Janssen 10 years ago
gnu: Add nlopt.

* gnu/packages/maths.scm (nlopt): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
5ef819cc — Andreas Enge 10 years ago
gnu: redeclipse: Rename to red-eclipse.

* gnu/packages/games.scm (redeclipse): Rename to...
(red-eclipse): ...this.

This is a follow-up to commit 5b8a85431dd746eb975d70fe31aeb05609946d80,
which changed only the name field of the package.
5b8a8543 — Kei Yamashita 10 years ago
gnu: Rename redeclipse package to red-eclipse.

* gnu/packages/games.scm (redeclipse): Rename to...
(red-eclipse): ...this.

Signed-off-by: Andreas Enge <andreas@enge.fr>
3c1d2981 — Mark H Weaver 10 years ago
gnu: openssl: Replace with 1.0.2h [security fixes].

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

* gnu/packages/tls.scm (openssl)[replacement]: New field.
(openssl/fixed): New variable.
e760ec41 — Ludovic Courtès 10 years ago
gnu: gcc: Add 6.1.0.

* gnu/packages/gcc.scm (gcc-6): New variable.
* gnu/packages/commencement.scm (gcc-toolchain-6): New variable.
Next