summary refs log tree commit diff
path: root/gnu
AgeCommit message (Collapse)Author
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.
2017-06-22gnu: grfcodec: Fix a typo.Kei Kebreau
* gnu/packages/game-development.scm (grfcodec)[description]: Reorder the acronym and its expansion using @dfn.
2017-06-22gnu: nml: Fix a typo.Kei Kebreau
* gnu/packages/game-development.scm (nml)[description]: Reorder the acronym and its expansion using @dfn. Delete a duplicated word.
2017-06-22gnu: python2-bx-python: Update to 0.7.3.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python2-bx-python): Update to 0.7.3.
2017-06-22gnu: julia: Update to 0.6.0.Ricardo Wurmus
* gnu/packages/julia.scm (libuv-julia): Update to 1.9.0-5.52d72a52. (julia): Update to 0.6.0. [arguments]: Remove phase "fix-llvm-flag"; add phase "disable-documentation"; use threaded fftw variant in phase "hardcode-soname-map"; disable "file" tests in phase "disable-broken-tests"; add "USE_LLVM_SHLIB=0" to make flags. [native-inputs]: Add "unicode-data".
2017-06-22gnu: surfraw: Fix broken symlinks in manpages.ng0
* gnu/packages/web.scm (surfraw)[arguments]: Add new 'compress-elvi.1sr' phase. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-06-22gnu: qtsensors: Lengthen test timeout.Efraim Flashner
* gnu/packages/qt.scm (qtsensors)[arguments]: Lengthen test timeout so it passes on slower machines.
2017-06-22gnu: Remove unnecessary module import.Ludovic Courtès
This is a followup to d2885c83929b66a0cf98e740372bddb7e8787631. * gnu/packages/version-control.scm: Remove needless module import.
2017-06-22gnu: webkitgtk: Update to 2.16.4 [fixes CVE-2017-2538].Leo Famulari
* gnu/packages/webkit.scm (webkitgtk): Update to 2.16.4.
2017-06-22gnu: python-drmaa: Update source URL.Ricardo Wurmus
* gnu/packages/python.scm (python-drmaa)[source]: Use pypi-uri.
2017-06-22gnu: mbedtls-apache: Update to 2.5.1.Leo Famulari
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.5.1.
2017-06-22gnu: openvpn: Update to 2.4.3 [fixes CVE-2017-{7508,7512,7520,7521,7522}].Leo Famulari
See 'Changes.rst' in the source distribution for more information about the security-related changes. * gnu/packages/vpn.scm (openvpn): Update to 2.4.3.
2017-06-22gnu: Update calibre to 3.0.0.Roel Janssen
* gnu/local.mk: Remove patch. * gnu/packages/ebook.scm (calibre): Update to 3.0.0. * gnu/packages/patches/calibre-dont-load-remote-icons.patch: Remove file.