summary refs log tree commit diff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2016-02-03gnu: qemu: Update to 2.5.0; add fixes for security flaws.Mark H Weaver
* gnu/packages/patches/qemu-CVE-2015-6855.patch: Delete file. * gnu/packages/patches/qemu-virtio-9p-use-accessor-to-get-thread-pool.patch, gnu/packages/patches/qemu-CVE-2015-8558.patch, gnu/packages/patches/qemu-CVE-2015-8567.patch, gnu/packages/patches/qemu-CVE-2015-8613.patch, gnu/packages/patches/qemu-CVE-2015-8701.patch, gnu/packages/patches/qemu-CVE-2015-8743.patch, gnu/packages/patches/qemu-CVE-2016-1568.patch, gnu/packages/patches/qemu-CVE-2016-1922.patch: New files. * gnu-system.am (dist_patch_DATA): Remove 'qemu-CVE-2015-6855.patch'; add the new patches. * gnu/packages/qemu.scm (qemu): Update to 2.5.0. [source]: Remove old patches and add new ones. [arguments]: Add 'disable-test-qga' phase. (%glib-memory-vtable-patch, %glib-duplicate-test-patch): Remove variables.
2016-02-02gnu: openssl: When computing URI, use 'string-trim-right' not 'string-take'.Mark H Weaver
* gnu/packages/tls.scm (openssl)[source]: When computing URI, use 'string-trim-right' instead of 'string-take'.
2016-02-03gnu: yelp: Update to 3.18.1.宋文武
* gnu/packages/gnome.scm (yelp): Update to 3.18.1.
2016-02-03gnu: webkitgtk: Update to 2.10.7.宋文武
* gnu/packages/webkit.scm (webkitgtk): Update to 2.10.7.
2016-02-02gnu: openssl: Add alternate url.Efraim Flashner
* gnu/packages/tls.scm (openssl)[source]: Add alternate url.
2016-02-02gnu: eudev: Add variant that depends on libblkid.Ludovic Courtès
This fixes a bug whereby /dev/disk/by-{label,id} would be missing on GuixSD (/dev/disk/by-id would still contain device-mapped partitions though.) Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages/linux.scm (eudev-with-blkid): New variable. * gnu/services/base.scm (udev-service): #:udev defaults to EUDEV-WITH-BLKID. * gnu/system.scm (%base-packages): Replace EUDEV with EUDEV-WITH-BLKID.
2016-02-02gnu: aspell: Wrap binary to find dictionaries.Federico Beffa
* gnu/packages/aspell.scm (aspell): Add 'wrap-aspell' phase. * gnu/system.scm (operating-system-etc-service): Remove 'ASPELL_CONF' definition. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2016-02-02gnu: vdirsyncer: Update to 0.8.1.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.8.1. [native-inputs]: Add python-hypothesis, python-pytest-subtesthack.
2016-02-02gnu: Add python-pytest-subtesthack.Leo Famulari
* gnu/packages/python.scm (python-pytest-subtesthack, python2-pytest-subtesthack): New variables.
2016-02-02gnu: Add python-hypothesis.Leo Famulari
* gnu/packages/python.scm (python-hypothesis, python2-hypothesis): New variables.
2016-02-02gnu: Add awscli.David Thompson
* gnu/packages/python.scm (awscli): New variable.
2016-02-02gnu: Add python-botocore.David Thompson
* gnu/packages/python.scm (python-botocore): New variable.
2016-02-02gnu: Add python-jmespath.David Thompson
* gnu/packages/python.scm (python-jmespath): New variable.
2016-02-02gnu: Add python-tox.David Thompson
* gnu/packages/python.scm (python-tox): New variable.
2016-02-02gnu: Add python-pluggy.David Thompson
* gnu/packages/python.scm (python-pluggy): New variable.
2016-02-02gnu: Add python-rsa.David Thompson
* gnu/packages/python.scm (python-rsa, python2-rsa): New variables.
2016-02-02gnu: Add python-colorama.David Thompson
* gnu/packages/python.scm (python-colorama, python2-colorama): New variables.
2016-02-02gnu: Update sortmerna to 2.1.Ben J. Woodcroft
* gnu/packages/bioinformatics.scm (sortmerna): Update to 2.1.
2016-02-02gnu: ntp: Update to 4.2.8p6.Leo Famulari
Fixes CVE-2015-{7973, 7974, 7975, 7976, 7977, 7978, 7979, 8138, 8158}. * gnu/packages/ntp.scm (ntp): Update to 4.2.8p6.
2016-02-02gnu: Add linux-libre-4.1.Mark H Weaver
* gnu/packages/linux-libre-4.1-i686.conf, gnu/packages/linux-libre-4.1-x86_64.conf: New files. * Makefile.am (KCONFIGS): Add them. * gnu/packages/linux.scm (linux-libre-4.1): New variable.
2016-02-02gnu: linux-libre: Generalize 'kernel-config' to support variants.Mark H Weaver
* gnu/packages/linux.scm (kernel-config): Rewrite to support optional #:variant keyword argument.
2016-02-01gnu: linux-libre: Update to 4.4.1.Mark H Weaver
* gnu/packages/patches/linux-libre-CVE-2016-0728.patch: Delete file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/linux.scm (linux-libre): Update to 4.4.1. [source]: Remove patch.
2016-02-01gnu: Update socat to 1.7.3.1.Leo Famulari
* gnu/packages/networking.scm (socat): Update to 1.7.3.1.
2016-02-01gnu: keepassx: Update to 2.0.1.Leo Famulari
* gnu/packages/password-utils.scm (keepassx): Update to 2.0.1.
2016-02-01gnu: ccache: Update to 3.2.4.Eric Bavier
* gnu/packages/ccache.scm (ccache): Update to 3.2.4.
2016-01-31gnu: Add pinball.Eric Bavier
* gnu/packages/games.scm (pinball): New variable. * gnu/packages/patches/pinball-const-fix.patch, gnu/packages/patches/pinball-cstddef.patch, gnu/packages/patches/pinball-missing-separators.patch, gnu/packages/patches/pinball-src-deps.patch, gnu/packages/patches/pinball-system-ltdl.patch: New patches. * gnu-system.am (dist_patch_DATA): Add them.
2016-02-01gnu: python-apsw: Update to 3.9.2-r1.Efraim Flashner
* gnu/packages/python.scm (python-apsw): Update to 3.9.2-r1. [source]: Change to pypi uri syntax.
2016-02-01gnu: wayland: Build documentation.Efraim Flashner
* gnu/packages/freedesktop.scm (wayland)[native-inputs]: Add graphviz.
2016-02-01gnu: python-pillow: Update to 3.1.0.Efraim Flashner
* gnu/packages/python.scm (python-pillow): Update to 3.1.0. [source]: Change to pypi uri syntax.
2016-01-31gnu: Add aseprite.David Thompson
* gnu/packages/game-development.scm (aseprite): New variable.
2016-01-31gnu: Add allegro-4.David Thompson
* gnu/packages/game-development.scm (allegro-4): New variable.
2016-01-31gnu: obs: Update to 0.13.0.David Thompson
* gnu/packages/video.scm (obs): Upgrade to 0.13.0.
2016-01-31gnu: perl-tk: Update to 804.033.Efraim Flashner
* gnu/packages/tcl.scm (perl-tk): Update to 804.033. [source]: Remove patch. * gnu/packages/patches/perl-tk-x11-discover.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove patch.
2016-01-31gnu: weechat: Update to 1.4.宋文武
* gnu/packages/weechat.scm (weechat): Update to 1.4.
2016-01-30gnu: pumpa: Update to 0.9.2.Efraim Flashner
* gnu/packages/pumpio.scm (pumpa): Update to 0.9.2. [source]: Add 'file-name' field.
2016-01-29gnu: elogind: Use 'shepherd' input.Alex Kost
* gnu/packages/freedesktop.scm (elogind)[inputs]: Replace 'dmd' with 'shepherd'.
2016-01-29gnu: emacs: Find packages in "~/.guix-profile".Federico Beffa
* gnu/packages/emacs.scm (emacs)[inputs]: Add 'guix-src' input. [arguments]: Add 'install-site-start' phase. Co-authored-by: Alex Kost <alezost@gmail.com>
2016-01-29gnu: guix: Update development snapshot to c3f29bc.Alex Kost
* gnu/packages/package-management.scm (guix-devel): Update to c3f29bc.
2016-01-29gnu: Add gtk-vnc.Rene Saavedra
* gnu/packages/gnome.scm (gtk-vnc): New variable. Co-authored-by: 宋文武 <iyzsong@gmail.com>
2016-01-28gnu: ffmpeg: Add hardware acceleration, opengl support.Efraim Flashner
* gnu/packages/video.scm (ffmpeg)[inputs]: Add libvdpau, libx11, mesa. [arguments]: Add configure-flags '--enable-opengl' '--enable-x11grab'.
2016-01-28gnu: icedtea-7: Update to 2.6.4.Leo Famulari
Fixes CVE-2015-{7575, 8126, 8472} and CVE-2016-{0402, 0448, 0466, 0483, 0494}. * gnu/packages/java.scm (icedtea-7): Update to 2.6.4.
2016-01-28gnu: icedtea-6: Update to 1.13.10.Leo Famulari
Fixes CVE-2015-{8126, 8472} and CVE-2016-{0402, 0448, 0466, 0483, 0494}. * gnu/packages/java.scm (icedtea-6): Update to 1.13.10.
2016-01-28Merge branch 'core-updates'Mark H Weaver
2016-01-28gnu: shepherd: Update to 0.3.Ludovic Courtès
* gnu/packages/admin.scm (shepherd): Update to 0.3.
2016-01-28gnu: icecat: Add fixes for CVE-2016-{1930,1935} and other bugs.Mark H Weaver
* gnu/packages/patches/icecat-CVE-2016-1930-pt01.patch, gnu/packages/patches/icecat-CVE-2016-1930-pt02.patch, gnu/packages/patches/icecat-CVE-2016-1930-pt03.patch, gnu/packages/patches/icecat-CVE-2016-1930-pt04.patch, gnu/packages/patches/icecat-CVE-2016-1930-pt05.patch, gnu/packages/patches/icecat-CVE-2016-1930-pt06.patch, gnu/packages/patches/icecat-CVE-2016-1930-pt07.patch, gnu/packages/patches/icecat-CVE-2016-1930-pt08.patch, gnu/packages/patches/icecat-CVE-2016-1930-pt09.patch, gnu/packages/patches/icecat-CVE-2016-1930-pt10.patch, gnu/packages/patches/icecat-CVE-2016-1930-pt11.patch, gnu/packages/patches/icecat-CVE-2016-1930-pt12.patch, gnu/packages/patches/icecat-CVE-2016-1930-pt13.patch, gnu/packages/patches/icecat-CVE-2016-1930-pt14.patch, gnu/packages/patches/icecat-CVE-2016-1930-pt15.patch, gnu/packages/patches/icecat-CVE-2016-1935.patch, gnu/packages/patches/icecat-bug-1146335-pt1.patch, gnu/packages/patches/icecat-bug-1146335-pt2.patch, gnu/packages/patches/icecat-limit-max-buffers-size-for-ANGLE.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/gnuzilla.scm (icecat)[source]: Add patches.
2016-01-27gnu: Add snapshot of the GNU Shepherd.Ludovic Courtès
* gnu/packages/admin.scm (shepherd): New variable.
2016-01-28gnu: Add ruby-http-cookie.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-http-cookie): New variable.
2016-01-28gnu: Add ruby-domain-name.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-domain-name): New variable.
2016-01-28gnu: Add ruby-unf.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-unf): New variable.
2016-01-28gnu: Add ruby-shoulda.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-shoulda): New variable.