~ruther/guix-local

e2de6bbd — Marius Bakke 8 years ago
gnu: xf86-video-intel: Update to 2.99.917-6-6babcf1.

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.
b3ebd241 — Rutger Helling 8 years ago
gnu: Add wine64.

* gnu/packages/wine.scm (wine64): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
3f56740d — Marius Bakke 8 years ago
gnu: nasm: Update to 2.13.01.

* gnu/packages/assembly.scm (nasm): Update to 2.13.01.
[arguments]: Adjust Makefile substitutions.
fe435b3a — Marius Bakke 8 years ago
gnu: gstreamer: Update to 1.12.1.

* 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.
4afd8137 — Marius Bakke 8 years ago
gnu: c-ares: Update to 1.13.0 [fixes CVE-2017-1000381].

* gnu/packages/adns.scm (c-ares): Update to 1.13.0.
148585c2 — Arun Isaac 8 years ago
gnu: Move contents of zip module into compression module.

* 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.
2e701cd3 — Mark H Weaver 8 years ago
gnu: linux-libre-arm-generic: Add mitigation for CVE-2017-1000364.

This is a followup to commit 91c623aae0f10992aa46957b9072679534e4cd28.

* gnu/packages/linux.scm (linux-libre-arm-generic): Add patch to mitigate
CVE-2017-1000364.
53321ad3 — Nicolas Goaziou 8 years ago
gnu: giac-xcas: Update to 1.2.3-51.

* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.3-51.
5f3d46ce — Danny Milosavljevic 8 years ago
gnu: rustc: Enable tests.

* 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.
16b0f205 — Mark H Weaver 8 years ago
gnu: guile@2.2: Increase max-silent-time to 10 hours.

* gnu/packages/guile.scm (guile-2.2)[properties]: Increase max-silent-time to
10 hours.
91c623aa — Mark H Weaver 8 years ago
gnu: linux-libre: Add mitigation for CVE-2017-1000364.

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.
53c2dc31 — Leo Famulari 8 years ago
gnu: exim: Update to 4.89.

* gnu/packages/mail.scm (exim): Update to 4.89.
4dd8d280 — Leo Famulari 8 years ago
gnu: exim: Fix CVE-2017-1000369.

* 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.
e037e9db — Ludovic Courtès 8 years ago
store: Buffer RPC writes.

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'.
ec450c36 — Nicolas Goaziou 8 years ago
gnu: wireshark: Update to 2.2.7.

* gnu/packages/networking.scm (wireshark): Update to 2.2.7.
030f3219 — Leo Famulari 8 years ago
gnu: httpd: Update to 2.4.26 [fixes CVE-2017-7659].

* gnu/packages/web.scm (httpd): Update to 2.5.26.
299b0525 — Efraim Flashner 8 years ago
gnu: glpk: Update to 4.62.

* gnu/packages/maths.scm (glpk): Update to 4.62.
fed1898d — Leo Famulari 8 years ago
gnu: certbot: Build with Python 3.

* gnu/packages/tls.scm (certbot): Use python-3 to build.
[native-inputs, propagated-inputs]: Use Python 3 variants of dependencies. Use
python-mock-2.
731b0c72 — Leo Famulari 8 years ago
gnu: Add python-mock-2.

* gnu/packages/python.scm (python-mock-2): New variable.
7e60206d — Efraim Flashner 8 years ago
gnu: enlightenment: Patch more hardcoded paths.

* gnu/packages/enlightenment.scm (enlightenment)[arguments]: Patch
hardcoded paths to mount, umount, eject, halt, reboot.
[native-inputs]: Add util-linux.
Next