~ruther/guix-local

d9721bcf — Leo Famulari 9 years ago
gnu: readline-6.2: Fix CVE-2014-2524.

* gnu/packages/patches/readline-6.2-CVE-2014-2524.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/readline.scm (readline-6.2): Use it.
27d7c4e9 — Leo Famulari 9 years ago
gnu: signify: Update to 20.

* gnu/packages/crypto.scm (signify): Update to 20.
14253017 — Ludovic Courtès 9 years ago
gnu: mailutils: Update to 3.0.

* gnu/packages/mail.scm (mailutils): Update to 3.0.
[arguments]: Adjust 'pre-build' phase.
* gnu/packages/patches/m4-gets-undeclared.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
d81850d4 — Efraim Flashner 9 years ago
gnu: guile-ncurses: Update to 2.1.

* gnu/packages/guile.scm (guile-ncurses): Update to 2.1.
[home-page]: Use https.
927d8505 — Tobias Geerinckx-Rice 9 years ago
gnu: btrfs-progs: Update to 4.8.3.

* gnu/packages/linux.scm (btrfs-progs): Update to 4.8.3.
917239ff — Tobias Geerinckx-Rice 9 years ago
gnu: tidy: Use ‘modify-phases’.

* gnu/packages/web.scm (tidy)[arguments]: Use the ‘modify-phases’ syntax.
3b0ac795 — Tobias Geerinckx-Rice 9 years ago
gnu: protobuf: Replace dead Google Code home-page.

* gnu/packages/protobuf.scm (protobuf)[home-page]: Update it.
3b0f2ba4 — Tobias Geerinckx-Rice 9 years ago
gnu: exfat-utils: Update to 1.2.4.

* gnu/packages/mtools.scm (exfat-utils): Update to 1.2.4.
[source, home-page]: Move away from dead Google Code project.
[arguments, native-inputs]: Remove.
a24b56fa — Andy Patterson 9 years ago
tests: Don't check file-systems in container tests.

Hello,

The containers test was hanging for me, and this patch fixed the
problem.

--
Andy

From 945ad44acf489b7f3a398d4ab739ec2b48477502 Mon Sep 17 00:00:00 2001
From: Andy Patterson <ajpatter@uwaterloo.ca>
Date: Sat, 12 Nov 2016 22:10:01 -0500
Subject: [PATCH] tests: Don't check file-systems in container tests.

* tests/containers.scm ("call-with-container, mnt namespace"): Don't
check file-system in 'call-with-container' call.
* tests/containers.scm
("call-with-container, mnt namespace, wrong bindmount"): Likewise.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
c25a51d5 — Andy Patterson 9 years ago
gnu: clisp: Use readline@6.2.

* gnu/packages/lisp.scm (clisp)[inputs]: Use readline-6.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2cab1dd5 — Ludovic Courtès 9 years ago
Merge branch 'core-updates'
15abcabe — Efraim Flashner 9 years ago
gnu: Add newsbeuter.

* gnu/packages/syndication.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
c76dab7b — Efraim Flashner 9 years ago
gnu: Add stfl.

* gnu/packages/ncurses.scm (stfl): New variable.
8883b301 — Alex Sassmannshausen 9 years ago
gnu: Add perl-modern-perl.

* gnu/packages/perl.scm (perl-modern-perl): New variable.
5c66314b — Leo Famulari 9 years ago
gnu: libtiff: Fix CVE-2016-9273.

* gnu/packages/patches/libtiff-CVE-2016-9273.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (libtiff/fixed): Use it.
0a7f17f0 — Danny Milosavljevic 9 years ago
gnu: Add python-flask-restplus.

* gnu/packages/python.scm (python-flask-restplus): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1e6112d8 — Danny Milosavljevic 9 years ago
gnu: Add python-rednose.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e2fca490 — Danny Milosavljevic 9 years ago
gnu: Add python-termstyle.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
998f9ac5 — Ludovic Courtès 9 years ago
gnu: guix: Update development snapshot.

This is a followup to 166ba5b10207f44360e218d9e3f00772d09bc7cd.

* gnu/packages/package-management.scm (guix-devel): Update to commit
166ba5b10207f44360e218d9e3f00772d09bc7cd.
166ba5b1 — Ludovic Courtès 9 years ago
substitute: Disable HTTPS certificate verification.

Fixes a regression introduced in
9e4e431e049fae3f1121c3be22cf13b174404ba8 as a consequence of
bc3c41ce36349ed4ec758c70b48a7059e363043a.
Reported by Marius Bakke <mbakke@fastmail.com>.

* guix/scripts/substitute.scm (fetch): Pass #:verify-certificate? #f to
'open-connection-for-uri' and 'http-fetch'.
(download-cache-info): Likewise.
(http-multiple-get): Add #:verify-certificate? and honor it.
(fetch-narinfos): Pass #:verify-certificate? #f.
Next