aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* gnu: linux-libre@4.9: Update to 4.9.131.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.131. Mark H Weaver2018-10-04
* gnu: petsc-openmpi: Configure with support for MUMPS solver.•••* gnu/packages/maths.scm (petsc-openmpi)[inputs]: Add metis, mumps-openmpi, scalapack and pt-scotch. [arguments]: Add "--with-PACKAGENAME=1" flags. Move 'mpi-setup' phase ahead of 'configure' phase. Signed-off-by: Leo Famulari <leo@famulari.name> Paul Garlick2018-10-04
* gnu: hiawatha: Set sane run-time directory defaults.•••* gnu/packages/web.scm (hiawatha)[arguments]: Set sane default directories. Replace the 'remove-empty-dirs' phase with a 'install-no-empty-directories' one. Tobias Geerinckx-Rice2018-10-04
* gnu: hwloc: Update to 2.0.2.•••* gnu/packages/mpi.scm (hwloc): Update to 2.0.2. Tobias Geerinckx-Rice2018-10-04
* gnu: Add nsd.•••* gnu/packages/dns.scm (nsd): New public variable. Tobias Geerinckx-Rice2018-10-04
* gnu: guile-next: Update to commit 6f3357b0df64c4be17e72079864c09a542f1c779.•••* gnu/packages/guile.scm (guile-next): Update to commit 6f3357b0df64c4be17e72079864c09a542f1c779. David Thompson2018-10-04
* gnu: guile-next: Add the correct native search paths.•••* gnu/packages/guile.scm (guile-next): Add native search paths for version 3.0. David Thompson2018-10-04
* gnu: hiawatha: Support HTTP/2.•••* gnu/packages/web.sck (hiawatha)[arguments]: USE_SYSTEM_NGHTTP2 to ENABLE_HTTP2. [inputs]: Add nghttp2:lib. Tobias Geerinckx-Rice2018-10-04
* gnu: hiawatha: Update to 10.8.3.•••* gnu/packages/web.scm (hiawatha): Update to 10.8.3. [source]: Also delete bundled copy of nghttp2. [inputs]: Use mbedtls-for-hiawatha instead of vanilla mbedtls-apache. * gnu/packages/tls.scm (mbedtls-for-hiawatha): New public variable. Tobias Geerinckx-Rice2018-10-04
* gnu: mbedtls-apache: Update to 2.13.0 [security fixes].•••* gnu/packages/tls.scm (mbedtls-apache): Update to 2.13.0. [native-inputs]: Add python. Tobias Geerinckx-Rice2018-10-04
* gnu: geos: Update to 3.7.0.•••* gnu/packages/geo.scm (geos): Update to 3.7.0. Arun Isaac2018-10-04
* gnu: hexedit: Update to 1.4.2.•••* gnu/packages/hexedit.scm (hexedit): Update to 1.4.2. [source]: Use the author's more up-to-date git repository. [native-inputs]: Add autoconf and automake. Tobias Geerinckx-Rice2018-10-04
* gnu: html-xml-utils: Update to 7.7.•••* gnu/packages/xml.scm (html-xml-utils): Update to 7.7. Tobias Geerinckx-Rice2018-10-04
* gnu: perl-xml-feed: Update to 0.54.•••* gnu/packages/xml.scm (perl-xml-feed): Update to 0.54. Tobias Geerinckx-Rice2018-10-04
* gnu: guix: Update to 1d0be47.•••* gnu/packages/package-management.scm (guix): Update to 1d0be47. Ludovic Courtès2018-10-04
* progress: Generate valid 'download-progress' traces when the size is unknown.•••Fixes <https://bugs.gnu.org/32895>. Reported by Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>. * guix/progress.scm (progress-reporter/trace): In 'stop', make sure SIZE is an integer. Previously we'd generate a "@ download-progress" trace with #f for the 'transferred' number when downloading files whose size is not known in advance. Ludovic Courtès2018-10-04
* gnu: escpr: Update to 1.6.30.•••* gnu/packages/cups.scm (escpr): Update to 1.6.30. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Diego Nicola Barbato2018-10-04
* gnu: opencv: Update to 3.4.3.•••[[PGP Signed Part:Good signature from BF286CB6593E5FFD Björn Höfling <bjoern.hoefling@bjoernhoefling.de> (trust undefined) created at 2018-10-03T22:28:20+0200 using DSA]] * gnu/packages/image-processing.scm (opencv): Update to 3.4.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Björn Höfling2018-10-04
* gnu: r-acclma: Fix uses of @acronym in description.•••* gnu/packages/cran.scm (r-acclma)[description]: Fix order of arguments to @acronym. The wrong order was causing 'stexi->shtml' to fail (match error). Ludovic Courtès2018-10-04
* services: rottlog: Use command strings in the mcron jobs.•••* gnu/services/admin.scm (default-jobs): Remove the lambda around "/…/bin/rottlog" to make "herd schedule mcron" more transparent (otherwise it just says "Lambda function"). Ludovic Courtès2018-10-04
* gnu: mpv: Update to 0.29.1.•••* gnu/packages/video.scm (mpv): Update to 0.29.1. Rutger Helling2018-10-04
* gnu: retroarch: Update to 1.7.5.•••* gnu/packages/emulators.scm (retroarch): Update to 1.7.5. Tobias Geerinckx-Rice2018-10-04
* gnu: retroarch: Don't use unstable tarball.•••* gnu/packages/emulators.scm (retroarch)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice2018-10-04
* gnu: ephoto: Fix typos in description.•••* gnu/packages/enlightenment.scm (ephoto)[description]: Fix typos. Wrap at 80 columns. Tobias Geerinckx-Rice2018-10-04
* gnu: perl-string-copyright: Update to 0.003006.•••* gnu/packages/license.scm (perl-string-copyright): Update to 0.003006. Tobias Geerinckx-Rice2018-10-04
* gnu: rpm: Update to 4.14.2.•••* gnu/packages/package-management.scm (rpm): Update to 4.14.2. [arguments]: Rename 'set-nspr-search-path' phase to 'set-nss-library-path' and remove CPATH work-around. Remove obsolete 'fix-rpm-symlinks' phase. [home-page]: Drop www. Tobias Geerinckx-Rice2018-10-04
* gnu: imapfilter: Update to 2.6.12.•••* gnu/packages/mail.scm (imapfilter): Update to 2.6.12. Tobias Geerinckx-Rice2018-10-04
* gnu: imapfilter: Don't use unstable tarball.•••* gnu/packages/mail.scm (imapfilter)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice2018-10-04
* gnu: nickle: Update to 2.82.•••* gnu/packages/nickle.scm (nickle): Update to 2.82. Tobias Geerinckx-Rice2018-10-04
* gnu: ddcutil: Update to 0.9.2.•••* gnu/packages/hardware.scm (ddcutil): Update to 0.9.2. Tobias Geerinckx-Rice2018-10-04
* gnu: ndctl: Return #t from phases.•••* gnu/packages/disk (ndctl)[arguments]: Rename inaccurately named 'autogen' phase to 'patch-FHS-file-names'. Explicitly return #t. Tobias Geerinckx-Rice2018-10-04
* gnu: disorderfs: Update to 0.5.4.•••* gnu/packages/file-systems.scm (disorderfs): Update to 0.5.4. Tobias Geerinckx-Rice2018-10-04
* gnu: packagekit: Update to 1.1.11.•••* gnu/packages/freedesktop.scm (packagekit): Update to 1.1.11. Tobias Geerinckx-Rice2018-10-04
* gnu: Add freedroidrpg.•••* gnu/packages/games.scm (freedroidrpg): New public variable. Tobias Geerinckx-Rice2018-10-04
* gnu: wpa-supplicant-gui: Remove redundant code.•••* gnu/packages/admin.scm (wpa-supplicant-gui)[arguments]: Remove substitution already handled by the build system. Tobias Geerinckx-Rice2018-10-04
* gnu: rubberband: Use HTTPS home page.•••* gnu/packages/audio.scm (rubberband)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2018-10-04
* gnu: Add memtester.•••* gnu/packages/hardware.scm (memtester): New public variable. Tobias Geerinckx-Rice2018-10-04
* gnu: Add memtest86+.•••* gnu/packages/hardware.scm (memtest86+): New public variable. Tobias Geerinckx-Rice2018-10-04
* gnu: rtags: Don't use unstable tarball.•••* gnu/packages/code.scm (rtags)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice2018-10-04
* gnu: Add java-fasterxml-jackson-modules-base-mrbean.•••* gnu/packages/java.scm (java-fasterxml-jackson-modules-base-mrbean): New variable. Danny Milosavljevic2018-10-04
* gnu: Add stlink.•••* gnu/packages/embedded.scm (stlink): New variable. Clément Lassieur2018-10-04
* gnu: Add java-commons-exec.•••* gnu/packages/java.scm (java-commons-exec-1.1): New variable. (java-commons-exec): New variable. Danny Milosavljevic2018-10-04
* gnu: azr3: Fix build.•••Fixes <https://bugs.gnu.org/32698>. * gnu/packages/audio.scm (azr3)[arguments]: Add build phase to reset timestamp of man page source. Ricardo Wurmus2018-10-03
* gnu: tiled: Update to 1.2.0.•••* gnu/packages/game-development.scm (tiled): Update to 1.2.0. David Thompson2018-10-03
* gnu: Add emacs-spaceline.•••* gnu/packages/emacs.scm (emacs-spaceline): New variable. Nicolas Goaziou2018-10-03
* gnu: Add emacs-powerline.•••* gnu/packages/emacs.scm (emacs-powerline): New variable. Nicolas Goaziou2018-10-03
* gnu: Add emacs-all-the-icons.•••* gnu/packages/emacs.scm (emacs-all-the-icons): New variable. Nicolas Goaziou2018-10-03
* quilt: Remove test workarounds.•••* gnu/packages/patches/quilt-compat-getopt-fix-second-separator.patch, gnu/packages/patches/quilt-compat-getopt-fix-option-with-nondigit-param.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/patchutils.scm (quilt)[source]: Use them. [arguments]: Remove workarounds in 'patch-tests' phase. Eric Bavier2018-10-03
* gnu: Go 1.11: Update to 1.11.1•••* gnu/packages/golang.scm (go-1.11): Update to 1.11.1. Signed-off-by: Leo Famulari <leo@famulari.name> Katherine Cox-Buday2018-10-03
* gnu: emacs-racket-mode: Update to commit b977873.•••* gnu/packages/emacs.scm (emacs-racket-mode): Update to commit b977873. Christopher Lemmer Webber2018-10-03