aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* etc: guix-install.sh: Add aarch64-linux support.•••* etc/guix-install.sh (chk_sys_arch): Add aarch64 case. Efraim Flashner2018-02-21
* gnu: Add emacs-edit-indirect.•••* gnu/packages/emacs.scm (emacs-edit-indirect): New public variable. Oleg Pykhalov2018-02-21
* gnu: mbedtls-apache: Update to 2.7.0 [security fixes].•••Fixes CVE-2017-18187 and CVE-2018-{0487,0488}. * gnu/packages/tls.scm (mbedtls-apache): Update to 2.7.0. Leo Famulari2018-02-21
* gnu: libx264: Use nasm.•••Follow-up to a33727db1bf0eaf4a0024da45610bd8e3e727a8e. * gnu/packages/video.scm (libx264)[native-inputs]: Replace yasm by nasm. Danny Milosavljevic2018-02-21
* gnu: libx264: Update to 20180219-2245.•••* gnu/packages/video.scm (libx264): Update to 20180219-2245. Efraim Flashner2018-02-21
* gnu: lpsolve: Update to 5.5.2.5.•••* gnu/packages/maths.scm (lpsolve): Update to 5.5.2.5. Tobias Geerinckx-Rice2018-02-21
* gnu: shflags: Update to 1.2.3.•••* gnu/packages/version-control.scm (shflags): Update to 1.2.3. [arguments]: Match new sources layout. Tobias Geerinckx-Rice2018-02-21
* gnu: shflags: Use the GNU-BUILD-SYSTEM.•••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. Tobias Geerinckx-Rice2018-02-21
* gnu: htop: Fix tree view.•••* 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. Tobias Geerinckx-Rice2018-02-21
* gnu: lpsolve: Update phase style.•••* gnu/packages/maths.scm (lpsolve)[arguments]: Use INVOKE and INSTALL-FILE, and end phases with #t. Tobias Geerinckx-Rice2018-02-21
* gnu: iptables: Edit synopsis & description.•••* gnu/packages/linux.scm (iptables)[synopsis, description]: Improve. Tobias Geerinckx-Rice2018-02-21
* gnu: iptables: Update to 1.6.2.•••* gnu/packages/linux.scm (iptables): Update to 1.6.2. Tobias Geerinckx-Rice2018-02-21
* gnu: lout: Update phase style.•••* 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. Tobias Geerinckx-Rice2018-02-21
* gnu: cook: Update phase style.•••* gnu/packages/cook.scm (cook)[arguments]: Use MODIFY-PHASES syntax and end phase with #t. Tobias Geerinckx-Rice2018-02-21
* gnu: slang: Update to 2.3.1a.•••* gnu/packages/slang.scm (slang): Update to 2.3.1a. Tobias Geerinckx-Rice2018-02-21
* gnu: shflags: Set source file name.•••* gnu/packages/version-control.scm (shflags)[source]: Use a meaningful FILE-NAME. Tobias Geerinckx-Rice2018-02-21
* gnu: getmail: Update to 5.5.•••* gnu/packages/mail.scm (getmail): Update to 5.5. Tobias Geerinckx-Rice2018-02-21
* gnu: ldc: Add comment.•••* gnu/packages/ldc.scm (ldc): Add comment. Danny Milosavljevic2018-02-21
* gnu: dub: Use invoke.•••* gnu/packages/ldc.scm (dub): Use invoke. Danny Milosavljevic2018-02-21
* gnu: rdmd: Use invoke.•••* gnu/packages/ldc.scm (rdmd): Use invoke. Danny Milosavljevic2018-02-21
* services: slim: Make the logged-in session show up in "w".•••* gnu/services/xorg.scm (slim-shepherd-service): Use SESSREG to register X11 session. * doc/guix.texi (slim-configuration): Document new field "sessreg". Danny Milosavljevic2018-02-20
* gnu: ldc: Update to 1.7.0.•••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> Pjotr Prins2018-02-20
* gnu: nginx: Update to 1.13.9.•••* gnu/packages/web.scm (nginx): Update to 1.13.9. Marius Bakke2018-02-20
* gnu: grub: Run tests against Qemu 2.10.•••* gnu/packages/bootloaders.scm (qemu-minimal-2.10): New variable. (grub)[native-inputs]: Replace QEMU-MINIMAL with QEMU-MINIMAL-2.10. Marius Bakke2018-02-20
* gnu: qemu: Update to 2.11.1.•••* 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. Marius Bakke2018-02-20
* gnu: freetype: Fix CVE-2018-6942.•••* 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. Marius Bakke2018-02-20
* gnu: python-pyopenssl: Update to 17.5.0.•••* gnu/packages/python-crypto.scm (python-pyopenssl): Update to 17.5.0. Marius Bakke2018-02-20
* gnu: python-cryptography: Update to 2.1.4.•••* gnu/packages/python-crypto.scm (python-cryptography-vectors, python-cryptography): Update to 2.1.4. Marius Bakke2018-02-20
* gnu: imagemagick: Update to 6.9.9-35.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-35. Marius Bakke2018-02-20
* gnu: calendar.scm: Use license: prefix.•••* gnu/packages/calendar.scm (libical, khal, remind, libhdate): Use license: prefix. Marius Bakke2018-02-20
* gnu: rrdtool: Use a fixed version of tzdata for tests.•••* gnu/packages/rrdtool.scm (rrdtool)[native-inputs]: Replace TZDATA with TZDATA-FOR-TESTS. Marius Bakke2018-02-20
* gnu: nix, patchelf: Use HTTPS for nixos.org home pages.•••* gnu/packages/elf.scm (patchelf)[home-page]: Use HTTPS. * gnu/packages/package-management.scm (nix)[home-page]: Likewise. Tobias Geerinckx-Rice2018-02-20
* gnu: font-hack: Update to 3.002.•••* gnu/packages/fonts.scm (font-hack): Update to 3.002. Tobias Geerinckx-Rice2018-02-20
* gnu: chromaprint: Update to 1.4.3.•••* gnu/packages/mp3.scm (chromaprint): Update to 1.4.3. [source]: Update URI. Tobias Geerinckx-Rice2018-02-19
* gnu: socat: Update to 1.7.3.2.•••* gnu/packages/networking.scm (socat): Update to 1.7.3.2. Tobias Geerinckx-Rice2018-02-19
* gnu: setbfree: Update to 0.8.5.•••* gnu/packages/music.scm (setbfree): Update to 0.8.5. Tobias Geerinckx-Rice2018-02-19
* gnu: ola: Update to 0.10.6.•••* gnu/packages/lighting.scm (ola): Update to 0.10.6. Tobias Geerinckx-Rice2018-02-19
* gnu: pciutils: Use HTTPS home page.•••* gnu/packages/pciutils.scm (pciutils)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2018-02-19
* gnu: neomutt: Update to 20171215.•••* 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> ng02018-02-19
* gnu: Add basic support for s390x-linux-gnu targets.•••* 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> mephi422018-02-19
* tests: Remove outdated comment.•••* gnu/tests/base.scm (run-basic-test): Remove outdated comment. Ludovic Courtès2018-02-19
* marionette: Use QEMU's "VM channel" mechanism.•••* gnu/tests.scm (<marionette-configuration>)[device]: Default to "/dev/virtio-ports/org.gnu.guix.port.0". * gnu/tests.scm (marionette-shepherd-service): Remove (guix build syscalls) from 'modules'. Remove 'tcsetattr' call from 'start'. * gnu/build/marionette.scm (make-marionette): Use "-virtserialport" instead of "-virtconsole". Ludovic Courtès2018-02-19
* services: console-font: Don't emit the IUTF8 console code.•••Fixes <https://bugs.gnu.org/30505>. * gnu/services/base.scm (unicode-start): Remove 'display' call to FD for "\x1b%G" console code. Ludovic Courtès2018-02-19
* nls: Update 'fr' translation.Ludovic Courtès2018-02-19
* gnu: qqc2-desktop-style: Fix missing input 'qtquickcontrols2'.•••* gnu/packages/kde-frameworks.scm (qqc2-desktop-style)<inputs>: Add qtquickcontrols2. Hartmut Goebel2018-02-19
* gnu: mcomix: Disable tests.•••* gnu/packages/image-viewers.scm (mcomix)[arguments]: Disable tests. Fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30523>. Ricardo Wurmus2018-02-19
* gnu: nss-pam-ldapd: Update to 0.9.9.•••* gnu/packages/openldap.scm (nss-pam-ldapd): Update to 0.9.9. Ricardo Wurmus2018-02-19
* gnu: ddrescue: Update to 1.23.•••* gnu/packages/disk.scm (ddrescue): Update to 1.23. Marius Bakke2018-02-19
* gnu: ffmpeg@2.8: Update to 2.8.14.•••* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.14. Marius Bakke2018-02-19
* gnu: xpra: Disable abstract X11 sockets.•••* gnu/packages/xorg.scm (xpra): Disable abstract X11 sockets. Rutger Helling2018-02-19