01/01: gnu: mes: Update to 0.10.

2017-09-11 Thread Kei Kebreau
kkebreau pushed a commit to branch master in repository guix. commit f435379762c682c83cde318004d7ed5deaab01b2 Author: Jan Nieuwenhuizen Date: Mon Sep 11 19:15:33 2017 +0200 gnu: mes: Update to 0.10. * gnu/packages/mes.scm (mes): Update to 0.10. ---

branch master updated (7940188 -> f435379)

2017-09-11 Thread Kei Kebreau
kkebreau pushed a change to branch master in repository guix. from 7940188 system: Fix typo in 'read-boot-parameters'. new f435379 gnu: mes: Update to 0.10. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The

branch master updated (5f7fe1c -> 7940188)

2017-09-11 Thread Ludovic Court�s
civodul pushed a change to branch master in repository guix. from 5f7fe1c vm: Generate a UUID to identify the root file system. new 7940188 system: Fix typo in 'read-boot-parameters'. The 1 revisions listed above as "new" are entirely new to this repository and will be

01/01: system: Fix typo in 'read-boot-parameters'.

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 7940188ebfb28fc36426924b16fdc8255a88acaf Author: Ludovic Courtès Date: Mon Sep 11 23:00:40 2017 +0200 system: Fix typo in 'read-boot-parameters'. Fixes a regression introduced in commit

06/10: system: Introduce a disjoint UUID type.

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 9b336338cdc0e46a3bf7a2913c2f61cd2410c4d6 Author: Ludovic Courtès Date: Wed Sep 6 09:28:28 2017 +0200 system: Introduce a disjoint UUID type. Conceptually a UUID is just a bytevector. However,

04/10: file-systems: Introduce (gnu system uuid).

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 47cef4ecad54d112aa3b4bc509194d3d49a10785 Author: Ludovic Courtès Date: Tue Sep 5 21:51:12 2017 +0200 file-systems: Introduce (gnu system uuid). * gnu/build/file-systems.scm (sub-bytevector)

10/10: vm: Generate a UUID to identify the root file system.

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 5f7fe1c57ecb9525aa7e13e38af2aab022bae078 Author: Ludovic Courtès Date: Wed Sep 6 23:16:09 2017 +0200 vm: Generate a UUID to identify the root file system. This makes collisions less likely than when

01/10: vm: Allow partitions to be initialized with a given UUID.

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit bae28ccb69d67f0e988a49046ffa29d201d77a74 Author: Ludovic Courtès Date: Thu Jul 20 00:15:43 2017 +0200 vm: Allow partitions to be initialized with a given UUID. * gnu/build/vm.scm ()[uuid]: New

05/10: services: file-system: Use 'file-system->spec'.

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit d1ff5f9db3e124af9f8aaa22d3758208f5080c50 Author: Ludovic Courtès Date: Wed Sep 6 09:22:59 2017 +0200 services: file-system: Use 'file-system->spec'. * gnu/services/base.scm

09/10: vm: Allow users to specify a UUID for the root partition.

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit fd3b4b985d5bbd5d91362aa91079c1155018fa34 Author: Ludovic Courtès Date: Wed Sep 6 23:12:32 2017 +0200 vm: Allow users to specify a UUID for the root partition. * gnu/system/vm.scm (qemu-image): Add

branch master updated (007b92c -> 5f7fe1c)

2017-09-11 Thread Ludovic Court�s
civodul pushed a change to branch master in repository guix. from 007b92c gnu: mpg123: Update to 1.25.6 [fixes CVE-2017-12797]. new bae28cc vm: Allow partitions to be initialized with a given UUID. new a8e1247 file-systems: Add UUID type dictionaries. new

07/10: system: Serialize the UUID type in the "parameters" file.

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 075681d3501082c6e22df8abf29dfe89d85effc1 Author: Ludovic Courtès Date: Wed Sep 6 10:22:58 2017 +0200 system: Serialize the UUID type in the "parameters" file. * gnu/system.scm

08/10: uuid: 'uuid' macro supports more UUID types.

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit ce094b4663da6aa52d02f398a19e1d2892641b7d Author: Ludovic Courtès Date: Wed Sep 6 10:35:01 2017 +0200 uuid: 'uuid' macro supports more UUID types. * gnu/system/uuid.scm (string->uuid): Turn 'type'

02/10: file-systems: Add UUID type dictionaries.

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit a8e1247d7d758a0c32d54f8277f40a05711555b8 Author: Ludovic Courtès Date: Sat Aug 19 23:55:10 2017 +0200 file-systems: Add UUID type dictionaries. * gnu/build/file-systems.scm (uuid->string): Rename

