summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-05download: Pass 'http_proxy' et al. to git, hg, etc.Ludovic Courtès
This allows 'git-fetch' etc. origins to honor the proxy and locale of the daemon. * guix/bzr-download.scm (bzr-fetch): Pass #:leaked-env-vars to 'gexp->derivation'. * guix/cvs-download.scm (cvs-fetch): Likewise. * guix/git-download.scm (git-fetch): Likewise. * guix/hg-download.scm (hg-fetch): Likewise. * guix/svn-download.scm (svn-multi-fetch): Likewise.
2019-09-05gnu: Syncthing: Update to 1.2.2.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 1.2.2. [inputs]: Remove go-github-com-calmh-du and add go-github-com-shirou-gopsutil.
2019-09-05gnu: Add go-github-com-shirou-gopsutil.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-shirou-gopsutil): New variable.
2019-09-05gnu: go-github-com-urfave-cli: Update to 1.21.0.Leo Famulari
* gnu/packages/golang.scm (go-github-com-urfave-cli): Update to 1.21.0.
2019-09-05gnu: emacs-org-contrib: Update to 20190904.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 20190904.
2019-09-05gnu: emacs-org: Update to 9.2.6.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.2.6.
2019-09-05gnu: emacs-org-caldav: Update to 0.0.0-1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-org-caldav): Update to latest commit, since there is no release yet. [description]: Remove alpha status, no longer specified in README.
2019-09-05Revert "gnu: next: Compress the executable."Pierre Neidhardt
Some essential references (e.g. libfixposix) are lost in the process. This reverts commit 0e8b91dbc45306984d682307d8b40b0e323bb4be.
2019-09-05gnu: gama: Update to 2.07.Efraim Flashner
* gnu/packages/gps.scm (gama): Update to 2.07.
2019-09-05gnu: bwa-meth: Capture one more reference to "bwa".Ricardo Wurmus
Reported by: Alexander.Blume <Alexander.Blume@mdc-berlin.de> * gnu/packages/bioinformatics.scm (bwa-meth)[arguments]: Capture invocation of "bwa index" to retain reference to "bwa" package.
2019-09-05gnu: next: Compress the executable.Pierre Neidhardt
* gnu/packages/web-browsers.scm (next)[arguments]: Compressing the executable brings it from about 95 MiB to 22 MiB.
2019-09-05gnu: emacs-evil-collection: Update to 0.0.2.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.2.
2019-09-05gnu: Add r-bigmelon.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-bigmelon): New variable.
2019-09-05gnu: Add r-gdsfmt.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-gdsfmt): New variable.
2019-09-05gnu: Add r-watermelon.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-watermelon): New variable.
2019-09-05gnu: Add r-illuminahumanmethylation450kanno-ilmn12-hg19.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-illuminahumanmethylation450kanno-ilmn12-hg19): New variable.
2019-09-05gnu: Add r-roc.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-roc): New variable.
2019-09-05gnu: efl: Update to 1.22.4.Efraim Flashner
* gnu/packages/enlightenment.scm (efl): Update to 1.22.4.
2019-09-05gnu: sbcl: Use CLISP instead of unboostrappable CCL to build.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl)[arguments]: Build with CLISP.
2019-09-05gnu: sbcl: Update to 1.5.6.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl): Update to 1.5.6.
2019-09-05build-system/asdf: Add option to compress programs.Pierre Neidhardt
* guix/build/lisp-utils.scm (build-program): Add `compress?' key argument. (generate-executable-for-system): Same. (generate-executable): Same.
2019-09-05gnu: dolphin-emu: Update to commit a974540.Rutger Helling
* gnu/packages/emulators.scm (dolphin-emu): Update to commit a974540. [source]: Delete unneeded MoltenVK map. [arguments]: Properly hardcode libvulkan path.
2019-09-05gnu: docker: Add support for tini.Maxim Cournoyer
* gnu/packages/docker.scm (docker)[inputs]: Add tini. [phases]{patch-paths}: Patch the path of the default init binary.
2019-09-05gnu: Add tini.Maxim Cournoyer
* gnu/packages/docker.scm (tini): New variable.
2019-09-05gnu: nginx: Update to 1.17.3 [security fixes].Marius Bakke
This release fixes CVE-2019-9511, CVE-2019-9513, and CVE-2019-9516. * gnu/packages/web.scm (nginx): Update to 1.17.3.
2019-09-05gnu: miniupnpc: Update to 2.1.20190824.Marius Bakke
* gnu/packages/upnp.scm (miniupnpc): Update to 2.1.20190824.
2019-09-05gnu: varnish: Update to 6.2.1.Marius Bakke
* gnu/packages/web.scm (varnish): Update to 6.2.1.
2019-09-05gnu: libnl: Update to 3.5.0.Marius Bakke
* gnu/packages/linux.scm (libnl): Update to 3.5.0.
2019-09-05gnu: samba: Update to 4.10.8 [fixes CVE-2019-10197].Marius Bakke
* gnu/packages/samba.scm (samba): Update to 4.10.8.
2019-09-05gnu: tevent: Update to 0.10.1.Marius Bakke
* gnu/packages/samba.scm (tevent): Update to 0.10.1.
2019-09-05gnu: talloc: Update to 2.3.0.Marius Bakke
* gnu/packages/samba.scm (talloc): Update to 2.3.0.
2019-09-05gnu: tdb: Update to 1.4.2.Marius Bakke
* gnu/packages/databases.scm (tdb): Update to 1.4.2.
2019-09-05gnu: libvisio: Update to 0.1.7.Marius Bakke
* gnu/packages/libreoffice.scm (libvisio): Update to 0.1.7.
2019-09-05gnu: libabw: Update to 0.1.3.Marius Bakke
* gnu/packages/libreoffice.scm (libabw): Update to 0.1.3. [arguments]: Remove.
2019-09-05gnu: LibRaw: Update to 1.19.5.Marius Bakke
* gnu/packages/photo.scm (libraw): Update to 0.19.5.
2019-09-05gnu: php: Build against Oniguruma 6.Marius Bakke
* gnu/packages/php.scm (php)[inputs]: Change ONIGURUMA-5 to ONIGURUMA. * gnu/packages/textutils.scm (oniguruma-5): Remove variable.
2019-09-05gnu: oniguruma: Update to 6.9.3 [fixes CVE-2019-13224, CVE-2019-13225].Marius Bakke
* gnu/packages/textutils.scm (oniguruma): Update to 6.9.3.
2019-09-05build-system/julia: Avoid module cycles.Marius Bakke
* guix/build-system/julia.scm: Remove unused imports. (lower)[julia]: Default to (DEFAULT-JULIA).
2019-09-04build-system/julia: Fix syntax error.Ricardo Wurmus
* guix/build-system/julia.scm: Fix invalid module reference.
2019-09-04gnu: libxfce4util: Build Vala bindings.L p R n d n
* gnu/packages/xfce.scm (libxfce4util)[native-inputs]: Add vala. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-04gnu: libxfce4util: Add gobject-introspection support.L p R n d n
* gnu/packages/xfce.scm (libxfce4util): Add gobject-introspection to native-inputs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-04gnu: Add xfce4-screensaver.L p R n d n
* gnu/packages/xfce.scm (xfce4-screensaver): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-04gnu: Add xfce4-screenshooter.L p R n d n
* gnu/packages/xfce.scm (xfce4-screenshooter): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-04doc: Update 'README'.Ludovic Courtès
* README: Update intro a bit. (Installing Guix as non-root): Remove as it's largely outdated. (Contact): Update.
2019-09-04services: nginx: Pass run-directory on config test.Robert Vollmert
Fixes <https://bugs.gnu.org/36388>. This fixes error logging errors in the activation script. * gnu/services/web.scm (nginx-activation): Add "-p" flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-04gnu: ghostscript: Keep the replacement private.Ludovic Courtès
This avoids having two matches for the "ghostscript" spec. * gnu/packages/ghostscript.scm (ghostscript/fixed): Keep private.
2019-09-04gnu: ocaml-easy-format: Update to 1.3.2.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-easy-format): Update to 1.3.2.
2019-09-04gnu: ocaml-frontc: Update to 3.4.2.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-frontc): Update to 3.4.2.
2019-09-04gnu: ocaml-ssl: Update to 0.5.9.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.9.
2019-09-04gnu: opam: Update to 2.0.5.Julien Lepiller
* gnu/packages/ocaml.scm (opam): Update to 2.0.5.