summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-26gnu: text-editors.scm: Fix imports.Marius Bakke
This is a followup to 5613ea79fccc5a5befafea313cb81010c5f5a8dd. * gnu/packages/text-editors.scm: Import (gnu packages terminals).
2017-01-26gnu: Add kakoune.Carlo Zancanaro
* gnu/packages/text-editors.scm (kakoune): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-26gnu: python-pbr: Update to 1.10.0.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-pbr): Update to 1.10.0.
2017-01-26gnu: python-wheel: Update to 0.30.0a0.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-wheel): Update to 0.30.0a0.
2017-01-26gnu: awscli: Update to 1.11.43.Tobias Geerinckx-Rice
* gnu/packages/python.scm (awscli): Update to 1.11.43. [home-page]: Use HTTPS.
2017-01-26gnu: python-acme: Update to 0.10.2.Tobias Geerinckx-Rice
* gnu/packages/tls.scm (python-acme): Update to 0.10.2.
2017-01-26gnu: certbot: Update to 0.10.2.Tobias Geerinckx-Rice
* gnu/packages/tls.scm (certbot): Update to 0.10.2. [description]: Use present tense; expand acronyms.
2017-01-26gnu: python-certifi: Update to 2017.1.23.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-certifi): Update to 2017.1.23. [arguments]: Remove: run tests if they're ever added. [home-page]: Fix or update.
2017-01-26gnu: Add xcalc.John Darrington
* gnu/packages/xorg.scm (xcalc): New variable.
2017-01-26gnu: xf86-input-wacom: Update to 0.34.0.Marius Bakke
* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.34.0.
2017-01-26gnu: dnscrypt-proxy: Update to 1.9.4.Marius Bakke
* gnu/packages/dns.scm (dnscrypt-proxy): Update to 1.9.4.
2017-01-26bournish: Extend 'rm' command.Ricardo Wurmus
* guix/build/bournish.scm (rm-command): New procedure. (%commands): Use it. * tests/bournish.scm: Add tests for "rm" and "rm -r".
2017-01-26import: pypi: Don't add setuptools to propagated-inputs.Carlo Zancanaro
* guix/import/pypi.scm (compute-inputs): Don't add setuptools to the imported package's propagated-inputs.
2017-01-26copy: Use userauth-public-key/auto! for ssh authentification.Mathieu Othacehe
* guix/scripts/copy.scm (open-ssh-session): Replace userauth-agent! by userauth-public-key/auto!. This way, if ssh-agent is not run, default ssh key (~/.ssh/id_rsa) will be used as a fallback. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-26gnu: wine: Update to 2.0.Tobias Geerinckx-Rice
* gnu/packages/wine.scm (wine): Update to 2.0.
2017-01-26gnu: python-mistune: Fix source URI.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-mistune)[source]: Use pypi-uri.
2017-01-26gnu: python-redis: Update to 2.10.5.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-redis): Update to 2.10.5. [source]: Use pypi-uri.
2017-01-26gnu: ruby-minitar: Update to 0.5.4-1.e25205ec.Ben Woodcroft
Fixes the security-related issue reported at http://seclists.org/oss-sec/2017/q1/178. * gnu/packages/ruby.scm (ruby-minitar): Update to 0.5.4-1.e25205ec. [source]: Use GitHub URL.
2017-01-25services: Export guix-configuration getters.Mathieu Othacehe
* gnu/services/base.scm (guix-configuration-*): Export. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-25gnu: Add stunnel.Thomas Danckaert
* gnu/packages/web.scm (stunnel): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-25container: Pass through TERM when calling exec.Christopher Baines
* guix/scripts/container/exec.scm (guix-container-exec): Capture the value of the TERM environment variable, and pass it through to the container. This means some applications now work where they did not before (e.g. htop), and others have more functionality, providing that the terminal was capable of enabling that functionality in the first place. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-01-25services: Fix 'mkdir-p' in activation scripts.Clément Lassieur
* gnu/services/cups.scm (%cups-activation): Import (guix build utils). * gnu/services/mail.scm (opensmtpd-activation): Idem. * gnu/services/networking.scm (ntp-service-activation): Idem. * gnu/services/spice.scm (spice-vdagent-activation): Idem. * gnu/services/ssh.scm (openssh-activation): Idem. (dropbear-activation): Idem. * gnu/services/vpn.scm (%openvpn-activation): Idem. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-25grafts: Do not pull derivation outputs not depended on.Ludovic Courtès
Fixes <http://bugs.gnu.org/24886>. Previously, the grafting derivation of, say, brdf-explorer would pull in qt:doc even though brdf-explorer depends only on qt:out, not qt:doc. * guix/grafts.scm (with-cache): Use 'vhash-assoc' and 'vhash-cons' instead of 'vhash-assq' and 'vhash-consq'. (cumulative-grafts): Pass #:outputs to 'graft-derivation/shallow'. Use OUTPUTS instead of (derivation-output-names drv). (graft-derivation): Add #:outputs parameter; pass it to 'cumulative-grafts'. * tests/grafts.scm (make-derivation-input): New variable. ("graft-derivation, replaced derivation has multiple outputs"): Make sure P2:zzz is not part of the outputs of P3D. ("graft-derivation with #:outputs") ("graft-derivation, unused outputs not depended on"): New tests.
2017-01-25gnu: icecat: Add more fixes from upstream mozilla-esr45.Mark H Weaver
Includes fixes for CVE-2017-5373, CVE-2017-5375, CVE-2017-5376, CVE-2017-5378, CVE-2017-5380, CVE-2017-5383, CVE-2017-5386, CVE-2017-5390, and CVE-2017-5396. * gnu/packages/gnuzilla.scm (icecat)[source]: Rename existing patches to reflect newly announced CVE assignments. Add selected fixes from upstream mozilla-esr45.
2017-01-25gnu: python-debian: Fix URL.Marius Bakke
* gnu/packages/python.scm (python-debian)[source]: Use 'pypi-uri'.
2017-01-24gnu: emacs-seq: Update to 2.19.Tobias Geerinckx-Rice
* gnu/packages/emacs.scm (emacs-seq): Update to 2.19.
2017-01-24gnu: emacs-spinner: Update to 1.7.3.Tobias Geerinckx-Rice
* gnu/packages/emacs.scm (emacs-spinner): Update to 1.7.3.
2017-01-24gnu: emacs-auctex: Update to 11.90.0.Tobias Geerinckx-Rice
* gnu/packages/emacs.scm (emacs-auctex): Update to 11.90.0.
2017-01-24gnu: trash-cli: Update to 0.17.1.14.Tobias Geerinckx-Rice
* gnu/packages/shellutils.scm (trash-cli): Update to 0.17.1.14.
2017-01-24gnu: python2-pysqlite: Update to 2.8.3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python2-pysqlite): Update to 2.8.3.
2017-01-24gnu: python-cov-core: Fix & improve synopsis & description.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-cov-core)[synopsis]: Capitalise and add ‘coverage’ key-word. [description]: Use @code.
2017-01-24gnu: python-email-validator: Update to 1.0.2.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-email-validator): Update to 1.0.2.
2017-01-24gnu: python-mistune: Update to 0.7.3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-mistune): Update to 0.7.3.
2017-01-24gnu: python-tabulate: Update to 0.7.7.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-tabulate): Update to 0.7.7
2017-01-24gnu: python-paste: Update to 2.0.3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-paste): Update to 2.0.3. [arguments]: Re-enable tests. They now pass even on Python 3. [properties]: Remove. (python2-paste): Use package-with-python2 directly now.
2017-01-24gnu: python-colorama: Fix typo in synopsis.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-colorama)[synopsis]: Capitalise.
2017-01-24gnu: python-colorama: Update to 0.3.7.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-colorama): Update to 0.3.7.
2017-01-24gnu: python-debian: Update to 0.1.28.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-debian): Update to 0.1.28.
2017-01-24gnu: python-seaborn: Update to 0.7.1.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-seaborn): Update to 0.7.1.
2017-01-24gnu: python-unidecode: Update to 0.04.20.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-unidecode): Update to 0.04.20.
2017-01-24gnu: python-alembic: Update to 0.8.10.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-alembic): Update to 0.8.10.
2017-01-24gnu: python-orderedmultidict: Update to 0.7.11.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-orderedmultidict): Update to 0.7.11.
2017-01-24gnu: the-silver-searcher: Fix & improve description.Tobias Geerinckx-Rice
* gnu/packages/code.scm (the-silver-searcher)[description]: Fix typo, use @command and @file mark-up, and clarify a bit.
2017-01-24gnu: the-silver-searcher: Update to 1.0.2.Tobias Geerinckx-Rice
* gnu/packages/code.scm (the-silver-searcher): Update to 1.0.2. [source]: Use signed tarball from home-page. Remove file-name. [native-inputs]: Remove autoconf, automake, and libtool, as well as... [arguments]: ...the ‘autoconf’ phase since we're now building a release.
2017-01-24gnu: youtube-dl: Update to 2017.01.24.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.01.24.
2017-01-24gnu: haunt: Update to 0.2.1humanitiesNerd
* gnu/packages/guile.scm (haunt): Update to 0.2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-24gnu: arandr: Remove timestamps from gzipped man pages.Ludovic Courtès
* gnu/packages/xdisorg.scm (arandr)[source](modules, snippet): New fields.
2017-01-24mapped-devices: 'source' can be a list of strings.Ludovic Courtès
Reported by myglc2 <myglc2@gmail.com>. * gnu/system/mapped-devices.scm (<mapped-device>)[source]: Update comment to note that this can be a list of strings.
2017-01-24gnu: Add hyperestraier.Thomas Danckaert
* gnu/packages/search.scm (hyperestraier): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-24gnu: Add qdbm.Thomas Danckaert
* gnu/packages/databases.scm (qdbm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>