aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-11gnu: youtube-dl: Update to 2019.03.09.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2019.03.09.
2019-03-11gnu: texmaker: Update to 5.0.3.Tobias Geerinckx-Rice
* gnu/packages/tex.scm (texmaker): Update to 5.0.3.
2019-03-11gnu: stunnel: Update to 5.50.Tobias Geerinckx-Rice
* gnu/packages/web.scm (stunnel): Update to 5.50.
2019-03-11gnu: you-get: Update to 0.4.1270.Tobias Geerinckx-Rice
* gnu/packages/video.scm (you-get): Update to 0.4.1270.
2019-03-11gnu: nginx-documentation: Update to 2019-03-01-2345-7ef11708457e.Tobias Geerinckx-Rice
* gnu/packages/web.scm (nginx-documentation): Update to 2019-03-01-2345-7ef11708457e. [arguments]: Simplify substitution.
2019-03-11gnu: nginx: Update to 1.15.9.Tobias Geerinckx-Rice
* gnu/packages/web.scm (nginx): Update to 1.15.9.
2019-03-11gnu: xf86-video-ati: Update to 19.0.0.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (xf86-video-ati): Update to 19.0.0. [source]: Re-indent.
2019-03-11gnu: xf86-video-amdgpu: Update to 19.0.0.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 19.0.0. [source]: Re-indent.
2019-03-11gnu: console-setup: Update to 1.190.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (console-setup): Update to 1.190.
2019-03-11gnu: snd: Update to 19.2.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (snd): Update to 19.2.
2019-03-10services: guix: Pre-compute the default ACL.Ludovic Courtès
This makes the first boot slightly faster. * gnu/services/base.scm (not-config?): New procedure. (hydra-key-authorization): Rewrite to pre-compute the default ACL, and pre-compute it using (guix pki) directly.
2019-03-10services: guix: Allocate build user UIDs in the system range.Ludovic Courtès
Until now we were allocating the UIDs of build users above 30000, which is in "normal" user UID range. This static allocation was unnecessary, so this change lets the system allocate UIDs in the system range (below 1000). * gnu/services/base.scm (guix-build-accounts): Remove #:first-uid, and remove 'uid' field from 'user-account'.
2019-03-10gnu: gnome-shell: Avoid top-level reference to inkscape.Ludovic Courtès
Fixes <https://bugs.gnu.org/34806>. Reported by Marius Bakke <mbakke@fastmail.com>. * gnu/packages/gnome.scm (gnome-shell)[source](snippet): Remove reference to INKSCAPE. Instead, simply copy the SVG file to data/theme. [arguments]: Add 'convert-logo-to-png' phase. [native-inputs]: Add INKSCAPE.
2019-03-10gnu: ansible: Update to 2.7.8 [fixes CVE-2019-3828].Tobias Geerinckx-Rice
* gnu/packages/admin.scm (ansible): Update to 2.7.8.
2019-03-10gnu: pugixml: Build as shared library.Marius Bakke
* gnu/packages/patches/pugixml-versioned-libdir.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/xml.scm (pugixml)[source](patches): New field. [arguments]: Instruct the build system to create a shared rather than static library. [native-inputs]: Add PKG-CONFIG.
2019-03-10gnu: FileZilla: Update to 3.41.1.Marius Bakke
* gnu/packages/ftp.scm (filezilla): Update to 3.41.1.
2019-03-10gnu: pugixml is a regular input.Marius Bakke
* gnu/packages/emulators.scm (mame)[native-inputs]: Move PUGIXML ... [inputs]: ... here. * gnu/packages/ftp.scm (filezilla)[native-inputs, inputs]: Likewise.
2019-03-10services: zabbix-front-end: Show location in messages.Oleg Pykhalov
* gnu/services/monitoring.scm (zabbix-front-end-config): Show location in messages.
2019-03-10services: configuration: Add '%location'.Oleg Pykhalov
* gnu/services/configuration.scm (define-configuration): Add '%location'.
2019-03-10gnu: xfd: Update to 1.1.3.Marius Bakke
* gnu/packages/xorg.scm (xfd): Update to 1.1.3.
2019-03-10gnu: xprop: Update to 1.2.4.Marius Bakke
* gnu/packages/xorg.scm (xprop): Update to 1.2.4.
2019-03-10gnu: notmuch: Update to 0.28.3.Marius Bakke
* gnu/packages/mail.scm (notmuch): Update to 0.28.3.
2019-03-10gnu: xapian: Update to 1.4.11.Marius Bakke
* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.11.
2019-03-10gnu: libmspack: Update to 0.10.1.Marius Bakke
* gnu/packages/compression.scm (libmspack): Update to 0.10.1.
2019-03-10gnu: python-dask: Update to 1.1.4.Marius Bakke
* gnu/packages/python-xyz.scm (python-dask): Update to 1.1.4.
2019-03-10gnu: elogind: Update to 239.4.Marius Bakke
* gnu/packages/freedesktop.scm (elogind): Update to 239.4.
2019-03-10gnu: Import (gnu packages image) in (gnu packages scanner).Tobias Geerinckx-Rice
This is a follow-up to commit 10bd2889d267df479f79f43471d3c2dd17da345a. * gnu/packages/scanner.scm: #:use-module (gnu packages image).
2019-03-10gnu: sane-backends: Support PNG scanimage output.Tobias Geerinckx-Rice
* gnu/packages/scanner.scm (sane-backends)[inputs]: Add libpng.
2019-03-10gnu: Add btanks.Ricardo Wurmus
* gnu/packages/games.scm (btanks): New variable.
2019-03-10gnu: Add libsmpeg-with-sdl1.Ricardo Wurmus
* gnu/packages/video.scm (libsmpeg-with-sdl1): New variable. (libsmpeg)[version]: Change to 0.4.5-401.
2019-03-10gnu: Add 4dtris.Ricardo Wurmus
* gnu/packages/games.scm (4dtris): New variable.
2019-03-10gnu: Add slingshot.Ricardo Wurmus
* gnu/packages/games.scm (slingshot): New variable.
2019-03-10gnu: scons: Update to 3.0.4.Ricardo Wurmus
* gnu/packages/python-xyz.scm (scons): Update to 3.0.4. [arguments]: Remove second instance of "imp.load_module" (bug 34236).
2019-03-10gnu: Add opensmtpd-next.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (opensmtpd-next): New public variable.
2019-03-10gnu: ibus: Update Unicode data to 12.0.0.Tobias Geerinckx-Rice
* gnu/packages/ibus.scm (ibus)[native-inputs]: Use versioned URLs for Unicode data and update hashes.
2019-03-09gnu: hyperledger-fabric: Fix description, set supported system and parallel ↵Pierre Neidhardt
build. * gnu/packages/hyperledger.scm (hyperledger-fabric)[description]: Rephrase into something less marketing-ish. [arguments]: Build with multiple jobs. [supported-systems]: Support x86_64-linux only.
2019-03-09gnu: Add openfst.Ricardo Wurmus
* gnu/packages/machine-learning.scm (openfst): New variable.
2019-03-09gnu: Add hyperledger-fabric.Pierre Neidhardt
* gnu/local.mk (hyperledger): New variable.
2019-03-09gnu: lynis: Update to 2.7.2.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (lynis): Update to 2.7.2.
2019-03-09gnu: youtube-viewer: Update to "3.5.4.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-viewer): Update to "3.5.4.
2019-03-09gnu: dovecot: Avoid unnecessary patching.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (dovecot)[arguments]: Replace ‘pre-configure’ patching with custom ‘make install sysconfdir=…’.
2019-03-09gnu: dovecot: Indent arguments.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (dovecot)[arguments]: C-M-q and tuck left.
2019-03-09gnu: i3lock-color: Update to 2.12.c.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (i3lock-color): Update to 2.12.c. [inputs]: Add xcb-util-xrm.
2019-03-09gnu: i3lock-color: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (i3lock-color)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-03-09gnu: i3lock-fancy: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (i3lock-fancy)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-03-08upstream: Correctly report failure to update Git checkouts.Ludovic Courtès
Fixes <https://bugs.gnu.org/34778>. Reported by Gábor Boskovits <boskovits@gmail.com>. * guix/upstream.scm (package-update/url-fetch): New procedure, with code formerly in 'package-update'. (%method-updates): New variable. (package-update): Check the method to download PACKAGE's source, and look up a corresponding update method in %METHOD-UPDATES, and raise an error if none was found.
2019-03-08activation: Shared system home directories are now 555 and root-owned.Ludovic Courtès
Fixes <https://bugs.gnu.org/34788>. Reported by Jack Hill <jackhill@jackhill.us>. Regression introduced by the combination of 8bb76f3d44c1f5ffec8011819494db306a51d801 and 0ae735bcc8ff7fdc89d67b492bdee9091ee19e86: /var/empty would be 700 and owned by one of the system accounts (thus inaccessible to others), and /var/run/dbus would be 700 as well, thereby preventing D-Bus clients from connecting to the daemon. * gnu/build/activation.scm (duplicates): New procedure. (activate-users+groups)[system-accounts]: New variable. Use it. Make shared system account home directories #o555 and root-owned. * gnu/services/dbus.scm (dbus-activation): Make /var/run/dbus #o755. * gnu/tests/base.scm (run-basic-test): Test the ownership and permissions of /var/empty.
2019-03-08gnu: Add java-eclipse-jdt-compiler-apt.Ricardo Wurmus
* gnu/packages/java.scm (java-eclipse-jdt-compiler-apt): New variable.
2019-03-08gnu: Add epl2.0.Ricardo Wurmus
* guix/licenses.scm (epl2.0): New variable.
2019-03-08gnu: blast+: Update to 2.7.1.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (blast+): Update to 2.7.1. [inputs]: Add lmdb. [source]: Remove obsolete patch. * gnu/package/patches/blast+-fix-makefile.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Remove it.