03/10: services: base: Import the closure of (gnu build file-systems).

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 943e1b975fd0c44b2eaacec26df59e24ba9ef455 Author: Ludovic Courtès Date: Tue Sep 5 21:47:08 2017 +0200 services: base: Import the closure of (gnu build file-systems). * gnu/services/base.scm

01/01: gnu: mpg123: Update to 1.25.6 [fixes CVE-2017-12797].

2017-09-11 Thread Leo Famulari
lfam pushed a commit to branch master in repository guix. commit 007b92cfc052075e6d298d0b1fc97d44f340697e Author: Leo Famulari Date: Mon Sep 11 13:21:28 2017 -0400 gnu: mpg123: Update to 1.25.6 [fixes CVE-2017-12797]. * gnu/packages/mp3.scm (mpg123): Update to

branch master updated (5564b2c -> 007b92c)

2017-09-11 Thread Leo Famulari
lfam pushed a change to branch master in repository guix. from 5564b2c gnu: libchamplain: Update to 0.12.16. new 007b92c gnu: mpg123: Update to 1.25.6 [fixes CVE-2017-12797]. The 1 revisions listed above as "new" are entirely new to this repository and will be described in

branch master updated (66ae958 -> 5564b2c)

2017-09-11 Thread Tobias Geerinckx-Rice
nckx pushed a change to branch master in repository guix. from 66ae958 gnu: emacs: Patch message-mode enriched text translation [security fix]. new 45586b8 gnu: gnome-online-accounts: Update to 3.24.3. new 5564b2c gnu: libchamplain: Update to 0.12.16. The 2

01/02: gnu: gnome-online-accounts: Update to 3.24.3.

2017-09-11 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master in repository guix. commit 45586b8dd82d06059a6e2083140296358276ce5a Author: Tobias Geerinckx-Rice Date: Mon Sep 11 14:58:39 2017 +0200 gnu: gnome-online-accounts: Update to 3.24.3. * gnu/packages/gnome.scm

02/02: gnu: libchamplain: Update to 0.12.16.

2017-09-11 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master in repository guix. commit 5564b2c53e25db8662f20922b4ba90b29ef341f0 Author: Tobias Geerinckx-Rice Date: Mon Sep 11 15:00:33 2017 +0200 gnu: libchamplain: Update to 0.12.16. * gnu/packages/gnome.scm (libchamplain): Update to

branch master updated (238ee64 -> 66ae958)

2017-09-11 Thread Ludovic Court�s
civodul pushed a change to branch master in repository guix. from 238ee64 gnu: nyacc: Update to 0.82.0. new 66ae958 gnu: emacs: Patch message-mode enriched text translation [security fix]. The 1 revisions listed above as "new" are entirely new to this repository and will be

01/01: gnu: emacs: Patch message-mode enriched text translation [security fix].

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 66ae958c5bee27266bce2a573812db7fec7c3111 Author: Ludovic Courtès Date: Mon Sep 11 14:46:13 2017 +0200 gnu: emacs: Patch message-mode enriched text translation [security fix]. *

01/01: gnu: nyacc: Update to 0.82.0.

2017-09-11 Thread Jan Nieuwenhuizen
janneke pushed a commit to branch master in repository guix. commit 238ee64802e73b797a51646014b22bbeaf90d0d5 Author: Jan Nieuwenhuizen Date: Sun Sep 10 22:07:30 2017 +0200 gnu: nyacc: Update to 0.82.0. * gnu/packages/mes.scm (nyacc): Update to 0.82.0. ---

branch master updated (d8661f5 -> 238ee64)

2017-09-11 Thread Jan Nieuwenhuizen
janneke pushed a change to branch master in repository guix. from d8661f5 gnu: ruby-activesupport: Update to 5.1.4. new 238ee64 gnu: nyacc: Update to 0.82.0. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails.

branch master updated (6bda496 -> d8661f5)

2017-09-11 Thread Ben Woodcroft
benwoodcroft pushed a change to branch master in repository guix. from 6bda496 gnu: icedtea-8: Install the nss.cfg file to JRE. new d8661f5 gnu: ruby-activesupport: Update to 5.1.4. The 1 revisions listed above as "new" are entirely new to this repository and will be described

branch master updated (130c3bc -> 6bda496)

2017-09-11 Thread ???
iyzsong pushed a change to branch master in repository guix. from 130c3bc gnu: gdb: Update to 8.0.1. new 6bda496 gnu: icedtea-8: Install the nss.cfg file to JRE. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails.

01/01: gnu: ruby-activesupport: Update to 5.1.4.

2017-09-11 Thread Ben Woodcroft
benwoodcroft pushed a commit to branch master in repository guix. commit d8661f52b1b9fcc26d4a4705e61dca4ac88f5463 Author: Ben Woodcroft Date: Mon Sep 11 21:43:20 2017 +1000 gnu: ruby-activesupport: Update to 5.1.4. * gnu/packages/ruby.scm

