branch master updated (9a6f5bb -> 851cb6d)

2017-09-17 Thread Christopher Baines
cbaines pushed a change to branch master
in repository guix.

  from  9a6f5bb   gnu: blender: Update to 2.79.
   new  851cb6d   gnu: hicolor-icon-theme: Update to 0.17.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



01/01: gnu: hicolor-icon-theme: Update to 0.17.

2017-09-17 Thread Christopher Baines
cbaines pushed a commit to branch master
in repository guix.

commit 851cb6dd3996ef72ad7c23bd588f8ffb64a2c21e
Author: ng0 
Date:   Sun Sep 17 14:41:00 2017 +

gnu: hicolor-icon-theme: Update to 0.17.

* gnu/packages/gnome.scm (hicolor-icon-theme): Update to 0.17.

Signed-off-by: Christopher Baines 
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4e596c5..2ea2bfa 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -19,7 +19,7 @@
 ;;; Copyright © 2016 Roel Janssen 
 ;;; Copyright © 2016 Leo Famulari 
 ;;; Copyright © 2016 Alex Griffin 
-;;; Copyright © 2016 ng0 
+;;; Copyright © 2016, 2017 ng0 
 ;;; Copyright © 2016 David Craven 
 ;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice 
 ;;; Copyright © 2017 Thomas Danckaert 
