aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2018-02-22gnu: r-rlang: Update to 0.2.0.Ricardo Wurmus
* gnu/packages/statistics.scm (r-rlang): Update to 0.2.0.
2018-02-22gnu: r-knitr: Update to 1.20.Ricardo Wurmus
* gnu/packages/statistics.scm (r-knitr): Update to 1.20.
2018-02-22gnu: r-stringr: Update to 1.3.0.Ricardo Wurmus
* gnu/packages/statistics.scm (r-stringr): Update to 1.3.0. [propagated-inputs]: Add r-glue.
2018-02-22gnu: r-timedate: Update to 3043.102.Ricardo Wurmus
* gnu/packages/cran.scm (r-timedate): Update to 3043.102.
2018-02-22gnu: Add dolphin-emu.Rutger Helling
* gnu/packages/emulators.scm (dolphin-emu): New variable.
2018-02-22gnu/local.mk: Add emulators.scm.Rutger Helling
* gnu/local.mk (GNU_SYSTEM_MODULES): Add emulators.scm.
2018-02-22gnu: Add wxwidgets-gtk2-3.1.David Thompson
* gnu/packages/wxwidgets.scm (wxwidgets-gtk2-3.1): New variable. Signed-off-by: Rutger Helling <rhelling@mykolab.com>
2018-02-22gnu: mpd-mpc: Update to 0.29.Leo Famulari
* gnu/packages/mpd.scm (mpd-mpc): Update to 0.29. [build-system]: Use the meson-build-system.
2018-02-22gnu: mpd: Update to 0.20.17.Leo Famulari
* gnu/packages/mpd.scm (mpd): Update to 0.20.17. [source]: Use HTTPS URL.
2018-02-22gnu: libmpdclient: Update to 2.14.Leo Famulari
* gnu/packages/mpd.scm (libmpdclient): Update to 2.14. [source]: Use HTTPS URL.
2018-02-21gnu: Add emacs-edit-indirect.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-edit-indirect): New public variable.
2018-02-21gnu: mbedtls-apache: Update to 2.7.0 [security fixes].Leo Famulari
Fixes CVE-2017-18187 and CVE-2018-{0487,0488}. * gnu/packages/tls.scm (mbedtls-apache): Update to 2.7.0.
2018-02-21gnu: libx264: Use nasm.Danny Milosavljevic
Follow-up to a33727db1bf0eaf4a0024da45610bd8e3e727a8e. * gnu/packages/video.scm (libx264)[native-inputs]: Replace yasm by nasm.
2018-02-21gnu: libx264: Update to 20180219-2245.Efraim Flashner
* gnu/packages/video.scm (libx264): Update to 20180219-2245.
2018-02-21gnu: lpsolve: Update to 5.5.2.5.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (lpsolve): Update to 5.5.2.5.
2018-02-21gnu: shflags: Update to 1.2.3.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (shflags): Update to 1.2.3. [arguments]: Match new sources layout.
2018-02-21gnu: shflags: Use the GNU-BUILD-SYSTEM.Tobias Geerinckx-Rice
The TRIVIAL-BUILD-SYSTEM doesn't really save any effort and is actually slightly longer. * gnu/packages/version-control.scm (shflags)[build-system: Use GNU-BUILD-SYSTEM. [arguments]: Adjust accordingly and prefer INSTALL-FILE over COPY-FILE.
2018-02-21gnu: htop: Fix tree view.Tobias Geerinckx-Rice
* gnu/packages/patches/htop-fix-process-tree.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/admin.scm (htop)[source]: Use it.
2018-02-21gnu: lpsolve: Update phase style.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (lpsolve)[arguments]: Use INVOKE and INSTALL-FILE, and end phases with #t.
2018-02-21gnu: iptables: Edit synopsis & description.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (iptables)[synopsis, description]: Improve.
2018-02-21gnu: iptables: Update to 1.6.2.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (iptables): Update to 1.6.2.
2018-02-21gnu: lout: Update phase style.Tobias Geerinckx-Rice
* gnu/packages/lout.scm (lout)[arguments]: Write phases in-line, use MODIFY-PHASES syntax, INVOKE, and WITH-DIRECTORY-EXCURSION, and end phases with #t. Re-indent the result.
2018-02-21gnu: cook: Update phase style.Tobias Geerinckx-Rice
* gnu/packages/cook.scm (cook)[arguments]: Use MODIFY-PHASES syntax and end phase with #t.
2018-02-21gnu: slang: Update to 2.3.1a.Tobias Geerinckx-Rice
* gnu/packages/slang.scm (slang): Update to 2.3.1a.
2018-02-21gnu: shflags: Set source file name.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (shflags)[source]: Use a meaningful FILE-NAME.
2018-02-21gnu: getmail: Update to 5.5.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (getmail): Update to 5.5.
2018-02-21gnu: ldc: Add comment.Danny Milosavljevic
* gnu/packages/ldc.scm (ldc): Add comment.
2018-02-21gnu: dub: Use invoke.Danny Milosavljevic
* gnu/packages/ldc.scm (dub): Use invoke.
2018-02-21gnu: rdmd: Use invoke.Danny Milosavljevic
* gnu/packages/ldc.scm (rdmd): Use invoke.
2018-02-20services: slim: Make the logged-in session show up in "w".Danny Milosavljevic
* gnu/services/xorg.scm (slim-shepherd-service): Use SESSREG to register X11 session. * doc/guix.texi (slim-configuration): Document new field "sessreg".
2018-02-20gnu: ldc: Update to 1.7.0.Pjotr Prins
Fixes recent bootstrap and updates ldc and package manager to match. * gnu/packages/ldc.scm (ldc-bootstrap): Update to 0.17.4. [properties]: Add max-slient-time. [arguments]<#:phases>[patch-phobos]: Update patches (see below). (ldc): Update to 1.7.0. (ldc-beta): Delete variable. [arguments]<#:phases>[patch-phobos]: Update patches (see below). [arguments]<#:phases>[check]: Use invoke. (rdmd): Update to 2.077.1. (dub): Update to 1.7.2. * gnu/local.mk (dist_patch_DATA): Remove "ldc-disable-tests.patch". Add "ldc-bootstrap-disable-tests.patch". Remove "ldc-1.1.0-disable-phobos-tests.patch". Add "ldc-1.7.0-disable-phobos-tests.patch". Remove "ldc-1.1.0-disable-dmd-tests.patch". Co-Authored-By: Danny Milosavljevic <dannym@scratchpost.org>
2018-02-20gnu: nginx: Update to 1.13.9.Marius Bakke
* gnu/packages/web.scm (nginx): Update to 1.13.9.
2018-02-20gnu: grub: Run tests against Qemu 2.10.Marius Bakke
* gnu/packages/bootloaders.scm (qemu-minimal-2.10): New variable. (grub)[native-inputs]: Replace QEMU-MINIMAL with QEMU-MINIMAL-2.10.
2018-02-20gnu: qemu: Update to 2.11.1.Marius Bakke
* gnu/packages/patches/qemu-CVE-2017-15038.patch, gnu/packages/patches/qemu-CVE-2017-15289.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/virtualization.scm (qemu): Update to 2.11.1 [source](patches): Remove.
2018-02-20gnu: freetype: Fix CVE-2018-6942.Marius Bakke
* gnu/packages/patches/freetype-CVE-2018-6942.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/fontutils.scm (freetype)[replacement]: New field. (freetype/fixed): New variable.
2018-02-20gnu: python-pyopenssl: Update to 17.5.0.Marius Bakke
* gnu/packages/python-crypto.scm (python-pyopenssl): Update to 17.5.0.
2018-02-20gnu: python-cryptography: Update to 2.1.4.Marius Bakke
* gnu/packages/python-crypto.scm (python-cryptography-vectors, python-cryptography): Update to 2.1.4.
2018-02-20gnu: imagemagick: Update to 6.9.9-35.Marius Bakke
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-35.
2018-02-20gnu: calendar.scm: Use license: prefix.Marius Bakke
* gnu/packages/calendar.scm (libical, khal, remind, libhdate): Use license: prefix.
2018-02-20gnu: rrdtool: Use a fixed version of tzdata for tests.Marius Bakke
* gnu/packages/rrdtool.scm (rrdtool)[native-inputs]: Replace TZDATA with TZDATA-FOR-TESTS.
2018-02-20gnu: nix, patchelf: Use HTTPS for nixos.org home pages.Tobias Geerinckx-Rice
* gnu/packages/elf.scm (patchelf)[home-page]: Use HTTPS. * gnu/packages/package-management.scm (nix)[home-page]: Likewise.
2018-02-20gnu: font-hack: Update to 3.002.Tobias Geerinckx-Rice
* gnu/packages/fonts.scm (font-hack): Update to 3.002.
2018-02-19gnu: chromaprint: Update to 1.4.3.Tobias Geerinckx-Rice
* gnu/packages/mp3.scm (chromaprint): Update to 1.4.3. [source]: Update URI.
2018-02-19gnu: socat: Update to 1.7.3.2.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (socat): Update to 1.7.3.2.
2018-02-19gnu: setbfree: Update to 0.8.5.Tobias Geerinckx-Rice
* gnu/packages/music.scm (setbfree): Update to 0.8.5.
2018-02-19gnu: ola: Update to 0.10.6.Tobias Geerinckx-Rice
* gnu/packages/lighting.scm (ola): Update to 0.10.6.
2018-02-19gnu: pciutils: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/pciutils.scm (pciutils)[home-page]: Use HTTPS.
2018-02-19gnu: neomutt: Update to 20171215.ng0
* gnu/packages/mail.scm (neomutt): Update to 20171215. [inputs]: Move "docbook-xsl" to [native-inputs]. [native-inputs]: Remove "autoconf". Add "tcl", "docbook-xml", "w3m". [argumnets]: Switch to autosetup based build. Add new phases "fix-sasl-test", "fix-docbook". Remove phase "autoconf". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-02-19gnu: Add basic support for s390x-linux-gnu targets.mephi42
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add "s390x-linux". * gnu/packages/linux.scm (system->linux-architecture): Add "s390" prefix. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-02-19tests: Remove outdated comment.Ludovic Courtès
* gnu/tests/base.scm (run-basic-test): Remove outdated comment.