01/01: gnu: icedtea-8: Install the nss.cfg file to JRE.

2017-09-11 Thread ???
iyzsong pushed a commit to branch master in repository guix. commit 6bda496286149911bb0ba460c35a144ef4109cc0 Author: 宋文武 Date: Fri Sep 1 22:14:55 2017 +0800 gnu: icedtea-8: Install the nss.cfg file to JRE. Before this, accessing HTTPS will throw an

03/05: gnu-maintenance: Return all the latest tarballs, not just one.

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 1b3ebae4f1b1c1f34a825200440752e6ee8c8a7a Author: Ludovic Courtès Date: Mon Sep 11 11:45:30 2017 +0200 gnu-maintenance: Return all the latest tarballs, not just one. * guix/gnu-maintenance.scm

branch master updated (a9468b4 -> 130c3bc)

2017-09-11 Thread Ludovic Court�s
civodul pushed a change to branch master in repository guix. from a9468b4 substitute: Download from unauthorized sources that provide the right content. new 21c2757 gnu: guix: Update snapshot. new e9f3811 gnu-maintenance: Correctly compare versions. new

01/05: gnu: guix: Update snapshot.

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 21c2757f27061cd6647cb00797b1c6c85f3325e8 Author: Ludovic Courtès Date: Mon Sep 11 11:36:38 2017 +0200 gnu: guix: Update snapshot. * gnu/packages/package-management.scm (guix): Update to a9468b4. ---

04/05: download: Adjust main ftp.gnu.org mirror.

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 4918e7fc223e3bfd507f1573089571085c0e0428 Author: Ludovic Courtès Date: Mon Sep 11 11:51:50 2017 +0200 download: Adjust main ftp.gnu.org mirror. * guix/download.scm (%mirrors): Add missing "/gnu" in

02/05: gnu-maintenance: Correctly compare versions.

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit e9f38113908414792ce2e5c1d3203cc8e5cb938b Author: Ludovic Courtès Date: Mon Sep 11 11:40:32 2017 +0200 gnu-maintenance: Correctly compare versions. * guix/gnu-maintenance.scm (latest-gnu-release):

05/05: gnu: gdb: Update to 8.0.1.

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 130c3bc8948cb249129b3310561d9a2553926a60 Author: Ludovic Courtès Date: Mon Sep 11 11:57:51 2017 +0200 gnu: gdb: Update to 8.0.1. * gnu/packages/gdb.scm (gdb): Update to 8.0.1. ---

04/04: substitute: Download from unauthorized sources that provide the right content.

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit a9468b422b6df2349a3f4d1451c9302c3d77011b Author: Ludovic Courtès Date: Fri Sep 1 00:15:31 2017 +0200 substitute: Download from unauthorized sources that provide the right content. This allows

02/04: gnu: Add monero-core.

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 79228a52d2561c40be2cc2ac9873fcc7a38cbb48 Author: Theodoros Foradis Date: Sat Sep 9 20:47:35 2017 +0300 gnu: Add monero-core. * gnu/packages/finance.scm (monero-core): New variable.

03/04: substitute: Make substitute URLs a SRFI-39 parameter.

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 218f6eccafa8172221cf7efd5262107233e7a587 Author: Ludovic Courtès Date: Thu Aug 31 23:27:26 2017 +0200 substitute: Make substitute URLs a SRFI-39 parameter. * guix/scripts/substitute.scm

branch master updated (e5f3d11 -> a9468b4)

2017-09-11 Thread Ludovic Court�s
civodul pushed a change to branch master in repository guix. from e5f3d11 gnu: libffcall: Update to 2.0. new 8514662 gnu: Add monero. new 79228a5 gnu: Add monero-core. new 218f6ec substitute: Make substitute URLs a SRFI-39 parameter. new a9468b4

01/04: gnu: Add monero.

2017-09-11 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 8514662b2028a24d2c378c78db9010fe3d52f3e3 Author: Theodoros Foradis Date: Sat Sep 9 20:47:34 2017 +0300 gnu: Add monero. * gnu/packages/finance.scm (monero): New variable.

01/01: gnu: libffcall: Update to 2.0.

2017-09-11 Thread Efraim Flashner
efraim pushed a commit to branch master in repository guix. commit e5f3d1183c430a7b0a21b1adfe1662cd7e9de186 Author: Efraim Flashner Date: Mon Sep 11 10:20:11 2017 +0300 gnu: libffcall: Update to 2.0. * gnu/packages/libffcall.scm (libffcall): Update to 2.0.

branch master updated (4b4869c -> e5f3d11)

2017-09-11 Thread Efraim Flashner
efraim pushed a change to branch master in repository guix. from 4b4869c gnu: linux-libre: Update to 4.13.1. new e5f3d11 gnu: libffcall: Update to 2.0. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The