Age | Commit message (Expand) | Author |
---|---|---|
2016-12-21 | gnu: Fix typo in comment.•••* gnu/services/sddm.scm: Fix typo. | John Darrington |
2016-12-21 | gnu: qemu: Update to 2.8.0.•••* gnu/packages/qemu.scm (qemu): Update to 2.8.0. [source]: Remove patches. [arguments]: Set host_cc during 'configure. * gnu/packages/patches/qemu-CVE-2016-8576.patch, gnu/packages/patches/qemu-CVE-2016-8577.patch, gnu/packages/patches/qemu-CVE-2016-8577.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them. | Efraim Flashner |
2016-12-21 | gnu: coq: Build coqide•••* gnu/packages/ocaml.scm (coq): Build coqide. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Julien Lepiller |
2016-12-21 | gnu: lablgtk: use ocamlfind in installation•••* gnu/packages/ocaml.scm (lablgtk): Use ocamlfind in installation. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Julien Lepiller |
2016-12-21 | gnu: lablgtk: Update to 2.18.5•••* gnu/packages/ocaml.scm (lablgtk): Update to 2.18.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Julien Lepiller |
2016-12-21 | Revert "gnu: curl: Update replacement to 7.52.0 [fixes CVE-2016-{9586,9952,99...•••The curl maintainers said this about 7.52.0: "Attention! We will release a patch update within a few days to fix a serious security problem found in curl 7.52.0. You may consider holding off until then." This message was displayed at <https://curl.haxx.se/download.html> on 2016-12-21. This reverts commit 42366b35c3f9f8dc8b059d3369b8196a4b832c18. | Leo Famulari |
2016-12-21 | gnu: mlt: Update to 6.4.1.•••* gnu/packages/video.scm (mlt): Update to 6.4.1. | Tobias Geerinckx-Rice |
2016-12-21 | gnu: jsoncpp: Update to 1.8.0.•••* gnu/packages/serialization.scm (jsoncpp): Update to 1.8.0. | Tobias Geerinckx-Rice |
2016-12-21 | gnu: xf86-video-vmware: Update to 13.2.1.•••* gnu/packages/xorg.scm (xf86-video-vmware): Update to 13.2.1. [native-inputs]: Add eudev. | Tobias Geerinckx-Rice |
2016-12-21 | gnu: xcb-util-xrm: Update to 1.2.•••* gnu/packages/xdisorg.scm (xcb-util-xrm): Update to 1.2. | Tobias Geerinckx-Rice |
2016-12-21 | gnu: xcape: Update to 1.2.•••* gnu/packages/xdisorg.scm (xcape): Update to 1.2. | Tobias Geerinckx-Rice |
2016-12-21 | gnu: curl: Update replacement to 7.52.0 [fixes CVE-2016-{9586,9952,9953}].•••* gnu/packages/curl.scm (curl)[replacement]: Update to 7.52.0. (curl-7.51.0): Replace with ... (curl-7.52.0): ... this. | Marius Bakke |
2016-12-20 | gnu: imagemagick: Update to 6.9.7-0.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.7-0. | Leo Famulari |
2016-12-21 | gnu: nmap: Update to 7.40.•••* gnu/packages/admin.scm (nmap): Update to 7.40. | Marius Bakke |
2016-12-20 | gnu: linux-libre: Avoid invalid "kconfig" input on armhf and mips64el.•••This fixes a bug whereby: guix build linux-libre -s armhf-linux would fail with: guix build: error: gnu/packages/linux.scm:231:2: package `linux-libre-4.8.15' has an invalid input: ("kconfig" #f) This led 'tests/guix-system.sh' to fail. * gnu/packages/linux.scm (make-linux-libre)[native-inputs]: Never add #f as a "kconfig" input. | Ludovic Courtès |
2016-12-20 | gnu: msmtp: Update to 1.6.6.•••* gnu/packages/mail.scm (msmtp): Update to 1.6.6. | Efraim Flashner |
2016-12-20 | gnu: getmail: Update to 4.52.0.•••* gnu/packages/mail.scm (getmail): Update to 4.52.0. | Efraim Flashner |
2016-12-20 | gnu: bogofilter: Use 'modify-phases'.•••* gnu/packages/mail.scm (bogofilter)[arguments]: Use 'modify-phases'. | Efraim Flashner |
2016-12-20 | gnu: mutt: Update to 1.7.2.•••* gnu/packages/mail.scm (mutt): Update to 1.7.2. | Efraim Flashner |
2016-12-20 | gnu: mailutils: Use 'modify-phases' syntax.•••* gnu/packages/mail.scm (mailutils)[arguments]: Use 'modify-phases'. | Efraim Flashner |
2016-12-20 | gnu: mailutils: Update to 3.1.1.•••* gnu/packages/mail.scm (mailutils): Update to 3.1.1. [inputs]: Build with current readline. [arguments]: Set sysconfdir as /etc. [home-page]: Use https. | Efraim Flashner |
2016-12-20 | gnu: gnupg: Remove unneeded input.•••* gnu/packages/gnupg.scm (gnupg)[inputs]: Remove adns. | Efraim Flashner |
2016-12-20 | gnu: borg: Update to 1.0.9.•••* gnu/packages/backup.scm (borg): Update to 1.0.9. [arguments]: Run the check phase in its own directory. Skip the test 'test_get_security_dir'. | Leo Famulari |
2016-12-20 | gnu: nss: Add comment about test failures in NSS 3.27.2•••* gnu/packages/gnuzilla.scm (nss): Add comment. | Leo Famulari |
2016-12-20 | Revert "gnu: nss, nss-certs: Update to 3.27.2."•••This reverts commit 7ab3ea426640e4e7ae798a8f72b3c90b383cb824. | Leo Famulari |
2016-12-20 | import: github: Use 'json-fetch'.•••* guix/import/github.scm (json-fetch*): Remove. (latest-released-version): Adjust accordingly. | Ludovic Courtès |
2016-12-20 | environment: Add '--root' option.•••* guix/scripts/environment.scm (show-help, %options): Add --root. (register-gc-root): New procedure. (guix-environment): Call 'register-gc-root' when OPTS has a 'gc-root' option. * doc/guix.texi (Invoking guix environment): Document it. * tests/guix-environment.sh: Add tests. | Ludovic Courtès |
2016-12-20 | gnu: Add alsa-plugins.•••* gnu/packages/linux.scm (alsa-plugins): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org> | ng0 |
2016-12-20 | mailmap: Add alias for Marius Bakke.•••* .mailmap: Map m.bakke@warwick.ac.uk to current address. | Marius Bakke |
2016-12-20 | gnu: gnupg: Update to 2.1.17.•••* gnu/packages/gnupg.scm (gnupg): Update to 2.1.17. | Marius Bakke |
2016-12-20 | build: Delete all the .service and .conf files upon 'make clean'.•••* nix/local.mk (CLEANFILES): Define to add $(nodist_systemdservice_DATA) and $(nodist_upstartjob_DATA). | Ludovic Courtès |
2016-12-20 | import: pypi: Match new 'pypi-uri' domain in updater.•••* guix/import/pypi.scm (pypi-package?): Match pypi.io domain. | Marius Bakke |
2016-12-20 | doc: Replace fingerprint of OpenPGP signing key.•••* doc/guix.texi (OPENPGP-SIGNING-KEY-ID): Update to Ricardo's key for the 0.12.0 release. | Ricardo Wurmus |
2016-12-20 | build: Bump version number.•••* configure.ac: Change version to 0.12.0. | Ricardo Wurmus |
2016-12-20 | Update NEWS.•••Co-authored-by: Ludovic Courtès <ludo@gnu.org> | Ricardo Wurmus |
2016-12-20 | services: cuirass: Add Cuirass to the system profile.•••* gnu/services/cuirass.scm (cuirass-service-type): Extend PROFILE-SERVICE-TYPE. | Ludovic Courtès |
2016-12-20 | services: cuirass: Add 'cuirass' field.•••* gnu/services/cuirass.scm (<cuirass-configuration>)[cuirass]: New field. (cuirass-shepherd-service): Honor it. * doc/guix.texi (Continuous Integration): Document it. | Ludovic Courtès |
2016-12-20 | gnu: cuirass: Make sure 'cuirass' has 'evaluate' in $PATH.•••* gnu/packages/ci.scm (cuirass)[arguments]: Add OUT/bin to 'PATH'. | Ludovic Courtès |
2016-12-20 | services: cuirass: Create the database directory.•••* gnu/services/cuirass.scm (cuirass-activation): Create the database directory for CONFIG. | Ludovic Courtès |
2016-12-20 | gnu: Fix load-extension path in packaging of guile-ncurses.•••* gnu/packages/guile.scm (guile-ncurses) [arguments]: Install shared object before attempting to build the package. Patch load-extension path before building instead of after. | John Darrington |
2016-12-20 | gnu: argon2: Update to 20161029.•••* gnu/packages/password-utils.scm (argon2): Update to 20161029. | Tobias Geerinckx-Rice |
2016-12-20 | gnu: cppcheck: Update to 1.76.1.•••* gnu/packages/check.scm (cppcheck): Update to 1.76.1. | Tobias Geerinckx-Rice |
2016-12-20 | gnu: hunspell: Add missing perl dependency.•••* gnu/packages/libreoffice.scm (hunspell)[inputs]: Add perl dependency for ispellaff2myspell. | Tobias Geerinckx-Rice |
2016-12-20 | gnu: hunspell: Update to 1.5.4.•••* gnu/packages/libreoffice.scm (hunspell): Update to 1.5.4. [source]: Add a file-name. | Tobias Geerinckx-Rice |
2016-12-20 | gnu: Add Ancient Greek Aspell dictionary.•••* gnu/packages/aspell.scm (aspell-dict-grc): New variable. | Tobias Geerinckx-Rice |
2016-12-20 | gnu: aspell-dictionary: Use ‘modify-phases’ syntax.•••* gnu/packages/aspell.scm (aspell-dictionary)[arguments]: Use ‘modify-phases’. | Tobias Geerinckx-Rice |
2016-12-20 | gnu: weechat: Use new xz-compressed tarball.•••* gnu/packages/irc.scm (weechat)[source]: Use ‘.tar.xz’ source. | Tobias Geerinckx-Rice |
2016-12-20 | gnu: cutadapt: Use ‘modify-phases’ syntax.•••* gnu/packages/bioinformatics.scm (cutadapt)[arguments]: Use ‘modify-phases’. | Tobias Geerinckx-Rice |
2016-12-20 | gnu: enlightenment: Update to 0.21.5.•••* gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.5. | Efraim Flashner |
2016-12-20 | gnu: tor: Update to 0.2.9.8.•••* gnu/packages/tor.scm (tor): Update to 0.2.9.8. | Efraim Flashner |