aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-17gnu: Add r-boot.Ricardo Wurmus
* gnu/packages/statistics.scm (r-boot): New variable.
2017-03-17doc: Really document 'guix pack --format'.Ludovic Courtès
* doc/guix.texi (Invoking guix pack): Properly document --format.
2017-03-17gnu: youtube-dl: Update to 2017.03.16.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.03.16.
2017-03-16gnu: asciidoc: Use local docbook-xml package.Kei Kebreau
* gnu/packages/documentation.scm (asciidoc)[inputs]: Add docbook-xml. [arguments]: Add 'make-local-docbook-xml' phase.
2017-03-17gnu: Add knot.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): New variable.
2017-03-17gnu: Add liburcu.Tobias Geerinckx-Rice
* gnu/packages/datastructures.scm (liburcu): New variable.
2017-03-17gnu: dns: Fix typo and use @dfn in descriptions.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (bind)[description]: Use @dfn to expand acronyms. (yadifa)[description]: Likewise, and fix a typo.
2017-03-16gnu: linux-libre: Update to 4.10.3.Leo Famulari
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.3. (%linux-libre-hash): Update hash.
2017-03-16gnu: linux-libre@4.4: Update to 4.4.54.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.54.
2017-03-16gnu: linux-libre@4.9: Update to 4.9.15.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.15.
2017-03-16gnu: qemu: Fix CVE-2017-{2620,2630}.Leo Famulari
* gnu/packages/patches/qemu-CVE-2017-2620.patch, gnu/packages/patches/qemu-CVE-2017-2630.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/qemu.scm (qemu)[source]: Use them.
2017-03-16gnu: virglrenderer: Fix CVE-2017-6386.Leo Famulari
* gnu/packages/patches/virglrenderer-CVE-2017-6386.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/spice.scm (virglrenderer)[source]: Use it.
2017-03-16doc: Reorganize categories.Ludovic Courtès
* doc/guix.texi: Move "guix build" to the "Software Development" category; add "guix pack".
2017-03-16doc: Mention 'guix pack' reproducibility.Ludovic Courtès
* doc/guix.texi (Invoking guix pack): Mention reproducibility.
2017-03-16pack: Allow for "-S /opt/foo=".Ludovic Courtès
Reported by Andy Wingo. * guix/scripts/pack.scm (%options): Use 'string-split' instead of 'string-tokenize'.
2017-03-16pack: Honor symlinks in the Docker back-end.Ludovic Courtès
* guix/docker.scm (symlink-source, topmost-component): New procedures. (build-docker-image): Add #:symlinks parameter and honor it. Remove hard-coded /bin symlink. * guix/scripts/pack.scm (docker-image): Pass #:symlinks to 'build-docker-image'.
2017-03-16docker: Build images in a reproducible fashion.Ludovic Courtès
* guix/docker.scm (%tar-determinism-options): New variable. (build-docker-image): Use it on the two 'tar' invocations.
2017-03-16pack: Use a fixed timestamp in Docker images.Ludovic Courtès
* guix/docker.scm (build-docker-image): Add #:creation-time parameter. Use SRFI-19 'date->string' instead of 'strftime' et al. * guix/scripts/pack.scm (docker-image)[build]: Pass #:creation-time to 'build-docker-image'.
2017-03-16pack: Add '--format' option and Docker output support.Ludovic Courtès
* guix/docker.scm: Remove dependency on (guix store) and (guix utils). Use (guix build store-copy). Load (json) lazily. (build-docker-image): Remove #:system. Add #:closure, #:compressor, and 'image' parameters. Use 'uname' to determine the architecture. Remove use of 'call-with-temporary-directory'. Use 'read-reference-graph' to compute ITEMS. Honor #:compressor. * guix/scripts/pack.scm (docker-image): New procedure. (%default-options): Add 'format'. (%formats): New variable. (%options, show-help): Add '--format'. (guix-pack): Honor '--format'. * guix/scripts/archive.scm: Remove '--format' option. This reverts commits 1545a012cb7cd78e25ed99ecee26df457be590e9, 01445711db6771cea6122859c3f717f130359f55, and 03476a23ff2d4175b7d3c808726178f764359bec. * doc/guix.texi (Invoking guix pack): Document '--format'. (Invoking guix archive): Remove documentation of '--format'.
2017-03-16pack: Honor command-line options related to the store.Ludovic Courtès
* guix/scripts/pack.scm (guix-pack): Call 'set-build-options-from-command-line'.
2017-03-16memoization: Micro-optimize code produced by 'define-cache-procedure'.Ludovic Courtès
* guix/memoization.scm (%nothing): Remove. (define-cache-procedure): Make '%nothing' a local variable, with a literal list.
2017-03-16services: connman: Rework service.Mathieu Othacehe
* gnu/services/networking.scm (connman-service): Remove. (<connman-configuration>): New record specifying the package to be used (connman) and whether vpn plugin shall be disabled (disable-vpn?). (connman-configuration): New exported variable. (connman-configuration?): New exported variable. (connman-service-type): Export it. * doc/guix.texi (Networking Services): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-03-16gexp: Add '=>' syntax to import computed modules.Ludovic Courtès
* guix/gexp.scm (imported-files)[file-pair]: Add case for pairs where the cdr is not a string. (imported-modules): Support '=>' syntax in MODULES. * tests/gexp.scm ("imported-files with file-like objects") ("gexp->derivation & with-imported-module & computed module"): New tests. * doc/guix.texi (G-Expressions): Document '=>' syntax for 'with-imported-modules'.
2017-03-16utils: Move base16 procedures to (guix base16).Ludovic Courtès
* guix/utils.scm (bytevector->base16-string, base16-string->bytevector): Move to... * guix/base16.scm: ... here. New file. * tests/utils.scm ("bytevector->base16-string->bytevector"): Move to... * tests/base16.scm: ... here. New file. * Makefile.am (MODULES): Add guix/base16.scm. (SCM_TESTS): Add tests/base16.scm. * build-aux/download.scm, guix/derivations.scm, guix/docker.scm, guix/import/snix.scm, guix/pk-crypto.scm, guix/scripts/authenticate.scm, guix/scripts/download.scm, guix/scripts/hash.scm, guix/store.scm, tests/hash.scm, tests/pk-crypto.scm: Adjust imports accordingly.
2017-03-16gnu: password-store: Fix compatibility with GnuPG 2.1.19.Clément Lassieur
* gnu/packages/patches/password-store-gnupg-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/password-utils.scm (password-store)[source]: Use it. Signed-off-by: Clément Lassieur <clement@lassieur.org>
2017-03-16gnu: Add r-seurat.Raoul Jean Pierre Bonnal
* gnu/packages/bioinformatics.scm (r-seurat): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-03-16gnu: sra-tools: Update to 2.8.2-1.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (sra-tools): Update to 2.8.2-1. [arguments]: Add DEFAULT_CRT and DEFAULT_KFG to make flags.
2017-03-16gnu: ncbi-vdb: Install configuration files.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (ncbi-vdb)[arguments]: Add phase "install-configuration-files".
2017-03-16gnu: ncbi-vdb: Override search path for java-ngs.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (ncbi-vdb)[arguments]: Patch "package.prl" to ensure that java-ngs is found by the configure script; remove configure flag "--with-ngs-java-prefix".
2017-03-16gnu: ncbi-vdb: Use modify-phases syntax.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (ncbi-vdb)[arguments]: Use modify-phases syntax.
2017-03-16gnu: ncbi-vdb: Update to 2.8.2.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (ncbi-vdb): Update to 2.8.2.
2017-03-16gnu: ngs-sdk: Update to 1.3.0.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (ngs-sdk): Update to 1.3.0.
2017-03-16gnu: Add pzstd.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (pzstd): New variable.
2017-03-16gnu: Add zstd.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (zstd): New variable.
2017-03-16gnu: python-publicsuffix2: Update to 2.20160818.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-publicsuffix2): Update to 2.20160818.
2017-03-16gnu: awscli: Update to 1.11.63.Tobias Geerinckx-Rice
* gnu/packages/python.scm (awscli): Update to 1.11.63.
2017-03-16gnu: python-botocore: Update to 1.5.26.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-botocore): Update to 1.5.26.
2017-03-16gnu: python-ptyprocess: Update to 0.5.1.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-ptyprocess): Update to 0.5.1.
2017-03-15gnu: Add prboom-plus.Kei Kebreau
* gnu/packages/games.scm (prboom-plus): New variable.
2017-03-15gnu: Add tftp-hpa.Gábor Boskovits
* gnu/packages/networking.scm (tftp-hpa): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-03-15gnu: guile-next: Update to 2.2.0.Andy Wingo
* gnu/packages/guile.scm (guile-next): Update to 2.2.0.
2017-03-15gnu: profanity: Make the source URL version-agnostic.Leo Famulari
* gnu/packages/messaging.scm (profanity)[source]: Use (version) in the source URL.
2017-03-15gnu: units: Update to 2.14.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (units): Update to 2.14.
2017-03-15gnu: no-more-secrets: Update to 0.3.2.Tobias Geerinckx-Rice
* gnu/packages/games.scm (no-more-secrets): Update to 0.3.2.
2017-03-15gnu: mailutils: Update to 3.2.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (mailutils): Update to 3.2.
2017-03-15gnu: Use INSTALL-FILE where appropriate.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (wpa-supplicant-minimal): Substitute the simpler INSTALL-FILE for COPY-FILE when invoked with redundant arguments. * gnu/packages/bioinformatics.scm (couger, aragorn, express-beta-diversity, edirect, fasttree, rsem, samtools-0.1): Likewise. * gnu/packages/code.scm (withershins): Likewise. * gnu/packages/conky.scm (conky): Likewise. * gnu/packages/debug.scm (delta, american-fuzzy-lop): Likewise. * gnu/packages/emacs.scm (emacs-mit-scheme-doc): Likewise. * gnu/packages/engineering.scm (librecad): Likewise.
2017-03-15gnu: cryptsetup: Update to 1.7.4.Tobias Geerinckx-Rice
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 1.7.4.
2017-03-15gnu: man-pages: Update to 4.10.Tobias Geerinckx-Rice
* gnu/packages/man.scm (man-pages): Update to 4.10. [home-page]: Use HTTPS.
2017-03-15gnu: Add profanity.Mekeor Melire
* gnu/packages/messaging.scm (profanity): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-03-15gnu: Add libstrophe.Mekeor Melire
* gnu/packages/messaging.scm (libstrophe): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>