summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-09gnu: linux-libre@4.4: Update to 4.4.97....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.97. Mark H Weaver
2017-11-09gnu: linux-libre@4.1: Update to 4.1.46....* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.46. Mark H Weaver
2017-11-10gnu: libpsl: Update to 0.19.1....* gnu/packages/web.scm (libpsl): Update to 0.19.1. Tobias Geerinckx-Rice
2017-11-10gnu: postgresql: Update to 10.1 [security fixes]....Fixes CVE-2017-12172, CVE-2017-15098 and CVE-2017-15099. * gnu/packages/databases.scm (postgresql): Update to 10.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Rutger Helling
2017-11-10tests: Adjust to unbound-variable exception printer....* tests/guix-system.sh: Adjust unbound-variable test for commit dc856223f5eab57d8a4881782ec0f50abd12afa3. Ludovic Courtès
2017-11-09gnu: Add r-directlabels....* gnu/packages/statistics.scm (r-directlabels): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Kyle Meyer
2017-11-09gnu: emacs-ahungry-theme: Update to 1.8.0....* gnu/packages/emacs.scm (emacs-ahungry-theme): Update to 1.8.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Alex Vong
2017-11-09gnu: Add nxbelld....* gnu/packages/xdisorg.scm (nxbelld): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Marek Benc
2017-11-09ui: Add an 'unbound-variable' exception printer....* guix/ui.scm (print-unbound-variable-error): New variable. Use it as the 'unbound-variable' printer. Ludovic Courtès
2017-11-09ui: Provide hints for unbound-variable errors....* guix/ui.scm (known-variable-definition): New procedure. (report-load-error): Handle 'unbound-variable'. Ludovic Courtès
2017-11-09ui: Add 'display-hint'....* guix/ui.scm (known-variable-definition): New procedure. (report-load-error): Use it. Ludovic Courtès
2017-11-09gnu: %intel-compatible-systems: Re-add variable....This is a follow-up to cfbe7b7f4ccdb61534b47d91fe8e43db2ee1737d. * gnu/packages/linux.scm (%intel-compatible-systems): New variable. Efraim Flashner
2017-11-09gnu: linux: Add linux-libre arm kernel....* Makefile.am (AUX_FILES): Add arm config file. * gnu/packages/aux-files/linux-libre/4.13-arm.conf: New file. * gnu/packages/linux.scm (%intel-compatible-systems): Rename to %linux-compatible-systems and add "armhf-linux". (linux-libre): Adapt consequently. The config file for arm is taken from debian armmp kernel. It's a generic firmware for ARMv7 multiplatform compatible SoCs. Mathieu Othacehe
2017-11-09gnu: chromaprint: Update to 1.4.2....* gnu/packages/mp3.scm (chromaprint): Update to 1.4.2. Leo Famulari
2017-11-09gnu: libwnck: Update to 3.24.1....* gnu/packages/gnome.scm (libwnck): Update to 3.24.1. Kei Kebreau
2017-11-09system: Do not set 'TZ'....Fixes <https://bugs.gnu.org/29212>. Reported by Diego Nicola Barbato <dnbarbato@posteo.de>. * gnu/system.scm (operating-system-environment-variables): Remove "TZ". Ludovic Courtès
2017-11-09gnu: roary: Update to 3.11.0....* gnu/packages/bioinformatics.scm (roary): Update to 3.11.0. [inputs]: Add perl-digest-md5-file. Ben Woodcroft
2017-11-08gnu: totem: Enable parallel build....* gnu/packages/gnome.scm (totem)[arguments]: Set #:parallel-build? to #t implicitly. Kei Kebreau
2017-11-08gnu: tremc: Update to 0.9.0-1.9755b50....* gnu/packages/bittorrent.scm (tremc): Update to 0.9.0-1.9755b50. [version]: Use git-version. [source]: Use git-file-name. Leo Famulari
2017-11-08gnu: slurm: Update to 16.05.11 [fixes CVE-2017-15566]....* gnu/packages/parallel.scm (slurm): Update to 16.05.11. [source]: Use the recommended download URL. Leo Famulari
2017-11-08gnu: rpm: Update to 4.13.0.2 [fixes CVE-2017-{7500,7501}]....* gnu/packages/package-management.scm (rpm): Update to 4.13.0.2. Leo Famulari
2017-11-08gnu: python-icalendar: Update to 4.0.0....* gnu/packages/python.scm (python-icalendar): Update to 4.0.0. Leo Famulari
2017-11-08gnu: syncthing: Update to 0.14.40....* gnu/packages/syncthing.scm (syncthing): Update to 0.14.40. [inputs]: Add go-github-com-zillode-notify. Leo Famulari
2017-11-08gnu: Add go-github-com-zillode-notify....* gnu/packages/syncthing.scm (go-github-com-zillode-notify): New variable. Leo Famulari
2017-11-08gnu: go-github-com-audriusbutkevicius-kcp-go: Update to 0.0.0-1.8ae5f52....* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-kcp-go): Update to 0.0.0-1.8ae5f52. [propagated-inputs]: Add go-github-com-tjfoc-gmsm-sm4. Leo Famulari
2017-11-08gnu: Add go-github-com-tjfoc-gmsm-sm4....* gnu/packages/syncthing.scm (go-github-com-tjfoc-gmsm-sm4): New variable. Leo Famulari
2017-11-08gnu: Improve error reporting of the use-.*modules macros....Suggested by Julien Lepiller and myglc2 at <https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00106.html>. * gnu.scm (%try-use-modules): New procedure. (package-module-hint, service-module-hint): New procedures. (try-use-modules): New macro. (use-package-modules, use-service-modules, use-system-modules): Use it. * tests/guix-system.sh: Test it. Ludovic Courtès
2017-11-08services: Add 'lookup-service-types'....* gnu/services.scm (lookup-service-types): New procedure. * tests/services.scm ("lookup-service-types"): New test. Ludovic Courtès
2017-11-08services: 'fold-service-types' includes (gnu services)....* gnu/services.scm (all-service-modules): New procedure. (fold-service-types): Use it for the default MODULES value. Ludovic Courtès
2017-11-08services: 'fold-service-types' honors its seed....* gnu/services.scm (fold-service-types): Use SEED instead of '(). Ludovic Courtès
2017-11-08ui: Define and honor '&error-location' and '&fix-hint' conditions....* guix/utils.scm (&error-location, &fix-hint): New condition types. * guix/ui.scm (report-load-error): Handle them. (call-with-error-handling): Honor '&error-location'. Ludovic Courtès
2017-11-08ui: Introduce (guix i18n)....* guix/ui.scm (G_, N_, _P, %gettext-domain, %package-text-domain): Move to... * guix/i18n.scm: ... here. New file. Ludovic Courtès
2017-11-08gnu: service: Update comment....* gnu/services/base.scm (guix-activation): Update comment. Hartmut Goebel
2017-11-08install: Use overlayfs instead of unionfs....I dediced to keep adding /tmp as tmpfs since I was not able to trigger bug while still using unionfs, so I could not verify whether this mount is still needed with overlayfs. Mapping /tmp to tmpfs does not harm, so we are on the save side. * gnu/system/install.scm (make-cow-store): Mount /gnu/store without additional read-only bind-mount, since in overlayfs the "lower" level is always read-only. Add work-dir required by overlayfs. No need to sleep anymore since now using the mount syscall. [unionfs]: Remove now unused function. (%installation-services): Update comment. (installation-os)[file-systems]: Update comment. Hartmut Goebel
2017-11-08build: Use overlayfs instead of unionfs....Overlayfs is part of the kernel, while unionfs needs FUSE. This also reduces the size of the initrd by ca. 4.3% (487K). * gnu/build/linux-boot.scm (mount-root-file-system): Remove optional parameter "unionfs"; mount using overlayfs instead of unionfs; new directory layout requied by overlayfs; update documentation. [mark-as-not-killable]: Remove now unused function * gnu/system/linux-initrd.scm (file-system-packages): Remove now unused packages "unionfs-fuse/static" and thus unused related 'if'. (linux-modules): Replace "fuse" by "overlay". Hartmut Goebel
2017-11-08gnu: miso: Use pypi-uri....* gnu/packages/bioinformatics.scm (miso)[source]: Use pypi-uri. Ricardo Wurmus
2017-11-08gnu: Add r-vcd....* gnu/packages/cran.scm (r-vcd): New variable. Ricardo Wurmus
2017-11-08gnu: Add r-laeken....* gnu/packages/cran.scm (r-laeken): New variable. Ricardo Wurmus
2017-11-08doc: Move paragraph about signature verification to the top....* doc/contributing.texi (Submitting Patches): Remind contributors to verify cryptographic signatures at the very beginning. Ricardo Wurmus
2017-11-08gnu: fastcap: Use texlive-tiny....* gnu/packages/engineering.scm (fastcap)[native-inputs]: Replace texlive with texlive-tiny. [arguments]: Fix indentation; set HOME in "make-pdf" phase to avoid font errors with texlive-tiny. Ricardo Wurmus
2017-11-08gnu: librecad: Fix build....* gnu/packages/engineering.scm (librecad)[arguments]: Add phase "patch-boost-error". Ricardo Wurmus
2017-11-08gnu: Add r-performanceanalytics....* gnu/packages/cran.scm (r-performanceanalytics): New variable. Ricardo Wurmus
2017-11-08gnu: Add r-xts....* gnu/packages/cran.scm (r-xts): New variable. Ricardo Wurmus
2017-11-08gnu: Remove "open source" from descriptions....All software in Guix is Free Software. * gnu/packages/aidc.scm (libdmtx)[description]: Remove "open source" string. * gnu/packages/firmware.scm (seabios)[description]: Likewise. * gnu/packages/libupnp.scm (libupnp)[description]: Likewise. * gnu/packages/maths.scm (cubicle)[description]: Likewise. * gnu/packages/mingw.scm (mingw-w64)[description]: Likewise. * gnu/packages/game-development.scm (openmw)[description]: Likewise. [synopsis]: Remove "Free software". Ricardo Wurmus
2017-11-08gnu: pcb: Update to 4.0.2....* gnu/packages/engineering.scm (pcb): Update to 4.0.2. [arguments]: Add build phase "fix-check-for-display". Ricardo Wurmus
2017-11-08gnu: time: Update license....* gnu/packages/time.scm (time)[license]: Change to gpl3+. Efraim Flashner
2017-11-08gnu: time: Update to 1.8....* gnu/packages/time.scm (time): Update to 1.8. [arguments]: Remove custom 'configure phase. Efraim Flashner
2017-11-07gnu: Add glusterfs....* gnu/packages/file-systems.scm (glusterfs): New variable. Ricardo Wurmus
2017-11-07gnu: r-prabclus: Update description....* gnu/packages/statistics.scm (r-prabclus)[description]: Fix grammar errors. Ricardo Wurmus
2017-11-07gnu: r-fdrtool: Update description....* gnu/packages/statistics.scm (r-fdrtool)[description]: Use "@dfn" syntax. Ricardo Wurmus