~ruther/guix-local

ref: ee3401d0186f68f91ef4455e8e1df8a477a2c26a guix-local/gnu d---------
ee3401d0 — Mark H Weaver 9 years ago
gnu: icecat: Add more fixes from upstream mozilla-esr52.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
6e7302e9 — Danny Milosavljevic 9 years ago
gnu: Add python-flask-oidc.

Fixes <https://bugs.gnu.org/26731>.

* gnu/packages/python.scm (python-flask-oidc): New variable.
f3f8d159 — Danny Milosavljevic 9 years ago
gnu: Add python-oauth2client.

* gnu/packages/python.scm (python-oauth2client): New variable.
60c9e804 — Mark H Weaver 9 years ago
gnu: linux-libre: Update to 4.11.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.
(%linux-libre-hash): Update hash.
* gnu/packages/aux-files/linux-libre/4.10-i686.conf,
gnu/packages/aux-files/linux-libre/4.10-x86_64.conf: Delete files.
* gnu/packages/aux-files/linux-libre/4.11-i686.conf,
gnu/packages/aux-files/linux-libre/4.11-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Adjust accordingly.
f3744a01 — Brendan Tildesley 9 years ago
gnu: Add font-cns11643-swjz.

* gnu/packages/fonts.scm (font-cns11643-swjz): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
840b7136 — Brendan Tildesley 9 years ago
gnu: Add font-cns11643.

 * gnu/packages/fonts.scm (font-cns11643): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
99aa2dce — Christopher Baines 9 years ago
gnu: Add tailon.

* gnu/packages/logging.scm (tailon): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
6fdeb324 — Christopher Baines 9 years ago
gnu: python-tornado: Update to 4.5.1.

* gnu/packages/python.scm (python-tornado): Update to 4.5.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
e537c917 — Christopher Baines 9 years ago
gnu: Add python-sockjs-tornado.

* gnu/packages/python.scm (python-sockjs-tornado): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
dd5bb841 — Mark H Weaver 9 years ago
Revert "gnu: linux-libre: Update to 4.11."

This reverts commit cfd2ca8244bc7a5c130677718ad2ad75f7316c68.
1c4a500a — Leo Famulari 9 years ago
gnu: libsndfile: Fix CVE-2017-{8361,8362,8363,8365}.

* gnu/packages/patches/libsndfile-CVE-2017-8361-8363-8365.patch,
gnu/packages/patches/libsndfile-CVE-2017-8362.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/pulseaudio.scm (libsndfile)[replacement]: New field.
(libsndfile/fixed): New variable.
d5b09129 — Clément Lassieur 9 years ago
gnu: font-bitstream-vera: Change license to fsdg-compatible.

This license is not X11-style because of its clause that makes it non-free.

* gnu/packages/fonts.scm (font-bitstream-vera)[license]: Change to
fsdg-compatible Bitstream Vera.
78df8948 — Leo Famulari 9 years ago
gnu: bitcoin-core: Update to 0.14.1.

* gnu/packages/finance.scm (bitcoin-core): Update to 0.14.1.
116ac058 — Leo Famulari 9 years ago
gnu: linux-libre@4.4: Update to 4.4.65.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.65.
cfd2ca82 — Mathieu Othacehe 9 years ago
gnu: linux-libre: Update to 4.11.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.
(%linux-libre-hash): Update hash.

Signed-off-by: Leo Famulari <leo@famulari.name>
e9379305 — Maxim Cournoyer 9 years ago
gnu: python2-urwid: Disable vterm tests.

* gnu/packages/python.scm (python2-urwid)['delete-test_vterm]: Add phase to
delete problematic test modules.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e30c2be1 — Ludovic Courtès 9 years ago
packages: Remove support for PACKAGE-VERSION deprecated syntax.

This syntax had been deprecated since 2016-02-28.

* gnu/packages.scm (%find-package): Remove #:fallback? parameter and handling.
* tests/guix-build.sh: Remove test for "time-1.7" syntax.
* doc/guix.texi (Invoking guix lint): Update 'guix lint' output in example.
f4322542 — Roel Janssen 9 years ago
gnu: vcftools: Update to 0.1.15.

* gnu/packages/bioinformatics.scm (vcftools): Update to 0.1.15.
fa936915 — Julien Lepiller 9 years ago
gnu: services: nginx: Fix key verification.

* gnu/services/web.scm (default-nginx-server-config): Fix wrong variable name.
5a10cd47 — Julien Lepiller 9 years ago
gnu: services: Create logs directory.

* gnu/services/web.scm (nginx-activation): Create logs directory so nginx can
log its startup messages before it loads its configuration.
Next