~ruther/guix-local

3b3b60d0 — Tobias Geerinckx-Rice 9 years ago
gnu: Use HTTPS for all sourceforge.net home pages.

* gnu/packages/admin.scm (mingetty, clusterssh)[home-page]: Use HTTPS.
* gnu/packages/audio.scm (libbs2b, soxr)[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (bless)[home-page]: Likewise.
* gnu/packages/display-managers.scm (slim)[home-page]: Likewise.
* gnu/packages/games.scm (extremetuxracer)[home-page]: Likewise.
* gnu/packages/ghostscript.scm (gs-fonts)[home-page]: Likewise.
* gnu/packages/haskell.scm (ghc-regex-base, ghc-regex-posix,
ghc-regex-compat)[home-page]: Likewise.
* gnu/packages/image.scm (imlib2)[home-page]: Likewise.
* gnu/packages/libreoffice.scm (librevenge, libcmis, libodfgen, libmwaw)
[home-page]: Likewise.
* gnu/packages/linux.scm (hdparm, acpid, libavc1394, rng-tools)
[home-page]: Likewise.
* gnu/packages/mail.scm (esmtp)[home-page]: Likewise.
* gnu/packages/mp3.scm (ripperx)[home-page]: Likewise.
* gnu/packages/onc-rpc.scm (libtirpc)[home-page]: Likewise.
* gnu/packages/perl.scm (perl-czplib)[home-page]: Likewise.
* gnu/packages/python.scm (python-pyasn1-modules)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (xosd)[home-page]: Likewise.
0916dc52 — Christopher Baines 9 years ago
gnu: Add emacs-git-gutter

* gnu/packages/emacs.scm (emacs-git-gutter): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
ea5cc295 — Kei Kebreau 9 years ago
gnu: supertux: Update to 0.5.1.

* gnu/packages/games.scm (supertux): Update to 0.5.1.
f339f277 — Leo Famulari 9 years ago
gnu: assword: Update to 0.10.

* gnu/packages/password-utils.scm (assword): Update to 0.10.
[arguments]: Use Python 3 instead of Python 2.
[inputs]: Use Python 3 variants of inputs. Replace python2-pygpgme with
python-gpg. Remove python2-pygtk. Add python-pygobject.
[native-inputs]: Replace help2man with txt2man.
[arguments]: Remove PYTHONPATH from 'Makefile' in the 'manpage' phase.
7637de23 — Leo Famulari 9 years ago
gnu: Add python-xdo.

* gnu/packages/python.scm (python-xdo): New variable.
(python2-xdo): Use package-with-python2.
e871c332 — Leo Famulari 9 years ago
gnu: python2-xdo: Update to 0.3.

* gnu/packages/python.scm (python2-xdo): Update to 0.3.
e3dd1f0c — Leo Famulari 9 years ago
gnu: Add python-gpg.

* gnu/packages/gnupg.scm (python-gpg, python2-gpg): New variable.
9e0f16f2 — Leo Famulari 9 years ago
gnu: gpgme: Update to 1.8.0.

* gnu/packages/gnupg.scm (gpgme): Update to 1.8.0.
[arguments]: Don't set 'GPG=gpg2' in #:configure-flags. GnuPG-2.x is
installed as 'gpg' on Guix.
4d0a3d8e — Ludovic Courtès 9 years ago
system: grub: Load relevant EFI modules on EFI systems.

* gnu/system/grub.scm (eye-candy)[setup-gfxterm-body]: Add 'insmod'
invocations when ${grub_platform} is "efi".
70c63411 — Ludovic Courtès 9 years ago
gnu: Add Zile-on-Guile.

* gnu/packages/zile.scm (zile-on-guile): New variable.
e2c30374 — Marius Bakke 9 years ago
gnu: pcsc-lite: Update to 1.8.20 [fixes CVE-2016-10109].

* gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.20.
484437bd — Manolis Ragkousis 9 years ago
guix: build: make-bootstrap: Copy libpthread_nonshared.a to the new system.

* guix/build/make-bootstrap.scm (%libc-object-files-rx): Update regexp.
367f7013 — Manolis Ragkousis 9 years ago
gnu: glibc-hurd: Disable werror.

* gnu/packages/base.scm (glibc/hurd)[arguments]: Add "--disable-werror".
62596a15 — Manolis Ragkousis 9 years ago
gnu: Use hurd-triplet? to check if GNU/Hurd.

* gnu/packages/make-bootstrap.scm (hurd-triplet?): Move it from here..
* gnu/packages/hurd.scm: ..to here. New exported procedure.
* gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash)
  [arguments]: Replace string-match.
  [inputs]: Same.
* gnu/packages/cross-base.scm (cross-libc)[native-inputs]: Same.
6a37872c — Kei Kebreau 9 years ago
gnu: chicken: Fix CVE-2016-{6830,6831}.

* gnu/packages/patches/chicken-CVE-2016-6830+CVE-2016-6831.patch: New file.
* gnu/local.mk (dist_patch_DATA): Use it.
* gnu/packages/scheme.scm (chicken)[source]: Use it.
b9b6db45 — Kei Kebreau 9 years ago
gnu: chicken: Update to 4.11.1.

* gnu/packages/scheme.scm (chicken): Update to 4.11.1.
d338237d — Julien Lepiller 9 years ago
services: nginx: Make service extensible.

* gnu/services/web.scm (<nginx-configuration>)[server-blocks]: New
field.
(nginx-activation): When CONFIG-FILE is #f, use 'default-nginx-config'.
(nginx-shepherd-service): Likewise.
(nginx-service-type): Add 'compose' and 'extend' fields.
(nginx-service): Change default value of #:server-list to '(), and
default value of #:config-file to #f.
* doc/guix.texi (Web Services): Document it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
4e9ae301 — Julien Lepiller 9 years ago
services: nginx: Fix multiple index and server name.

* gnu/services/web.scm (config-domain-strings, config-index-string): separate
names with a space.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3b9b12ef — Julien Lepiller 9 years ago
services: nginx: Rename "vhost" to "server".

* gnu/services/web.scm (<nginx-vhost-configuration>): Rename to...
(<nginx-server-configuration>): ... this.
* doc/guix.texi (Web Services): Adjust accordingly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7b030c9f — Roel Janssen 9 years ago
gnu: r-plotrix: Update to 3.6-4.

* gnu/packages/statistics.scm (r-plotrix): Update to 3.6-4.
Next