@@ -932,7 +932,7 @@ database is translated at Transifex.")
 (define-public hicolor-icon-theme
   (package
 (name "hicolor-icon-theme")
-(version "0.15")
+(version "0.17")
 (source
  (origin
   (method url-fetch)
@@ -940,7 +940,7 @@ database is translated at Transifex.")
   "hicolor-icon-theme-" version ".tar.xz"))
   (sha256
(base32
-"1k1kf2c5zbqh31nglc3nxs9j6wr083k9kjyql8p22ccc671mmi4w"
+"1n59i3al3zx6p90ff0l43gzpzmlqnzm6hf5cryxqrlbi48sq8x1i"
 (build-system gnu-build-system)
 (arguments
  `(#:tests? #f)) ; no check target



branch master updated (9c1b379 -> 9a6f5bb)

2017-09-17 Thread Efraim Flashner
efraim pushed a change to branch master
in repository guix.

  from  9c1b379   gnu: emacs-org: Update to 20170917.
   new  9a6f5bb   gnu: blender: Update to 2.79.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/packages/graphics.scm | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)



01/01: gnu: blender: Update to 2.79.

2017-09-17 Thread Efraim Flashner
efraim pushed a commit to branch master
in repository guix.

commit 9a6f5bbc0f9b52103f35ef246fb2e1d8038f31ff
Author: Efraim Flashner 
Date:   Mon Sep 18 06:36:04 2017 +0300

gnu: blender: Update to 2.79.

* gnu/packages/graphics.scm (blender): Update to 2.79.
[source]: Use https.
[home-page]: Same.
---
 gnu/packages/graphics.scm | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index e9dc6d5..2a52c4c 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -72,14 +72,14 @@
 (define-public blender
   (package
 (name "blender")
-(version "2.78a")
+(version "2.79")
 (source (origin
   (method url-fetch)
-  (uri (string-append "http://download.blender.org/source/;
+  (uri (string-append "https://download.blender.org/source/;
   "blender-" version ".tar.gz"))
   (sha256
(base32
-"1byf1klrvm8fdw2libx7wldz2i6lblp9nih6y58ydh00paqi8jh1"
+"16f84mdzkmwjmqahjj64kbyk4kagdj4mcr8qjazs1952d7kh7pm9"
 (build-system cmake-build-system)
 (arguments
  `(;; Test files are very large and not included in the release tarball.
@@ -136,7 +136,7 @@
("openal" ,openal)
("python" ,python-wrapper)
("zlib" ,zlib)))
-(home-page "http://blender.org/;)
+(home-page "https://blender.org/;)
 (synopsis "3D graphics creation suite")
 (description
  "Blender is a 3D graphics creation suite.  It supports the entirety of



01/01: gnu: emacs-org: Update to 20170917.

2017-09-17 Thread Nicolas Goaziou
ngz pushed a commit to branch master
in repository guix.

commit 9c1b37928dc4645f556f5b1588be6b018490650d
Author: Nicolas Goaziou <m...@nicolasgoaziou.fr>
Date:   Sun Sep 17 23:32:29 2017 +0200

gnu: emacs-org: Update to 20170917.

* gnu/packages/emacs.scm (emacs-org): Update to 20170917, aka Org 9.1.1.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 2b82ced..8173137 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3875,14 +3875,14 @@ passive voice.")
 (define-public emacs-org
   (package
 (name "emacs-org")
-(version "20170906")
+(version "20170917")
 (source (origin
   (method url-fetch)
   (uri (string-append "http://elpa.gnu.org/packages/org-;
   version ".tar"))
   (sha256
(base32
-"12i1h1ncbv0lhcg8w1b48psm69hhhb1f0phh1v3vfyn8xi82ppxz"
+"0qyis5ph3h99zn9kx7sgraddz41c1cf6yjkwi4im6ikwxk9x8cgc"
 (build-system emacs-build-system)
 (home-page "http://orgmode.org/;)
 (synopsis "Outline-based notes management and organizer")



branch master updated (ce27857 -> 9c1b379)

2017-09-17 Thread Nicolas Goaziou
ngz pushed a change to branch master
in repository guix.

  from  ce27857   gnu: binutils: Fix security issues.
   new  9c1b379   gnu: emacs-org: Update to 20170917.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




branch master updated (881006b -> ce27857)

2017-09-17 Thread Efraim Flashner
efraim pushed a change to branch master
in repository guix.

  from  881006b   gnu: certbot: Fix build with python-pyopenssl >= 17.3.0.
   new  ce27857   gnu: binutils: Fix security issues.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/packages/base.scm | 14 ++
 gnu/packages/commencement.scm |  5 +++--
 2 files changed, 17 insertions(+), 2 deletions(-)



01/01: gnu: binutils: Fix security issues.

2017-09-17 Thread Efraim Flashner
efraim pushed a commit to branch master
in repository guix.

commit ce27857f710ff32c05f4ba19a04a695c1cc2ce20
Author: Efraim Flashner 
Date:   Sun Sep 17 21:13:22 2017 +0300

gnu: binutils: Fix security issues.

* gnu/packages/base.scm (binutils)[replacement]: New field.
(binutils/fixed): New variable.
* gnu/packages/commencement.scm (binutils-boot0, binutils-final): Use
'package/inherit' to correctly use replacement binutils.
---
 gnu/packages/base.scm | 14 ++
 gnu/packages/commencement.scm |  5 +++--
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 1ccff1f..972ffee 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -394,6 +394,7 @@ change.  GNU make offers many powerful extensions over the 
standard utility.")
 
 (define-public binutils
   (package
+   (replacement binutils/fixed)
(name "binutils")
(version "2.28")
(source (origin
@@ -435,6 +436,19 @@ included.")
(license gpl3+)
(home-page "https://www.gnu.org/software/binutils/;)))
 
+(define binutils/fixed
+  (package
+(inherit binutils)
+;; 2.28.1 is two characters longer than 2.28, so grafting fails due to
+;; mismatched lengths of filenames, so we have to force  it to the same 
length.
+(version "2281")
+(source
+  (origin (inherit (package-source binutils))
+  (uri "mirror://gnu/binutils/binutils-2.28.1.tar.bz2")
+  (sha256
+   (base32
+"1sj234nd05cdgga1r36zalvvdkvpfbr12g5mir2n8i1dwsdrj939"))
+
 (define* (make-ld-wrapper name #:key
   (target (const #f))
   binutils
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 7bbe1be..ec76778 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2014 Andreas Enge 
 ;;; Copyright © 2012 Nikita Karetnikov 
 ;;; Copyright © 2014, 2015, 2017 Mark H Weaver 
+;;; Copyright © 2017 Efraim Flashner 
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -139,7 +140,7 @@
 
 (define binutils-boot0
   (package-with-bootstrap-guile
-   (package (inherit binutils)
+   (package/inherit binutils
  (name "binutils-cross-boot0")
  (arguments
   `(#:guile ,%bootstrap-guile
@@ -667,7 +668,7 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a 
\"$@\"~%"
 
 (define binutils-final
   (package-with-bootstrap-guile
-   (package (inherit binutils)
+   (package/inherit binutils
  (arguments
   `(#:guile ,%bootstrap-guile
 #:implicit-inputs? #f



[no subject]

2017-09-17 Thread Ludovic Court�s
branch: master
commit fc204ffbca5c2ada0ff61c5dbe497c1d17319464
Author: Ludovic Courtès 
Date:   Sun Sep 17 21:38:25 2017 +0200

doc: Mention the supported transports.

Suggested by Jan Nieuwenhuizen .

* doc/cuirass.texi (Overview): Explain that "dumb HTTP" is not
supported.
---
 doc/cuirass.texi | 9 +
 1 file changed, 9 insertions(+)

diff --git a/doc/cuirass.texi b/doc/cuirass.texi
index c09f801..7f944ca 100644
--- a/doc/cuirass.texi
+++ b/doc/cuirass.texi
@@ -128,6 +128,15 @@ In this specification the keys are Scheme keywords which 
have the nice
 property of being self evaluating.  This means that they can't refer to
 another value like symbols do.
 
+@quotation Note
+@c This refers to
+@c 
.
+Currently Cuirass only supports Git repositories, and only over the
+@code{git} and ``smart'' HTTP(S) transports (Git's so-called ``dumb
+HTTP'' transport, where the HTTP server does not know about Git, is not
+supported.)
+@end quotation
+
 Currently the only way to add those specifications to cuirass is to put
 a list of them in a file and set the @code{--specifications} command
 line option argument with the file name when launching the daemon



master updated (8a7483a -> fc204ff)

2017-09-17 Thread Ludovic Court�s
civodul pushed a change to branch master.

  from  8a7483a   cuirass: add Hydra compatible HTTP API.
   new  fc204ff   doc: Mention the supported transports.


Summary of changes:
 doc/cuirass.texi | 9 +
 1 file changed, 9 insertions(+)



07/07: gnu: certbot: Fix build with python-pyopenssl >= 17.3.0.

2017-09-17 Thread Marius Bakke
mbakke pushed a commit to branch master
in repository guix.

commit 881006b65cd7693a1f473870fef1ae38f497f9ae
Author: Marius Bakke 
Date:   Sun Sep 17 17:39:30 2017 +0200

gnu: certbot: Fix build with python-pyopenssl >= 17.3.0.

* gnu/packages/patches/python-acme-dont-use-openssl-rand.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/tls.scm (python-acme)[source]: Use it.
---
 gnu/local.mk   |  1 +
 .../python-acme-dont-use-openssl-rand.patch| 28 ++
 gnu/packages/tls.scm   |  7 +++---
 3 files changed, 33 insertions(+), 3 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 7c1ffba..c6fc436 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -550,6 +550,7 @@ dist_patch_DATA =   
\
   %D%/packages/patches/ceph-disable-unittest-throttle.patch\
   %D%/packages/patches/ceph-skip-collect-sys-info-test.patch   \
   %D%/packages/patches/ceph-skip-unittest_blockdev.patch   \
+  %D%/packages/patches/python-acme-dont-use-openssl-rand.patch \
   %D%/packages/patches/chicken-CVE-2017-6949.patch \
   %D%/packages/patches/chicken-CVE-2017-11343.patch\
   %D%/packages/patches/chmlib-inttypes.patch   \
diff --git a/gnu/packages/patches/python-acme-dont-use-openssl-rand.patch 
b/gnu/packages/patches/python-acme-dont-use-openssl-rand.patch
new file mode 100644
index 000..7892062
--- /dev/null
+++ b/gnu/packages/patches/python-acme-dont-use-openssl-rand.patch
@@ -0,0 +1,28 @@
+Fix build with PyOpenSSL > 17.2.0.
+
+See .
+
+Patch copied from upstream source repository:
+https://github.com/certbot/certbot/commit/f6be07da74c664b57ac8c053585f919c79f9af44
+
+diff --git a/acme/crypto_util.py b/acme/crypto_util.py
+index de15284c03..b8fba03488 100644
+--- a/acme/crypto_util.py
 b/acme/crypto_util.py
+@@ -2,6 +2,7 @@
+ import binascii
+ import contextlib
+ import logging
++import os
+ import re
+ import socket
+ import sys
+@@ -243,7 +244,7 @@ def gen_ss_cert(key, domains, not_before=None,
+ """
+ assert domains, "Must provide one or more hostnames for the cert."
+ cert = OpenSSL.crypto.X509()
+-cert.set_serial_number(int(binascii.hexlify(OpenSSL.rand.bytes(16)), 16))
++cert.set_serial_number(int(binascii.hexlify(os.urandom(16)), 16))
+ cert.set_version(2)
+ 
+ extensions = [
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 4b3d766..add371f 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -490,9 +490,10 @@ netcat implementation that supports TLS.")
 (source (origin
   (method url-fetch)
   (uri (pypi-uri "acme" version))
-  (sha256
-   (base32
-"0ry6vhfkhds28sg232hngwfnkqihsxv9r8w92c6nz45r7w56qk0y"
+  (patches (search-patches 
"python-acme-dont-use-openssl-rand.patch"))
+  (sha256
+   (base32
+"0ry6vhfkhds28sg232hngwfnkqihsxv9r8w92c6nz45r7w56qk0y"
 (build-system python-build-system)
 (arguments
  `(#:phases



03/07: gnu: xf86-video-ati: Update to 7.10.0.

2017-09-17 Thread Marius Bakke
mbakke pushed a commit to branch master
in repository guix.

commit 84023d2fa4a47e3ac0248d304324161c041858aa
Author: Marius Bakke 
Date:   Sun Sep 17 17:10:50 2017 +0200

gnu: xf86-video-ati: Update to 7.10.0.

* gnu/packages/xorg.scm (xf86-video-ati): Update to 7.10.0.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index dfd1420..77d68f3 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2646,7 +2646,7 @@ as USB mice.")
 (define-public xf86-video-ati
   (package
 (name "xf86-video-ati")
-(version "7.9.0")
+(version "7.10.0")
 (source
   (origin
 (method url-fetch)
@@ -2656,7 +2656,7 @@ as USB mice.")
".tar.bz2"))
 (sha256
   (base32
-"0xcq0lncb5p4sas5866qpkjyp1v8ksalw7m1gmqb3brhccp8gb9w"
+"0yafix56vkqglw243cwb94nv91vbjv12sqh29x1bap0hwd1dclgf"
 (build-system gnu-build-system)
 (inputs `(("mesa" ,mesa)
   ("xxf86driproto" ,xf86driproto)



05/07: gnu: lftp: Update to 4.8.1.

2017-09-17 Thread Marius Bakke
mbakke pushed a commit to branch master
in repository guix.

commit f2cc1b31365190fc97dc64e0fb6ca5a8b7cad217
Author: Marius Bakke 
Date:   Sun Sep 17 17:11:59 2017 +0200

gnu: lftp: Update to 4.8.1.

* gnu/packages/ftp.scm (lftp): Update to 4.8.1.
---
 gnu/packages/ftp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index 63a4054..ab8828e 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -46,7 +46,7 @@
 (define-public lftp
   (package
 (name "lftp")
-(version "4.7.8")
+(version "4.8.1")
 (source (origin
   (method url-fetch)
   ;; See https://lftp.tech/get.html for mirrors.
@@ -58,7 +58,7 @@
 "ftp/lftp/lftp-" version ".tar.xz")))
   (sha256
(base32
-"19ijsmbb5589vg5ga355ys3075z6s2x2h0bdbga343hfqmnid2pi"
+"09vvwn5w3n8ahx57b7n6qvg1abnw9w7mm4d8p381pliab6jxlw77"
 (build-system gnu-build-system)
 (native-inputs
  `(("pkg-config" ,pkg-config)))



04/07: gnu: jasper: Update to 2.0.14.

2017-09-17 Thread Marius Bakke
mbakke pushed a commit to branch master
in repository guix.

commit 4c7ad0bc6c66a46a895c3038d512c0a09be49179
Author: Marius Bakke 
Date:   Sun Sep 17 17:11:23 2017 +0200

gnu: jasper: Update to 2.0.14.

* gnu/packages/image.scm (jasper): Update to 2.0.14.
---
 gnu/packages/image.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index d45f08d..e525c75 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -934,7 +934,7 @@ convert, manipulate, filter and display a wide variety of 
image formats.")
 (define-public jasper
   (package
 (name "jasper")
-(version "2.0.13")
+(version "2.0.14")
 (source (origin
   (method url-fetch)
   (uri (string-append "https://github.com/mdadams/jasper/archive/;
@@ -942,7 +942,7 @@ convert, manipulate, filter and display a wide variety of 
image formats.")
   (file-name (string-append name "-" version ".tar.gz"))
   (sha256
(base32
-"090cyqcvqp4y12nc57gvcbrk3ap1rnnixd4qj90sx0pw3fs1615m"
+"0yx9y5y0g6jv142vnqp50j3k8k5yqznz3smrblv192wgfbm6w9l5"
 (build-system cmake-build-system)
 (inputs `(("libjpeg" ,libjpeg)))
 (synopsis "JPEG-2000 library")



06/07: gnu: python-pyopenssl: Update to 17.3.0.

2017-09-17 Thread Marius Bakke
mbakke pushed a commit to branch master
in repository guix.

commit 0c19c0f272f89fd94e88f1d7fd8e581b47bad3e7
Author: Marius Bakke 
Date:   Sun Sep 17 17:13:37 2017 +0200

gnu: python-pyopenssl: Update to 17.3.0.

* gnu/packages/python.scm (python-pyopenssl): Update to 17.3.0.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 475b690..a0aef0f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7980,14 +7980,14 @@ message digests and key derivation functions.")
 (define-public python-pyopenssl
   (package
 (name "python-pyopenssl")
-(version "17.2.0")
+(version "17.3.0")
 (source
  (origin
(method url-fetch)
(uri (pypi-uri "pyOpenSSL" version))
(sha256
 (base32
- "0d283g4zi0hr9papd24mjl70mi15gyzq6fx618rizi87dgipqqax"
+ "0xkc1wfnpg6abzllivg3ylhc63npjdy1v81f4kc08bm8cj80nqr9"
 (build-system python-build-system)
 (arguments
  '(#:phases



branch master updated (86805c1 -> 881006b)

2017-09-17 Thread Marius Bakke
mbakke pushed a change to branch master
in repository guix.

  from  86805c1   gnu: ruby-2.2: Update to 2.2.8.  Fix 
CVE-2017-{0898,10784,14033,14064}.
   new  273027d   gnu: strace: Update to 4.19.
   new  6b19283   gnu: xf86-input-libinput: Update to 0.26.0.
   new  84023d2   gnu: xf86-video-ati: Update to 7.10.0.
   new  4c7ad0b   gnu: jasper: Update to 2.0.14.
   new  f2cc1b3   gnu: lftp: Update to 4.8.1.
   new  0c19c0f   gnu: python-pyopenssl: Update to 17.3.0.
   new  881006b   gnu: certbot: Fix build with python-pyopenssl >= 17.3.0.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/local.mk   |  1 +
 gnu/packages/ftp.scm   |  4 ++--
 gnu/packages/image.scm |  4 ++--
 gnu/packages/linux.scm |  4 ++--
 .../python-acme-dont-use-openssl-rand.patch| 28 ++
 gnu/packages/python.scm|  4 ++--
 gnu/packages/tls.scm   |  7 +++---
 gnu/packages/xorg.scm  |  8 +++
 8 files changed, 45 insertions(+), 15 deletions(-)
 create mode 100644 gnu/packages/patches/python-acme-dont-use-openssl-rand.patch



01/07: gnu: strace: Update to 4.19.

2017-09-17 Thread Marius Bakke
mbakke pushed a commit to branch master
in repository guix.

commit 273027da47a920caab43f61f93fb3e44d8cc6252
Author: Marius Bakke 
Date:   Wed Sep 13 16:19:24 2017 +0200

gnu: strace: Update to 4.19.

* gnu/packages/linux.scm (strace): Update to 4.19.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 874f94b..4761521 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -871,14 +871,14 @@ Zerofree requires the file system to be unmounted or 
mounted read-only.")
 (define-public strace
   (package
 (name "strace")
-(version "4.18")
+(version "4.19")
 (source (origin
  (method url-fetch)
  (uri (string-append "mirror://sourceforge/strace/strace/" version
  "/strace-" version ".tar.xz"))
  (sha256
   (base32
-   "026agy9nq238nx3ynhmi8h3vx96yra4xacfsm2ybs9k23ry8ibc9"
+   "10bjh2mrkvx41fk60b2iqv5b5k4r7a3qdsx04iyg904jqb3fp4vw"
 (build-system gnu-build-system)
 (arguments
  '(#:phases



02/07: gnu: xf86-input-libinput: Update to 0.26.0.

2017-09-17 Thread Marius Bakke
mbakke pushed a commit to branch master
in repository guix.

commit 6b192837e0be3f2ef831c74f7edeec6f19dc9c91
Author: Marius Bakke 
Date:   Sun Sep 17 17:07:38 2017 +0200

gnu: xf86-input-libinput: Update to 0.26.0.

* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.26.0.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b721538..dfd1420 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2418,7 +2418,7 @@ including most mice, keyboards, tablets and 
touchscreens.")
 (define-public xf86-input-libinput
   (package
 (name "xf86-input-libinput")
-(version "0.25.1")
+(version "0.26.0")
 (source (origin
   (method url-fetch)
   (uri (string-append
@@ -2426,7 +2426,7 @@ including most mice, keyboards, tablets and 
touchscreens.")
 name "-" version ".tar.bz2"))
   (sha256
(base32
-"1q67hjd67ni1nq7kgxdrrdgkyhzaqvvn2vlnsiiq9w4y3icpv7s8"
+"0yrqs88b7yn9nljwlxzn76jfmvf0sh939kzij5b2jvr2qa7mbjmb"
 (build-system gnu-build-system)
 (arguments
  '(#:configure-flags



02/03: gnu: ruby-2.3: Update to 2.3.5. Fix CVE-2017-{0898, 10784, 14033, 14064}.

2017-09-17 Thread Ben Woodcroft
benwoodcroft pushed a commit to branch master
in repository guix.

commit c351e8cea5aff6aea434953f94c943d1e2224ce8
Author: Ben Woodcroft 
Date:   Sun Sep 17 19:51:06 2017 +1000

gnu: ruby-2.3: Update to 2.3.5.  Fix CVE-2017-{0898,10784,14033,14064}.

* gnu/packages/ruby.scm (ruby-2.3): Update to 2.3.5.
[source]: Remove patch.
* gnu/packages/patches/ruby-2.3.4-rubygems-2613-ruby23.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
---
 gnu/local.mk   |   1 -
 .../patches/ruby-2.3.4-rubygems-2613-ruby23.patch  | 355 -
 gnu/packages/ruby.scm  |   5 +-
 3 files changed, 2 insertions(+), 359 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 5c1144e..76bf1f7 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1013,7 +1013,6 @@ dist_patch_DATA = 
\
   %D%/packages/patches/ruby-concurrent-ignore-broken-test.patch\
   %D%/packages/patches/ruby-concurrent-test-arm.patch  \
   %D%/packages/patches/ruby-2.2.7-rubygems-2613-ruby22.patch   \
-  %D%/packages/patches/ruby-2.3.4-rubygems-2613-ruby23.patch   \
   %D%/packages/patches/ruby-rack-ignore-failing-test.patch  \
   %D%/packages/patches/ruby-tzinfo-data-ignore-broken-test.patch\
   %D%/packages/patches/rxvt-unicode-escape-sequences.patch \
diff --git a/gnu/packages/patches/ruby-2.3.4-rubygems-2613-ruby23.patch 
b/gnu/packages/patches/ruby-2.3.4-rubygems-2613-ruby23.patch
deleted file mode 100644
index 8f47582..000
--- a/gnu/packages/patches/ruby-2.3.4-rubygems-2613-ruby23.patch
+++ /dev/null
@@ -1,355 +0,0 @@
-diff --git lib/rubygems.rb lib/rubygems.rb
-index 04031c765c..9c0219ce06 100644
 ruby-2.3.4/lib/rubygems.rb
-+++ ruby-2.3.4/lib/rubygems.rb
-@@ -10,7 +10,7 @@
- require 'thread'
- 
- module Gem
--  VERSION = '2.5.2'
-+  VERSION = '2.5.2.1'
- end
- 
- # Must be first since it unloads the prelude from 1.9.2
-diff --git lib/rubygems/commands/query_command.rb 
lib/rubygems/commands/query_command.rb
-index d6196b44ed..61e9808860 100644
 ruby-2.3.4/lib/rubygems/commands/query_command.rb
-+++ ruby-2.3.4/lib/rubygems/commands/query_command.rb
-@@ -226,7 +226,7 @@ def output_versions output, versions
- end
-   end
- 
--  output << make_entry(matching_tuples, platforms)
-+  output << clean_text(make_entry(matching_tuples, platforms))
- end
-   end
- 
-@@ -344,7 +344,8 @@ def spec_platforms entry, platforms
-   end
- 
-   def spec_summary entry, spec
--entry << "\n\n" << format_text(spec.summary, 68, 4)
-+summary = truncate_text(spec.summary, "the summary for #{spec.full_name}")
-+entry << "\n\n" << format_text(summary, 68, 4)
-   end
- 
- end
-diff --git lib/rubygems/installer.rb lib/rubygems/installer.rb
-index 85358e0d1a..709b77d126 100644
 ruby-2.3.4/lib/rubygems/installer.rb
-+++ ruby-2.3.4/lib/rubygems/installer.rb
-@@ -693,6 +693,11 @@ def verify_gem_home(unpack = false) # :nodoc:
-   unpack or File.writable?(gem_home)
-   end
- 
-+  def verify_spec_name
-+return if spec.name =~ Gem::Specification::VALID_NAME_PATTERN
-+raise Gem::InstallError, "#{spec} has an invalid name"
-+  end
-+
-   ##
-   # Return the text for an application file.
- 
-@@ -812,6 +817,8 @@ def pre_install_checks
- 
- ensure_loadable_spec
- 
-+verify_spec_name
-+
- if options[:install_as_default]
-   Gem.ensure_default_gem_subdirectories gem_home
- else
-diff --git lib/rubygems/remote_fetcher.rb lib/rubygems/remote_fetcher.rb
-index fda1e067ef..254bebfadf 100644
 ruby-2.3.4/lib/rubygems/remote_fetcher.rb
-+++ ruby-2.3.4/lib/rubygems/remote_fetcher.rb
-@@ -104,7 +104,7 @@ def api_endpoint(uri)
- else
-   target = res.target.to_s.strip
- 
--  if /\.#{Regexp.quote(host)}\z/ =~ target
-+  if URI("http://; + target).host.end_with?(".#{host}")
- return URI.parse "#{uri.scheme}://#{target}#{uri.path}"
-   end
- 
-diff --git lib/rubygems/specification.rb lib/rubygems/specification.rb
-index 8e2557cdb2..dd4fde1776 100644
 ruby-2.3.4/lib/rubygems/specification.rb
-+++ ruby-2.3.4/lib/rubygems/specification.rb
-@@ -108,6 +108,8 @@ class Gem::Specification < Gem::BasicSpecification
- 
-   private_constant :LOAD_CACHE if defined? private_constant
- 
-+  VALID_NAME_PATTERN = /\A[a-zA-Z0-9\.\-\_]+\z/ # :nodoc:
-+
-   # :startdoc:
- 
-   ##
-@@ -2665,9 +2667,15 @@ def validate packaging = true
-   end
- end
- 
--unless String === name then
-+if !name.is_a?(String) then
-   raise Gem::InvalidSpecificationException,
--"invalid value for attribute name: \"#{name.inspect}\""
-+"invalid value for attribute name: \"#{name.inspect}\" must be a 
string"
-+elsif name !~ /[a-zA-Z]/ then
-+  raise Gem::InvalidSpecificationException,
-+"invalid value for attribute name: #{name.dump} must include at 
least one letter"
-+

branch master updated (0329f6f -> 86805c1)

2017-09-17 Thread Ben Woodcroft
benwoodcroft pushed a change to branch master
in repository guix.

  from  0329f6f   gnu: efl: Hardcode libcurl path.
   new  312e8a9   ruby: Update replacement to 2.4.2.  Fix 
CVE-2017-{0898,10784,14033,14064}.
   new  c351e8c   gnu: ruby-2.3: Update to 2.3.5.  Fix 
CVE-2017-{0898,10784,14033,14064}.
   new  86805c1   gnu: ruby-2.2: Update to 2.2.8.  Fix 
CVE-2017-{0898,10784,14033,14064}.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/local.mk   |   4 -
 .../patches/ruby-2.2.7-rubygems-2613-ruby22.patch  | 355 -
 .../patches/ruby-2.3.4-rubygems-2613-ruby23.patch  | 355 -
 .../patches/ruby-rubygems-2612-ruby24.patch| 437 -
 .../patches/ruby-rubygems-2613-ruby24.patch| 355 -
 gnu/packages/ruby.scm  |  23 +-
 6 files changed, 9 insertions(+), 1520 deletions(-)
 delete mode 100644 gnu/packages/patches/ruby-2.2.7-rubygems-2613-ruby22.patch
 delete mode 100644 gnu/packages/patches/ruby-2.3.4-rubygems-2613-ruby23.patch
 delete mode 100644 gnu/packages/patches/ruby-rubygems-2612-ruby24.patch
 delete mode 100644 gnu/packages/patches/ruby-rubygems-2613-ruby24.patch



01/03: ruby: Update replacement to 2.4.2. Fix CVE-2017-{0898, 10784, 14033, 14064}.

2017-09-17 Thread Ben Woodcroft
benwoodcroft pushed a commit to branch master
in repository guix.

commit 312e8a9993bfcc85782bc7090b6cb06027dd4449
Author: Ben Woodcroft 
Date:   Sun Sep 17 11:31:49 2017 +1000

ruby: Update replacement to 2.4.2.  Fix CVE-2017-{0898,10784,14033,14064}.

* gnu/packages/ruby.scm (ruby): Update replacement to 2.4.2.
(ruby-2.4.1): Rename to ...
(ruby-2.4.2): ... this.
[source]: Remove patches.
* gnu/packages/patches/ruby-rubygems-2612-ruby24.patch,
gnu/packages/patches/ruby-rubygems-2613-ruby24.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
---
 gnu/local.mk   |   2 -
 .../patches/ruby-rubygems-2612-ruby24.patch| 437 -
 .../patches/ruby-rubygems-2613-ruby24.patch| 355 -
 gnu/packages/ruby.scm  |  13 +-
 4 files changed, 5 insertions(+), 802 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 418cc5e..5c1144e 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1012,8 +1012,6 @@ dist_patch_DATA = 
\
   %D%/packages/patches/rsem-makefile.patch \
   %D%/packages/patches/ruby-concurrent-ignore-broken-test.patch\
   %D%/packages/patches/ruby-concurrent-test-arm.patch  \
-  %D%/packages/patches/ruby-rubygems-2612-ruby24.patch \
-  %D%/packages/patches/ruby-rubygems-2613-ruby24.patch \
   %D%/packages/patches/ruby-2.2.7-rubygems-2613-ruby22.patch   \
   %D%/packages/patches/ruby-2.3.4-rubygems-2613-ruby23.patch   \
   %D%/packages/patches/ruby-rack-ignore-failing-test.patch  \
diff --git a/gnu/packages/patches/ruby-rubygems-2612-ruby24.patch 
b/gnu/packages/patches/ruby-rubygems-2612-ruby24.patch
deleted file mode 100644
index 8ee32c0..000
--- a/gnu/packages/patches/ruby-rubygems-2612-ruby24.patch
+++ /dev/null
@@ -1,437 +0,0 @@
-diff --git lib/rubygems.rb lib/rubygems.rb
-index 5cd1a4c47a..bc5bf9b4c2 100644
 ruby-2.4.1/lib/rubygems.rb
-+++ ruby-2.4.1/lib/rubygems.rb
-@@ -10,7 +10,7 @@
- require 'thread'
- 
- module Gem
--  VERSION = "2.6.11"
-+  VERSION = "2.6.12"
- end
- 
- # Must be first since it unloads the prelude from 1.9.2
-@@ -234,6 +234,7 @@ def self.needs
- 
-   def self.finish_resolve(request_set=Gem::RequestSet.new)
- request_set.import Gem::Specification.unresolved_deps.values
-+request_set.import Gem.loaded_specs.values.map {|s| 
Gem::Dependency.new(s.name, s.version) }
- 
- request_set.resolve_current.each do |s|
-   s.full_spec.activate
-diff --git lib/rubygems/commands/open_command.rb 
lib/rubygems/commands/open_command.rb
-index a89b7421e3..059635e835 100644
 ruby-2.4.1/lib/rubygems/commands/open_command.rb
-+++ ruby-2.4.1/lib/rubygems/commands/open_command.rb
-@@ -72,7 +72,7 @@ def open_editor path
-   end
- 
-   def spec_for name
--spec = Gem::Specification.find_all_by_name(name, @version).last
-+spec = Gem::Specification.find_all_by_name(name, @version).first
- 
- return spec if spec
- 
-diff --git lib/rubygems/commands/query_command.rb 
lib/rubygems/commands/query_command.rb
-index f25d120b88..70f8127292 100644
 ruby-2.4.1/lib/rubygems/commands/query_command.rb
-+++ ruby-2.4.1/lib/rubygems/commands/query_command.rb
-@@ -86,7 +86,7 @@ def execute
-   name = Array(options[:name])
- else
-   args = options[:args].to_a
--  name = options[:exact] ? args : args.map{|arg| /#{arg}/i }
-+  name = options[:exact] ? args.map{|arg| /\A#{Regexp.escape(arg)}\Z/ } : 
args.map{|arg| /#{arg}/i }
- end
- 
- prerelease = options[:prerelease]
-diff --git lib/rubygems/commands/sources_command.rb 
lib/rubygems/commands/sources_command.rb
-index 9832afd214..7e46963a4c 100644
 ruby-2.4.1/lib/rubygems/commands/sources_command.rb
-+++ ruby-2.4.1/lib/rubygems/commands/sources_command.rb
-@@ -44,7 +44,7 @@ def add_source source_uri # :nodoc:
- source = Gem::Source.new source_uri
- 
- begin
--  if Gem.sources.include? source_uri then
-+  if Gem.sources.include? source then
- say "source #{source_uri} already present in the cache"
-   else
- source.load_specs :released
-diff --git lib/rubygems/dependency_list.rb lib/rubygems/dependency_list.rb
-index 35fe7c4c1a..d8314eaf60 100644
 ruby-2.4.1/lib/rubygems/dependency_list.rb
-+++ ruby-2.4.1/lib/rubygems/dependency_list.rb
-@@ -104,7 +104,7 @@ def find_name(full_name)
-   end
- 
-   def inspect # :nodoc:
--"#<%s:0x%x %p>" % [self.class, object_id, map { |s| s.full_name }]
-+"%s %p>" % [super[0..-2], map { |s| s.full_name }]
-   end
- 
-   ##
-diff --git lib/rubygems/installer.rb lib/rubygems/installer.rb
-index f4d3e728de..967543c2d1 100644
 ruby-2.4.1/lib/rubygems/installer.rb
-+++ ruby-2.4.1/lib/rubygems/installer.rb
-@@ -214,7 +214,7 @@ def check_executable_overwrite filename # :nodoc:
- 
-   ruby_executable = true
-   existing = io.read.slice(%r{

03/03: gnu: ruby-2.2: Update to 2.2.8. Fix CVE-2017-{0898, 10784, 14033, 14064}.

2017-09-17 Thread Ben Woodcroft
benwoodcroft pushed a commit to branch master
in repository guix.

commit 86805c1ba39d15637e69fd4cf74839ba9af0e174
Author: Ben Woodcroft 
Date:   Sun Sep 17 20:06:22 2017 +1000

gnu: ruby-2.2: Update to 2.2.8.  Fix CVE-2017-{0898,10784,14033,14064}.

* gnu/packages/ruby.scm (ruby-2.2): Update to 2.2.8.
[source]: Remove patch.
* gnu/packages/patches/ruby-2.2.7-rubygems-2613-ruby22.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
---
 gnu/local.mk   |   1 -
 .../patches/ruby-2.2.7-rubygems-2613-ruby22.patch  | 355 -
 gnu/packages/ruby.scm  |   5 +-
 3 files changed, 2 insertions(+), 359 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 76bf1f7..7c1ffba 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1012,7 +1012,6 @@ dist_patch_DATA = 
\
   %D%/packages/patches/rsem-makefile.patch \
   %D%/packages/patches/ruby-concurrent-ignore-broken-test.patch\
   %D%/packages/patches/ruby-concurrent-test-arm.patch  \
-  %D%/packages/patches/ruby-2.2.7-rubygems-2613-ruby22.patch   \
   %D%/packages/patches/ruby-rack-ignore-failing-test.patch  \
   %D%/packages/patches/ruby-tzinfo-data-ignore-broken-test.patch\
   %D%/packages/patches/rxvt-unicode-escape-sequences.patch \
diff --git a/gnu/packages/patches/ruby-2.2.7-rubygems-2613-ruby22.patch 
b/gnu/packages/patches/ruby-2.2.7-rubygems-2613-ruby22.patch
deleted file mode 100644
index d68b836..000
--- a/gnu/packages/patches/ruby-2.2.7-rubygems-2613-ruby22.patch
+++ /dev/null
@@ -1,355 +0,0 @@
-diff --git lib/rubygems.rb lib/rubygems.rb
-index f48496aa31..0e1855b148 100644
 ruby-2.2.7/lib/rubygems.rb
-+++ ruby-2.2.7/lib/rubygems.rb
-@@ -9,7 +9,7 @@ require 'rbconfig'
- require 'thread'
- 
- module Gem
--  VERSION = '2.4.5.2'
-+  VERSION = '2.4.5.3'
- end
- 
- # Must be first since it unloads the prelude from 1.9.2
-diff --git lib/rubygems/commands/query_command.rb 
lib/rubygems/commands/query_command.rb
-index 432250e033..44364cfab2 100644
 ruby-2.2.7/lib/rubygems/commands/query_command.rb
-+++ ruby-2.2.7/lib/rubygems/commands/query_command.rb
-@@ -218,7 +218,7 @@ is too hard to use.
- end
-   end
- 
--  output << make_entry(matching_tuples, platforms)
-+  output << clean_text(make_entry(matching_tuples, platforms))
- end
-   end
- 
-@@ -336,7 +336,8 @@ is too hard to use.
-   end
- 
-   def spec_summary entry, spec
--entry << "\n\n" << format_text(spec.summary, 68, 4)
-+summary = truncate_text(spec.summary, "the summary for #{spec.full_name}")
-+entry << "\n\n" << format_text(summary, 68, 4)
-   end
- 
- end
-diff --git lib/rubygems/installer.rb lib/rubygems/installer.rb
-index 10fc1a34a5..a27569fe2e 100644
 ruby-2.2.7/lib/rubygems/installer.rb
-+++ ruby-2.2.7/lib/rubygems/installer.rb
-@@ -646,6 +646,11 @@ class Gem::Installer
-   unpack or File.writable?(gem_home)
-   end
- 
-+  def verify_spec_name
-+return if spec.name =~ Gem::Specification::VALID_NAME_PATTERN
-+raise Gem::InstallError, "#{spec} has an invalid name"
-+  end
-+
-   ##
-   # Return the text for an application file.
- 
-@@ -771,6 +776,8 @@ TEXT
- 
- ensure_loadable_spec
- 
-+verify_spec_name
-+
- if options[:install_as_default]
-   Gem.ensure_default_gem_subdirectories gem_home
- else
-diff --git lib/rubygems/remote_fetcher.rb lib/rubygems/remote_fetcher.rb
-index b1f6dd17fc..2b9d61c0a1 100644
 ruby-2.2.7/lib/rubygems/remote_fetcher.rb
-+++ ruby-2.2.7/lib/rubygems/remote_fetcher.rb
-@@ -96,7 +96,7 @@ class Gem::RemoteFetcher
- else
-   target = res.target.to_s.strip
- 
--  if /\.#{Regexp.quote(host)}\z/ =~ target
-+  if URI("http://; + target).host.end_with?(".#{host}")
- return URI.parse "#{uri.scheme}://#{target}#{uri.path}"
-   end
- 
-diff --git lib/rubygems/specification.rb lib/rubygems/specification.rb
-index ab1cd92270..faca837128 100644
 ruby-2.2.7/lib/rubygems/specification.rb
-+++ ruby-2.2.7/lib/rubygems/specification.rb
-@@ -106,6 +106,8 @@ class Gem::Specification < Gem::BasicSpecification
- 
-   private_constant :LOAD_CACHE if defined? private_constant
- 
-+  VALID_NAME_PATTERN = /\A[a-zA-Z0-9\.\-\_]+\z/ # :nodoc:
-+
-   # :startdoc:
- 
-   ##
-@@ -2477,9 +2479,15 @@ class Gem::Specification < Gem::BasicSpecification
-   end
- end
- 
--unless String === name then
-+if !name.is_a?(String) then
-   raise Gem::InvalidSpecificationException,
--"invalid value for attribute name: \"#{name.inspect}\""
-+"invalid value for attribute name: \"#{name.inspect}\" must be a 
string"
-+elsif name !~ /[a-zA-Z]/ then
-+  raise Gem::InvalidSpecificationException,
-+"invalid value for attribute name: #{name.dump} must include at 
least one letter"
-+elsif name !~ VALID_NAME_PATTERN then

branch master updated (b659823 -> 0329f6f)

2017-09-17 Thread Efraim Flashner
efraim pushed a change to branch master
in repository guix.

  from  b659823   gnu: openfoam: Fix typo.
   new  0329f6f   gnu: efl: Hardcode libcurl path.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/packages/enlightenment.scm | 10 ++
 1 file changed, 10 insertions(+)



01/01: gnu: efl: Hardcode libcurl path.

2017-09-17 Thread Efraim Flashner
efraim pushed a commit to branch master
in repository guix.

commit 0329f6f76c147f84b7de2faf847a62a6db3d7158
Author: Efraim Flashner 
Date:   Sun Sep 17 12:58:53 2017 +0300

gnu: efl: Hardcode libcurl path.

* gnu/packages/enlightenment.scm (efl)[arguments]: Hardcode the location
of libcurl.so.
---
 gnu/packages/enlightenment.scm | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index aa7b87c..ec22d8a 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -149,6 +149,16 @@
"--enable-drm")
#:phases
(modify-phases %standard-phases
+ ;; If we don't hardcode the location of libcurl.so then we
+ ;; have to wrap the outputs of efl's dependencies in curl.
+ (add-after 'unpack 'hardcode-libcurl-location
+   (lambda* (#:key inputs #:allow-other-keys)
+ (let* ((curl (assoc-ref inputs "curl"))
+(lib  (string-append curl "/lib/")))
+   (substitute* "src/lib/ecore_con/ecore_con_url_curl.c"
+ (("libcurl.so.?" libcurl) ; libcurl.so.[45]
+  (string-append lib libcurl)))
+   #t)))
  (add-after 'unpack 'set-home-directory
;; FATAL: Cannot create run dir '/homeless-shelter/.run' - errno=2
(lambda _ (setenv "HOME" "/tmp") #t)



01/02: gnu: owncloud-client: Update to 2.3.3.

2017-09-17 Thread Efraim Flashner
efraim pushed a commit to branch master
in repository guix.

commit 5fb17ed92e910030b86cc6f1eec50a2c3b725b08
Author: Efraim Flashner 
Date:   Sun Sep 17 10:00:10 2017 +0300

gnu: owncloud-client: Update to 2.3.3.

* gnu/packages/sync.scm (owncloud-client): Update to 2.3.3.
---
 gnu/packages/sync.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm
index a914d41..66e9c4e 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -35,14 +35,14 @@
 (define-public owncloud-client
   (package
 (name "owncloud-client")
-(version "2.3.1")
+(version "2.3.3")
 (source
  (origin
(method url-fetch)
(uri (string-append "https://download.owncloud.com/desktop/stable/;
"owncloudclient-" version ".tar.xz"))
(sha256
-(base32 "051rky4rpm73flxxkhfdxqq23ncnk4ixhscbg74w82sa4d93f54k"))
+(base32 "1r5ddln1wc9iyjizgqb104i0r6qhzsmm2wdnxfaif119cv0vphda"))
(modules '((guix build utils)))
(snippet
 '(begin



02/02: gnu: openfoam: Fix typo.

2017-09-17 Thread Efraim Flashner
efraim pushed a commit to branch master
in repository guix.

commit b6598237f224f15f8f24de21acb38178da0e0540
Author: Efraim Flashner 
Date:   Sun Sep 17 10:12:30 2017 +0300

gnu: openfoam: Fix typo.

* gnu/packages/simulation.scm (openfoam)[description]: Add a period to
the end of the sentence.
---
 gnu/packages/simulation.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index 014aef4..cda6f3c 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -207,6 +207,6 @@ integral form.  Physical processes such as phase change, 
droplet transport and
 chemical reaction can be modelled.  Numerical methods are included to deal with
 sharp gradients, such as those encountered in flows with shock waves and flows
 with gas/liquid interfaces.  Large problems may be split into smaller, 
connected
-problems for efficient solution on parallel systems")
+problems for efficient solution on parallel systems.")
 (license license:gpl3+)
 (home-page "https://openfoam.org;)))



branch master updated (ea8afaf -> b659823)

2017-09-17 Thread Efraim Flashner
efraim pushed a change to branch master
in repository guix.

  from  ea8afaf   gnu: bluefish: Update to 2.2.10.
   new  5fb17ed   gnu: owncloud-client: Update to 2.3.3.
   new  b659823   gnu: openfoam: Fix typo.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/packages/simulation.scm | 2 +-
 gnu/packages/sync.scm   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)



branch master updated (da1f7a9 -> ea8afaf)

2017-09-17 Thread ???
iyzsong pushed a change to branch master
in repository guix.

  from  da1f7a9   gnu: python-orator: Move to (gnu packages databases).
   new  ea8afaf   gnu: bluefish: Update to 2.2.10.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



01/01: gnu: bluefish: Update to 2.2.10.

2017-09-17 Thread ???
iyzsong pushed a commit to branch master
in repository guix.

commit ea8afaf3f1376f86a4b97943642cf9dcfdb4dffb
Author: rennes 
Date:   Sat Sep 16 12:21:07 2017 -0500

gnu: bluefish: Update to 2.2.10.

* gnu/packages/gnome.scm (bluefish): Update to 2.2.10.

Signed-off-by: 宋文武 
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 59f3ac3..4e596c5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6420,7 +6420,7 @@ only know by its Unicode name or code point.")
 (define-public bluefish
   (package
 (name "bluefish")
-(version "2.2.9")
+(version "2.2.10")
 (source
  (origin
(method url-fetch)
@@ -6428,7 +6428,7 @@ only know by its Unicode name or code point.")
name "-" version ".tar.gz"))
(sha256
 (base32
- "1vnl6raxbvc4hacg3pr6sqyjh707d304dhk5nyhlp7m0m1y3j756"
+ "1jw4has7lbp77lqmzvnnjmqcf0lacjfnka873lkkwdyrpzc4c1q4"
 (build-system gnu-build-system)
 (native-inputs
  `(("desktop-file-utils" ,desktop-file-utils)