summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: util-linux: Update to 2.33.1.Marius Bakke2019-03-11
| | | | | * gnu/packages/linux.scm (util-linux): Update to 2.33.1. * gnu/packages/patches/util-linux-tests.patch: Skip one new test.
* gnu: libxdamage: Update to 1.1.5.Marius Bakke2019-03-11
| | | | * gnu/packages/xorg.scm (libxdamage): Update to 1.1.5.
* gnu: python-coverage: Update to 4.5.3.Marius Bakke2019-03-11
| | | | * gnu/packages/check.scm (python-coverage): Update to 4.5.3.
* gnu: coreutils: Update to 8.31.Marius Bakke2019-03-11
| | | | | * gnu/packages/base.scm (coreutils): Update to 8.31. [arguments]: Remove obsolete workaround.
* packages: 'patch-and-repack' specifies a 'type' property for the derivation.Ludovic Courtès2019-03-10
| | | | * guix/packages.scm (patch-and-repack): Pass #:properties to 'gexp->derivation'.
* build-system/gnu: Copy license files to all the outputs.Ludovic Courtès2019-03-10
| | | | | | | | | Fixes <https://bugs.gnu.org/34702>. Reported by Leo Famulari <leo@famulari.name>. * guix/build/gnu-build-system.scm (install-license-files)[copy-to-directories]: New procedure. Call it to copy license files to all the outputs.
* build-system/gnu: Always look for license files in the source tree.Ludovic Courtès2019-03-10
| | | | | | | | | Fixes <https://bugs.gnu.org/31103>. * guix/build/gnu-build-system.scm (install-license-files): Add #:out-of-source?. [find-source-directory]: New procedure. Use it to Determine the source directory and look for license files there.
* gnu: python-mako: Fix FTBFS with Pytest 4.Marius Bakke2019-03-10
| | | | * gnu/packages/python-xyz.scm (python-mako)[arguments]: New field.
* gnu: nghttp2: Update to 1.37.0.Marius Bakke2019-03-10
| | | | * gnu/packages/web.scm (nghttp2): Update to 1.37.0.
* gnu: python-babel: Disable tests that are incompatible with Pytest 4.Marius Bakke2019-03-10
| | | | * gnu/packages/python-xyz.scm (python-babel)[arguments]: Expand pytest invokation.
* gnu: python-chardet: Disable tests.Marius Bakke2019-03-10
| | | | * gnu/packages/python-xyz.scm (python-chardet)[arguments]: New field.
* gnu: lz4: Update to 1.8.3.Marius Bakke2019-03-10
| | | | | * gnu/packages/compression.scm (lz4): Update to 1.8.3. [arguments]: Add phase 'disable-broken-test'.
* gnu: nasm: Update to 2.14.02.Marius Bakke2019-03-10
| | | | * gnu/packages/assembly.scm (nasm): Update to 2.14.02.
* gnu: c-ares: Update to 1.15.0.Marius Bakke2019-03-10
| | | | | * gnu/packages/adns.scm (c-ares): Update to 1.15.0. (c-ares-next): Remove variable.
* gnu: Use OpenSSL 1.1 as the default OpenSSL package.Marius Bakke2019-03-10
| | | | | | | | | | * gnu/packages/tls.scm (openssl-next): Delete variable. Move related code ... (openssl) ... here. (openssl-1.0): New public variable. Retain old arguments. * gnu/packages/crypto.scm (asignify)[inputs]: Change OPENSSL-NEXT to OPENSSL. * gnu/packages/databases.scm (mariadb)[inputs]: Change from OPENSSL to OPENSSL-1.0. * gnu/packages/node.scm (node)[inputs]: Likewise. * gnu/packages/rust.scm (rust-1.19)[inputs]: Likewise.
* gnu: libgc: Update to 7.6.12.Marius Bakke2019-03-10
| | | | | * gnu/packages/bdw-gc.scm (libgc): Update to 7.6.12. [arguments]: Add phase to avoid libatomic-ops propagation.
* gnu: libatomic-ops: Update to 7.6.10.Marius Bakke2019-03-10
| | | | * gnu/packages/bdw-gc.scm (libgc): Update to 7.6.10.
* Merge branch 'staging' into core-updatesMarius Bakke2019-03-10
|\
| * gnu: double-conversion: Update to 3.1.3.Marius Bakke2019-03-10
| | | | | | | | | | * gnu/packages/maths.scm (double-conversion): Update to 3.1.3. [source](uri): Adjust for version tag prefix.
| * gnu: libvdpau: Update to 1.2.Marius Bakke2019-03-10
| | | | | | | | | | * gnu/packages/video.scm (libvdpau): Update to 1.2. [source](uri): Adjust for new URL.
| * gnu: subversion: Update to 1.10.4 [fixes CVE-2018-11803].Marius Bakke2019-03-10
| | | | | | | | * gnu/packages/version-control.scm (subversion): Update to 1.10.4.
| * gnu: libuninameslist: Update to 20190305.Marius Bakke2019-03-10
| | | | | | | | * gnu/packages/fontutils.scm (libuninameslist): Update to 20190305.
| * Merge branch 'master' into stagingMarius Bakke2019-03-10
| |\
| | * gnu: xfd: Update to 1.1.3.Marius Bakke2019-03-10
| | | | | | | | | | | | * gnu/packages/xorg.scm (xfd): Update to 1.1.3.
| | * gnu: xprop: Update to 1.2.4.Marius Bakke2019-03-10
| | | | | | | | | | | | * gnu/packages/xorg.scm (xprop): Update to 1.2.4.
| | * gnu: notmuch: Update to 0.28.3.Marius Bakke2019-03-10
| | | | | | | | | | | | * gnu/packages/mail.scm (notmuch): Update to 0.28.3.
| | * gnu: xapian: Update to 1.4.11.Marius Bakke2019-03-10
| | | | | | | | | | | | * gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.11.
| | * gnu: libmspack: Update to 0.10.1.Marius Bakke2019-03-10
| | | | | | | | | | | | * gnu/packages/compression.scm (libmspack): Update to 0.10.1.
| | * gnu: python-dask: Update to 1.1.4.Marius Bakke2019-03-10
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-dask): Update to 1.1.4.
| | * gnu: elogind: Update to 239.4.Marius Bakke2019-03-10
| | | | | | | | | | | | * gnu/packages/freedesktop.scm (elogind): Update to 239.4.
| | * gnu: Import (gnu packages image) in (gnu packages scanner).Tobias Geerinckx-Rice2019-03-10
| | | | | | | | | | | | | | | | | | This is a follow-up to commit 10bd2889d267df479f79f43471d3c2dd17da345a. * gnu/packages/scanner.scm: #:use-module (gnu packages image).
| | * gnu: sane-backends: Support PNG scanimage output.Tobias Geerinckx-Rice2019-03-10
| | | | | | | | | | | | * gnu/packages/scanner.scm (sane-backends)[inputs]: Add libpng.
| | * gnu: Add btanks.Ricardo Wurmus2019-03-10
| | | | | | | | | | | | * gnu/packages/games.scm (btanks): New variable.
| | * gnu: Add libsmpeg-with-sdl1.Ricardo Wurmus2019-03-10
| | | | | | | | | | | | | | | * gnu/packages/video.scm (libsmpeg-with-sdl1): New variable. (libsmpeg)[version]: Change to 0.4.5-401.
| | * gnu: Add 4dtris.Ricardo Wurmus2019-03-10
| | | | | | | | | | | | * gnu/packages/games.scm (4dtris): New variable.
| | * gnu: Add slingshot.Ricardo Wurmus2019-03-10
| | | | | | | | | | | | * gnu/packages/games.scm (slingshot): New variable.
| | * gnu: scons: Update to 3.0.4.Ricardo Wurmus2019-03-10
| | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (scons): Update to 3.0.4. [arguments]: Remove second instance of "imp.load_module" (bug 34236).
| | * gnu: Add opensmtpd-next.Tobias Geerinckx-Rice2019-03-10
| | | | | | | | | | | | * gnu/packages/mail.scm (opensmtpd-next): New public variable.
| | * gnu: ibus: Update Unicode data to 12.0.0.Tobias Geerinckx-Rice2019-03-10
| | | | | | | | | | | | | | | * gnu/packages/ibus.scm (ibus)[native-inputs]: Use versioned URLs for Unicode data and update hashes.
| | * gnu: hyperledger-fabric: Fix description, set supported system and parallel ↵Pierre Neidhardt2019-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * gnu: Add openfst.Ricardo Wurmus2019-03-09
| | | | | | | | | | | | * gnu/packages/machine-learning.scm (openfst): New variable.
| | * gnu: Add hyperledger-fabric.Pierre Neidhardt2019-03-09
| | | | | | | | | | | | * gnu/local.mk (hyperledger): New variable.
| | * gnu: lynis: Update to 2.7.2.Tobias Geerinckx-Rice2019-03-09
| | | | | | | | | | | | * gnu/packages/admin.scm (lynis): Update to 2.7.2.
| | * gnu: youtube-viewer: Update to "3.5.4.Tobias Geerinckx-Rice2019-03-09
| | | | | | | | | | | | * gnu/packages/video.scm (youtube-viewer): Update to "3.5.4.
| | * gnu: dovecot: Avoid unnecessary patching.Tobias Geerinckx-Rice2019-03-09
| | | | | | | | | | | | | | | * gnu/packages/mail.scm (dovecot)[arguments]: Replace ‘pre-configure’ patching with custom ‘make install sysconfdir=…’.
| | * gnu: dovecot: Indent arguments.Tobias Geerinckx-Rice2019-03-09
| | | | | | | | | | | | * gnu/packages/mail.scm (dovecot)[arguments]: C-M-q and tuck left.
| | * gnu: i3lock-color: Update to 2.12.c.Tobias Geerinckx-Rice2019-03-09
| | | | | | | | | | | | | | | * gnu/packages/wm.scm (i3lock-color): Update to 2.12.c. [inputs]: Add xcb-util-xrm.
| | * gnu: i3lock-color: Don't use unstable tarball.Tobias Geerinckx-Rice2019-03-09
| | | | | | | | | | | | | | | * gnu/packages/wm.scm (i3lock-color)[source]: Use GIT-FETCH and GIT-FILE-NAME.
| | * gnu: i3lock-fancy: Don't use unstable tarball.Tobias Geerinckx-Rice2019-03-09
| | | | | | | | | | | | | | | * gnu/packages/wm.scm (i3lock-fancy)[source]: Use GIT-FETCH and GIT-FILE-NAME.
| | * upstream: Correctly report failure to update Git checkouts.Ludovic Courtès2019-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.