summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* news: Add 'fr' translation.Julien Lepiller2019-10-16
| | | | * etc/news.scm: Add 'fr' translation.
* news: Add 'nl' translation.Tobias Geerinckx-Rice2019-10-16
| | | | * etc/news.scm: Add 'nl' translation.
* news: Add entry for security issue with /var/guix/profiles/per-user.Ludovic Courtès2019-10-16
| | | | * etc/news.scm: Add entry for security issue in multi-user setups.
* daemon: Make 'profiles/per-user' non-world-writable.Ludovic Courtès2019-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/37744>. Reported at <https://www.openwall.com/lists/oss-security/2019/10/09/4>. Based on Nix commit 5a303093dcae1e5ce9212616ef18f2ca51020b0d by Eelco Dolstra <edolstra@gmail.com>. * nix/libstore/local-store.cc (LocalStore::LocalStore): Set 'perUserDir' to #o755 instead of #o1777. (LocalStore::createUser): New function. * nix/libstore/local-store.hh (LocalStore): Add it. * nix/libstore/store-api.hh (StoreAPI): Add it. * nix/nix-daemon/nix-daemon.cc (performOp): In 'wopSetOptions', add condition to handle "user-name" property and honor it. (processConnection): Add 'userId' parameter. Call 'store->createUser' when userId is not -1. * guix/profiles.scm (ensure-profile-directory): Note that this is now handled by the daemon. * guix/store.scm (current-user-name): New procedure. (set-build-options): Add #:user-name parameter and pass it to the daemon. * tests/guix-daemon.sh: Test the creation of 'profiles/per-user' when listening on a TCP socket. * tests/store.scm ("profiles/per-user exists and is not writable") ("profiles/per-user/$USER exists"): New tests.
* build: Remove references to 'NIX_LOCALSTATE_DIR'.Ludovic Courtès2019-10-16
| | | | * build-aux/test-env.in: Remove references to 'NIX_LOCALSTATE_DIR'.
* daemon: Remove traces of 'NIX_ROOT_FINDER'.Ludovic Courtès2019-10-16
| | | | | | | | This is a followup to 2e3e5d21988fc2cafb2a9eaf4b00976ea425629d. * build-aux/test-env.in: Remove mentions of 'NIX_ROOT_FINDER'. * nix/libstore/gc.cc (LocalStore::collectGarbage): Adjust comment accordingly.
* gnu: emacs-yasnippet: Don't use unstable tarball.Brian Leung2019-10-16
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-yasnippet)[source]: Use GIT-FETCH and GIT-FILE-NAME. [source]: Enable tests.
* gnu: emacs-lpy: Update to 0.1.0-3.43b401f.Brian Leung2019-10-16
| | | | * gnu/packages/emacs-xyz.scm (emacs-lpy): Update to 0.1.0-3.43b401f.
* gnu: bind: Update to 9.14.7 [fixes CVE-2019-6475 & CVE-2019-6476].Tobias Geerinckx-Rice2019-10-16
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.14.7.
* gnu: perl-class-method-modifiers: Update to 2.13.Tobias Geerinckx-Rice2019-10-16
| | | | | * gnu/packages/perl.scm (perl-class-method-modifiers): Update to 2.13. [native-inputs]: Replace perl-test-requires with perl-test-needs.
* gnu: sudo: Update to 1.8.28p1.Tobias Geerinckx-Rice2019-10-16
| | | | * gnu/packages/admin.scm (sudo): Update to 1.8.28p1.
* gnu: rkrlv2: Update to 0-2.7edcb4e.Ricardo Wurmus2019-10-16
| | | | * gnu/packages/music.scm (rkrlv2): Update to 0-2.7edcb4e.
* Revert "gnu: aspell: Update to 0.60.8."Efraim Flashner2019-10-16
| | | | | | This reverts commit 4fcb6a3558b4212462c7c2afd2f5a834342f41be. aspell causes about 1400 packages to be rebuilt.
* gnu: aspell-dict-pt-pt: Upgrade to 20190329-1-0.Efraim Flashner2019-10-16
| | | | * gnu/packages/aspell.scm (aspell-dict-pt-pt): Upgrade to 20190329-1-0.
* gnu: aspell-dict-pt-br: Upgrade to 20131030-12-0.Efraim Flashner2019-10-16
| | | | * gnu/packages/aspell.scm (aspell-dict-pt-br): Upgrade to 20131030-12-0.
* gnu: aspell-dict-en: Upgrade to 2019.10.06-0.Efraim Flashner2019-10-16
| | | | * gnu/packages/aspell.scm (aspell-dict-en): Upgrade to 2019.10.06-0.
* gnu: aspell-dict-de: Update to 20161207-7-0.Efraim Flashner2019-10-16
| | | | * gnu/packages/aspell.scm (aspell-dict-de): Update to 20161207-7-0.
* gnu: aspell: Update to 0.60.8.Efraim Flashner2019-10-16
| | | | | | | * gnu/packages/aspell.scm (aspell): Update to 0.60.8. [source]: Remove patch. * gnu/packages/patches/aspell-gcc-compat.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: man-pages: Update to 5.03.Tobias Geerinckx-Rice2019-10-16
| | | | * gnu/packages/man.scm (man-pages): Update to 5.03.
* gnu: perl-class-c3-adopt-next: Update to 0.14.Tobias Geerinckx-Rice2019-10-16
| | | | | * gnu/packages/perl.scm (perl-class-c3-adopt-next): Update to 0.14. [native-inputs]: Add perl-module-build and perl-module-build-tiny.
* gnu: perl-file-find-object-rule: Update to 0.0311.Tobias Geerinckx-Rice2019-10-16
| | | | * gnu/packages/perl.scm (perl-file-find-object-rule): Update to 0.0311.
* gnu: perl-datetime-format-flexible: Make test input native.Tobias Geerinckx-Rice2019-10-16
| | | | | | * gnu/packages/perl.scm (perl-datetime-format-flexible) [native-inputs]: Move perl-test-mocktime here… [propagated-inputs]: …from here.
* gnu: perl-datetime-format-flexible: Fix typo in synopsis.Tobias Geerinckx-Rice2019-10-16
| | | | * gnu/packages/perl.scm (perl-datetime-format-flexible)[synopsis]: Fix typo.
* gnu: perl-datetime-format-flexible: Update to 0.32.Tobias Geerinckx-Rice2019-10-16
| | | | | * gnu/packages/perl.scm (perl-datetime-format-flexible): Update to 0.32. [native-inputs]: Add perl-test-exception and perl-test-nowarnings.
* gnu: perl-net-dns: Update to 1.21.Tobias Geerinckx-Rice2019-10-16
| | | | * gnu/packages/networking.scm (perl-net-dns): Update to 1.21.
* gnu: perl-yaml: Update to 1.29.Tobias Geerinckx-Rice2019-10-16
| | | | * gnu/packages/perl.scm (perl-yaml): Update to 1.29.
* gnu: perl-yaml-libyaml: Update to 0.80.Tobias Geerinckx-Rice2019-10-16
| | | | * gnu/packages/perl.scm (perl-yaml-libyaml): Update to 0.80.
* gnu: perl-test-runvalgrind: Update to 0.2.1.Tobias Geerinckx-Rice2019-10-16
| | | | * gnu/packages/perl-check.scm (perl-test-runvalgrind): Update to 0.2.1.
* gnu: perl-gtk2: Update to 1.24993.Tobias Geerinckx-Rice2019-10-16
| | | | * gnu/packages/gtk.scm (perl-gtk2): Update to 1.24993.
* gnu: kakoune: Update to 2019.07.01.Tobias Geerinckx-Rice2019-10-16
| | | | * gnu/packages/text-editors.scm (kakoune): Update to 2019.07.01.
* gnu: python-pylibmc: Update to 1.6.1.Tobias Geerinckx-Rice2019-10-16
| | | | * gnu/packages/databases.scm (python-pylibmc): Update to 1.6.1.
* gnu: python-tornado-http-auth: Update to 1.1.1.Tobias Geerinckx-Rice2019-10-16
| | | | * gnu/packages/python-web.scm (python-tornado-http-auth): Update to 1.1.1.
* gnu: onionshare: Update to 2.2.Eric Bavier2019-10-15
| | | | | | | | * gnu/packages/tor.scm (onionshare): Update to 2.2. [inputs]: Add python-flask-httpauth. [arguments]: Adjust 'fix-install-path' to new file name. [description]: Improve wording and clarity. [license]: Add expat license for bundled jquery.
* gnu: python-language-server: Update to 0.29.1.Brian Leung2019-10-15
| | | | | * gnu/packages/python-xyz.scm (python-language-server): Update to 0.29.1. [inputs]: Add python-flake8
* gnu: econnman: Build with python.Efraim Flashner2019-10-15
| | | | | * gnu/packages/connman.scm (econnman)[inputs]: Remove python-2, python2-dbus, python2-efl. Add python-wrapper, python-dbus, python-efl.
* gnu: connman: Update build inputs.Efraim Flashner2019-10-15
| | | | | | | * gnu/packages/connman.scm (connman)[arguments]: Don't enable pptp, it isn't available. [native-inputs]: Remove python-2, add python-wrapper. [inputs]: Remove polkit, add xl2tpd.
* gnu: xl2tpd: Update to 1.3.15.Efraim Flashner2019-10-15
| | | | * gnu/packages/vpn.scm (xl2tpd): Update to 1.3.15.
* gnu: xl2tpd: Fix install directory.Efraim Flashner2019-10-15
| | | | * gnu/packages/vpn.scm (xl2tpd)[arguments]: Unset DESTDIR, set PREFIX.
* gnu: ansible: Update to 2.8.5.Arun Isaac2019-10-16
| | | | * gnu/packages/admin.scm (ansible): Update to 2.8.5.
* gnu: ansible: Work around issues with Guix wrapper scripts.Arun Isaac2019-10-16
| | | | | * gnu/packages/admin.scm (ansible)[arguments]: Remove fix-symlinks phase. Add replace-symlinks phase.
* gnu: pwsafe: Move googletest to native-inputs.Efraim Flashner2019-10-15
| | | | | * gnu/packages/password-utils.scm (pwsafe)[inputs]: Move googletest ... [native-inputs]: ... to here.
* gnu: pwsafe: Update to 3.5.0Tim Gesthuizen2019-10-15
| | | | | | | * gnu/packages/password-utils.scm (pwsafe): Update to 3.5.0. [source]: Use git-file-name. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: wm.scm: Sort module imports.Efraim Flashner2019-10-15
| | | | * gnu/packages/wm.scm: Sort module imports.
* gnu: polybar: Add jsoncpp.Efraim Flashner2019-10-15
| | | | * gnu/packages/wm.scm (polybar)[inputs]: Add jsoncpp.
* gnu: polybar: Update source uri.Efraim Flashner2019-10-15
| | | | | * gnu/packages/wm.scm (polybar)[source]: Update source uri. Remove file-name.
* gnu: polybar: Update to 3.4.0.tanguy@bioneland.org2019-10-15
| | | | | | * gnu/packages/wm.scm (polybar): Update to 3.4.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* inferior: Set the error port when using older Guix versions.Christopher Baines2019-10-15
| | | | | | | This makes the behaviour more consistent. * guix/inferior.scm (inferior-pipe): Wrap the second open-pipe* call with with-error-to-port, to match the first call to open-pipe*.
* inferior: Allow controlling the inferior error port.Christopher Baines2019-10-15
| | | | | | | | | | Previously, stderr for the inferior process would always be sent to /dev/null because the current-output-port when the process is launched is a void port. This change means that it's possible to pass in a different port to use. * guix/inferior.scm (inferior-pipe): Take the error-port as an argument. (open-inferior): Add new error-port keyword argument, with a default of (%make-void-port "w").
* gnu: ruby-concurrent: Update to 1.1.5.Marius Bakke2019-10-15
| | | | | | | | | | * gnu/packages/patches/ruby-concurrent-ignore-broken-test.patch, gnu/packages/patches/ruby-concurrent-test-arm.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/ruby.scm (ruby-concurrent): Update to 1.1.5. [source](patches): Remove. [arguments]: Set #:test-target to "ci". Remove obsolete phases. Remove dependencies on 'rake_compiler_dock' and concurrent_ruby.jar.
* gnu: ruby-concurrent: Do not use unstable source tarball.Marius Bakke2019-10-15
| | | | * gnu/packages/ruby.scm (ruby-concurrent)[source]: Switch to GIT-FETCH.