summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-16gnu: ldb: Fix build on 32-bit systems.Marius Bakke
* guix/utils.scm (target-64bit?): New procedure. * gnu/packages/samba.scm (ldb)[inputs]: Only add LMDB on 64-bit systems. [arguments]: Make #:tests? conditional on LMDB availability.
2018-06-16gnu: perl: Fix CVE-2018-12015.Marius Bakke
* gnu/packages/patches/perl-archive-tar-CVE-2018-12015.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/perl.scm (perl-5.26.2)[source](patches): Use it.
2018-06-16gnu: libedit: Update to 20180525-3.1.Marius Bakke
* gnu/packages/libedit.scm (libedit): Update to 20180525-3.1.
2018-06-16gnu: openal: Update to 0.18.2.Marius Bakke
* gnu/packages/audio.scm (openal): Update to 0.18.2.
2018-06-16gnu: linux-libre: Fix build on AArch64.Marius Bakke
* gnu/packages/patches/binutils-aarch64-symbol-relocation.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/base.scm (binutils/fixed): New public variable. * gnu/packages/linux.scm (make-linux-libre)[native-inputs]: On aarch64, define new ld-wrapper with the above binutils and use it.
2018-06-16doc: Clarify when branches are "frozen".Marius Bakke
* doc/contributing.texi (Submitting Patches): Provide a link to Hydra. Add section about freezing branches.
2018-06-16gnu: Add restic.Oleg Pykhalov
* gnu/packages/backup.scm (restic): New variable.
2018-06-16gnu: Add dehydrated.Clément Lassieur
* gnu/packages/tls.scm (dehydrated): New variable.
2018-06-16Add guix-daemon Bash completion file.Oleg Pykhalov
* etc/completion/bash/guix-daemon: New file. * Makefile.am (dist_bashcompletion_DATA): Add this.
2018-06-16gnu: wesnoth: Update to 1.14.3.宋文武
* gnu/packages/games.scm (wesnoth): Update to 1.14.3.
2018-06-16gnu: groovy: Add groovy-xml to the closure.Julien Lepiller
* gnu/packages/groovy.scm (groovy)[inputs]: Add groovy-xml. [arguments]: Add groovy-xml to the list of classes available for class loading.
2018-06-16gnu: Add maven.Julien Lepiller
* gnu/packages/maven.scm (maven): New variable.
2018-06-16gnu: Add maven-compat.Julien Lepiller
* gnu/packages/maven.scm (maven-compat): New variable.
2018-06-16gnu: Add maven-resolver-transport-wagon.Julien Lepiller
* gnu/packages/maven.scm (maven-resolver-transport-wagon): New variable.
2018-06-16gnu: Add maven-wagon-http.Julien Lepiller
* gnu/packages/maven.scm (maven-wagon-http): New variable.
2018-06-16gnu: Add maven-wagon-http-shared.Julien Lepiller
* gnu/packages/maven.scm (maven-wagon-http-shared): New variable.
2018-06-16gnu: Add maven-wagon-tck-http.Julien Lepiller
* gnu/packages/maven.scm (maven-wagon-tck-http): New variable.
2018-06-16gnu: Add maven-wagon-file.Julien Lepiller
* gnu/packages/maven.scm (maven-wagon-file): New variable.
2018-06-16gnu: Add maven-wagon-provider-test.Julien Lepiller
* gnu/packages/maven.scm (maven-wagon-provider-test): New variable.
2018-06-16gnu: Add maven-wagon-provider-api.Julien Lepiller
* gnu/packages/maven.scm (maven-wagon-provider-api): New variable.
2018-06-16gnu: Add maven-embedder.Julien Lepiller
* gnu/packages/maven.scm (maven-embedder): New variable.
2018-06-16gnu: Add maven-core.Julien Lepiller
* gnu/packages/maven.scm (maven-core): New variable.
2018-06-16gnu: Add java-plexus-component-metadata.Julien Lepiller
* gnu/packages/maven.scm (java-plexus-component-metadata): New variable.
2018-06-16gnu: Add maven-plugin-annotations.Julien Lepiller
* gnu/packages/maven.scm (maven-plugin-annotations): New variable.
2018-06-16gnu: Add maven-core-bootstrap.Julien Lepiller
2018-06-16gnu: Add maven-plugin-api.Julien Lepiller
* gnu/packages/maven.scm (maven-plugin-api): New variable.
2018-06-16gnu: Add java-qdox.Julien Lepiller
* gnu/packages/java.scm (java-qdox): New variable.
2018-06-16gnu: Add java-plexus-cli.Julien Lepiller
* gnu/packages/java.scm (java-plexus-cli): New variable.
2018-06-16gnu: Add java-eclipse-jetty-webapp-9.2.Julien Lepiller
* gnu/packages/web.scm (java-eclipse-jetty-webapp-9.2): New variable.
2018-06-16gnu: Add java-eclipse-jetty-webapp.Julien Lepiller
* gnu/packages/web.scm (java-eclipse-jetty-webapp): New variable.
2018-06-16gnu. Add java-eclipse-jetty-xml-9.2.Julien Lepiller
* gnu/packages/web.scm (java-eclipse-jetty-xml-9.2): New variable.
2018-06-16gnu: Add java-eclipse-jetty-xml.Julien Lepiller
* gnu/packages/web.scm (java-eclipse-jetty-xml): New variable.
2018-06-16gnu: java-eclipse-jetty-security-9.2: Ignore test error.Julien Lepiller
* gnu/packages/web.scm (java-eclipse-jetty-security-9.2)[arguments]: Ignore one failing test.
2018-06-16gnu: pigx-chipseq: Update to 0.0.16.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.16.
2018-06-15gnu: BIND: Fix CVE-2018-5738.Leo Famulari
* gnu/packages/patches/bind-CVE-2018-5738.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/dns.scm (isc-bind)[source]: Use it.
2018-06-15gnu: grub: Fix build on i686.Mark H Weaver
Fixes <https://bugs.gnu.org/31380>. * gnu/packages/bootloaders.scm (grub)[native-inputs]: Add "ld-wrapper" and "binutils". Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2018-06-15system: Add os-with-u-boot.Danny Milosavljevic
* gnu/system/install.scm (os-with-u-boot): New procedure. * gnu/packages/bootloaders.scm (make-u-boot-package): Export. * doc/guix.texi (Building the Installation Image for ARM Boards): New subsection.
2018-06-15gnu: Add shadowsocks.fis
* gnu/packages/networking.scm (shadowsocks): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-15hydra: Make sure we add an absolute file name to the load path.Ludovic Courtès
Previously, under Cuirass, we'd add "build-aux/cuirass/../hydra/../..". But then, commit c45477d2a1a651485feede20fe0f3d15aec48b39 added this in (gnu system vm): (local-file (search-path %load-path "guix/store/schema.sql")) Since 'search-path' would not return an absolute file name, 'local-file' would try to resolve that relative to "gnu/system", leading to: ERROR: In procedure force: In procedure canonicalize-path: No such file or directory: "/gnu/store/…-guix-ce573b1/gnu/system/build-aux/cuirass/../hydra/../../guix/store/schema.sql * build-aux/hydra/gnu-system.scm <top level>: Canonicalize DIR before adding it to %LOAD-PATH.
2018-06-15offload: Fix error message in 'guix offload test'.Ludovic Courtès
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com> in <https://bugs.gnu.org/31824>. * guix/scripts/offload.scm (assert-node-has-guix): Fix typo in failure message; add missing argument.
2018-06-15gnu: cpuid: Update to 20180519.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (cpuid): Update to 20180519.
2018-06-15gnu: light: Return #t from phase.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (light)[arguments]: End ‘patch-makefile’ phase with #t.
2018-06-15gnu: light: Update to 1.1.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (light): Update to 1.1. [source]: Switch to GIT-FETCH.
2018-06-15gnu: f2fs-tools: Update to 1.10.0.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (f2fs-tools): Update to 1.10.0.
2018-06-15gnu: spice-protocol: Update to 0.12.14.Tobias Geerinckx-Rice
* gnu/packages/spice.scm (spice-protocol): Update to 0.12.14.
2018-06-15gnu: python-pyrfc3339: Update to 1.1.Tobias Geerinckx-Rice
* gnu/packages/time.scm (python-pyrfc3339): Update to 1.1.
2018-06-15gnu: gource: Update to 0.49.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (gource): Update to 0.49.
2018-06-15gnu: perl-xml-libxml-simple: Update to 0.99.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (perl-xml-libxml-simple): Update to 0.99.
2018-06-15gnu: fcitx-configtool: Update to 0.4.10.Tobias Geerinckx-Rice
* gnu/packages/fcitx.scm (fcitx-configtool): Update to 0.4.10.
2018-06-15gnu: fcitx: Update to 4.2.9.6.Tobias Geerinckx-Rice
* gnu/packages/fcitx.scm (fcitx): Update to 4.2.9.6. [native-inputs]: Add extra-cmake-modules.