aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Revert "gnu: curl: Update replacement to 7.52.0 [fixes ↵Leo Famulari2016-12-21
| | | | | | | | | | | | | | | CVE-2016-{9586,9952,9953}]." 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.
* gnu: mlt: Update to 6.4.1.Tobias Geerinckx-Rice2016-12-21
| | | | * gnu/packages/video.scm (mlt): Update to 6.4.1.
* gnu: jsoncpp: Update to 1.8.0.Tobias Geerinckx-Rice2016-12-21
| | | | * gnu/packages/serialization.scm (jsoncpp): Update to 1.8.0.
* gnu: xf86-video-vmware: Update to 13.2.1.Tobias Geerinckx-Rice2016-12-21
| | | | | * gnu/packages/xorg.scm (xf86-video-vmware): Update to 13.2.1. [native-inputs]: Add eudev.
* gnu: xcb-util-xrm: Update to 1.2.Tobias Geerinckx-Rice2016-12-21
| | | | * gnu/packages/xdisorg.scm (xcb-util-xrm): Update to 1.2.
* gnu: xcape: Update to 1.2.Tobias Geerinckx-Rice2016-12-21
| | | | * gnu/packages/xdisorg.scm (xcape): Update to 1.2.
* gnu: curl: Update replacement to 7.52.0 [fixes CVE-2016-{9586,9952,9953}].Marius Bakke2016-12-21
| | | | | | * gnu/packages/curl.scm (curl)[replacement]: Update to 7.52.0. (curl-7.51.0): Replace with ... (curl-7.52.0): ... this.
* gnu: imagemagick: Update to 6.9.7-0.Leo Famulari2016-12-20
| | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.7-0.
* gnu: nmap: Update to 7.40.Marius Bakke2016-12-21
| | | | * gnu/packages/admin.scm (nmap): Update to 7.40.
* gnu: linux-libre: Avoid invalid "kconfig" input on armhf and mips64el.Ludovic Courtès2016-12-20
| | | | | | | | | | | | | | | 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.
* gnu: msmtp: Update to 1.6.6.Efraim Flashner2016-12-20
| | | | * gnu/packages/mail.scm (msmtp): Update to 1.6.6.
* gnu: getmail: Update to 4.52.0.Efraim Flashner2016-12-20
| | | | * gnu/packages/mail.scm (getmail): Update to 4.52.0.
* gnu: bogofilter: Use 'modify-phases'.Efraim Flashner2016-12-20
| | | | * gnu/packages/mail.scm (bogofilter)[arguments]: Use 'modify-phases'.
* gnu: mutt: Update to 1.7.2.Efraim Flashner2016-12-20
| | | | * gnu/packages/mail.scm (mutt): Update to 1.7.2.
* gnu: mailutils: Use 'modify-phases' syntax.Efraim Flashner2016-12-20
| | | | * gnu/packages/mail.scm (mailutils)[arguments]: Use 'modify-phases'.
* gnu: mailutils: Update to 3.1.1.Efraim Flashner2016-12-20
| | | | | | | * gnu/packages/mail.scm (mailutils): Update to 3.1.1. [inputs]: Build with current readline. [arguments]: Set sysconfdir as /etc. [home-page]: Use https.
* gnu: gnupg: Remove unneeded input.Efraim Flashner2016-12-20
| | | | * gnu/packages/gnupg.scm (gnupg)[inputs]: Remove adns.
* gnu: borg: Update to 1.0.9.Leo Famulari2016-12-20
| | | | | | * 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'.
* gnu: nss: Add comment about test failures in NSS 3.27.2Leo Famulari2016-12-20
| | | | * gnu/packages/gnuzilla.scm (nss): Add comment.
* Revert "gnu: nss, nss-certs: Update to 3.27.2."Leo Famulari2016-12-20
| | | | This reverts commit 7ab3ea426640e4e7ae798a8f72b3c90b383cb824.
* import: github: Use 'json-fetch'.Ludovic Courtès2016-12-20
| | | | | * guix/import/github.scm (json-fetch*): Remove. (latest-released-version): Adjust accordingly.
* environment: Add '--root' option.Ludovic Courtès2016-12-20
| | | | | | | | | * 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.
* gnu: Add alsa-plugins.ng02016-12-20
| | | | | | * gnu/packages/linux.scm (alsa-plugins): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* mailmap: Add alias for Marius Bakke.Marius Bakke2016-12-20
| | | | * .mailmap: Map m.bakke@warwick.ac.uk to current address.
* gnu: gnupg: Update to 2.1.17.Marius Bakke2016-12-20
| | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.1.17.
* build: Delete all the .service and .conf files upon 'make clean'.Ludovic Courtès2016-12-20
| | | | | * nix/local.mk (CLEANFILES): Define to add $(nodist_systemdservice_DATA) and $(nodist_upstartjob_DATA).
* import: pypi: Match new 'pypi-uri' domain in updater.Marius Bakke2016-12-20
| | | | * guix/import/pypi.scm (pypi-package?): Match pypi.io domain.
* doc: Replace fingerprint of OpenPGP signing key.Ricardo Wurmus2016-12-20
| | | | | * doc/guix.texi (OPENPGP-SIGNING-KEY-ID): Update to Ricardo's key for the 0.12.0 release.
* build: Bump version number.Ricardo Wurmus2016-12-20
| | | | * configure.ac: Change version to 0.12.0.
* Update NEWS.Ricardo Wurmus2016-12-20
| | | | Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* services: cuirass: Add Cuirass to the system profile.Ludovic Courtès2016-12-20
| | | | | * gnu/services/cuirass.scm (cuirass-service-type): Extend PROFILE-SERVICE-TYPE.
* services: cuirass: Add 'cuirass' field.Ludovic Courtès2016-12-20
| | | | | | | * gnu/services/cuirass.scm (<cuirass-configuration>)[cuirass]: New field. (cuirass-shepherd-service): Honor it. * doc/guix.texi (Continuous Integration): Document it.
* gnu: cuirass: Make sure 'cuirass' has 'evaluate' in $PATH.Ludovic Courtès2016-12-20
| | | | * gnu/packages/ci.scm (cuirass)[arguments]: Add OUT/bin to 'PATH'.
* services: cuirass: Create the database directory.Ludovic Courtès2016-12-20
| | | | | * gnu/services/cuirass.scm (cuirass-activation): Create the database directory for CONFIG.
* gnu: Fix load-extension path in packaging of guile-ncurses.John Darrington2016-12-20
| | | | | | * 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.
* gnu: argon2: Update to 20161029.Tobias Geerinckx-Rice2016-12-20
| | | | * gnu/packages/password-utils.scm (argon2): Update to 20161029.
* gnu: cppcheck: Update to 1.76.1.Tobias Geerinckx-Rice2016-12-20
| | | | * gnu/packages/check.scm (cppcheck): Update to 1.76.1.
* gnu: hunspell: Add missing perl dependency.Tobias Geerinckx-Rice2016-12-20
| | | | | * gnu/packages/libreoffice.scm (hunspell)[inputs]: Add perl dependency for ispellaff2myspell.
* gnu: hunspell: Update to 1.5.4.Tobias Geerinckx-Rice2016-12-20
| | | | | * gnu/packages/libreoffice.scm (hunspell): Update to 1.5.4. [source]: Add a file-name.
* gnu: Add Ancient Greek Aspell dictionary.Tobias Geerinckx-Rice2016-12-20
| | | | * gnu/packages/aspell.scm (aspell-dict-grc): New variable.
* gnu: aspell-dictionary: Use ‘modify-phases’ syntax.Tobias Geerinckx-Rice2016-12-20
| | | | | * gnu/packages/aspell.scm (aspell-dictionary)[arguments]: Use ‘modify-phases’.
* gnu: weechat: Use new xz-compressed tarball.Tobias Geerinckx-Rice2016-12-20
| | | | * gnu/packages/irc.scm (weechat)[source]: Use ‘.tar.xz’ source.
* gnu: cutadapt: Use ‘modify-phases’ syntax.Tobias Geerinckx-Rice2016-12-20
| | | | | * gnu/packages/bioinformatics.scm (cutadapt)[arguments]: Use ‘modify-phases’.
* gnu: enlightenment: Update to 0.21.5.Efraim Flashner2016-12-20
| | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.5.
* gnu: tor: Update to 0.2.9.8.Efraim Flashner2016-12-20
| | | | * gnu/packages/tor.scm (tor): Update to 0.2.9.8.
* services: guix: Add 'log-file' configuration option.Ludovic Courtès2016-12-19
| | | | | | | | | * gnu/services/base.scm (<guix-configuration>)[log-file]: New field. (guix-shepherd-service): Pass #:log-file to 'make-forkexec-constructor'. * gnu/services/admin.scm (simple-rotation-config): Take a list of files and join them with commas. (%default-rotations): Add /var/log/guix-daemon.log. * doc/guix.texi (Base Services): Document it.
* services: guix: Remove dependency on lsh.Ludovic Courtès2016-12-19
| | | | | | * gnu/services/base.scm (<guix-configuration>)[lsh]: Remove. (guix-shepherd-service): Remove lsh from 'PATH'. * doc/guix.texi (Base Services): Adjust accordingly.
* services: cuirass: Cache defaults to /var/cache/cuirass.Ludovic Courtès2016-12-19
| | | | | | | | | | | | | The previous default value depended on the 'HOME' environment variable, which happened to be unset. Thus, /.cache was being used. * gnu/services/cuirass.scm (<cuirass-configuration>)[cache-directory]: Change default value to "/var/cache/cuirass". (cuirass-shepherd-service): Always pass "--cache-directory". (cuirass-activation): New procedure. (cuirass-service-type): Use it as an extension to ACTIVATION-SERVICE-TYPE. * doc/guix.texi (Continuous Integration): Adjust accordingly.
* services: cuirass: Honor 'user' and 'group'.Ludovic Courtès2016-12-19
| | | | | * gnu/services/cuirass.scm (cuirass-shepherd-service): Pass the user and group of CONFIG to 'make-forkexec-constructor'.
* services: cuirass: Add 'log-file' option.Ludovic Courtès2016-12-19
| | | | | | * gnu/services/cuirass.scm (<cuirass-configuration>)[log-file]: New field. (cuirass-shepherd-service): Pass it to 'make-forkexec-constructor'.