summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2017-06-24gnu: Remove libwmf.Leo Famulari
This package contains many security vulnerabilities and is no longer maintained upstream. See this discussion for more information: https://lists.gnu.org/archive/html/guix-devel/2017-05/msg00478.html * gnu/packages/image.scm (libwmf): Remove variable. * gnu/packages/wv.scm (wv)[inputs]: Remove libwmf. [arguments]: Remove field. * gnu/packages/abiword.scm (abiword)[inputs]: Remove libwmf. [source]: Remove patch 'abiword-wmf-version-lookup-fix.patch'. * gnu/packages/patches/abiword-wmf-version-lookup-fix.patch, gnu/packages/patches/libwmf-CAN-2004-0941.patch, gnu/packages/patches/libwmf-CVE-2006-3376.patch, gnu/packages/patches/libwmf-CVE-2007-0455.patch, gnu/packages/patches/libwmf-CVE-2007-2756.patch, gnu/packages/patches/libwmf-CVE-2007-3472.patch, gnu/packages/patches/libwmf-CVE-2007-3473.patch, gnu/packages/patches/libwmf-CVE-2007-3477.patch, gnu/packages/patches/libwmf-CVE-2009-1364.patch, gnu/packages/patches/libwmf-CVE-2009-3546.patch, gnu/packages/patches/libwmf-CVE-2015-0848+CVE-2015-4588.patch, gnu/packages/patches/libwmf-CVE-2015-4695.patch, gnu/packages/patches/libwmf-CVE-2015-4696.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
2017-06-25gnu: retroarch: Update to 1.6.1.Tobias Geerinckx-Rice
* gnu/packages/games.scm (retroarch): Update to 1.6.1. [home-page]: Use HTTPS.
2017-06-24gnu: Add armagetronad.Roel Janssen
* gnu/packages/games.scm (armagetronad): New variable.
2017-06-24gnu: Add eog-plugins.Ludovic Courtès
* gnu/packages/gnome.scm (eog-plugins): New variable.
2017-06-24gnu: libpeas: Propagate gobject-introspection.Ludovic Courtès
* gnu/packages/gnome.scm (libpeas)[propagated-inputs]: New field.
2017-06-24gnu: geeqie: Enable map support.Ludovic Courtès
* gnu/packages/image-viewers.scm (geeqie)[arguments]: Add #:configure-flags. [inputs]: Add CLUTTER and LIBCHAMPLAIN.
2017-06-24gnu: Add hugin.Andreas Enge
* gnu/packages/photo.scm (hugin): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-24gnu: libffcall: Update to 1.13.Efraim Flashner
* gnu/packages/libffcall.scm (libffcall): Update to 1.13. [source]: Use url-fetch, download from GNU mirror. [supported-systems]: Remove field.
2017-06-24gnu: Add emacs-dired-hacks.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-dired-hacks): New variable. Co-authored-by: Alex Kost <alezost@gmail.com>
2017-06-24gnu: font-google-material-design-icons: Use 'font-build-system'.Arun Isaac
* gnu/packages/fonts.scm (font-google-material-design-icons): Re-indent. Switch to font-build-system. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-06-24gnu: epiphany: Add gdk-pixbuf input.rennes
* gnu/packages/gnome.scm (epiphany)[inputs]: Add gdk-pixbuf. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24gnu: Add adms.Theodoros Foradis
* gnu/packages/engineering.scm (adms): New variable.
2017-06-24gnu: Add meep.Theodoros Foradis
* gnu/packages/engineering.scm (meep): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24gnu: Add mpb.Theodoros Foradis
* gnu/packages/engineering.scm (mpb): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24gnu: Add guile-libctl.Theodoros Foradis
* gnu/packages/engineering.scm (guile-libctl): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24gnu: Add harminv.Theodoros Foradis
* gnu/packages/engineering.scm (harminv): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24gnu: glibc: Add mitigations for CVE-2017-1000366.Efraim Flashner
* gnu/packages/base.scm (glibc/linux)[replacement]: New field. (glibc-2.25-patched): New variable. (glibc-2.24, glibc-2.23, glibc-2.22, glibc-2.21)[source]: Add patches. [replacement]: New field. (glibc-locales)[replacement]: New field. * gnu/packages/patches/glibc-CVE-2017-1000366-pt1.patch, gnu/packages/patches/glibc-CVE-2017-1000366-pt2.patch, gnu/packages/patches/glibc-CVE-2017-1000366-pt3.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. Modified-By: Mark H Weaver <mhw@netris.org>
2017-06-24gnu: glibc-final: Add support for grafted glibc.Mark H Weaver
* gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash) (glibc-final): Use 'package/inherit'.
2017-06-24gnu: glibc-2.22: Return #t from 'fix-pwd' phase.Mark H Weaver
Based on a patch by Efraim Flashner <efraim@flashner.co.il>. * gnu/packages/base.scm (glibc-2.22)[arguments]: Return #t from 'fix-pwd' phase.
2017-06-24gnu: guile-ssh: Fix entry in dist_patch_DATA.Mark H Weaver
Based on a patch by Efraim Flashner <efraim@flashner.co.il>. * gnu/local.mk (dist_patch_DATA): "gnu" -> "%D%" for guile-ssh-channel-finalization.patch.
2017-06-24gnu: Add pulseview.Theodoros Foradis
* gnu/packages/electronics.scm (pulseview): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24gnu: Add sigrok-cli.Theodoros Foradis
* gnu/packages/electronics.scm (sigrok-cli): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24gnu: Add libsigrok.Theodoros Foradis
* gnu/packages/electronics.scm (libsigrok): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24gnu: Add sigrok-firmware-fx2lafw.Theodoros Foradis
* gnu/packages/electronics.scm (sigrok-firmware-fx2lafw): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24gnu: Add libsigrokdecode.Theodoros Foradis
* gnu/packages/electronics.scm (libsigrokdecode): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24gnu: Add libserialport.Theodoros Foradis
* gnu/packages/electronics.scm: New file. (libserialport): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24gnu: Add libzip.Theodoros Foradis
* gnu/packages/compression.scm (libzip): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24gnu: gnuastro: Enable "----enable-bin-op-alltypes".Danny Milosavljevic
* gnu/packages/astronomy.scm (gnuastro)[arguments]: Enable "--enable-bin-op-alltypes". Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24gnu: orfm: Update to 0.7.1.Ben Woodcroft
* gnu/packages/bioinformatics.scm (orfm): Update to 0.7.1.
2017-06-23gnu: qemu: Fix CVE-2017-9524.Leo Famulari
* gnu/packages/patches/qemu-CVE-2017-9524.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/qemu.scm (qemu)[source]: Use it.
2017-06-23gnu: youtube-dl: Update to 2017.06.23.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.06.23.
2017-06-23gnu: knot: Update to 2.5.2.Tobias Geerinckx-Rice
This fixes a security hole (‘Improper TSIG validity period check can allow TSIG forgery’) without CVE. * gnu/packages/dns.scm (knot): Update to 2.5.2.
2017-06-23gnu: rofi: Fix typos in description.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (rofi)[description]: Fix typos.
2017-06-23gnu: balsa: Fix typo in description.Tobias Geerinckx-Rice
While a Perl MTA named ‘sendEmail’ exists, the upstream description upon which ours is based clearly refers to ‘Sendmail’. * gnu/packages/mail.scm (balsa)[description]: Fix typo.
2017-06-23gnu: neofetch: Update to 3.2.0.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (neofetch): Update to 3.2.0.
2017-06-23gnu: orfm: Update to 0.7.0.Ben Woodcroft
* gnu/packages/bioinformatics.scm (orfm): Update to 0.7.0.
2017-06-23gnu: Add Xpra.Rutger Helling
* gnu/packages/xorg.scm (xpra): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-06-23gnu: Add python-rencode.Rutger Helling
* gnu/packages/python.scm (python-rencode): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-06-23gnu: Add python2-pyopengl.Rutger Helling
* gnu/packages/python.scm (python2-pyopengl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-23gnu: higan: Update to 103.Rutger Helling
* gnu/packages/games.scm (higan): Update to 103. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-23gnu: Add js-respond.Ricardo Wurmus
* gnu/packages/javascript.scm (js-respond): New variable.
2017-06-23gnu: Add kentutils.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (kentutils): New variable.
2017-06-22gnu: Add retux.Kei Kebreau
* gnu/packages/games.scm (retux): New variable.
2017-06-22gnu: isc-dhcp: Update bundled bind to 9.9.10-P1.Leo Famulari
* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.10-P1.
2017-06-22gnu: higan: Update to 102.Rutger Helling
* gnu/packages/games.scm (higan): Update to 102. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-22gnu: Add ddate.nee
* gnu/packages/linux.scm (ddate): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-22gnu: python-xsge: Update to 2017.06.09.Kei Kebreau
* gnu/packages/game-development.scm (python-xsge): Update to 2017.06.09.
2017-06-22gnu: python-sge-pygame: Update to 1.5.Kei Kebreau
* gnu/packages/game-development.scm (python-sge-pygame, python2-sge-pygame): Update to 1.5. [inputs]: Add python-uniseg.
2017-06-22gnu: Add python-uniseg.Kei Kebreau
* gnu/packages/python.scm (python-uniseg, python2-uniseg): New variables.
2017-06-22gnu: emacs-org: Update to 20170622.Nicolas Goaziou
* gnu/packages/emacs.scm (emacs-org): Update to 20170622 a.k.a. Org 9.0.9.