[shepherd] 01/01: Terminate all services upon SIGTERM or SIGHUP

2018-03-01 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository shepherd. commit b1395094b7937dd3d87756077855f4511dbd7d06 Author: Carlo Zancanaro Date: Tue Feb 20 02:52:47 2018 +1100 Terminate all services upon SIGTERM or SIGHUP * modules/shepherd.scm (main): Add SIGTERM and SIGHUP handler

[shepherd] branch master updated (70789a9 -> b139509)

2018-03-01 Thread Ludovic Court�s
civodul pushed a change to branch master in repository shepherd. from 70789a9 build: Add i18n infrastructure. new b139509 Terminate all services upon SIGTERM or SIGHUP The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate em

01/02: profiles: 'manifest-add' truly deletes duplicate entries.

2018-03-01 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 435603a1d6106b535cf143d17cb030b2d0795b54 Author: Ludovic Courtès Date: Thu Mar 1 11:37:36 2018 +0100 profiles: 'manifest-add' truly deletes duplicate entries. Fixes . Reported by A

02/02: gnu: nautilus: Use meson-build-system, update to 3.26.2.

2018-03-01 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 35e2d0cfaeb2d97965f385f859a5b5063cd4ac46 Author: Rene Date: Wed Feb 28 20:33:36 2018 -0600 gnu: nautilus: Use meson-build-system, update to 3.26.2. * gnu/packages/gnome.scm (nautilus): Update to 3.26.2. [build

branch master updated (acb59d9 -> 35e2d0c)

2018-03-01 Thread Ludovic Court�s
civodul pushed a change to branch master in repository guix. from acb59d9 gnu: Fix Borg crashes with Python msgpack > 0.5 new 435603a profiles: 'manifest-add' truly deletes duplicate entries. new 35e2d0c gnu: nautilus: Use meson-build-system, update to 3.26.2. The 2 r

[shepherd] branch master updated (b139509 -> 89f3c12)

2018-03-01 Thread Ludovic Court�s
civodul pushed a change to branch master in repository shepherd. from b139509 Terminate all services upon SIGTERM or SIGHUP new 89f3c12 Adjust strings for Translation Project submission. The 1 revisions listed above as "new" are entirely new to this repository and will be descr

[shepherd] 01/01: Adjust strings for Translation Project submission.

2018-03-01 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository shepherd. commit 89f3c124ea502f341936795b7bc5e0a90198c9c5 Author: Ludovic Courtès Date: Thu Mar 1 14:11:12 2018 +0100 Adjust strings for Translation Project submission. Suggested by Benno Schulenberg . * modules/shep

01/01: import: cpan: Drop "v" prefix from version strings.

2018-03-01 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit b402f4ee34d35f9b934b5449d2cc419dc287895e Author: Ludovic Courtès Date: Thu Mar 1 14:54:55 2018 +0100 import: cpan: Drop "v" prefix from version strings. Fixes . Reported by Oleg Py

branch master updated (35e2d0c -> b402f4e)

2018-03-01 Thread Ludovic Court�s
civodul pushed a change to branch master in repository guix. from 35e2d0c gnu: nautilus: Use meson-build-system, update to 3.26.2. new b402f4e import: cpan: Drop "v" prefix from version strings. The 1 revisions listed above as "new" are entirely new to this repository and will

[no subject]

2018-03-01 Thread Ludovic Court�s
branch: master commit dbea9790d30ff1c2e80585e9441d45ed0b740e30 Author: Ludovic Courtès Date: Thu Mar 1 15:37:29 2018 +0100 http: Fix interpretation of non-numerical parameters. Fixes a regression introduced in 593cb7be108ed97bca5371aad2e53fa8ce4817ba. * src/cuirass/ht

[no subject]

2018-03-01 Thread Ludovic Court�s
branch: master commit 5ddd4b97a50a0faaf70509b37d8e104f4504be09 Author: Ludovic Courtès Date: Thu Mar 1 15:40:19 2018 +0100 http: 'request-parameters' always returns a list. * src/cuirass/http.scm (request-parameters): Return the empty list when QUERY is #f. --- src/cuirass/ht

[no subject]

2018-03-01 Thread Ludovic Court�s
branch: master commit aa4c7784940581b5e271b9c7c4ac80b6ee1ee309 Author: Ludovic Courtès Date: Thu Mar 1 17:25:14 2018 +0100 base: Move database update from 'evaluate' process to the main process. Fixes . Reported by Andreas Enge . * bin/eval

[no subject]

2018-03-01 Thread Ludovic Court�s
branch: master commit a861d7d5bd997d0776f840847186fc198e87e1d9 Author: Ludovic Courtès Date: Thu Feb 15 22:55:51 2018 +0100 logging: "Defensive programming" for 'log-monitoring-stats'. I've seen 'scandir' report #f once, even though that's theoretically impossible. *

[no subject]

2018-03-01 Thread Ludovic Court�s
branch: master commit f083282fd3bf813fda0b54ed33278d2d5325dfa1 Author: Ludovic Courtès Date: Thu Mar 1 15:50:40 2018 +0100 http: Return build completion time as #:timestamp when completed. * src/cuirass/http.scm (build->hydra-build): Set #:timestamp to #:stoptime when BUILD

master updated (f5a15ca -> aa4c778)

2018-03-01 Thread Ludovic Court�s
civodul pushed a change to branch master. from f5a15ca database: Fix grouping in db-get-builds. new a861d7d logging: "Defensive programming" for 'log-monitoring-stats'. new dbea979 http: Fix interpretation of non-numerical parameters. new 5ddd4b9 http: 'requ

[no subject]

2018-03-01 Thread Ludovic Court�s
branch: master commit 36d7c93119d84eb4b2949ebbab1b19941c4049d1 Author: Ludovic Courtès Date: Thu Mar 1 15:44:40 2018 +0100 database: Adjust style of 'assqx-ref'. * src/cuirass/database.scm (db-get-builds)[assqx-ref]: Rewrite with 'match'. --- src/cuirass/database.scm | 13 +++

[no subject]

2018-03-01 Thread Ludovic Court�s
branch: master commit be3650d96518f2f6903d21e7edf6d67ccb8847d4 Author: Ludovic Courtès Date: Thu Mar 1 15:49:30 2018 +0100 database: Indent 'db-get-builds'. * src/cuirass/database.scm (db-get-builds): Reindent. --- src/cuirass/database.scm | 98 ---

[no subject]

2018-03-01 Thread Ludovic Court�s
branch: master commit ad577114dde4c86455262a35ad4b3838eb4a1453 Author: Ludovic Courtès Date: Thu Mar 1 16:57:54 2018 +0100 base: 'spawn-builds' correctly keeps track of remaining builds. Fixes . Reported by Andreas Enge . * src/cuirass/base

branch master updated (b402f4e -> 21b5fc2)

2018-03-01 Thread Ludovic Court�s
civodul pushed a change to branch master in repository guix. from b402f4e import: cpan: Drop "v" prefix from version strings. new 21b5fc2 gnu: cuirass: Update to aa4c778. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate

01/01: gnu: cuirass: Update to aa4c778.

2018-03-01 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 21b5fc253e5da057a090c1f76734291aef88a0e2 Author: Ludovic Courtès Date: Thu Mar 1 17:38:55 2018 +0100 gnu: cuirass: Update to aa4c778. * gnu/packages/ci.scm (cuirass): Update to aa4c778. --- gnu/packages/ci.scm |

05/06: gnu: libe-book: Update to 0.1.3.

2018-03-01 Thread Marius Bakke
mbakke pushed a commit to branch master in repository guix. commit fe29681717e9abc5792ed52ede7469fa2bd986bb Author: Marius Bakke Date: Wed Feb 28 20:42:54 2018 +0100 gnu: libe-book: Update to 0.1.3. * gnu/packages/libreoffice.scm (libe-book): Update to 0.1.3. [propagated-input

02/06: gnu: libmspub: Update to 0.1.4.

2018-03-01 Thread Marius Bakke
mbakke pushed a commit to branch master in repository guix. commit 9ed31fca8100612491397da5060109f1b42d0c9a Author: Marius Bakke Date: Wed Feb 28 20:38:37 2018 +0100 gnu: libmspub: Update to 0.1.4. * gnu/packages/libreoffice.scm (libmspub): Update to 0.1.4. [source](uri): Use

06/06: gnu: imagemagick: Update to 6.9.9-36.

2018-03-01 Thread Marius Bakke
mbakke pushed a commit to branch master in repository guix. commit 52fb59ef253d9550ca4cfa095c2c0c2360d79095 Author: Marius Bakke Date: Wed Feb 28 20:59:15 2018 +0100 gnu: imagemagick: Update to 6.9.9-36. * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-36. --- gnu/pa

01/01: Merge branch 'master' into staging

2018-03-01 Thread Marius Bakke
mbakke pushed a commit to branch staging in repository guix. commit 86990eeda2a85acd3640059c0b681f1eddbacba0 Merge: 6d79622 52fb59e Author: Marius Bakke Date: Thu Mar 1 18:04:12 2018 +0100 Merge branch 'master' into staging README |2 +- co

branch staging updated (6d79622 -> 86990ee)

2018-03-01 Thread Marius Bakke
mbakke pushed a change to branch staging in repository guix. from 6d79622 gnu: ninja: Patch /bin/echo in the correct file. adds 0458ab5 gnu: python-django: Update to 1.11.10. adds cd5e084 gnu: imlib2: Update to 1.5.0. adds e8ee100 gnu: libraw: Update to 0.18.8.

03/06: gnu: libpagemaker: Update to 0.0.4.

2018-03-01 Thread Marius Bakke
mbakke pushed a commit to branch master in repository guix. commit c7cc1fcbe09d6728921018475b18c5c63ef91ca9 Author: Marius Bakke Date: Wed Feb 28 20:39:17 2018 +0100 gnu: libpagemaker: Update to 0.0.4. * gnu/packages/libreoffice.scm (libpagemaker): Update to 0.0.4. [source](ur

04/06: gnu: libabw: Update to 0.1.2.

2018-03-01 Thread Marius Bakke
mbakke pushed a commit to branch master in repository guix. commit 814bc35d55b53b55a252f74fe5e66ed8fec40105 Author: Marius Bakke Date: Wed Feb 28 20:40:44 2018 +0100 gnu: libabw: Update to 0.1.2. * gnu/packages/libreoffice.scm (libabw): Update to 0.1.2. --- gnu/packages/libreoffi

branch master updated (21b5fc2 -> 52fb59e)

2018-03-01 Thread Marius Bakke
mbakke pushed a change to branch master in repository guix. from 21b5fc2 gnu: cuirass: Update to aa4c778. new 789445a gnu: xorgproto: Update to 2018.4. new 9ed31fc gnu: libmspub: Update to 0.1.4. new c7cc1fc gnu: libpagemaker: Update to 0.0.4. new 814

01/06: gnu: xorgproto: Update to 2018.4.

2018-03-01 Thread Marius Bakke
mbakke pushed a commit to branch master in repository guix. commit 789445a10a23245cd81c556c28049a2b84fa7043 Author: Marius Bakke Date: Wed Feb 28 20:33:48 2018 +0100 gnu: xorgproto: Update to 2018.4. * gnu/packages/xorg.scm (xorgproto): Update to 2018.4. --- gnu/packages/xorg.scm

branch master updated (52fb59e -> 04e7b1e)

2018-03-01 Thread Christopher Allan Webber
cwebber pushed a change to branch master in repository guix. from 52fb59e gnu: imagemagick: Update to 6.9.9-36. new 04e7b1e gnu: golly: Fix source url. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revis

01/01: gnu: golly: Fix source url.

2018-03-01 Thread Christopher Allan Webber
cwebber pushed a commit to branch master in repository guix. commit 04e7b1e7f91a649dd6cf424c27d73d5d7aeae52b Author: Christopher Lemmer Webber Date: Thu Mar 1 11:00:30 2018 -0600 gnu: golly: Fix source url. * gnu/packages/games.scm (golly): Fix source url. --- gnu/packages/games.

branch core-updates updated (652cad8 -> a9f5a7e)

2018-03-01 Thread Tobias Geerinckx-Rice
nckx pushed a change to branch core-updates in repository guix. from 652cad8 gnu: libunistring: Update to 0.9.9. new a9f5a7e gnu: help2man: Update to 1.47.6. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The

01/01: gnu: help2man: Update to 1.47.6.

2018-03-01 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch core-updates in repository guix. commit a9f5a7e14b2f53f84d0adb248d99c671c5702b1a Author: Tobias Geerinckx-Rice Date: Thu Mar 1 19:45:20 2018 +0100 gnu: help2man: Update to 1.47.6. * gnu/packages/man.scm (help2man): Update to 1.47.6. --- gnu/packages

branch master updated (04e7b1e -> 1debc5b)

2018-03-01 Thread Ricardo Wurmus
rekado pushed a change to branch master in repository guix. from 04e7b1e gnu: golly: Fix source url. new 1debc5b gnu: ghc-uuid: Fix build. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed a

01/01: gnu: ghc-uuid: Fix build.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit 1debc5b9d281660a73b6ed777546213b0d9b7b32 Author: Ricardo Wurmus Date: Thu Mar 1 21:11:43 2018 +0100 gnu: ghc-uuid: Fix build. * gnu/packages/haskell.scm (ghc-uuid)[arguments]: Allow building with a newer versi

01/01: gnu: Add patchmatrix.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit 643817e44534f58b28bb41bf75ebf7ad240e49f4 Author: Ricardo Wurmus Date: Mon Feb 19 18:41:25 2018 +0100 gnu: Add patchmatrix. * gnu/packages/music.scm (patchmatrix): New variable. --- gnu/packages/music.scm | 28

branch master updated (643817e -> 360ea2b)

2018-03-01 Thread Efraim Flashner
efraim pushed a change to branch master in repository guix. from 643817e gnu: Add patchmatrix. new 40a7997 gnu: efl: Update to 1.20.7. new 360ea2b gnu: efl: Use separate "include" output. The 2 revisions listed above as "new" are entirely new to this repository and wi

02/02: gnu: efl: Use separate "include" output.

2018-03-01 Thread Efraim Flashner
efraim pushed a commit to branch master in repository guix. commit 360ea2bbd5089f1d309bb18e0890896f3a21c428 Author: Efraim Flashner Date: Thu Mar 1 22:18:23 2018 +0200 gnu: efl: Use separate "include" output. * gnu/packages/enlightenment.scm (efl)[outputs]: Add 'include' output. -

branch master updated (1debc5b -> 643817e)

2018-03-01 Thread Ricardo Wurmus
rekado pushed a change to branch master in repository guix. from 1debc5b gnu: ghc-uuid: Fix build. new 643817e gnu: Add patchmatrix. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add

01/02: gnu: efl: Update to 1.20.7.

2018-03-01 Thread Efraim Flashner
efraim pushed a commit to branch master in repository guix. commit 40a7997e63c4035a4e897f3aa3945751cca8ef3e Author: Efraim Flashner Date: Thu Mar 1 16:41:37 2018 +0200 gnu: efl: Update to 1.20.7. * gnu/packages/enlightenment.scm (efl): Update to 1.20.7. --- gnu/packages/enlighten

13/20: gnu: r-rpart: Update to 4.1-13.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit e24ccf46f15b2a3fc0ba4cd9470aabd74b39559e Author: Ricardo Wurmus Date: Thu Mar 1 21:17:53 2018 +0100 gnu: r-rpart: Update to 4.1-13. * gnu/packages/statistics.scm (r-rpart): Update to 4.1-13. --- gnu/packages/stati

14/20: gnu: r-gdtools: Update to 0.1.7.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit e3ddb563297c9707a8fc0e5c64e55915a4e842a5 Author: Ricardo Wurmus Date: Thu Mar 1 21:18:04 2018 +0100 gnu: r-gdtools: Update to 0.1.7. * gnu/packages/statistics.scm (r-gdtools): Update to 0.1.7. [inputs]: Add zli

05/20: gnu: r-genomicranges: Update to 1.30.3.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit 535014ce605ea10b1642b065a9cf08c565ae43d7 Author: Ricardo Wurmus Date: Thu Mar 1 21:16:23 2018 +0100 gnu: r-genomicranges: Update to 1.30.3. * gnu/packages/bioinformatics.scm (r-genomicranges): Update to 1.30.3. ---

06/20: gnu: r-topgo: Update to 2.30.1.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit 61cbd49b305363e4965b3d14bf4b1935427138e2 Author: Ricardo Wurmus Date: Thu Mar 1 21:16:35 2018 +0100 gnu: r-topgo: Update to 2.30.1. * gnu/packages/bioinformatics.scm (r-topgo): Update to 2.30.1. --- gnu/packages/b

04/20: gnu: r-limma: Update to 3.34.9.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit eb8971b7421ccca75d540f0d7b3b4ed09f283e89 Author: Ricardo Wurmus Date: Thu Mar 1 21:16:12 2018 +0100 gnu: r-limma: Update to 3.34.9. * gnu/packages/bioinformatics.scm (r-limma): Update to 3.34.9. --- gnu/packages/b

01/20: gnu: r-dexseq: Update to 1.24.3.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit b1808932890a7f2f0d61dcfd015a644e4e5bcc16 Author: Ricardo Wurmus Date: Thu Mar 1 21:15:40 2018 +0100 gnu: r-dexseq: Update to 1.24.3. * gnu/packages/bioinformatics.scm (r-dexseq): Update to 1.24.3. --- gnu/packages

17/20: gnu: r-rmarkdown: Update to 1.9.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit 35d12b05f0d063f9968ba4c2629ca52cceee08ff Author: Ricardo Wurmus Date: Thu Mar 1 21:18:47 2018 +0100 gnu: r-rmarkdown: Update to 1.9. * gnu/packages/statistics.scm (r-rmarkdown): Update to 1.9. --- gnu/packages/sta

19/20: gnu: r-lubridate: Update to 1.7.3.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit bfae3f71217e867806276e0415b75ea655531461 Author: Ricardo Wurmus Date: Thu Mar 1 21:19:10 2018 +0100 gnu: r-lubridate: Update to 1.7.3. * gnu/packages/statistics.scm (r-lubridate): Update to 1.7.3. --- gnu/packages

15/20: gnu: r-yaml: Update to 2.1.17.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit 36e1202b2c47925f45317d1df99a35b0f1344627 Author: Ricardo Wurmus Date: Thu Mar 1 21:18:19 2018 +0100 gnu: r-yaml: Update to 2.1.17. * gnu/packages/statistics.scm (r-yaml): Update to 2.1.17. --- gnu/packages/statist

11/20: gnu: r-rmysql: Update to 0.10.14.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit 29c9c9c2c1dda48f51d43fc8a88d3213b5c01077 Author: Ricardo Wurmus Date: Thu Mar 1 21:17:26 2018 +0100 gnu: r-rmysql: Update to 0.10.14. * gnu/packages/databases.scm (r-rmysql): Update to 0.10.14. --- gnu/packages/da

18/20: gnu: r-tidyselect: Update to 0.2.4.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit eaf0905970378dd438f3f8f705ff8e6bc3e506c0 Author: Ricardo Wurmus Date: Thu Mar 1 21:18:58 2018 +0100 gnu: r-tidyselect: Update to 0.2.4. * gnu/packages/statistics.scm (r-tidyselect): Update to 0.2.4. --- gnu/packag

07/20: gnu: r-wgcna: Update to 1.63.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit 6a0e13906b2832455ac6aacd02293a341c4e51fa Author: Ricardo Wurmus Date: Thu Mar 1 21:16:45 2018 +0100 gnu: r-wgcna: Update to 1.63. * gnu/packages/bioinformatics.scm (r-wgcna): Update to 1.63. --- gnu/packages/bioin

branch master updated (360ea2b -> b79e1fb)

2018-03-01 Thread Ricardo Wurmus
rekado pushed a change to branch master in repository guix. from 360ea2b gnu: efl: Use separate "include" output. new b180893 gnu: r-dexseq: Update to 1.24.3. new 99e4b11 gnu: r-shortread: Update to 1.36.1. new 22d9692 gnu: r-edger: Update to 3.20.9. n

02/20: gnu: r-shortread: Update to 1.36.1.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit 99e4b11d81292d6c2cdabe8018fd8da144f84d9c Author: Ricardo Wurmus Date: Thu Mar 1 21:15:50 2018 +0100 gnu: r-shortread: Update to 1.36.1. * gnu/packages/bioinformatics.scm (r-shortread): Update to 1.36.1. --- gnu/pa

09/20: gnu: r-truncnorm: Update to 1.0-8.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit 9d6f39252907e58de5d39be4ec59fb324f549bfb Author: Ricardo Wurmus Date: Thu Mar 1 21:17:07 2018 +0100 gnu: r-truncnorm: Update to 1.0-8. * gnu/packages/cran.scm (r-truncnorm): Update to 1.0-8. --- gnu/packages/cran.

16/20: gnu: r-rcpparmadillo: Update to 0.8.400.0.0.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit dafd13d5b2afa5b65fafae37088b7c023a91d767 Author: Ricardo Wurmus Date: Thu Mar 1 21:18:30 2018 +0100 gnu: r-rcpparmadillo: Update to 0.8.400.0.0. * gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.8.400.0.

12/20: gnu: r-mass: Update to 7.3-49.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit 744e06e7170954d98bf0f990ba45318877aaae36 Author: Ricardo Wurmus Date: Thu Mar 1 21:17:40 2018 +0100 gnu: r-mass: Update to 7.3-49. * gnu/packages/statistics.scm (r-mass): Update to 7.3-49. --- gnu/packages/statist

03/20: gnu: r-edger: Update to 3.20.9.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit 22d96920d36ef87ba459dcf1db10641c5ba3ee25 Author: Ricardo Wurmus Date: Thu Mar 1 21:16:00 2018 +0100 gnu: r-edger: Update to 3.20.9. * gnu/packages/bioinformatics.scm (r-edger): Update to 3.20.9. --- gnu/packages/b

20/20: gnu: r-httpuv: Update to 1.3.6.1.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit b79e1fbe962c0ba9134ffb7d1250170aaeafdecf Author: Ricardo Wurmus Date: Thu Mar 1 21:19:21 2018 +0100 gnu: r-httpuv: Update to 1.3.6.1. * gnu/packages/web.scm (r-httpuv): Update to 1.3.6.1. --- gnu/packages/web.scm

08/20: gnu: r-scran: Update to 1.6.8.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit 9aaf2813e2601a89c4dd3584f49f170f18b6279a Author: Ricardo Wurmus Date: Thu Mar 1 21:16:57 2018 +0100 gnu: r-scran: Update to 1.6.8. * gnu/packages/bioinformatics.scm (r-scran): Update to 1.6.8. --- gnu/packages/bio

10/20: gnu: r-pillar: Update to 1.2.1.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit 5e3867345588445776cc6e3e146bd35822706f8b Author: Ricardo Wurmus Date: Thu Mar 1 21:17:17 2018 +0100 gnu: r-pillar: Update to 1.2.1. * gnu/packages/cran.scm (r-pillar): Update to 1.2.1. --- gnu/packages/cran.scm |

01/01: gnu: Graft glibc to allow execution on Linux 2.6.32.

2018-03-01 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit b672a8160755bab07fb3c13dbc43dcc26525a7b7 Author: Ricardo Wurmus Date: Mon Feb 19 20:04:06 2018 +0100 gnu: Graft glibc to allow execution on Linux 2.6.32. * gnu/packages/patches/glibc-allow-kernel-2.6.32.patch: New

branch master updated (b79e1fb -> b672a81)

2018-03-01 Thread Ricardo Wurmus
rekado pushed a change to branch master in repository guix. from b79e1fb gnu: r-httpuv: Update to 1.3.6.1. new b672a81 gnu: Graft glibc to allow execution on Linux 2.6.32. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separat

05/12: gnu: liblo: Update to 0.29.

2018-03-01 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master in repository guix. commit 57c734a628091f45cea205acfceba34d2dda3ef9 Author: Tobias Geerinckx-Rice Date: Thu Mar 1 06:50:39 2018 +0100 gnu: liblo: Update to 0.29. * gnu/packages/audio.scm (liblo): Update to 0.29. --- gnu/packages/audio.scm | 4

01/12: gnu: dbacl: Update phase style.

2018-03-01 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master in repository guix. commit db317b38dc3fadf4759da8209740c616d1b599b7 Author: Tobias Geerinckx-Rice Date: Wed Feb 28 23:54:36 2018 +0100 gnu: dbacl: Update phase style. * gnu/packages/textutils.scm (dbacl)[arguments]: Substitute INVOKE for SYST

12/12: gnu: sdcc: Fix typo in description.

2018-03-01 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master in repository guix. commit 738aa0ca1d1b86286cf8f57620a50c4b093031b8 Author: Tobias Geerinckx-Rice Date: Thu Mar 1 20:36:09 2018 +0100 gnu: sdcc: Fix typo in description. * gnu/packages/sdcc.scm (sdcc)[description]: Fix (upstream) typo. Add

02/12: gnu: dbacl: Use HTTPS home page.

2018-03-01 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master in repository guix. commit 7314a5475e8fe0fc7ffe17d2cc30b4ae8c5381b2 Author: Tobias Geerinckx-Rice Date: Wed Feb 28 23:55:49 2018 +0100 gnu: dbacl: Use HTTPS home page. * gnu/packages/textutils.scm (dbacl)[home-page]: Use HTTPS. --- gnu/packag

07/12: gnu: privoxy: Update phase style.

2018-03-01 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master in repository guix. commit fbb0164a5f7087a81ef5f79a4134432969f926cf Author: Tobias Geerinckx-Rice Date: Thu Mar 1 16:30:40 2018 +0100 gnu: privoxy: Update phase style. * gnu/packages/tor.scm (privoxy)[arguments]: Substitute INVOKE for SYST

06/12: gnu: python-stem: Update phase style.

2018-03-01 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master in repository guix. commit 66b89ee28e1b15ff962b68e91fcd84562102fc2f Author: Tobias Geerinckx-Rice Date: Thu Mar 1 16:29:31 2018 +0100 gnu: python-stem: Update phase style. * gnu/packages/python.scm (python-stem)[arguments]: Substitute INVOKE

04/12: gnu: nagios: Update to 4.3.4.

2018-03-01 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master in repository guix. commit 4972f9cc0a55e35e1c025190f57921f9ddcc5c36 Author: Tobias Geerinckx-Rice Date: Thu Mar 1 00:47:18 2018 +0100 gnu: nagios: Update to 4.3.4. * gnu/packages/monitoring.scm (nagios): Update to 4.3.4. --- gnu/packages/moni

branch master updated (b672a81 -> 738aa0c)

2018-03-01 Thread Tobias Geerinckx-Rice
nckx pushed a change to branch master in repository guix. from b672a81 gnu: Graft glibc to allow execution on Linux 2.6.32. new db317b3 gnu: dbacl: Update phase style. new 7314a54 gnu: dbacl: Use HTTPS home page. new 4f5452a gnu: libftdi: Use HTTPS home page.

03/12: gnu: libftdi: Use HTTPS home page.

2018-03-01 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master in repository guix. commit 4f5452ab3aaccb17a6e4e3c9b3029cd1ed408102 Author: Tobias Geerinckx-Rice Date: Thu Mar 1 00:46:23 2018 +0100 gnu: libftdi: Use HTTPS home page. * gnu/packages/libftdi.scm (libftdi)[home-page]: Use HTTPS. --- gnu/packa

08/12: gnu: onionshare: Update phase style.

2018-03-01 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master in repository guix. commit 68e7632db052105b70704cd2c1cc42a568e9bf4a Author: Tobias Geerinckx-Rice Date: Thu Mar 1 16:31:06 2018 +0100 gnu: onionshare: Update phase style. * gnu/packages/tor.scm (onionshare)[arguments]: Substitute INVOKE for

10/12: gnu: php: Update to 7.2.3.

2018-03-01 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master in repository guix. commit bb47da4a6ad012eb32a3792a9bf7337996f1c41e Author: Tobias Geerinckx-Rice Date: Thu Mar 1 18:21:25 2018 +0100 gnu: php: Update to 7.2.3. * gnu/packages/php.scm (php): Update to 7.2.3. --- gnu/packages/php.scm | 5 +++--

11/12: gnu: sdcc: Update to 3.7.0.

2018-03-01 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master in repository guix. commit 1ff14bf2cdc698e1aa3418a3bbea023e80075e50 Author: Tobias Geerinckx-Rice Date: Thu Mar 1 20:34:50 2018 +0100 gnu: sdcc: Update to 3.7.0. * gnu/packages/sdcc.scm (sdcc): Update to 3.7.0. --- gnu/packages/sdcc.scm | 5 +

09/12: gnu: python-stem: Update to 1.6.0.

2018-03-01 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master in repository guix. commit a9c0a133c045f82e1084e7485c6cc65ace131fa3 Author: Tobias Geerinckx-Rice Date: Thu Mar 1 16:34:38 2018 +0100 gnu: python-stem: Update to 1.6.0. * gnu/packages/python.scm (python-stem): Update to 1.6.0. [arguments]:

branch master updated (738aa0c -> 8147d7c)

2018-03-01 Thread julien lepiller
roptat pushed a change to branch master in repository guix. from 738aa0c gnu: sdcc: Fix typo in description. new 8147d7c gnu: php: Fix test failure. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revision

01/01: gnu: php: Fix test failure.

2018-03-01 Thread julien lepiller
roptat pushed a commit to branch master in repository guix. commit 8147d7c675e663c45d5e1ccbeebb72daeaba0b91 Author: Julien Lepiller Date: Thu Mar 1 20:34:51 2018 +0100 gnu: php: Fix test failure. * gnu/packages/php.scm (php)[inputs]: Use gd-for-php. (gd-for-php): New private v

04/04: gnu: linux-libre: Update to 4.15.7.

2018-03-01 Thread Mark H. Weaver
mhw pushed a commit to branch master in repository guix. commit da525e714a96213a3258d8e8b0f7a6090c53e90e Author: Mark H Weaver Date: Thu Mar 1 17:59:21 2018 -0500 gnu: linux-libre: Update to 4.15.7. * gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.7. (%linux-lib

branch master updated (8147d7c -> da525e7)

2018-03-01 Thread Mark H. Weaver
mhw pushed a change to branch master in repository guix. from 8147d7c gnu: php: Fix test failure. new 5026696 gnu: linux-libre@4.4: Update to 4.4.119. new 8b1f76c gnu: linux-libre@4.9: Update to 4.9.85. new 433765e gnu: linux-libre@4.14: Update to 4.14.23.

03/04: gnu: linux-libre@4.14: Update to 4.14.23.

2018-03-01 Thread Mark H. Weaver
mhw pushed a commit to branch master in repository guix. commit 433765e5994af166e986716eeccae1f7ddc961e7 Author: Mark H Weaver Date: Thu Mar 1 17:58:35 2018 -0500 gnu: linux-libre@4.14: Update to 4.14.23. * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.23.

01/04: gnu: linux-libre@4.4: Update to 4.4.119.

2018-03-01 Thread Mark H. Weaver
mhw pushed a commit to branch master in repository guix. commit 50266960339fb534ff65657d7718c4e853280961 Author: Mark H Weaver Date: Thu Mar 1 17:57:22 2018 -0500 gnu: linux-libre@4.4: Update to 4.4.119. * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.119. --- gnu/packa

02/04: gnu: linux-libre@4.9: Update to 4.9.85.

2018-03-01 Thread Mark H. Weaver
mhw pushed a commit to branch master in repository guix. commit 8b1f76c443ce45ca9564d5231f5ac9d31618c08a Author: Mark H Weaver Date: Thu Mar 1 17:58:04 2018 -0500 gnu: linux-libre@4.9: Update to 4.9.85. * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.85. --- gnu/package

branch master updated (da525e7 -> e980231)

2018-03-01 Thread Leo Famulari
lfam pushed a change to branch master in repository guix. from da525e7 gnu: linux-libre: Update to 4.15.7. new e980231 gnu: memcached: Update to 1.5.6. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revis

01/01: gnu: memcached: Update to 1.5.6.

2018-03-01 Thread Leo Famulari
lfam pushed a commit to branch master in repository guix. commit e9802319f7df328e8deb13d576ba31732183f693 Author: Leo Famulari Date: Thu Mar 1 19:59:55 2018 -0500 gnu: memcached: Update to 1.5.6. * gnu/packages/databases.scm (memcached): Update to 1.5.6. --- gnu/packages/database

branch master updated (e980231 -> 703a8b7)

2018-03-01 Thread Leo Famulari
lfam pushed a change to branch master in repository guix. from e980231 gnu: memcached: Update to 1.5.6. new bb17b2b gnu: postgresql: Update to 10.3 [fixes CVE-2018-1058]. new 703a8b7 gnu: postgresql@9.6: Update to 9.6.8 [fixes CVE-2018-1058]. The 2 revisions listed a

01/02: gnu: postgresql: Update to 10.3 [fixes CVE-2018-1058].

2018-03-01 Thread Leo Famulari
lfam pushed a commit to branch master in repository guix. commit bb17b2be49fbe50cfc44b5987f7c32fc0db1ccc5 Author: Leo Famulari Date: Thu Mar 1 18:04:43 2018 -0500 gnu: postgresql: Update to 10.3 [fixes CVE-2018-1058]. * gnu/packages/databases.scm (postgresql): Update to 10.3. ---

02/02: gnu: postgresql@9.6: Update to 9.6.8 [fixes CVE-2018-1058].

2018-03-01 Thread Leo Famulari
lfam pushed a commit to branch master in repository guix. commit 703a8b7dc5ff0f7150c3eec18298b53e05d2da6b Author: Leo Famulari Date: Thu Mar 1 18:05:20 2018 -0500 gnu: postgresql@9.6: Update to 9.6.8 [fixes CVE-2018-1058]. * gnu/packages/databases.scm (postgresql-9.6): Update to 9

branch core-updates updated (a9f5a7e -> 64bd7f3)

2018-03-01 Thread Tobias Geerinckx-Rice
nckx pushed a change to branch core-updates in repository guix. from a9f5a7e gnu: help2man: Update to 1.47.6. new 64bd7f3 gnu: fossil: Update to 2.5. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisio

01/01: gnu: fossil: Update to 2.5.

2018-03-01 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch core-updates in repository guix. commit 64bd7f35a1661fd05c544d8a7e56cdee97152299 Author: Tobias Geerinckx-Rice Date: Fri Mar 2 00:22:41 2018 +0100 gnu: fossil: Update to 2.5. * gnu/packages/version-control.scm (fossil): Update to 2.5. --- gnu/packag

01/02: gnu: icecat: Update to 52.6.0-gnu1.

2018-03-01 Thread Mark H. Weaver
mhw pushed a commit to branch master in repository guix. commit 8863f2f05106c225566df1c040560f5d97af78ca Author: Mark H Weaver Date: Thu Mar 1 22:45:25 2018 -0500 gnu: icecat: Update to 52.6.0-gnu1. * gnu/packages/gnuzilla.scm (icecat): Update to 52.6.0-gnu1. [source]: Remove

02/02: gnu: icecat: Add more fixes from upstream mozilla-esr52.

2018-03-01 Thread Mark H. Weaver
mhw pushed a commit to branch master in repository guix. commit 99654a1685005ef757b33bb7be2fbb8021c2a481 Author: Mark H Weaver Date: Fri Mar 2 00:04:24 2018 -0500 gnu: icecat: Add more fixes from upstream mozilla-esr52. * gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fi

branch master updated (703a8b7 -> 99654a1)

2018-03-01 Thread Mark H. Weaver
mhw pushed a change to branch master in repository guix. from 703a8b7 gnu: postgresql@9.6: Update to 9.6.8 [fixes CVE-2018-1058]. new 8863f2f gnu: icecat: Update to 52.6.0-gnu1. new 99654a1 gnu: icecat: Add more fixes from upstream mozilla-esr52. The 2 revisions list