~ruther/guix-local

ref: 4e9d04a80b2d8b1e07f78708dae76b13f3d421f6 guix-local/gnu d---------
4e9d04a8 — Mark H Weaver 10 years ago
Merge branch 'master' into gnome-updates
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.
efc4eb14 — Jan Nieuwenhuizen 10 years ago
gnu: cross: Use CROSS_*_INCLUDE_PATH for system headers.

* gnu/packages/patches/gcc-cross-environment-variables.patch: Also use CROSS_
variants: CROSS_C_INCLUDE_PATH, CROSS_CPLUS_INCLUDE_PATH,
CROSS_OBJC_INCLUDE_PATH, CROSS_OBJCPLUS_INCLUDE_PATH to be used for system
libraries, see
https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00620.html.
* gnu/packages/cross-base.scm (cross-gcc, cross-gcc-arguments, cross-libc):
Use CROSS_*_INCLUDE_PATH (WAS: CPATH).

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
0a17fd7c — Mark H Weaver 10 years ago
gnu: wpa-supplicant: Add fixes for CVE-2016-{4476,4477}.

* gnu/packages/patches/wpa-supplicant-CVE-2016-4476.patch,
gnu/packages/patches/wpa-supplicant-CVE-2016-4477-pt1.patch,
gnu/packages/patches/wpa-supplicant-CVE-2016-4477-pt2.patch,
gnu/packages/patches/wpa-supplicant-CVE-2016-4477-pt3.patch,
gnu/packages/patches/wpa-supplicant-CVE-2016-4477-pt4.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (wpa-supplicant-minimal)[source]: Add patches.
4c6aa73b — Roel Janssen 10 years ago
gnu: Add 4store.

* gnu/packages/databases.scm (4store): New variable.
* gnu/packages/patches/4store-fix-buildsystem.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch file entry.

Signed-off-by: Leo Famulari <leo@famulari.name>
3854f3d7 — Leo Famulari 10 years ago
gnu: ocaml: Fix CVE-2015-8869.

* gnu/packages/patches/ocaml-CVE-2015-8869.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ocaml.scm (ocaml): Use it.
73124d34 — Ricardo Wurmus 10 years ago
gnu: bristol: Do not check for JACK with ldd.

* gnu/packages/music.scm (bristol)[arguments]: Add build phase to
  disable runtime check for JACK.
6855b347 — Ricardo Wurmus 10 years ago
gnu: frescobaldi: Add MIDI support.

* gnu/packages/music.scm (frescobaldi)[inputs]: Add portmidi and
  python-pyportmidi.
f65d59fc — Ricardo Wurmus 10 years ago
gnu: Add python-pyportmidi.

* gnu/packages/music.scm (python-pyportmidi): New variable.
Next