~ruther/guix-local

b9fa245f — Mark H Weaver 10 years ago
gnu: icecat: Update to 38.4.0-gnu1.

* gnu/packages/patches/icecat-CVE-2015-4513-pt01.patch,
  gnu/packages/patches/icecat-CVE-2015-4513-pt02.patch,
  gnu/packages/patches/icecat-CVE-2015-4513-pt03.patch,
  gnu/packages/patches/icecat-CVE-2015-4513-pt04.patch,
  gnu/packages/patches/icecat-CVE-2015-4513-pt05.patch,
  gnu/packages/patches/icecat-CVE-2015-4513-pt06.patch,
  gnu/packages/patches/icecat-CVE-2015-4513-pt07.patch,
  gnu/packages/patches/icecat-CVE-2015-4513-pt08.patch,
  gnu/packages/patches/icecat-CVE-2015-4513-pt09.patch,
  gnu/packages/patches/icecat-CVE-2015-4513-pt10.patch,
  gnu/packages/patches/icecat-CVE-2015-4513-pt11.patch,
  gnu/packages/patches/icecat-CVE-2015-7188.patch,
  gnu/packages/patches/icecat-CVE-2015-7189.patch,
  gnu/packages/patches/icecat-CVE-2015-7193.patch,
  gnu/packages/patches/icecat-CVE-2015-7194.patch,
  gnu/packages/patches/icecat-CVE-2015-7196.patch,
  gnu/packages/patches/icecat-CVE-2015-7197.patch,
  gnu/packages/patches/icecat-CVE-2015-7198.patch,
  gnu/packages/patches/icecat-CVE-2015-7199.patch: Delete files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/gnuzilla.scm (icecat): Update to 38.4.0-gnu1.  Remove the
  obsolete patches.
2734cbb8 — Ludovic Courtès 10 years ago
store: 'build-things' now supports older daemon protocols.

This is a followup to d203d3d.

* guix/store.scm (build-things): Add 'build/old'.  Use it when STORE's
minor version is less than 15.
07e70f48 — Ludovic Courtès 10 years ago
store: Add mode parameter to 'build-paths'.

* guix/store.scm (%protocol-version): Set minor to 15.
(build-mode): New enumerate type.
(build-things): Add 'mode' parameter; pass it to the RPC.
* tests/store.scm ("build-things, check mode"): New check.
d203d3d4 — Ludovic Courtès 10 years ago
store: Update to the new daemon protocol.

* guix/store.scm (%protocol-version): Set minor to 14.
(open-connection): Add 'cpu-affinity' parameter and honor it.
df7393b9 — Ludovic Courtès 10 years ago
gnu: Add findnewest.

* gnu/packages/version-control.scm (findnewest): New variable.
dab8ebd9 — Federico Beffa 10 years ago
gnu: python2-seaborn: Use custom 'python2-' packages.

* gnu/packages/python.scm (python2-seaborn): Use customized 'python2-'
  versions of 'matplotlib', 'pandas' and 'scipy'.
d1e08856 — Efraim Flashner 10 years ago
gnu: openssh: Update to 7.1p1.

* gnu/packages/ssh.scm (openssh): Update to 7.1p1.
c181b870 — Alex Kost 10 years ago
gnu: paredit: Update to 24.

* gnu/packages/emacs.scm (paredit): Update to 24.
509a0c27 — Alex Kost 10 years ago
gnu: magit: Update to 2.3.1.

* gnu/packages/emacs.scm (magit): Update to 2.3.1.
fae2a30f — Alex Kost 10 years ago
gnu: emacs-dash: Update to 2.12.1.

* gnu/packages/emacs.scm (emacs-dash): Update to 2.12.1.
eccd0b57 — Alex Kost 10 years ago
gnu: emacs-pdf-tools: Update to 0.70.

* gnu/packages/emacs.scm (emacs-pdf-tools): Update to 0.70.
dfbddf81 — Efraim Flashner 10 years ago
gnu: libass: Update to 0.13.1.

* gnu/packages/video.scm (libass): Update to 0.13.1.
877a6466 — Efraim Flashner 10 years ago
gnu: xmlto: Update to 0.0.28.

* gnu/packages/xml.scm (xmlto): Update to 0.0.28.
f673552c — Efraim Flashner 10 years ago
gnu: vapoursynth: Update to 28.

* gnu/packages/video.scm (vapoursynth): Update to 28.
d9bc0bf8 — Federico Beffa 10 years ago
gnu: python2-scikit-image: Use custom 'python2-' packages.

* gnu/packages/python.scm (python2-scikit-image): Use customized 'python2-'
  versions of 'matplotlib', 'numpy' and 'scipy'.
3cbe7d5e — Federico Beffa 10 years ago
gnu: python2-pandas: Use custom 'python2-numpy'.

* gnu/packages/python.scm (python2-pandas): Do it.
5587253a — Federico Beffa 10 years ago
gnu: python2-ipython: Use custom 'python2-numpy'.

* gnu/packages/python.scm (python2-ipython): Do it.
084e41c1 — Mark H Weaver 10 years ago
gnu: ffmpeg: Update to 2.8.3 [fixes CVE-2015-{8216,8217,8218,8219}].

* gnu/packages/video.scm (ffmpeg): Update to 2.8.3.
7e006b68 — Efraim Flashner 10 years ago
gnu: freeipmpi: Update to 1.5.1.

* gnu/packages/freeipmi.scm (freeipmi): Update to 1.5.1.
708d9070 — Ludovic Courtès 10 years ago
daemon: Add 'buildMode' parameter to 'buildPaths' RPC.

* nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump to 0x10f.
* nix/libstore/remote-store.cc (RemoteStore::buildPaths): Send the
BUILDMODE when the daemon supports it.  Reject invalid values of
BUILDMODE for old daemons.
* nix/nix-daemon/nix-daemon.cc (performOp) <wopBuildPaths>: Read the
build mode when the client supports it.
Next