~ruther/guix-local

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.
00f037ca — Ricardo Wurmus 8 years ago
build-system/texlive: Update to texlive-2017.1, revision 44591.

* guix/build-system/texlive.scm (%texlive-tag): Change to texlive-2017.1.
(%texlive-revision): Change to 44591.
83474718 — Ricardo Wurmus 8 years ago
gnu: texlive-latex-l3packages: Update to revision 44591.

* gnu/packages/tex.scm (texlive-latex-l3packages): Update to revision 44591.
1f7d1010 — Ricardo Wurmus 8 years ago
gnu: texlive-latex-l3kernel: Update to revision 44591.

* gnu/packages/tex.scm (texlive-latex-l3kernel): Update to revision 44591.
e3c970fc — Ricardo Wurmus 8 years ago
gnu: texlive-latex-graphics: Update to revision 44591.

* gnu/packages/tex.scm (texlive-latex-graphics): Update to revision 44591.
fea8eef3 — Ricardo Wurmus 8 years ago
gnu: texlive-generic-ifxetex: Use %texlive-revision as version.

* gnu/packages/tex.scm (texlive-generic-ifxetex)[version]: Change to
%texlive-revision.
Next