~ruther/guix-local

7a4a64e9 — Sergei Trofimovich 8 years ago
gnu: re2: Add missing '#:modules' imports.

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

* gnu/packages/regex.scm (re2): Add missing '#:modules' imports.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
484f7a88 — Kei Kebreau 8 years ago
gnu: libtiff: Add fixes several security flaws.

Fixes CVE-2017-{7593, 7594, 7595, 7596, 7597, 7598, 7599, 7600, 7601, 7602}.

* gnu/packages/patches/libtiff-CVE-2017-7593.patch,
gnu/packages/patches/libtiff-CVE-2017-7594.patch,
gnu/packages/patches/libtiff-multiple-UBSAN-crashes.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/image.scm (libtiff)[replacement]: New field.
(libtiff/fixed): New variable.
8e815c5b — Ludovic Courtès 8 years ago
system: Define <boot-parameters> before first use.

Fixes <http://bugs.gnu.org/26791>.
Reported by Mark H Weaver <mhw@netris.org>.

* gnu/system.scm (<boot-parameters>, read-boot-parameters)
(read-boot-parameters-file): Move before first use of the
'boot-parameters' macro.
0fd8e6d3 — Mark H Weaver 8 years ago
gnu: icecat: Update to 52.1.0-gnu1. Add fixes from upstream ESR 52.1.1.

* gnu/packages/gnuzilla.scm (icecat): Update to 52.1.0-gnu1.  Remove patches
that are included in the new release.  In the snippet, don't try to remove
dom/devicestorage, which has since been removed upstream.  Add selected fixes
from upstream mozilla-esr52, up to the ESR 52.1.1 release.
* gnu/packages/patches/icecat-bug-1299500-pt10.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
f930ef5c — Tobias Geerinckx-Rice 8 years ago
gnu: speedtest-cli: Update to 1.0.6.

* gnu/packages/networking.scm (speedtest-cli): Update to 1.0.6.
2d51ed9e — Tobias Geerinckx-Rice 8 years ago
gnu: meson: Update to 0.40.1.

* gnu/packages/build-tools.scm (meson): Update to 0.40.1.
0d74a8fd — Tobias Geerinckx-Rice 8 years ago
gnu: youtube-dl: Update to 2017.05.07.

* gnu/packages/video.scm (youtube-dl): Update to 2017.05.07.
1a0adad8 — Ludovic Courtès 8 years ago
tests: Corrupt archive import test is robust against different store prefixes.

* tests/store.scm ("import corrupt path"): Set 'index' to #x70.
33349e91 — Ludovic Courtès 8 years ago
build: Use 'guix pack -K' for the 'guix-binary*.tar.xz' targets.

* Makefile.am (guix-binary.%.tar.xz): Add -K flag for 'guix pack'.
7f4da8ff — Ludovic Courtès 8 years ago
maint: Add 'time-monotonic' bug workaround in build-aux/hydra/evaluate.scm.

* build-aux/hydra/evaluate.scm: Add 'time-monotonic' workaround for
Guile 2.2.
94fa8d76 — Ludovic Courtès 8 years ago
maint: Add 'update-guix-package' target.

* build-aux/update-guix-package.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
(update-guix-package): New target.
(.PHONY): Add it.
* gnu/packages/package-management.scm (guix): Mention it.
994a1494 — Ludovic Courtès 8 years ago
gnu: guix: Remove the stable-release 'guix' package.

* gnu/packages/package-management.scm (guix-release): Remove.
(guix-devel): Rename to...
(guix): ... this.  Incorporate fields from former 'guix-release'.
(guix-devel): New variable.
950d51c9 — Ludovic Courtès 8 years ago
store: Use 'TCP_NODELAY' when connecting to a daemon over PF_INET.

* guix/store.scm (open-inet-socket): Add 'cond-expand' form to define
'TCP_NODELAY' when needed.  Add call to 'setsockopt' after 'connect'.
74b86713 — Julien Lepiller 8 years ago
gnu: hexchat: Update to 2.12.4.

* gnu/packages/messaging.scm (hexchat): Update to 2.12.4.
[source]: Remove incorrectly bootstrapped files.
[native-inputs]: Add autoconf, autoconf-archive, automake, libtool,
pkg-config.
[arguments]: Add ‘bootstrap’ phase.

Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
5ed48ced — Mathieu Othacehe 8 years ago
gnu: cppcheck: Update to 1.78.

* gnu/packages/check.scm (cppcheck): Update to 1.78.
2f0ad2a4 — Leo Famulari 8 years ago
Revert "gnu: hexchat: Update to 2.12.4."

This reverts commit 09270a97d9297e8acf6d9ff224dd1d58e2a4498e.

The source derivation failed to build with:

/gnu/store/19lkrck1844idbcfq6ajzr0akmr8rshj-hexchat-2.12.4.tar.xz-builder:1:2293:
In procedure #<procedure f6fdc0 ()>:
/gnu/store/19lkrck1844idbcfq6ajzr0akmr8rshj-hexchat-2.12.4.tar.xz-builder:1:2293:
In procedure module-lookup: Unbound variable: inputs
17139eff — Leo Famulari 8 years ago
gnu: certbot, python-acme: Update to 0.14.0.

* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.14.0.
a993add1 — Arun Isaac 8 years ago
gnu: Add emacs-evil-surround.

* gnu/packages/emacs.scm (emacs-evil-surround): New variable.
7610c3ca — Kei Kebreau 8 years ago
gnu: Move qutebrowser to web-browsers.scm.

* gnu/packages/web.scm: Move qutebrowser...
* gnu/packages/web-browsers.scm: ...here.
gnu: limnoria: Update to 20170330.

* gnu/packages/irc.scm (limnoria): Update to 20170330.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Next