summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add dos2unix.Kei Kebreau2017-06-20
| | | | * gnu/packages/textutils.scm (dos2unix): New variable.
* gnu: Add nml.Kei Kebreau2017-06-20
| | | | * gnu/packages/game-development.scm (nml): New variable.
* gnu: wine64: Remove redundant description.Ludovic Courtès2017-06-20
| | | | * gnu/packages/wine.scm (wine64)[description]: Remove.
* gnu: Add nzbget.Rutger Helling2017-06-20
| | | | | | * gnu/packages/networking.scm (nzbget): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: tor: Add seccomp support.Rutger Helling2017-06-20
| | | | | | * gnu/packages/tor.scm (tor)[inputs]: Add libseccomp. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add unbound.Gregor Giesen2017-06-20
| | | | | | * gnu/packages/dns.scm (unbound): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xf86-video-intel: Update to 2.99.917-6-6babcf1.Marius Bakke2017-06-20
| | | | | | | | Consult this URL for changes since the last update (six commits): <https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/log/?qt=range&q=b57abe20e81f4b8e4dd203b6a9eda7ff441bc8ce..6babcf15dd605ef40de53f5c34f95b7fd195edbe> * gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-6-6babcf1.
* gnu: Add wine64.Rutger Helling2017-06-20
| | | | | | * gnu/packages/wine.scm (wine64): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: nasm: Update to 2.13.01.Marius Bakke2017-06-20
| | | | | * gnu/packages/assembly.scm (nasm): Update to 2.13.01. [arguments]: Adjust Makefile substitutions.
* gnu: gstreamer: Update to 1.12.1.Marius Bakke2017-06-20
| | | | | | * gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-libav, python-gst, python2-gst): Update to 1.12.1.
* gnu: c-ares: Update to 1.13.0 [fixes CVE-2017-1000381].Marius Bakke2017-06-20
| | | | * gnu/packages/adns.scm (c-ares): Update to 1.13.0.
* gnu: Move contents of zip module into compression module.Arun Isaac2017-06-20
| | | | | | | | | | | | | | | * gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to... * gnu/packages/compression.scm: ...here. * gnu/packages/zip.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file. * po/packages/POTFILES.in: Unregister deleted file. * gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression, docbook, documentation, fonts, fpga, game-development, games, gl, gnome, gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice, markup, maths, mc, monitoring, music, php, pretty-print, python, scheme, smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml, zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm: Adapt module import.
* gnu: linux-libre-arm-generic: Add mitigation for CVE-2017-1000364.Mark H Weaver2017-06-20
| | | | | | | This is a followup to commit 91c623aae0f10992aa46957b9072679534e4cd28. * gnu/packages/linux.scm (linux-libre-arm-generic): Add patch to mitigate CVE-2017-1000364.
* gnu: giac-xcas: Update to 1.2.3-51.Nicolas Goaziou2017-06-20
| | | | * gnu/packages/algebra.scm (giac-xcas): Update to 1.2.3-51.
* gnu: rustc: Enable tests.Danny Milosavljevic2017-06-20
| | | | | | | * gnu/packages/rust.scm (rustc)[source]: Remove bundled llvm. [native-inputs]: Add bison, flex, procps. [inputs]: Update llvm to llvm-3.9.1. [arguments]: Patch and enable tests.
* gnu: guile@2.2: Increase max-silent-time to 10 hours.Mark H Weaver2017-06-20
| | | | | * gnu/packages/guile.scm (guile-2.2)[properties]: Increase max-silent-time to 10 hours.
* gnu: linux-libre: Add mitigation for CVE-2017-1000364.Mark H Weaver2017-06-19
| | | | | | | | This increases the stack guard gap size from one page to 1 MiB in linux-libre-4.11, 4.9, and 4.4, to mitigate CVE-2017-1000364 (Stack Clash). * gnu/packages/linux.scm (linux-libre, linux-libre-4.9, linux-libre-4.4): Add patch.
* gnu: exim: Update to 4.89.Leo Famulari2017-06-19
| | | | * gnu/packages/mail.scm (exim): Update to 4.89.
* gnu: exim: Fix CVE-2017-1000369.Leo Famulari2017-06-19
| | | | | | * gnu/packages/patches/exim-CVE-2017-1000369.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mail.scm (exim)[source]: Use it.
* store: Buffer RPC writes.Ludovic Courtès2017-06-19
| | | | | | | | | | | | | | | For a command like: guix build python2-numpy -n this reduces the number of 'write' syscalls from 9.5K to 2.0K. * guix/store.scm (<nix-server>)[buffer, flush]: New fields. (open-connection): Adjust accordingly. Call 'buffering-output-port' to compute the two new fields. (write-buffered-output, buffering-output-port): New procedures. (operation): Write to (nix-server-output-port server). Call 'write-buffered-output'.
* gnu: wireshark: Update to 2.2.7.Nicolas Goaziou2017-06-19
| | | | * gnu/packages/networking.scm (wireshark): Update to 2.2.7.
* gnu: httpd: Update to 2.4.26 [fixes CVE-2017-7659].Leo Famulari2017-06-19
| | | | * gnu/packages/web.scm (httpd): Update to 2.5.26.
* gnu: glpk: Update to 4.62.Efraim Flashner2017-06-19
| | | | * gnu/packages/maths.scm (glpk): Update to 4.62.
* gnu: certbot: Build with Python 3.Leo Famulari2017-06-19
| | | | | | * gnu/packages/tls.scm (certbot): Use python-3 to build. [native-inputs, propagated-inputs]: Use Python 3 variants of dependencies. Use python-mock-2.
* gnu: Add python-mock-2.Leo Famulari2017-06-19
| | | | * gnu/packages/python.scm (python-mock-2): New variable.
* gnu: enlightenment: Patch more hardcoded paths.Efraim Flashner2017-06-19
| | | | | | * gnu/packages/enlightenment.scm (enlightenment)[arguments]: Patch hardcoded paths to mount, umount, eject, halt, reboot. [native-inputs]: Add util-linux.
* build-system/texlive: Update to texlive-2017.1, revision 44591.Ricardo Wurmus2017-06-19
| | | | | * guix/build-system/texlive.scm (%texlive-tag): Change to texlive-2017.1. (%texlive-revision): Change to 44591.
* gnu: texlive-latex-l3packages: Update to revision 44591.Ricardo Wurmus2017-06-19
| | | | * gnu/packages/tex.scm (texlive-latex-l3packages): Update to revision 44591.
* gnu: texlive-latex-l3kernel: Update to revision 44591.Ricardo Wurmus2017-06-19
| | | | * gnu/packages/tex.scm (texlive-latex-l3kernel): Update to revision 44591.
* gnu: texlive-latex-graphics: Update to revision 44591.Ricardo Wurmus2017-06-19
| | | | * gnu/packages/tex.scm (texlive-latex-graphics): Update to revision 44591.
* gnu: texlive-generic-ifxetex: Use %texlive-revision as version.Ricardo Wurmus2017-06-19
| | | | | * gnu/packages/tex.scm (texlive-generic-ifxetex)[version]: Change to %texlive-revision.
* gnu: texlive-tex-plain: Update to revision 44591.Ricardo Wurmus2017-06-19
| | | | * gnu/packages/tex.scm (texlive-tex-plain): Update to revision 44591.
* gnu: texlive-dvips: Update to revision 44591.Ricardo Wurmus2017-06-19
| | | | * gnu/packages/tex.scm (texlive-dvips): Update to revision 44591.
* gnu: gnome-planner: Fix building on aarch64.Efraim Flashner2017-06-19
| | | | | * gnu/packages/gnome.scm (gnome-planner)[arguments]: Add configure-flag to set build-target when building on aarch64.
* gnu: python-efl: Update to 1.19.0.Efraim Flashner2017-06-19
| | | | * gnu/packages/enlightenment.scm (python-efl): Update to 1.19.0.
* gnu: edi: Update to 0.5.0.Efraim Flashner2017-06-19
| | | | | * gnu/packages/enlightenment.scm (edi): Update to 0.5.0. [arguments]: Set home directory.
* gnu: efl: Update to 1.19.1.Efraim Flashner2017-06-19
| | | | | | | | * gnu/packages/enlightenment.scm (efl): Update to 1.19.1. [arguments]: Add flag to disable systemd support. [phases]: Add phase to set home directory. (terminology, rage)[arguments]: Set home directory before building. * gnu/packages/connman.scm (econnman)[arguments]: Same.
* gnu: enlightenment: Update to 0.21.8.Efraim Flashner2017-06-19
| | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.8.
* gnu: libbluray: Update to 1.0.1.Marius Bakke2017-06-18
| | | | | * gnu/packages/video.scm (libbluray): Update to 1.0.1. [arguments]<#:configure-flags>: Adjust deprecated flag.
* gnu: pcsc-lite: Update to 1.8.22.Marius Bakke2017-06-18
| | | | * gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.22.
* gnu: miniupnpc: Update to 2.0.20170509.Marius Bakke2017-06-18
| | | | | | | * gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20170509. [source]: Remove obsolete patch. * gnu/packages/patches/miniupnpc-CVE-2017-8798.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: bitcoin-core: Update to 0.14.2.Marius Bakke2017-06-18
| | | | * gnu/packages/finance.scm (bitcoin-core): Update to 0.14.2.
* gnu: subversion: Don't create 'perllocal.pod'.Marius Bakke2017-06-18
| | | | | * gnu/packages/version-control.scm (subversion)[arguments]: Add "NO_PERLLOCAL=1" to Makefile.PL arguments in "install-perl-bindings" phase.
* gnu: git: Prevent creating 'perllocal.pod'.Marius Bakke2017-06-18
| | | | | * gnu/packages/version-control.scm (git)[arguments]<#:phases>: Rename 'patch-makefile-shebangs' to 'patch-makefiles'. Add substitution.
* gnu: fish-guix: Update home page.Ricardo Wurmus2017-06-18
| | | | * gnu/packages/shells.scm (fish-guix)[home-page]: Update it.
* gnu: propeller-gcc-4: Add cross environment variables patch.Ricardo Wurmus2017-06-18
| | | | | * gnu/packages/embedded.scm (propeller-gcc-4)[source]: Add gcc-cross-environment-variables.patch.
* gnu: Add python-smmap2.Danny Milosavljevic2017-06-18
| | | | * gnu/packages/python.scm (python-smmap2, python2-smmap2): New variables.
* gnu: Add fping.Stefan Reichör2017-06-18
| | | | * gnu/packages/networking.scm (fping): New variable.
* gnu: expat: Replace with 2.2.1 [fixes CVE-2017-9233, CVE-2016-9063].Mark H Weaver2017-06-18
| | | | | * gnu/packages/xml.scm (expat)[replacement]: New field. (expat-2.2.1): New variable.
* gnu: linux-libre: Update to 4.11.6.Mark H Weaver2017-06-18
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.6. (%linux-libre-hash): Update hash.