summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-07gnu: mpfr: Update to 4.0.2.Marius Bakke
* gnu/packages/multiprecision.scm (mpfr): Update to 4.0.2.
2019-02-07gnu: bison: Update to 3.3.2.Marius Bakke
* gnu/packages/bison.scm (bison): Update to 3.3.2.
2019-02-07gnu: libarchive: Remove graft for 3.3.3.Marius Bakke
* gnu/packages/patches/libarchive-CVE-2017-14166.patch, gnu/packages/patches/libarchive-CVE-2017-14502.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/backup.scm (libarchive): Update to 3.3.3. [source](patches): Adjust for 3.3.3. [replacement]: Remove field. (libarchive-3.3.3): Remove variable.
2019-02-07gnu: python2: Incorporate grafted changes.Marius Bakke
* gnu/packages/python.scm (python-2.7)[source](patches): Add python2-CVE-2018-14647.patch and python2-CVE-2018-1000802.patch. [replacement]: Remove field. (python-2/fixed): Remove variable.
2019-02-07gnu: sqlite: Remove graft for 3.26.0.Marius Bakke
* gnu/packages/sqlite.scm (sqlite): Update to 3.26.0. [replacement]: Remove. (sqlite-3.26.0): Remove variable.
2019-02-07gnu: file: Incorporate grafted changes.Marius Bakke
* gnu/packages/file.scm (file)[replacement]: Remove. [source](patches): New field. (file/fixed): Remove variable.
2019-02-06doc: Raise subsections.Ricardo Wurmus
* doc/guix.texi (Reduced Binary Seed Bootstrap, Preparing to Use the Bootstrap Binaries): Raise subsections.
2019-02-06Merge branch 'master' into core-updatesRicardo Wurmus
2019-02-05gnu: shflags: Don't use unstable tarball.Efraim Flashner
* gnu/packages/version-control.scm (shflow)[source]: Use 'git-fetch'. [native-inputs]: Remove gzip, tar.
2019-02-05gnu: cvs-fast-export: Update to 1.45.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (cvs-fast-export): Update to 1.45. [arguments]: Remove 'fix-setpython-PATH' phase.
2019-02-05gnu: cvs-fast-export: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (cvs-fast-export)[source]: Hard-code name.
2019-02-05gnu: python-sh: Use custom 'check phase.Efraim Flashner
* gnu/packages/python-xyz.scm (python-sh)[arguments]: Use custom 'check phase as suggested by upstream documentation. [native-inputs]: Add python-coverage.
2019-02-05gnu: darcs: Update to 2.14.2.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (darcs): Update to 2.14.2.
2019-02-05gnu: nyx: Update to 2.1.0.Tobias Geerinckx-Rice
* gnu/packages/tor.scm (nyx): Update to 2.1.0. [source]: Remove patch. * gnu/packages/patches/nyx-show-header-stats-with-python3.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-02-05gnu: noice: Update to 0.7.Tobias Geerinckx-Rice
* gnu/packages/suckless.scm (noice): Update to 0.7.
2019-02-05gnu: Add guile-dbd-postgresql.Christopher Baines
Currently, there are packages for guile-dbi and guile-dbd-sqlite3, but the PostgreSQL and MySQL parts are not packaged. As GNA which did host the release archives for guile-dbi no longer exists, this package definition uses the upstream Git repository. * gnu/packages/guile-xyz.scm (guile-dbd-postgresql): New variable. (guile-dbi)[arguments]: Add guile-dbd-postgresql to the rpath through the [inputs]: Add guile-dbd-postgresql.
2019-02-05gnu: pscircle: Update to 1.3.0.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (pscircle): Update to 1.3.0.
2019-02-05gnu: pscircle: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (pscircle)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-02-05gnu: emacs-ert-runner: Fix lisp directory warning.Maxim Cournoyer
This fixes the warning message such as: "Warning: Lisp directory '/tmp/guix-build-emacs-ert-runner-0.7.0-1.90b8fdd.drv-0/source': No such file or directory" that would be printed upon running ert-runner. * gnu/packages/emacs-xyz.scm (emacs-ert-runner)[phases]{install-executable}: Filter out the temporary source directory from the paths composing the EMACSLOADPATH variable used in the wrapper.
2019-02-05gnu: fdroidserver: Update to 1.1.1.Andreas Enge
* gnu/packages/android.scm (fdroidserver): Update to 1.1.1. [propagated-inputs]: Add python-defusedxml.
2019-02-05gnu: Add cqfd.Maxim Cournoyer
* gnu/packages/docker.scm (cqfd): New variable.
2019-02-05gnu: thefuck: Update to 3.28.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (thefuck): Update to 3.28.
2019-02-05gnu: lynis: Update to 2.7.1.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (lynis): Update to 2.7.1.
2019-02-05status: Display the current build phase.Ludovic Courtès
* guix/status.scm (spin!): Add 'phase' parameter and honor it. Callers updated. (print-build-event)[report-progress]: Likewise.
2019-02-05status: Keep track of the current build phase.Ludovic Courtès
* guix/status.scm (<build>)[phase]: New field. (%phase-start-rx): New variable. (update-build): Add clause to match %PHASE-START-RX and adjust the 'phase' field accordingly. * tests/status.scm ("compute-status, build phase"): Add test
2019-02-05status: Use 'define-immutable-record-type' and its functional setters.Ludovic Courtès
* guix/status.scm (<build>): Define using 'define-immutable-record-type', and add 'set-build-completion' binding. (update-build)[set-completion]: Remove. Use 'set-build-completion' instead.
2019-02-05guix-install.sh: Avoid "#!/bin/bash" shebang.Ludovic Courtès
Fixes <https://bugs.gnu.org/34279>. Reported by Claes Wallin (韋嘉誠) <clacke@lysator.liu.se>. * etc/guix-install.sh: Change shebang to #!/bin/sh and add 'if' statement to spawn Bash if needed.
2019-02-05gnu: wine-staging: Update to 4.1.Rutger Helling
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.1. * gnu/packages/wine.scm (wine-staging): Update to 4.1.
2019-02-05gnu: retroarch: Fix wayland backend.Rutger Helling
* gnu/packages/emulators.scm (retroarch): Fix wayland backend. [arguments]: Hard-code wayland-protocols. [native-inputs]: Add wayland-protocols.
2019-02-05gnu: artanis: Make some improvements.Christopher Baines
* gnu/packages/guile-xyz.scm (artanis): Remove a tab character by the revision. [arguments]: Patch the site-dir for the help command, to make it work. Wrap the art command such that it finds guile-json and guile-redis.
2019-02-05gnu: Add xmagnify.Andrew Miloradovsky
* gnu/packages/accessibility.scm (xmagnify): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-02-05gnu: retroarch: Update to 1.7.6.Rutger Helling
* gnu/packages/emulators.scm (retroarch): Update to 1.7.6. [inputs]: Add libxrandr.
2019-02-05gnu: emacs-org, emacs-org-contrib: Update to 9.2.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.2.1. (emacs-org-contrib): Update to 20190203, i.e., 9.2.1.
2019-02-05gnu: Remove unused patch 'mcron-install.patch'.Leo Famulari
This is a followup to commit cfbf6de18cc70d2e385feb5f61f9363f18e78ddf. * gnu/packages/patches/mcron-install.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-02-05gnu: Remove unused patch 'ocaml-graph-honor-source-date-epoch.patch'.Leo Famulari
This is a followup to commit 564cf93f2aca60171b4b97559ffc6c952e73e8ed. * gnu/packages/patches/ocaml-graph-honor-source-date-epoch.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-02-05gnu: Remove unused patch 'ocaml-findlib-make-install.patch'.Leo Famulari
This is a followup to commit bff6739d5ea513417bb491a61aa276c4fb7ddd43. * gnu/packages/patches/ocaml-findlib-make-install.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-02-05gnu: Remove unused patch 'python2-rdflib-drop-sparqlwrapper.patch'.Leo Famulari
* gnu/packages/patches/python2-rdflib-drop-sparqlwrapper.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-02-05gnu: Remove unused patch 'openldap-CVE-2017-9287.patch'.Leo Famulari
This is a followup to commit 47415332d70cd9166b0914ce43018ae57083c120. * gnu/packages/patches/openldap-CVE-2017-9287.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-02-05gnu: Remove unused patch 'glibc-memchr-overflow-i686.patch'.Leo Famulari
This is a followup to commit 67d527e35e367c9e9e89ec01cda2ce32cabd2d89. * gnu/packages/patches/glibc-memchr-overflow-i686.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-02-05gnu: Remove unused patch 'net-tools-bitrot.patch'.Leo Famulari
This is a followup to commit b5f610620b65eabd671a5f68d6e6155194101efa. * gnu/packages/patches/net-tools-bitrot.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-02-04gnu: Remove unused patch 'xboing-CVE-2004-0149.patch'.Leo Famulari
This is a followup to commit 740a335558a440245a2374fae9ffaa3427aa546c. * gnu/packages/patches/xboing-CVE-2004-0149.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-02-04gnu: Remove unused patch 'ao-cad-aarch64-support.patch'.Leo Famulari
This is a followup to commit 28f4d56dd311a3b4c7102394120de05be6937494. * gnu/packages/patches/ao-cad-aarch64-support.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-02-04gnu: Remove unused patch 'blender-newer-ffmpeg.patch'.Leo Famulari
This is a followup to commit fc51c28ae8172c9f4370772bd76601f89b9498e6. * gnu/packages/patches/blender-newer-ffmpeg.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-02-04gnu: Removed unused patch 'readline-7.0-mingw.patch'.Leo Famulari
This patch was introduced in commit ae12d586275cdd96db23fb01bf840b2055b5b979, but it was never used. See <https://bugs.gnu.org/26581> for more information. * gnu/packages/patches/readline-7.0-mingw.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-02-04gnu: Add ocaml-ppx-inline-test.Gabriel Hondet
* gnu/packages/ocaml.scm (ocaml-ppx-inline-test): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-02-04gnu: ocaml-migrate-parsetree: Update to 1.2.0.Gabriel Hondet
* gnu/packages/ocaml.scm (ocaml-migrate-parsetree): Update to 1.2.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-02-04gnu: dune: Update to 1.6.3.Gabriel Hondet
* gnu/packages/ocaml.scm (dune): Update to 1.6.3. * guix/build/dune-build-system.scm (build): Use --libdir. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-02-04gnu: gx, go-github-com-whyrusleeping-gx-util: Update to 0.14.1.Tobias Geerinckx-Rice
* gnu/packages/ipfs.scm (gx, go-github-com-whyrusleeping-gx-util): Update to 0.14.1.
2019-02-04gnu: gambit-c: Update to 4.9.2.Tobias Geerinckx-Rice
* gnu/packages/scheme.scm (gambit-c): Update to 4.9.2.
2019-02-04gnu: autossh: Update to 1.4g.Tobias Geerinckx-Rice
* gnu/packages/ssh.scm (autossh): Update to 1.4g.