summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2017-04-20gnu: icu4c: Fix CVE-2017-{7867,7868}.Leo Famulari
* gnu/packages/patches/icu4c-CVE-2017-7867-CVE-2017-7868.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/icu4c.scm (icu4c/fixed)[source]: Use it.
2017-04-20gnu: python-nbxmpp: Update to 0.5.5.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.5.5. [source]: Use PYPI-URI. [home-page]: Use HTTPS. [description]: Fix up.
2017-04-20gnu: moreutils: Update to 0.60.Efraim Flashner
* gnu/packages/moreutils.scm (moreutils): Update to 0.60.
2017-04-20gnu: ffmpeg: Update to 3.3.Efraim Flashner
* gnu/packages/video.scm (ffmpeg): Update to 3.3. [arguments]: Remove 'enable-x11grab' from #:configure-flags.
2017-04-19gnu: icecat: Label patches that have since been assigned CVEs.Mark H Weaver
Label patches that address the following CVEs: CVE-2017-5429, CVE-2017-5432, CVE-2017-5433, CVE-2017-5434, CVE-2017-5435, CVE-2017-5436, CVE-2017-5438, CVE-2017-5439, CVE-2017-5440, CVE-2017-5441, CVE-2017-5442, CVE-2017-5443, CVE-2017-5444, CVE-2017-5445, CVE-2017-5446, CVE-2017-5447, CVE-2017-5448, CVE-2017-5459, CVE-2017-5460, CVE-2017-5464, CVE-2017-5465, and CVE-2017-5469. * gnu/packages/gnuzilla.scm (icecat)[source][patches]: Add comments indicating CVE assignments.
2017-04-19gnu: Delete unused patches.Leo Famulari
* gnu/packages/patches/icu4c-CVE-2014-6585.patch, gnu/packages/patches/icu4c-CVE-2015-1270.patch, gnu/packages/patches/icu4c-CVE-2015-4760.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
2017-04-19gnu: curl: Replace with curl@7.54.0 [fixes CVE-2017-7468]Leo Famulari
* gnu/packages/curl.scm (curl)[replacement]: New field. (curl-7.54.0): New variable.
2017-04-19gnu: guile: Update to 2.2.1.Ludovic Courtès
* gnu/packages/guile.scm (guile-2.2): Update to 2.2.1.
2017-04-19gnu: Add workaround for `date` regression in coreutils@8.26.Marius Bakke
See <https://bugs.gnu.org/23035> and <https://bugs.gnu.org/26238>. * gnu/packages/base.scm (coreutils-8.27): New variable. * gnu/system.scm (%base-packages): Use that instead of COREUTILS.
2017-04-19gnu: emacs-exwm: Let shell wrapper work with arguments.Feng Shu
* gnu/packages/emacs.scm (emacs-exwm): Pass shell wrapper arguments to emacs. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-19gnu: Add balsa.rennes
* gnu/packages/mail.scm (balsa): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-18gnu: linux-libre: Update to 4.10.11.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.11. (%linux-libre-hash): Update hash.
2017-04-18gnu: linux-libre@4.9: Update to 4.9.23.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.23.
2017-04-18gnu: linux-libre@4.4: Update to 4.4.62.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.62.
2017-04-18gnu: baobab: Update to 3.24.0.Kei Kebreau
* gnu/packages/gnome.scm (baobab): Update to 3.24.0.
2017-04-18gnu: adwaita-icon-theme: Update to 3.24.0.Kei Kebreau
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.24.0.
2017-04-18gnu: gnome-terminal: Update to 3.24.1.Kei Kebreau
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.24.1.
2017-04-18gnu: guix: Update development snapshot.Ludovic Courtès
* gnu/packages/package-management.scm (guix-devel): Update to d72b420.
2017-04-18gnu: libressl: Do not use 'getentropy'.Ludovic Courtès
* gnu/packages/tls.scm (libressl)[arguments]: New field.
2017-04-18gnu: Add adb.Julien Lepiller
* gnu/packages/android.scm: New file. * gnu/packages/patches/libbase-fix-includes.patch: New file. * gnu/packages/patches/libbase-use-own-logging.patch: New file. * gnu/local.mk (GNU_SYSTEM_MODULES, dist_patch_DATA): Add them. Co-Authored-By: Marius Bakke <mbakke@fastmail.com>
2017-04-18gnu: vte: Update to 0.48.2.Kei Kebreau
* gnu/packages/gnome.scm (vte): Update to 0.48.2.
2017-04-18gnu: fabric: Enable tests.Ben Sturmfels
* gnu/packages/patches/fabric-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/admin.scm (fabric)[source]: Use it. [native-inputs]: Add PYTHON2-FUDGE, PYTHON2-JINJA2 and PYTHON2-NOSE. [arguments]<#:tests>: Remove. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-18gnu: Add python-fudge.Ben Sturmfels
* gnu/packages/python.scm (python-fudge): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-18gnu: multipath-tools: Update to 0.7.1.Marius Bakke
* gnu/packages/linux.scm (multipath-tools): Update to 0.7.1. [native-inputs]: Add PERL and PKG-CONFIG. [inputs]: Add JSON-C. [arguments]: Add two more substitutions in 'patch-source' phase.
2017-04-18gnu: multipath-tools: Don't install to /usr sub-folders.Marius Bakke
* gnu/packages/linux.scm (multipath-tools)<#:make-flags>: Add SYSTEMDPATH entry. <#:phases>: Add new 'patch-source' phase.
2017-04-18gnu: Add emacs-exwm.Feng Shu
* gnu/packages/emacs.scm (emacs-exwm): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-18gnu: Add emacs-xelb.Feng Shu
* gnu/packages/emacs.scm (emacs-xelb): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-17gnu: mate-themes: Update to 3.22.10.Kei Kebreau
* gnu/packages/mate.scm (mate-themes): Update to 3.22.10.
2017-04-18gnu: you-get: Update to 0.4.715.Feng Shu
* gnu/packages/video.scm (you-get): Update to 0.4.715. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-18Revert "gnu: nss, nss-certs: Update to 3.30.1."Marius Bakke
This version fails to build on some architectures: https://lists.gnu.org/archive/html/guix-devel/2017-04/msg00365.html https://bugzilla.mozilla.org/show_bug.cgi?id=1351459 This reverts commit 96e98d51a7057b443a1c1b32046f8be6a1987a2f.
2017-04-18Revert "gnu: nss: Increase test timeouts."Marius Bakke
This turned out to be a red herring: https://lists.gnu.org/archive/html/guix-devel/2017-04/msg00365.html This reverts commit a790f262074c94f6b7acb118fb22981d71f1722f.
2017-04-17gnu: Use netfilter mirror where applicable.Marius Bakke
* gnu/packages/linux.scm (iptables, libmnl, libnftnl)[source]: Use mirror://netfilter.org.
2017-04-17gnu: sshfs-fuse: Update to 2.9.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (sshfs-fuse): Update to 2.9. [home-page]: Point to new home page.
2017-04-17gnu: Add ponymix.Stefan Reichoer
* gnu/packages/pulseaudio.scm (ponymix): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-04-17gnu: vis: Update to 0.3.José Miguel Sánchez García
* gnu/packages/text-editors.scm (vis): Update to 0.3. [arguments]: Remove #:make-flags. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-04-17gnu: capnproto: Update to 0.5.3.1 [security fixes].Leo Famulari
See this document for more information about the security issues fixed in this release: <https://github.com/sandstorm-io/capnproto/blob/master/security-advisories/2017-04-17-0-apple-clang-elides-bounds-check.md> * gnu/packages/serialization.scm (capnproto): Update to 0.5.3.1.
2017-04-17gnu: Add youtube-dl-gui.Chris Marusich
* gnu/packages/video.scm (youtube-dl-gui): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-04-17gnu: icecat: Use system ICU.Clément Lassieur
* gnu/packages/gnuzilla.scm (icecat)[arguments] <#:configure-flags>: Remove comment for "--with-system-icu".
2017-04-17gnu: icu4c: Fix crashes in programs using system ICU.Clément Lassieur
Fixes <http://bugs.gnu.org/26462>. * gnu/packages/patches/icu4c-reset-keyword-list-iterator.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/icu4c.scm (icu4c)[replacement]: New field. (icu4c/fixed): New variable.
2017-04-17gnu: go: Update to 1.8.1.Petter
* gnu/packages/golang.scm (go-1.7): Replace with ... (go-1.8): New variable. [arguments]: Update substitutions in 'prebuild' phase. (go): Update to go-1.8.
2017-04-17gnu: iptables: Update to 1.6.1.Leo Famulari
* gnu/packages/linux.scm (iptables): Update to 1.6.1. [source], [home-page]: Use HTTPS URLs. [inputs]: Add libmnl and libnftnl. [native-inputs]: Add bison, flex, and pkg-config.
2017-04-17gnu: Add libnftnl.Leo Famulari
* gnu/packages/linux.scm (libnftnl): New variable.
2017-04-17gnu: Add libmnl.Leo Famulari
* gnu/packages/linux.scm (libmnl): New variable.
2017-04-17gnu: v4l-utils: Update to 1.12.3.Tobias Geerinckx-Rice
* gnu/packages/video.scm (v4l-utils): Update to 1.12.3. [native-inputs]: Add perl.
2017-04-17gnu: video: Always use HTTPS on videolan.org.Tobias Geerinckx-Rice
* gnu/packages/video.scm (libdca, libdvdread, libdvdnav, libdvdnav-4) (libdvdcss)[source]: Use HTTPS. (libdca, libdvdcss, libbdplus, libaacs)[home-page]: Likewise.
2017-04-17gnu: freedink-data: Update to 1.08.20170401.Kei Kebreau
* gnu/packages/games.scm (freedink-data): Update to 1.08.20170401.
2017-04-17gnu: node: Actually set timeout to 1 h.Danny Milosavljevic
* gnu/packages/node.scm (node)[properties]: Actually set timeout to 1 h.
2017-04-17retroarch: Update to 1.5.0.宋文武
* gnu/packages/games.scm (retroarch): Update to 1.5.0.
2017-04-17gnu: node: Update to 7.8.0.Jelle Licht
* gnu/packages/node.scm (node): Update to 7.8.0. [properties]: Add timeout of 1 h.
2017-04-17gnu: yadifa: Update to 2.2.4.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (yadifa): Update to 2.2.4.