summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2015-08-07gnu: icecat: Add fix for CVE-2015-4495.Mark H Weaver
* gnu/packages/patches/icecat-CVE-2015-4495.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/gnuzilla.scm (icecat)[source]: Add patch. Move the 'patches' field above the snippet.
2015-08-06gnu: python-2: Update to 2.7.10.Eric Dvorsak
* gnu/packages/patches/python2-sqlite-3.8.4-test-fix.patch, gnu/packages/patches/python-libffi-mips-n32-fix.patch: Remove files. * gnu-system.am (dist_patch_DATA): Remove them. * gnu/packages/python.scm (python-2): Update to 2.7.10. Remove patches. Update comment showing test failures.
2015-08-05gnu: vamp: Update to new upstream source (without version number bump).Mark H Weaver
Upstream changed the tarball contents without changing the version number. * gnu/packages/audio.scm (vamp)[source]: Update source URI and hash.
2015-08-04gnu: Add pidgin-otr.Mark H Weaver
* gnu/packages/messaging.scm (pidgin-otr): New variable.
2015-08-04gnu: Add pidgin.Mark H Weaver
* gnu/packages/patches/pidgin-add-search-path.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/messaging.scm (pidgin): New variable.
2015-08-04gnu: libotr: Modify description to not rely on preservation of formatting.Mark H Weaver
* gnu/packages/messaging.scm (libotr)[description]: Modify formatting.
2015-08-04gnu: Remove linux-libre-4.0.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.0): Remove.
2015-08-04system: Default to newest linux-libre.Mark H Weaver
* gnu/system.scm (<operating-system>)[kernel]: Change default to LINUX-LIBRE.
2015-08-04gnu: linux-libre: Update to 4.1.4.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.1.4.
2015-08-03gnu: node: Update to 0.12.7.David Thompson
* gnu/packages/node.scm (node): Update to 0.12.7.
2015-08-03gnu: icu4c: Add fix for CVE-2015-4760.Mark H Weaver
* gnu/packages/patches/icu4c-CVE-2015-4760.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/icu4c.scm (icu4c)[source]: Add patch.
2015-08-01gnu: Move python2-ansible to (gnu packages admin).Eric Dvorsak
* gnu/packages/python.scm (python2-ansible): Move to ... * gnu/packages/admin.scm (ansible): ... here.
2015-08-01gnu: ratpoison: Fix ratpoison.desktop URI.Mark H Weaver
* gnu/packages/ratpoison.scm (ratpoison.desktop): Change URI to use https.
2015-08-01gnu: texlive: Update to 2015.Andreas Enge
* gnu/packages/texlive.scm (texlive-extra-src, texlive-texmf-src, texlive-bin, texlive-texmf, texlive): Update to 2015. (texlive-bin): Add inputs gmp and mpfr. Add configure flags to use system gmp and mpfr. (texlive-texmf)[arguments]: Add tlpkg directory to PERL5LIB path during the 'texmf-config phase.
2015-08-01gnu: Add emacs-ob-ipython.Federico Beffa
* gnu/packages/emacs.scm (emacs-ob-ipython): New variable.
2015-08-01gnu: python-ipython: Update to 3.2.1.Federico Beffa
* gnu/packages/python.scm (python-ipython, python2-ipython): Update to 3.2.1. Add optional dependencies required for notebooks. (python-ipython): Fix and enable tests (1 still failing).
2015-08-01gnu: Add python-terminado.Federico Beffa
* gnu/packages/python.scm (python-terminado, python2-terminado): New variables.
2015-08-01gnu: Add python-ptyprocess.Federico Beffa
* gnu/packages/python.scm (python-ptyprocess, python2-ptyprocess): New variables.
2015-08-01gnu: Add python-mistune.Federico Beffa
* gnu/packages/python.scm (python-mistune, python2-mistune): New variables.
2015-08-01gnu: Add emacs-f.Federico Beffa
* gnu/packages/emacs.scm (emacs-f): New variable.
2015-08-01gnu: Add emacs-s.Federico Beffa
* gnu/packages/emacs.scm (emacs-s): New variable.
2015-08-01gnu: Add emacs-dash.Federico Beffa
* gnu/packages/emacs.scm (emacs-dash): New variable.
2015-08-01gnu: Add fasthenry.Federico Beffa
* gnu/packages/engineering.scm (fasthenry): New variable. * gnu/packages/patches/fasthenry-spAllocate.patch, gnu/packages/patches/fasthenry-spBuild.patch, gnu/packages/patches/fasthenry-spFactor.patch, gnu/packages/patches/fasthenry-spSolve.patch, gnu/packages/patches/fasthenry-spUtils.patch: New files. * gnu-system.am (dist_patch_DATA): Add them.
2015-08-01gnu: Add fastcap.Federico Beffa
* gnu/packages/engineering.scm (fastcap): New variable. (broken-tarball-fetch): New function. Suggested by Ludovic Courtès <ludo@gnu.org>. * gnu/packages/patches/fastcap-mulGlobal.patch, gnu/packages/patches/fastcap-mulSetup.patch: New files. * gnu-system.am (dist_patch_DATA): Add them.
2015-07-31gnu: cross-base: Disable libcilkrts in cross-gcc.Manolis Ragkousis
* gnu/packages/cross-base.scm (cross-gcc-arguments): Add "--disable-libcilkrts".
2015-07-31gnu: Add graphios.David Thompson
* gnu/packages/admin.scm (graphios): New variable.
2015-07-31gnu: Add python2-ansible.Eric Dvorsak
* gnu/packages/python.scm (python2-ansible): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
2015-07-31gnu: Add python-passlib.Eric Dvorsak
* gnu/packages/python.scm (python-passlib, python2-passlib): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
2015-07-31gnu: Add python-py-bcrypt.Eric Dvorsak
* gnu/packages/python.scm (python-py-bcrypt, python2-py-bcrypt): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
2015-07-31gnu: Add python-paramiko.Eric Dvorsak
* gnu/packages/python.scm (python-paramiko, python2-paramiko): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
2015-07-31gnu: Add python-httplib2.Eric Dvorsak
* gnu/packages/python.scm (python-httplib2, python-httplib2): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
2015-07-31gnu: Add python-ecdsa.Eric Dvorsak
* gnu/packages/python.scm (python-ecdsa, python2-ecdsa): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
2015-07-31gnu: Add python-ccm.Eric Dvorsak
* gnu/packages/python.scm (python-ccm, python2-ccm): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
2015-07-31gnu: Add python2-pycrypto.Eric Dvorsak
* gnu/packages/python.scm (python2-pycrypto): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
2015-07-30gnu: expat: Add fix for CVE-2015-1283.Mark H Weaver
* gnu/packages/patches/expat-CVE-2015-1283.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xml.scm (expat)[source]: Add patch.
2015-07-29gnu: Add Klick.Ricardo Wurmus
* gnu/packages/music.scm (klick): New variable.
2015-07-27gnu: qemu: Add fixes for CVE-2015-5154 and CVE-2015-5158.Mark H Weaver
* gnu/packages/patches/qemu-CVE-2015-5154-pt1.patch, gnu/packages/patches/qemu-CVE-2015-5154-pt2.patch, gnu/packages/patches/qemu-CVE-2015-5154-pt3.patch, gnu/packages/patches/qemu-CVE-2015-5158.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/qemu.scm (qemu-headless)[source]: Add patches.
2015-07-28gnu: Move markdown to (gnu packages markdown).Mathieu Lirzin
* gnu/packages/textutils.scm (markdown): Move to ... * gnu/packages/markdown.scm (markdown): ... here.
2015-07-27gnu: liblxqt: Fix build with Qt 5.5.Andreas Enge
* gnu/packages/patches/liblxqt-include.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. * gnu/packages/lxqt.scm (liblxqt)[source]: Use patch.
2015-07-27gnu: libqtxdg: Update to 1.2.0.Andreas Enge
* gnu/packages/lxqt.scm (libqtxdg)[source]: Update to 1.2.0. [arguments]: Enable test builds.
2015-07-27gnu: Add newt.Mark H Weaver
* gnu/packages/slang.scm (newt): New variable.
2015-07-27gnu: Add ethtool.Mark H Weaver
* gnu/packages/networking.scm (ethtool): New variable.
2015-07-27gnu: Add libndp.Mark H Weaver
* gnu/packages/networking.scm (libndp): New variable.
2015-07-27gnu: Add GVFS.宋文武
* gnu/packages/gnome.scm (gvfs): New variable.
2015-07-27gnu: libmtp: Propagate inputs.宋文武
* gnu/packages/libusb.scm (libmtp): Propagate inputs libgcrypt and libusb.
2015-07-27gnu: ghostscript: Add fix for CVE-2015-3228.Mark H Weaver
* gnu/packages/patches/ghostscript-CVE-2015-3228.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/ghostscript.scm (ghostscript)[source]: Add patch.
2015-07-27gnu: icedtea7: Update to 2.6.1.Ricardo Wurmus
* gnu/packages/java.scm (icedtea7): Update to 2.6.1.
2015-07-27gnu: qt: Update to 5.5.0.Andreas Enge
* gnu/packages/qt.scm (qt): Update to 5.5.0. Update download location. Drop patch and snippet. [arguments]: Add configure flag to drop qtwebengine module bundling chromium. [native-inputs]: Drop ninja, needed only for qtwebengine. [inputs]: Add harfbuzz to avoid use of bundled copy. (qt-4)[inputs]: Remove inherited harfbuzz again. * gnu/packages/patches/qt5-conflicting-typedefs.patch: Delete file. * gnu-system.am (dist_patch_DATA): Unregister patch. * gnu/packages/patches/qt5-runpath.patch: Adapt patch.
2015-07-26gnu: Add pelican.Christopher Allan Webber
* gnu/packages/python.scm (pelican): New variable.
2015-07-26gnu: Add python-blinker.Christopher Allan Webber
* gnu/packages/python.scm (python-blinker, python2-blinker): New variables.