| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/mail.scm (offlineimap): Update to 7.2.1.
|
|
|
|
| |
* gnu/packages/xdisorg.scm (maim): Update to 5.5.2.
|
|
|
|
| |
* gnu/packages/video.scm (ffmpeg): Update to 4.0.1.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* gnu/packages/libedit.scm (libedit): Update to 20180525-3.1.
|
|
|
|
| |
* gnu/packages/audio.scm (openal): Update to 0.18.2.
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* doc/contributing.texi (Submitting Patches): Provide a link to Hydra. Add
section about freezing branches.
|
|
|
|
| |
* gnu/packages/backup.scm (restic): New variable.
|
|
|
|
| |
* gnu/packages/tls.scm (dehydrated): New variable.
|
|
|
|
|
| |
* etc/completion/bash/guix-daemon: New file.
* Makefile.am (dist_bashcompletion_DATA): Add this.
|
|
|
|
| |
* gnu/packages/games.scm (wesnoth): Update to 1.14.3.
|
|
|
|
|
|
| |
* gnu/packages/groovy.scm (groovy)[inputs]: Add groovy-xml.
[arguments]: Add groovy-xml to the list of classes available for class
loading.
|
|
|
|
| |
* gnu/packages/maven.scm (maven): New variable.
|
|
|
|
| |
* gnu/packages/maven.scm (maven-compat): New variable.
|
|
|
|
| |
* gnu/packages/maven.scm (maven-resolver-transport-wagon): New variable.
|
|
|
|
| |
* gnu/packages/maven.scm (maven-wagon-http): New variable.
|
|
|
|
| |
* gnu/packages/maven.scm (maven-wagon-http-shared): New variable.
|
|
|
|
| |
* gnu/packages/maven.scm (maven-wagon-tck-http): New variable.
|
|
|
|
| |
* gnu/packages/maven.scm (maven-wagon-file): New variable.
|
|
|
|
| |
* gnu/packages/maven.scm (maven-wagon-provider-test): New variable.
|
|
|
|
| |
* gnu/packages/maven.scm (maven-wagon-provider-api): New variable.
|
|
|
|
| |
* gnu/packages/maven.scm (maven-embedder): New variable.
|
|
|
|
| |
* gnu/packages/maven.scm (maven-core): New variable.
|
|
|
|
| |
* gnu/packages/maven.scm (java-plexus-component-metadata): New variable.
|
|
|
|
| |
* gnu/packages/maven.scm (maven-plugin-annotations): New variable.
|
| |
|
|
|
|
| |
* gnu/packages/maven.scm (maven-plugin-api): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (java-qdox): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (java-plexus-cli): New variable.
|
|
|
|
| |
* gnu/packages/web.scm (java-eclipse-jetty-webapp-9.2): New variable.
|
|
|
|
| |
* gnu/packages/web.scm (java-eclipse-jetty-webapp): New variable.
|
|
|
|
| |
* gnu/packages/web.scm (java-eclipse-jetty-xml-9.2): New variable.
|
|
|
|
| |
* gnu/packages/web.scm (java-eclipse-jetty-xml): New variable.
|
|
|
|
|
| |
* gnu/packages/web.scm (java-eclipse-jetty-security-9.2)[arguments]:
Ignore one failing test.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.16.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* gnu/packages/networking.scm (shadowsocks): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
* gnu/packages/linux.scm (cpuid): Update to 20180519.
|
|
|
|
|
| |
* gnu/packages/linux.scm (light)[arguments]: End ‘patch-makefile’ phase
with #t.
|
|
|
|
|
| |
* gnu/packages/linux.scm (light): Update to 1.1.
[source]: Switch to GIT-FETCH.
|
|
|
|
| |
* gnu/packages/linux.scm (f2fs-tools): Update to 1.10.0.
|
|
|
|
| |
* gnu/packages/spice.scm (spice-protocol): Update to 0.12.14.
|
|
|
|
| |
* gnu/packages/time.scm (python-pyrfc3339): Update to 1.1.
|
|
|
|
| |
* gnu/packages/version-control.scm (gource): Update to 0.49.
|