~ruther/guix-local

ref: 4bbc27aca039e9babedb5a1dad474c19e8f84a2f guix-local/gnu/packages d---------
4bbc27ac — Tobias Geerinckx-Rice 8 years ago
gnu: btrfs-progs: Update to 4.13.2.

* gnu/packages/linux.scm (btrfs-progs): Update to 4.13.2.
2320d4f0 — Efraim Flashner 8 years ago
gnu: glibc-locales: Use 'modify-phases' syntax.

* gnu/packages/base.scm (glibc-locales)[arguments]: Use 'modify-phases'
syntax.
1738e244 — Ludovic Courtès 8 years ago
gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix): Update to 8b920d7.
8bde6a52 — Tobias Geerinckx-Rice 8 years ago
gnu: dconf: Update to 0.26.1.

* gnu/packages/gnome.scm (dconf): Update to 0.26.1.
4a79befe — Tobias Geerinckx-Rice 8 years ago
gnu: glade: Update to 3.20.1.

* gnu/packages/gnome.scm (glade): Update to 3.20.1.
6c97f17f — Tobias Geerinckx-Rice 8 years ago
gnu: tor: Enable directory protocol compression.

* gnu/packages/tor.scm (tor)[native-inputs]: Add pkg-config.
[inputs]: Add xz and zstd.
b519d462 — Tobias Geerinckx-Rice 8 years ago
gnu: tor: Fix typo.

* gnu/packages/tor.scm (tor)[inputs]: Move unquote to its operand.
5ca4fe96 — Arun Isaac 8 years ago
gnu: octave: Reference makeinfo with absolute path.

* gnu/packages/maths.scm (octave)[arguments]: Add configure-makeinfo phase.
[inputs]: Add texinfo.
[native-inputs]: Remove texinfo.
7006370e — Marius Bakke 8 years ago
gnu: vte-ng: Update to 0.50.1.a.

* gnu/packages/gnome.scm (vte-ng): Update to 0.50.1.a.
3f697ff2 — Marius Bakke 8 years ago
gnu: openjpeg: Update to 2.3.0.

* gnu/packages/patches/openjpeg-CVE-2017-12982.patch,
gnu/packages/patches/openjpeg-CVE-2017-14040.patch,
gnu/packages/patches/openjpeg-CVE-2017-14041.patch,
gnu/packages/patches/openjpeg-CVE-2017-14151.patch,
gnu/packages/patches/openjpeg-CVE-2017-14152.patch,
gnu/packages/patches/openjpeg-CVE-2017-14164.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/image.scm (openjpeg): Update to 2.3.0.
[source](patches): Remove.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Adjust openjpeg
substitution.
6d89a1ab — Marius Bakke 8 years ago
gnu: imagemagick: Update to 6.9.9-18.

Fixes <https://bugs.gnu.org/28692>.
Reported by Diego Nicola Barbato <dnbarbato@posteo.de>.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-18.
6cdd8c97 — Leo Famulari 8 years ago
gnu: libpng@1.2: Update to 1.2.59.

* gnu/packages/image.scm (libpng-1.2): Update to 1.2.59.
eb93f1c9 — Leo Famulari 8 years ago
gnu: certbot, python-acme: Update to 0.19.0.

* gnu/packages/tls.scm (certbot, python-acme): Update to 0.19.0.
5fe56448 — Kei Kebreau 8 years ago
gnu: lightning: Update to 2.1.2.

* gnu/packages/assembly.scm (lightning): Update to 2.1.2.
227dbd84 — Ricardo Wurmus 8 years ago
gnu: Add pdsh.

* gnu/packages/ssh.scm (pdsh): New variable.
04717e94 — Dave Love 8 years ago
gnu: Add imb-openmpi.

* gnu/packages/benchmark.scm (imb): New procedure.
(imb-openmpi): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
67a08f18 — Ricardo Wurmus 8 years ago
gnu: Add python-numpy-next.

* gnu/packages/python.scm (python-numpy-next, python2-numpy-next): New
variables.
eaa1db1d — Ricardo Wurmus 8 years ago
Revert "gnu: python-numpy: Update to 1.13.1."

This reverts commit 025b196d9b739418dd9d305864fdb1fb1d0d5af2.

This is necessary as neither the current release nor the latest development
version of python-pandas can be build with numpy 1.13.x.
46cf3186 — Kei Kebreau 8 years ago
gnu: curl: Update replacement to 7.56.0 [security fixes].

Fixes CVE-2017-1000254.
See <https://curl.haxx.se/docs/adv_20171004.html> for details.

* gnu/packages/curl.scm (curl)[replacement]: Update to 7.56.0.
(curl-7.55.0): Rename to ...
(curl-7.56.0): ... this.
[arguments]: Remove 'fix-Makefile' phase.
[source]: Remove patch.
* gnu/packages/patches/curl-bounds-check.patch: Delete it.
* gnu/local.mk (dist_patch_DATA): Remove it.
488d380c — Leo Famulari 8 years ago
gnu: go: update to 1.9.1 [security fixes].

See the release announcement and bug reports for more details about the
security issues fixed in this release:

https://groups.google.com/forum/m/#!topic/golang-nuts/sHfMg4gZNps
https://golang.org/issue/22125
https://golang.org/issue/22134

* gnu/packages/golang.scm (go-1.9): Update to 1.9.1.
Next