summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-05activation: Lock /etc/.pwd.lock before accessing databases.Ludovic Courtès
Suggested by Florian Pelz <pelzflorian@pelzflorian.de> in <http://bugs.gnu.org/35996>. * gnu/build/accounts.scm (%password-lock-file): New variable. * gnu/build/activation.scm (activate-users+groups): Wrap calls to 'user+group-databases', 'write-group', etc. into 'with-file-lock'.
2019-06-05syscalls: 'with-lock-file' catches ENOSYS.Ludovic Courtès
* guix/build/syscalls.scm (call-with-file-lock): Catch ENOSYS raised by 'lock-file'.
2019-06-05syscalls: 'with-file-lock' expands to a call to 'call-with-file-lock'.Ludovic Courtès
* guix/build/syscalls.scm (call-with-file-lock): New procedure. (with-file-lock): Expand to a call to 'call-with-file-lock'.
2019-06-05syscalls: Add 'with-file-lock' macro.Ludovic Courtès
* guix/scripts/offload.scm (lock-file, unlock-file, with-file-lock): Move to... * guix/build/syscalls.scm: ... here.
2019-06-05gnu: minizip: Do not install crypt.h.Ludovic Courtès
* gnu/packages/compression.scm (minizip)[arguments]: Add 'remove-crypt-h' phase.
2019-06-05guix package: Do not list environment variables that need to be set.Ludovic Courtès
Fixes <https://bugs.gnu.org/35942>. * guix/scripts/package.scm (display-search-paths): Rename to... (display-search-path-hint): ... this. Adjust callers. Remove #:kind parameter. Replace the list of environment variables with an invitation to source $GUIX_PROFILE/etc/profile or run 'guix package --search-paths'.
2019-06-05gnu: soil: Update home page.Marius Bakke
* gnu/packages/gl.scm (soil)[home-page]: Use HTTPS.
2019-06-05gnu: mesa-utils: Update home page.Marius Bakke
* gnu/packages/gl.scm (mesa-utils)[home-page]: Use HTTPS.
2019-06-05gnu: debootstrap: Workaround for PATH issues.Vagrant Cascadian
* gnu/packages/debian (debootstrap): [arguments]: Substitute PATH to include $PATH. [description]: Remove obsolete workaround from description.
2019-06-05services: cups: Create /var/cache on activation.Alex Griffin
* gnu/services/cups.scm (%cups-activation): Create /var/cache if it doesn't exist yet. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-05doc: Fix typo.Diego Nicola Barbato
* doc/guix.texi (Invoking guix archive): Remove spurious hyphen in example. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-05gnu: Add Ukrainian Aspell dictionary.Jens Mølgaard
* gnu/packages/aspell.scm (aspell-dict-ul): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-05gnu: Add Portuguese Portugal Aspell dictionary.Jens Mølgaard
* gnu/packages/aspell.scm (aspell-dict-pt-pt): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-05gnu: Add Norwegian Nynorsk Aspell dictionary.Jens Mølgaard
* gnu/packages/aspell.scm (aspell-dict-nn): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-05gnu: Add Maori Aspell dictionary.Jens Mølgaard
* gnu/packages/aspell.scm (aspell-dict-mi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-05gnu: Add Hindi Aspell dictionary.Jens Mølgaard
* gnu/packages/aspell.scm (aspell-dict-hi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-05gnu: Add Finnish Aspell dictionary.Jens Mølgaard
* gnu/packages/aspell.scm (aspell-dict-fi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-05gnu: Add Danish Aspell dictionary.Jens Mølgaard
* gnu/packages/aspell.scm (aspell-dict-da): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-05gnu: Add Belarusian Aspell dictionary.Jens Mølgaard
* gnu/packages/aspell.scm (aspell-dict-be): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-05gnu: Add Arabic Aspell dictionary.Jens Mølgaard
* gnu/packages/aspell.scm (aspell-dict-ar): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-05installer: Always add '%base-initrd-modules' to 'initrd-modules'.Ludovic Courtès
Fixes <https://bugs.gnu.org/36099>. Reported by Jonathan Brielmaier <jonathan.brielmaier@web.de>. * gnu/installer/parted.scm (initrd-configuration): Add %BASE-INITRD-MODULES to the 'initrd-modules' field.
2019-06-05etc: Fix GUIX_LOCPATH quoting in 'guix-publish.service' file.Jack Hill
This is a followup to 579d17b70dac067f8194ede46513400b91ac136a. * etc/guix-publish.service.in (Environment): Move GUIX_LOCPATH inside the quotes.
2019-06-05gnu: aubio: Enable avcodec support.Kei Kebreau
* gnu/packages/audio.scm (aubio)[arguments]: Remove "--disable-avcodec" from and add "--enable-avcodec" to #:configure-flags. [inputs]: Add ffmpeg.
2019-06-05gnu: guile-sdl2: Update to 0.4.0.Ricardo Wurmus
* gnu/packages/sdl.scm (guile-sdl2): Update to 0.4.0.
2019-06-05gnu: guile-chickadee: Update to 0.4.0.Ricardo Wurmus
* gnu/packages/game-development.scm (guile-chickadee): Update to 0.4.0. [arguments]: Remove.
2019-06-05gnu: guile-gi: Update to 0.0.1-1.26e8852.Jan Nieuwenhuizen
* gnu/packages/guile-xyz.scm (guile-gi): Update to 0.0.1-1.26e8852; use upstream's (spk121's) git in source uri.
2019-06-05gnu: neovim: Update to 0.3.7 [security fixes].Jonathan Brielmaier
* gnu/packages/vim.scm (neovim): Update to 0.3.7. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-06-05gnu: eolie: Update to 0.9.62.Ricardo Wurmus
* gnu/packages/gnome.scm (eolie): Update to 0.9.62.
2019-06-05etc: guix-daemon.service.in: Fix GUIX_LOCPATH quoting.Jack Hill
Fixes <https://bugs.gnu.org/36074>. * etc/guix-daemon.service.in: Move the GUIX_LOCPATH environment variable name inside the quotes. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-06-05gnu: Add emacs-litable.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-litable): New variable.
2019-06-05gnu: Add emacs-attrap.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-attrap): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-06-05gnu: Add emacs-dante.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-dante): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-06-05gnu: Add emacs-lcr.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-lcr): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-06-05gnu: Add emacs-whitespace-cleanup-mode.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-whitespace-cleanup-mode): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-06-04gnu: linux-libre: Update to 5.1.7.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.7. (%linux-libre-hash): Update hash.
2019-06-04gnu: linux-libre@4.19: Update to 4.19.48.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.48. (%linux-libre-4.19-hash): Update hash.
2019-06-05gnu: openvswitch: Update to 2.11.1.Marius Bakke
* gnu/packages/networking.scm (openvswitch): Update to 2.11.1.
2019-06-05gnu: openvswitch: Update home page.Marius Bakke
* gnu/packages/networking.scm (openvswitch)[source, home-page]: Use HTTPS.
2019-06-05gnu: polkit: Update to 0.116 [fixes CVE-2019-6133].Marius Bakke
* gnu/packages/patches/polkit-CVE-2018-19788.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/polkit.scm (polkit): Update to 0.116. [source](patches): Remove. [inputs]: Change MOZJS-52 to MOZJS-60. [arguments]: Add CXXFLAGS=-std=gnu++11 to #:configure-flags.
2019-06-05gnu: e2fsprogs: Update to 1.45.2.Marius Bakke
* gnu/packages/linux.scm (e2fsprogs): Update to 1.45.2.
2019-06-04gnu: borg: Update to 1.1.10.Tobias Geerinckx-Rice
* gnu/packages/backup.scm (borg): Update to 1.1.10. [source]: Remove upstreamed patch. Remove msgpack and broken references to it. [arguments]: Add ‘use-system-msgpack’ phase. * gnu/packages/patches/borg-fix-hard-link-preloading.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-06-04gnu: Mutt: Update to 1.12.0.Leo Famulari
* gnu/packages/mail.scm (mutt): Update to 1.12.0.
2019-06-04gnu: MPD: Update to 0.21.9.Leo Famulari
* gnu/packages/mpd.scm (mpd): Update to 0.21.9.
2019-06-04gnu: Syncthing: Update to 1.1.4.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 1.1.4.
2019-06-04gnu: go-github-com-oschwald-geoip2-golang: Update to 1.3.0.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-oschwald-geoip2-golang): Update to 1.3.0.
2019-06-04gnu: go-github-com-lib-pq: Update to 1.1.1.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-lib-pq): Update to 1.1.1.
2019-06-04gnu: go-github-com-mattn-go-isatty: Update to 0.0.7.Leo Famulari
* gnu/packages/golang.scm (go-github-com-mattn-go-isatty): Update to 0.0.7. [propagated-inputs]: Add go-golang-org-x-sys-unix.
2019-06-04gnu: wxmaxima: Update to 19.05.7.Kei Kebreau
* gnu/packages/maths.scm (wxmaxima): Update to 19.05.7.
2019-06-04gnu: maxima: Update to 5.43.0.Kei Kebreau
* gnu/packages/maths.scm (maxima): Update to 5.43.0. [arguments]: Adjust "patch-paths" and "post-install" phases.
2019-06-04gnu: python-beautifulsoup4: Propagate python-soupsieve.Marius Bakke
This is a follow-up to commit abb53e6f871cbf79fe24b7052fb41c8aff2f65ac. * gnu/packages/python-xyz.scm (python-beautifulsoup4)[native-inputs]: Change to ... [propagated-inputs]: ... this.