summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* self: Make (guix config) generation really stateless.Ludovic Courtès2018-06-18
| | | | | | | | | | | | | | Previously the %CONFIG-VARIABLES list would be generated based on what the current (guix config) contains. Thus, it would include '%guix-register-program', which we recently removed, because existing (guix config) most likely contained that variable. Since its value could differ from machine to machine, the build farm could be building a different config.scm, thereby preventing people from getting substitutes. * guix/self.scm (%config-variables): Turn into a white list instead of taking all the remaining variables from the current (guix config). * build-aux/build-self.scm (%config-variables): Likewise.
* compile: Work around non-thread-safe module autoloading.Ludovic Courtès2018-06-18
| | | | | * guix/build/compile.scm <top level>: Set 'try-module-autoload' when running on Guile < 2.2.4.
* gnu: schismtracker: Update to 20180523.Kei Kebreau2018-06-18
| | | | | * gnu/packages/music.scm (schismtracker): Update to 20180523. [arguments]: Use 'invoke' in the 'autoconf' phase.
* gnu: gnu-pw-mgr: Update to 2.3.1.Efraim Flashner2018-06-18
| | | | | * gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.3.1. [arguments]: Add phase to patch more shebangs.
* gnu: w3m: Update source URL.Leo Famulari2018-06-18
| | | | * gnu/packages/w3m.scm (w3m)[source]: Update URL.
* gnu: emacs-graphviz-dot-mode: Update for Emacs 26.1George Clemmer2018-06-18
| | | | | | | * gnu/packages/emacs.scm (emacs-graphviz-dot-mode): Update to 0.3.11 for compatibility with Emacs 26.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: restic: Update the comment about the bundled dependencies.Leo Famulari2018-06-18
| | | | * gnu/packages/backup.scm (restic): Update the comment.
* gnu: OpenSSL 1.1.0: Fix CVE-2018-{0495,0732}.Leo Famulari2018-06-18
| | | | | | | * gnu/packages/patches/openssl-1.1.0-CVE-2018-0495.patch, gnu/packages/patches/openssl-1.1.0-CVE-2018-0732.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/tls.scm (openssl-next)[source]: Use them.
* gnu: OpenSSL 1.0.2: Fix CVE-2018-{0495,0732}.Leo Famulari2018-06-18
| | | | | | | | * gnu/packages/patches/openssl-1.0.2-CVE-2018-0495.patch, gnu/packages/patches/openssl-1.0.2-CVE-2018-0732.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/tls.scm (openssl)[replacement]: New field. (openssl/fixed): New variable.
* build-system/r: Accept #:r argument.Ricardo Wurmus2018-06-18
| | | | * guix/build-system/r.scm (lower): Add #:r to private-keywords.
* gnu: linux-libre: Update to 4.17.2.Mark H Weaver2018-06-18
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.2. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.50.Mark H Weaver2018-06-18
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.50. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.109.Mark H Weaver2018-06-18
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.109.
* gnu: linux-libre@4.4: Update to 4.4.138.Mark H Weaver2018-06-18
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.138.
* gnu: encfs: Update to 1.9.5.Pierre Neidhardt2018-06-17
| | | | | | | | | * gnu/packages/crypto.scm (encfs): Update to 1.9.5. [source](snippet): Adjust paths. Remove two bundled libraries. [native-inputs]: Add googletest-source. [arguments]: Add 'unpack-googletest' and 'make-unittests' phases. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: texlive-bin: Use absolute path to ghostscript executable "gs".Arun Isaac2018-06-17
| | | | | | * gnu/packages/tex.scm (texlive-bin)[arguments]: Rename fix-unix-detection phase to configure-ghostscript-executable. Replace "gs" in epstopdf.pl with the absolute path to "gs" in the store.
* gnu: Remove Mr. Rescue.宋文武2018-06-17
| | | | | | It's not compatible with love-11.1. * gnu/packages/game.scm (mrrescue): Remove variable.
* gnu: clusterssh: Update to 4.13.2.Kei Kebreau2018-06-16
| | | | | | | | | | | | | * gnu/packages/admin.scm (clusterssh): Update to 4.13.2. [build-system]: Switch to perl-build-system. [arguments]: Remove 'set-load-paths' phase. [inputs]: Remove perl. [native-inputs]: Add perl-cpan-changes, perl-file-slurp, perl-file-which, perl-module-build, perl-readonly, perl-test-differences, perl-test-distmanifest, perl-test-perltidy, perl-test-pod, perl-test-pod-coverage, perl-test-trap and perltidy. [propagated-inputs]: Add perl-exception-class, perl-try-tiny and perl-x11-protocol-other.
* gnu: perltidy: Update to 20180220.Kei Kebreau2018-06-16
| | | | * gnu/packages/perl.scm (perltidy): Update to 20180220.
* gnu: Add perl-test-perltidy.Kei Kebreau2018-06-16
| | | | * gnu/packages/perl-check.scm (perl-test-perltidy): New variable.
* gnu: Add perl-file-finder.Kei Kebreau2018-06-16
| | | | * gnu/packages/perl.scm (perl-file-finder): New variable.
* gnu: Add perl-test-distmanifest.Kei Kebreau2018-06-16
| | | | * gnu/packages/perl-check.scm (perl-test-distmanifest): New variable.
* gnu: Add perl-module-manifest.Kei Kebreau2018-06-16
| | | | * gnu/packages/perl.scm (perl-module-manifest): New variable.
* gnu: Add perl-cpan-changes.Kei Kebreau2018-06-16
| | | | * gnu/packages/perl.scm (perl-cpan-changes): New variable.
* gnu: Add perl-x11-protocol-other.Kei Kebreau2018-06-16
| | | | * gnu/packages/xorg.scm (perl-x11-protocol-other): New variable.
* self: Install .go files to 'lib/guile/X.Y/site-ccache'.Ludovic Courtès2018-06-17
| | | | | | | | | | * guix/self.scm (guix-command): Add 'compiled-modules' parameter and honor it. (whole-package): Likewise. (compiled-guix)[built-modules]: Turn into a procedure. When PULL-VERSION is 1, use separate source and compiled modules. When PULL-VERSION is 0, return a single directory containing both .scm and .go files.
* gnu: gsl: Update to 2.5.Ludovic Courtès2018-06-17
| | | | * gnu/packages/maths.scm (gsl): Update to 2.5.
* gnu: diffoscope: Update to 96.Ludovic Courtès2018-06-17
| | | | * gnu/packages/package-management.scm (diffoscope): Update to 96.
* gnu: magit: Update to 2.13.0.Ludovic Courtès2018-06-17
| | | | * gnu/packages/emacs.scm (magit): Update to 2.13.0.
* gnu: emacs-fish-completion: Don't propagate inputs.Pierre Neidhardt2018-06-17
| | | | | | | | * gnu/packages/emacs.scm (emacs-fish-completion)[propagated-inputs]: Remove fish [inputs]: Add fish. [arguments]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: upx: Fix CVE-2017-15056.Pierre Neidhardt2018-06-17
| | | | | | | | * gnu/packages/patches/upx-protect-against-bad-crafted-input.patch: New file. * gnu/packages/compression.scm (upx)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: strace: Update to 4.23.Marius Bakke2018-06-16
| | | | | | | * gnu/packages/linux.scm (strace): Update to 4.23. [source]: Remove obsolete patch. * gnu/packages/patches/strace-kernel-4.16.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: offlineimap: Update to 7.2.1.Marius Bakke2018-06-16
| | | | * gnu/packages/mail.scm (offlineimap): Update to 7.2.1.
* gnu: maim: Update to 5.5.2.Marius Bakke2018-06-16
| | | | * gnu/packages/xdisorg.scm (maim): Update to 5.5.2.
* gnu: ffmpeg: Update to 4.0.1.Marius Bakke2018-06-16
| | | | * gnu/packages/video.scm (ffmpeg): Update to 4.0.1.
* gnu: ldb: Fix build on 32-bit systems.Marius Bakke2018-06-16
| | | | | | * 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: perl: Fix CVE-2018-12015.Marius Bakke2018-06-16
| | | | | | * 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: libedit: Update to 20180525-3.1.Marius Bakke2018-06-16
| | | | * gnu/packages/libedit.scm (libedit): Update to 20180525-3.1.
* gnu: openal: Update to 0.18.2.Marius Bakke2018-06-16
| | | | * gnu/packages/audio.scm (openal): Update to 0.18.2.
* gnu: linux-libre: Fix build on AArch64.Marius Bakke2018-06-16
| | | | | | | | * 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: Clarify when branches are "frozen".Marius Bakke2018-06-16
| | | | | * doc/contributing.texi (Submitting Patches): Provide a link to Hydra. Add section about freezing branches.
* gnu: Add restic.Oleg Pykhalov2018-06-16
| | | | * gnu/packages/backup.scm (restic): New variable.
* gnu: Add dehydrated.Clément Lassieur2018-06-16
| | | | * gnu/packages/tls.scm (dehydrated): New variable.
* Add guix-daemon Bash completion file.Oleg Pykhalov2018-06-16
| | | | | * etc/completion/bash/guix-daemon: New file. * Makefile.am (dist_bashcompletion_DATA): Add this.
* gnu: wesnoth: Update to 1.14.3.宋文武2018-06-16
| | | | * gnu/packages/games.scm (wesnoth): Update to 1.14.3.
* gnu: groovy: Add groovy-xml to the closure.Julien Lepiller2018-06-16
| | | | | | * gnu/packages/groovy.scm (groovy)[inputs]: Add groovy-xml. [arguments]: Add groovy-xml to the list of classes available for class loading.
* gnu: Add maven.Julien Lepiller2018-06-16
| | | | * gnu/packages/maven.scm (maven): New variable.
* gnu: Add maven-compat.Julien Lepiller2018-06-16
| | | | * gnu/packages/maven.scm (maven-compat): New variable.
* gnu: Add maven-resolver-transport-wagon.Julien Lepiller2018-06-16
| | | | * gnu/packages/maven.scm (maven-resolver-transport-wagon): New variable.
* gnu: Add maven-wagon-http.Julien Lepiller2018-06-16
| | | | * gnu/packages/maven.scm (maven-wagon-http): New variable.