09/10: gnu: highlight: Update to 3.47.

2018-10-31 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master
in repository guix.

commit 38fda1cc36f55bd2c99fdd534b269c8807fc5799
Author: Tobias Geerinckx-Rice 
Date:   Thu Nov 1 04:14:15 2018 +0100

gnu: highlight: Update to 3.47.

* gnu/packages/pretty-print.scm (highlight): Update to 3.47.
---
 gnu/packages/pretty-print.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index ad42985..bdb5dbb 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -244,7 +244,7 @@ seen in a terminal.")
 (define-public highlight
   (package
 (name "highlight")
-(version "3.42")
+(version "3.47")
 (source
  (origin
(method url-fetch)
@@ -252,7 +252,7 @@ seen in a terminal.")
version ".tar.bz2"))
(sha256
 (base32
- "07iihzy8ckzdrxqd6bzbij4hy4mmlixibjnjviqfihd0hh1q30m5"
+ "0xidf8755lnx55x6p4ajgg4l145akjqswny41483fvg5lpa41i6f"
 (build-system gnu-build-system)
 (arguments
  `(#:tests? #f  ; no tests



10/10: gnu: whois: Update to 5.4.0.

2018-10-31 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master
in repository guix.

commit 66a2a47117af6625d3b6fab8d661bbe57ff648c1
Author: Tobias Geerinckx-Rice 
Date:   Thu Nov 1 04:29:02 2018 +0100

gnu: whois: Update to 5.4.0.

* gnu/packages/networking.scm (whois): Update to 5.4.0.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 5a0c464..5504742 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -538,7 +538,7 @@ and up to 1 Mbit/s downstream.")
 (define-public whois
   (package
 (name "whois")
-(version "5.3.2")
+(version "5.4.0")
 (source
  (origin
(method url-fetch)
@@ -546,7 +546,7 @@ and up to 1 Mbit/s downstream.")
name "_" version ".tar.xz"))
(sha256
 (base32
- "0m3352d5b0ragygbqjbaimghrbx4va2rixa34j5a1g3jj6l4nwbr"
+ "0y73b3z1akni620s1hlrijwdrk95ca1c8csjds48vpd6z86awx9p"
 (build-system gnu-build-system)
 (arguments
  `(#:tests? #f  ; no test suite



07/10: gnu: python-pynacl: Update to 1.3.0.

2018-10-31 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master
in repository guix.

commit 60ed87871dcf2924ec9fd167478b1ad6b21343b5
Author: Tobias Geerinckx-Rice 
Date:   Wed Oct 31 23:48:12 2018 +0100

gnu: python-pynacl: Update to 1.3.0.

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

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index f71b8a3..1a70f94 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -637,7 +637,7 @@ PKCS#8, PKCS#12, PKCS#5, X.509 and TSP.")
 (define-public python-pynacl
   (package
 (name "python-pynacl")
-(version "1.2.1")
+(version "1.3.0")
 (source
  (origin
(method url-fetch)
@@ -648,7 +648,7 @@ PKCS#8, PKCS#12, PKCS#5, X.509 and TSP.")
 #t))
(sha256
 (base32
- "1ada3qr83cliap6dk897vnvjkynij1kjqbwizdbgarazlyh8zlz0"
+ "0330wyvggm19xhmwmz9rrr97lzbv3siwfy50gmax3vvgs7nh0q8c"
 (build-system python-build-system)
 (arguments
  `(#:phases



01/10: gnu: julia: Update objconv input to 2018-10-07.

2018-10-31 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master
in repository guix.

commit 2930a39b165ce9e13e899fe66b82c03932e0e86b
Author: Tobias Geerinckx-Rice 
Date:   Wed Oct 31 15:54:38 2018 +0100

gnu: julia: Update objconv input to 2018-10-07.

* gnu/packages/julia.scm (julia)[input]: Update objconf to 2018-10-07.
---
 gnu/packages/julia.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm
index fb9b0ee..856bbc0 100644
--- a/gnu/packages/julia.scm
+++ b/gnu/packages/julia.scm
@@ -357,10 +357,10 @@
(method url-fetch)
;; No versioned URL, see  for 
updates.
(uri "https://www.agner.org/optimize/objconv.zip;)
-   (file-name "objconv-2018-08-15.zip")
+   (file-name "objconv-2018-10-07.zip")
(sha256
 (base32
- "09y4pwxfs6fl47cyingbf95i2rxx74wmycl9fd4ldcgvpx9bzdrx"
+ "0wp6ld9vk11f4nnkn56627zmlv9k5vafi99qa3yyn1pgcd61zcfs"
("dsfmt"
 ,(origin
(method url-fetch)



06/10: gnu: oniguruma: Update to 6.9.0.

2018-10-31 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master
in repository guix.

commit 351a12b0a7e57c9aa95e2780e7e568597a425892
Author: Tobias Geerinckx-Rice 
Date:   Wed Oct 31 22:49:49 2018 +0100

gnu: oniguruma: Update to 6.9.0.

* gnu/packages/textutils.scm (oniguruma): Update to 6.9.0.
---
 gnu/packages/textutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 8780bb2..084017d 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -338,7 +338,7 @@ as existing hashing techniques, with provably negligible 
risk of collisions.")
 (define-public oniguruma
   (package
 (name "oniguruma")
-(version "6.8.2")
+(version "6.9.0")
 (source (origin
   (method url-fetch)
   (uri (string-append "https://github.com/kkos/;
@@ -346,7 +346,7 @@ as existing hashing techniques, with provably negligible 
risk of collisions.")
   "/onig-" version ".tar.gz"))
   (sha256
(base32
-"00s9gjgb3srn5sbmx4x9bssn52mi04d868ghizssdhjlddgxmsmd"
+"1jg76i2ksf3s4bz4h3g2f9ac19q31lzxs11j900w7qqc0mgb5gwi"
 (build-system gnu-build-system)
 (home-page "https://github.com/kkos/oniguruma;)
 (synopsis "Regular expression library")



05/10: gnu: motion: Install translations.

2018-10-31 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master
in repository guix.

commit 33bddd309c398d3d2286a48f26e41b59350b7ef7
Author: Tobias Geerinckx-Rice 
Date:   Wed Oct 31 19:22:50 2018 +0100

gnu: motion: Install translations.

* gnu/packages/video.scm (motion)[native-inputs]: Add gettext-minimal.
---
 gnu/packages/video.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2eb79a8..34af248 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2927,6 +2927,7 @@ It counts more than 100 plugins.")
 (native-inputs
  `(("autoconf" ,autoconf-wrapper)
("automake" ,automake)
+   ("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)))
 (inputs
  `(("libjpeg" ,libjpeg)



08/10: gnu: python-jsonrpclib-pelix: Update to 0.3.2.

2018-10-31 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master
in repository guix.

commit a72d337fbc1a1b619de7867315fc1435a54894c8
Author: Tobias Geerinckx-Rice 
Date:   Thu Nov 1 03:21:00 2018 +0100

gnu: python-jsonrpclib-pelix: Update to 0.3.2.

* gnu/packages/python.scm (python-jsonrpclib-pelix): Update to 0.3.2.
[arguments]: Disable #:tests?.
---
 gnu/packages/python.scm | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 29b4a8e..a65573f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12824,15 +12824,17 @@ embeddable JavaScript engine.")
 (define-public python-jsonrpclib-pelix
   (package
 (name "python-jsonrpclib-pelix")
-(version "0.3.1")
+(version "0.3.2")
 (source
  (origin
(method url-fetch)
(uri (pypi-uri "jsonrpclib-pelix" version))
(sha256
 (base32
- "1qs95vxplxwspbrqy8bvc195s58iy43qkf75yrjfql2sim8b25sl"
+ "0f83z5zi7w32vprhk1dyc94ir1bh4hdd57bjdbwkq9ykng8qilhl"
 (build-system python-build-system)
+(arguments
+ `(#:tests? #f)); no tests in PyPI tarball
 (home-page "https://github.com/tcalmant/jsonrpclib/;)
 (synopsis "JSON-RPC 2.0 client library for Python")
 (description



03/10: Keep (gnu packages video) module imports in order.

2018-10-31 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master
in repository guix.

commit 4fbcfc148264b1ad97706d366dbd94ce4e02e56d
Author: Tobias Geerinckx-Rice 
Date:   Wed Oct 31 19:05:55 2018 +0100

Keep (gnu packages video) module imports in order.

* gnu/packages/video.scm (define-module): Re-order module imports
alphabetically.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index fb8e4fe..900198a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -67,6 +67,7 @@
   #:use-module (guix build-system trivial)
   #:use-module (gnu packages)
   #:use-module (gnu packages algebra)
+  #:use-module (gnu packages assembly)
   #:use-module (gnu packages audio)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages avahi)
@@ -140,8 +141,7 @@
   #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages xiph)
   #:use-module (gnu packages xml)
-  #:use-module (gnu packages xorg)
-  #:use-module (gnu packages assembly))
+  #:use-module (gnu packages xorg))
 
 (define-public aalib
   (package



02/10: gnu: motion: Update to 4.2.

2018-10-31 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master
in repository guix.

commit c3069cd183a5e00166c99da57668341e9767cab2
Author: Tobias Geerinckx-Rice 
Date:   Wed Oct 31 19:01:05 2018 +0100

gnu: motion: Update to 4.2.

* gnu/packages/video.scm (motion): Update to 4.2.
---
 gnu/packages/video.scm | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 4fcd15e..fb8e4fe 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -96,6 +96,7 @@
   #:use-module (gnu packages glib)
   #:use-module (gnu packages guile)
   #:use-module (gnu packages gnome)
+  #:use-module (gnu packages gnunet)
   #:use-module (gnu packages gnupg)
   #:use-module (gnu packages gstreamer)
   #:use-module (gnu packages gtk)
@@ -2911,7 +2912,7 @@ It counts more than 100 plugins.")
 (define-public motion
   (package
 (name "motion")
-(version "4.1.1")
+(version "4.2")
 (home-page "https://motion-project.github.io/;)
 (source (origin
   (method url-fetch)
@@ -2920,7 +2921,7 @@ It counts more than 100 plugins.")
 "release-" version ".tar.gz"))
   (sha256
(base32
-"1qm4i8zrqafl60sv2frhixvkd0wh0r5jfcrj5i6gha7yplsvjx10"))
+"1ad2zlz941lvb818g1nzlpcpbxgv0h05q164hafa805yqm7m1y3f"))
   (file-name (string-append name "-" version ".tar.gz"
 (build-system gnu-build-system)
 (native-inputs
@@ -2930,6 +2931,7 @@ It counts more than 100 plugins.")
 (inputs
  `(("libjpeg" ,libjpeg)
("ffmpeg" ,ffmpeg-3.4)
+   ("libmicrohttpd" ,libmicrohttpd)
("sqlite" ,sqlite)))
 (arguments
  '(#:phases (modify-phases %standard-phases



branch master updated (c16913d -> 66a2a47)

2018-10-31 Thread Tobias Geerinckx-Rice
nckx pushed a change to branch master
in repository guix.

  from  c16913d   gnu: myrepos: Update to 1.20180726.
   new  2930a39   gnu: julia: Update objconv input to 2018-10-07.
   new  c3069cd   gnu: motion: Update to 4.2.
   new  4fbcfc1   Keep (gnu packages video) module imports in order.
   new  2ea678f   gnu: motion: Don't use unstable tarball.
   new  33bddd3   gnu: motion: Install translations.
   new  351a12b   gnu: oniguruma: Update to 6.9.0.
   new  60ed878   gnu: python-pynacl: Update to 1.3.0.
   new  a72d337   gnu: python-jsonrpclib-pelix: Update to 0.3.2.
   new  38fda1c   gnu: highlight: Update to 3.47.
   new  66a2a47   gnu: whois: Update to 5.4.0.

The 10 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/julia.scm |  4 ++--
 gnu/packages/networking.scm|  4 ++--
 gnu/packages/pretty-print.scm  |  4 ++--
 gnu/packages/python-crypto.scm |  4 ++--
 gnu/packages/python.scm|  6 --
 gnu/packages/textutils.scm |  4 ++--
 gnu/packages/video.scm | 21 -
 7 files changed, 26 insertions(+), 21 deletions(-)



04/10: gnu: motion: Don't use unstable tarball.

2018-10-31 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master
in repository guix.

commit 2ea678fabfb57b05652fa8e0afe8fb6b1000473f
Author: Tobias Geerinckx-Rice 
Date:   Wed Oct 31 19:19:29 2018 +0100

gnu: motion: Don't use unstable tarball.

* gnu/packages/video.scm (motion)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
 gnu/packages/video.scm | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 900198a..2eb79a8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2915,14 +2915,14 @@ It counts more than 100 plugins.")
 (version "4.2")
 (home-page "https://motion-project.github.io/;)
 (source (origin
-  (method url-fetch)
-  (uri (string-append
-"https://github.com/Motion-Project/motion/archive/;
-"release-" version ".tar.gz"))
+  (method git-fetch)
+  (uri (git-reference
+(url "https://github.com/Motion-Project/motion.git;)
+(commit (string-append "release-" version
   (sha256
(base32
-"1ad2zlz941lvb818g1nzlpcpbxgv0h05q164hafa805yqm7m1y3f"))
-  (file-name (string-append name "-" version ".tar.gz"
+"0c0q6dl4v561m5y8bp0c0h4p3s52fjgcdnsrrf5ygdi288d3rfxv"))
+  (file-name (git-file-name name version
 (build-system gnu-build-system)
 (native-inputs
  `(("autoconf" ,autoconf-wrapper)



01/01: gnu: myrepos: Update to 1.20180726.

2018-10-31 Thread Efraim Flashner
efraim pushed a commit to branch master
in repository guix.

commit c16913d34df610f5e1560ab8da953e32b3a4e7d7
Author: Efraim Flashner 
Date:   Wed Oct 31 21:56:36 2018 +0200

gnu: myrepos: Update to 1.20180726.

* gnu/packages/version-control.scm (myrepos): Update to 1.20180726.
[source]: Remove patch.
* gnu/packages/patches/myrepos-CVE-2018-7032.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
---
 gnu/local.mk |  1 -
 gnu/packages/patches/myrepos-CVE-2018-7032.patch | 69 
 gnu/packages/version-control.scm |  5 +-
 3 files changed, 2 insertions(+), 73 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 6075e47..3207cec 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -973,7 +973,6 @@ dist_patch_DATA =   
\
   %D%/packages/patches/mupen64plus-ui-console-notice.patch \
   %D%/packages/patches/mupen64plus-video-z64-glew-correct-path.patch\
   %D%/packages/patches/mutt-store-references.patch \
-  %D%/packages/patches/myrepos-CVE-2018-7032.patch \
   %D%/packages/patches/net-tools-bitrot.patch  \
   %D%/packages/patches/netcdf-date-time.patch  \
   %D%/packages/patches/netcdf-tst_h_par.patch  \
diff --git a/gnu/packages/patches/myrepos-CVE-2018-7032.patch 
b/gnu/packages/patches/myrepos-CVE-2018-7032.patch
deleted file mode 100644
index ce9493e..000
--- a/gnu/packages/patches/myrepos-CVE-2018-7032.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-http://source.myrepos.branchable.com/?p=source.git;a=patch;h=40a3df21c73f1bb1b6915cc6fa503f50814664c8
-This can be removed with the next release. It was modified slightly to apply
-
-From 40a3df21c73f1bb1b6915cc6fa503f50814664c8 Mon Sep 17 00:00:00 2001
-From: Paul Wise 
-Date: Sun, 11 Feb 2018 21:57:49 +0800
-Subject: [PATCH] Mitigate vulnerabilities caused by some git remotes being
- able to execute code
-
-Set GIT_PROTOCOL_FROM_USER=0 with git versions newer than 2.12.
-
-Prevent remote websites from causing cloning of local repositories.
-
-Manually whitelist known-safe protocols (http, https, git, ssh)
-when using git versions older than 2.12.
-
-Fixes: CVE-2018-7032
-Fixes: https://bugs.debian.org/840014
-Suggestions-by: Jakub Wilk 
-Reported-by: Jakub Wilk 

- webcheckout | 22 +-
- 1 file changed, 21 insertions(+), 1 deletion(-)
-
-diff --git a/webcheckout b/webcheckout
-index e98da5c..de497ba 100755
 a/webcheckout
-+++ b/webcheckout
-@@ -71,6 +71,16 @@ use Getopt::Long;
- use warnings;
- use strict;
- 
-+# Mitigate some git remote types being dangerous
-+my $git_unsafe = 1;
-+my $git_version = `git --version`;
-+$git_version =~ s{^git version }{};
-+my ($major, $minor) = split(/\./, $git_version);
-+if (int($major) >= 2 && int($minor) >= 12) {
-+  $ENV{GIT_PROTOCOL_FROM_USER} = 0;
-+  $git_unsafe = 0;
-+}
-+
- # What to download.
- my $url;
- 
-@@ -89,7 +99,17 @@ my $destdir;
- 
- # how to perform checkouts
- my %handlers=(
--  git => sub { doit("git", "clone", shift, $destdir) },
--  svn => sub { doit("svn", "checkout", shift, $destdir) },
--  bzr => sub { doit("bzr", "branch", shift, $destdir) },
-+  git => sub {
-+  my $git_url = shift;
-+  # Reject unsafe URLs with older versions of git
-+  # that do not already check the URL safety.
-+  if ($git_unsafe && $git_url !~ 
m{^(?:(?:https?|git|ssh):[^:]|(?:[-_.A-Za-z0-9]+@)?[-_.A-Za-z0-9]+:(?!:|//))}) {
-+  print STDERR "potentially unsafe git URL, may fail, 
touch local files or execute arbitrary code\n";
-+  return 1;
-+  }
-+  # Reject cloning local directories too, webcheckout is for 
remote repos
-+  doit(qw(git -c protocol.file.allow=user clone --), $git_url, 
$destdir)
-+  },
-+  svn => sub { doit(qw(svn checkout --), shift, $destdir) },
-+  bzr => sub { doit(qw(bzr branch --), shift, $destdir) },
- );
--- 
-2.11.0
-
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index ccb1f5d..df0b2f0 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1730,7 +1730,7 @@ modification time.")
 (define-public myrepos
   (package
 (name "myrepos")
-(version "1.20171231")
+(version "1.20180726")
 (source
  (origin
(method git-fetch)
@@ -1739,8 +1739,7 @@ modification time.")
  (commit version)))
(file-name (string-append name "-" version "-checkout"))
(sha256
-(base32 "10q7lpx152xnkk701fscn4dq99q9znnmv3bc2482khhjg7z8rps0"))
-   (patches (search-patches "myrepos-CVE-2018-7032.patch"
+(base32 "0jphw61plm8cgklja6hs639xhdvxgvjwbr6jpvjwpp7hc5gmhms5"
 (build-system gnu-build-system)
 (inputs
  `(("perl" ,perl)))



branch master updated (c438e0c -> c16913d)

2018-10-31 Thread Efraim Flashner
efraim pushed a change to branch master
in repository guix.

  from  c438e0c   gnu: curl: Update grafted replacement to 7.62.0 [security 
fixes].
   new  c16913d   gnu: myrepos: Update to 1.20180726.

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/local.mk |  1 -
 gnu/packages/patches/myrepos-CVE-2018-7032.patch | 69 
 gnu/packages/version-control.scm |  5 +-
 3 files changed, 2 insertions(+), 73 deletions(-)
 delete mode 100644 gnu/packages/patches/myrepos-CVE-2018-7032.patch



01/01: gnu: curl: Update grafted replacement to 7.62.0 [security fixes].

2018-10-31 Thread Leo Famulari
lfam pushed a commit to branch master
in repository guix.

commit c438e0cc7471cfe0b7accd5763fa4095934fbf48
Author: Leo Famulari 
Date:   Wed Oct 31 13:43:53 2018 -0400

gnu: curl: Update grafted replacement to 7.62.0 [security fixes].

Fixes CVE-2018-{16839,16840,16842}.

* gnu/packages/curl.scm (curl)[replacement]: Update to 7.62.0.
(curl-7.61.1): Replace with ...
(curl-7.62.0): ... new variable.
---
 gnu/packages/curl.scm | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 6d45dc0..2fb8725 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -51,7 +51,7 @@
   (package
(name "curl")
(version "7.59.0")
-   (replacement curl-7.61.1)
+   (replacement curl-7.62.0)
(source (origin
 (method url-fetch)
 (uri (string-append "https://curl.haxx.se/download/curl-;
@@ -141,10 +141,10 @@ tunneling, and so on.")
   "See COPYING in the distribution."))
(home-page "https://curl.haxx.se/;)))
 
-(define-public curl-7.61.1
+(define-public curl-7.62.0
   (package
 (inherit curl)
-(version "7.61.1")
+(version "7.62.0")
 (source
   (origin
 (method url-fetch)
@@ -152,7 +152,7 @@ tunneling, and so on.")
 version ".tar.xz"))
 (sha256
  (base32
-  "148qv1f32290r9pwg07mccawihz4srznkzsdwdl2xllvlgb16n9x"))
+  "1hbm29r3pirhn4gkcnd94ylc4jzgn3v3v7qbay9awxg7bwx69dfs"))
 
 (define-public kurly
   (package



branch master updated (124e9d6 -> c438e0c)

2018-10-31 Thread Leo Famulari
lfam pushed a change to branch master
in repository guix.

  from  124e9d6   gnu: dolphin-emu: Update to commit 22ddd11.
   new  c438e0c   gnu: curl: Update grafted replacement to 7.62.0 [security 
fixes].

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/curl.scm | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)



01/01: gnu: dolphin-emu: Update to commit 22ddd11.

2018-10-31 Thread Rutger Helling
rhelling pushed a commit to branch master
in repository guix.

commit 124e9d6e0a6b3e0a5c230c79bdbbaf5bb345da42
Author: Rutger Helling 
Date:   Wed Oct 31 10:38:39 2018 +0100

gnu: dolphin-emu: Update to commit 22ddd11.

* gnu/packages/emulators.scm (dolphin-emu): Update to commit 22ddd11.
[arguments]: Return #t with phase 'fixgcc7.
---
 gnu/packages/emulators.scm | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 438e9df..2304b74 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -117,8 +117,8 @@
 
 ;; Building from recent Git because the official 5.0 release no longer builds.
 (define-public dolphin-emu
-  (let ((commit "5f0d825f40b8aabe13eaef32d44ab667ff8e8c28")
-(revision "3"))
+  (let ((commit "22ddd11573fd8d3e43a879804e7a64e50928435d")
+(revision "4"))
 (package
   (name "dolphin-emu")
   (version (git-version "5.0" revision commit))
@@ -144,7 +144,7 @@
  #t))
  (sha256
   (base32
-   "0dh7mih16aif9ynbgcsn7n10f89g8d232i86xqfp2rijsdggcmzl"
+   "01l6r8spaslqc73m3y7hfb2jx5a4848vdkman6x6w2arpb8bywzl"
   (build-system cmake-build-system)
   (arguments
'(#:tests? #f
@@ -153,7 +153,8 @@
(add-before 'configure 'fixgcc7
  (lambda _
(unsetenv "C_INCLUDE_PATH")
-   (unsetenv "CPLUS_INCLUDE_PATH")))
+   (unsetenv "CPLUS_INCLUDE_PATH")
+   #t))
(add-before 'configure 'generate-fonts
  (lambda* (#:key inputs outputs #:allow-other-keys)
(let ((fontfile



branch master updated (3126bee -> 124e9d6)

2018-10-31 Thread Rutger Helling
rhelling pushed a change to branch master
in repository guix.

  from  3126bee   gnu: wine-staging: Update to 3.19.
   new  124e9d6   gnu: dolphin-emu: Update to commit 22ddd11.

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/emulators.scm | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)



01/01: gnu: wine-staging: Update to 3.19.

2018-10-31 Thread Rutger Helling
rhelling pushed a commit to branch master
in repository guix.

commit 3126bee69ae82bec5a20eaf2690efdc7f8cda439
Author: Rutger Helling 
Date:   Wed Oct 31 09:35:41 2018 +0100

gnu: wine-staging: Update to 3.19.

* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.19.
* gnu/packages/wine.scm (wine-staging): Update to 3.19.
---
 gnu/packages/wine.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 169cc6e..60b2a81 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -225,7 +225,7 @@ integrate Windows applications into your desktop.")
 (define-public wine-staging-patchset-data
   (package
(name "wine-staging-patchset-data")
-   (version "3.18")
+   (version "3.19")
(source
 (origin
   (method git-fetch)
@@ -235,7 +235,7 @@ integrate Windows applications into your desktop.")
   (file-name (git-file-name name version))
   (sha256
(base32
-"18g1lmqzkc7ngppynimfvza1gkdhqlnjbvnckmaws847ns4i0kzp"
+"0nmlhc6jamz0zb4b1w165l8j1a1b0j5ad1sv06aasc9jy8s12b22"
(build-system trivial-build-system)
(native-inputs
 `(("bash" ,bash)
@@ -281,7 +281,7 @@ integrate Windows applications into your desktop.")
   (file-name (string-append name "-" version ".tar.xz"))
   (sha256
(base32
-"0xqs76hxcym8nb95r7l72xx0msbscp7fhkr1wrv4r0923d5x9s4v"
+"0slwgbxclx2dx0glj8az3mv0bqxmx119v9s0jvg1b5zhmqkcc8gg"
 (inputs `(("autoconf" ,autoconf) ; for autoreconf
   ("gtk+" ,gtk+)
   ("libva" ,libva)



branch master updated (a45a92c -> 3126bee)

2018-10-31 Thread Rutger Helling
rhelling pushed a change to branch master
in repository guix.

  from  a45a92c   gnu: webkitgtk@2.22: Update to 2.22.3.
   new  3126bee   gnu: wine-staging: Update to 3.19.

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/wine.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)