summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
* gnu: linux-libre@4.9: Update to 4.9.33.Mark H Weaver2017-06-18
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.33.
* gnu: linux-libre@4.4: Update to 4.4.73.Mark H Weaver2017-06-18
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.73.
* gnu: gnurl: Update to 7.54.1.ng02017-06-17
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.54.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* import: pypi: Adjust URIs in tests.Ludovic Courtès2017-06-18
| | | | | | | | This is a followup to d1e7ca2df8c0e0dd601079c77f67ba6828cec08a. * tests/pypi.scm ("pypi->guix-package") ("pypi->guix-package, wheels"): Expect (pypi-uri "foo" version) for the 'uri' field.
* discovery: 'scheme-files' returns '() for a non-accessible directory.Ludovic Courtès2017-06-18
| | | | | | | | | | | | Fixes a regression introduced in d27cc3bfaafe6b5b0831e88afb1c46311d382a0b. Reported by Ricardo Wurmus <rekado@elephly.net>. * guix/discovery.scm (scheme-files): Catch 'scandir*' system errors. Return '() and optionally raise a warning upon 'system-error'. * tests/discovery.scm ("scheme-modules, non-existent directory"): New test.
* syscalls: 'opendir*' error message shows the file name.Ludovic Courtès2017-06-18
| | | | | * guix/build/syscalls.scm (opendir*): Add NAME to the 'system-error' message.
* doc: Suggest a QEMU image size large enough for the system examples.Leo Famulari2017-06-17
| | | | | * doc/guix.texi (Installing GuixSD in a Virtual Machine): Increase suggested image size from 5 GB to 50 GB.
* gnu: Add tmuxifier.Stefan Reichoer2017-06-17
| | | | | | * gnu/packages/tmux.scm (tmuxifier): New variable. Signed-off-by: Thomas Danckaert <post@thomasdanckaert.be>
* gnu: r-devtools: Update to 1.13.2.Roel Janssen2017-06-17
| | | | * gnu/packages/statistics.scm (r-devtools): Update to 1.13.2.
* gnu: Add python-apache-libcloud.Danny Milosavljevic2017-06-17
| | | | | * gnu/packages/python.scm (python-apache-libcloud, python2-apache-libcloud): New variables.
* gnu: font-adobe-source-code-pro: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | | * gnu/packages/fonts.scm (font-adobe-source-code-pro): Switch to font-build-system.