~ruther/guix-local

4df3dc41 — Marius Bakke 9 years ago
gnu: zathura-cb: Update to 0.1.6.

* gnu/packages/pdf.scm (zathura-cb): Update to 0.1.6.
623feb45 — Marius Bakke 9 years ago
gnu: zathura: Update to 0.3.7.

* gnu/packages/pdf.scm (zathura): Update to 0.3.7.
24bbd9e1 — Marius Bakke 9 years ago
gnu: girara: Update to 0.2.7.

* gnu/packages/gtk.scm (girara): Update to 0.2.7.
017ecf72 — Marius Bakke 9 years ago
gnu: vim: Update to 8.0.0194.

* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0194.
2a72d18c — Marius Bakke 9 years ago
gnu: ccid: Update to 1.4.26.

* gnu/packages/security-token.scm (ccid): Update to 1.4.26.
8f8921eb — Marius Bakke 9 years ago
gnu: dnscrypt-proxy: Update to 1.9.2.

* gnu/packages/dns.scm (dnscrypt-proxy): Update to 1.9.2.
a5ff4d65 — Mark H Weaver 9 years ago
Merge branch 'gnome-updates'
8afabb2e — Leo Famulari 9 years ago
gnu: cups-filters: Fix CVE-2016-{10132,10133} in statically linked mupdf.

The vulnerabilities are in the MuJS that is bundled with MuPDF.

* gnu/packages/cups.scm (cups-filters)[replacement]: New field.
(mupdf/fixed-instead-of-mupdf), (cups-filters/fixed): New variables.
af8c7e10 — Marius Bakke 9 years ago
gnu: mupdf: Fix CVE-2016-{10132,10133} in bundled mujs.

* gnu/packages/patches/mupdf-mujs-CVE-2016-10132.patch,
gnu/packages/patches/mupdf-mujs-CVE-2016-10133.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/pdf.scm (mupdf)[replacement]: New field.
(mupdf/fixed): New variable.

Co-authored-by: Leo Famulari <leo@famulari.name>
6da5bb7b — Ludovic Courtès 9 years ago
guix build: Add '--repair'.

* guix/scripts/build.scm (show-help, %options): Add '--repair'.
* doc/guix.texi (Invoking guix gc): Mention 'guix build --repair'.
(Additional Build Options): Document it.
abdc5f34 — Ludovic Courtès 9 years ago
gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to d9da3a7.
75776803 — Mark H Weaver 9 years ago
gnu: icecat: Add more fixes from upstream mozilla-esr45.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected patches from
the upstream mozilla-esr45 repository.
d502db84 — Marius Bakke 9 years ago
gnu: fio: Update to 2.16.

* gnu/packages/benchmark.scm (fio): Update to 2.16.
139c8f94 — José Miguel Sánchez García 9 years ago
gnu: lua-lpeg: Update to 1.0.1.

* gnu/packages/lua.scm (lua-lpeg): Update to 1.0.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
19546990 — nikita 9 years ago
gnu: Add obconf.

* gnu/packages/openbox.scm (obconf): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
49586905 — Ricardo Wurmus 9 years ago
gnu: epiphany: Update to 3.22.4.

* gnu/packages/gnome.scm (epiphany): Update to 3.22.4.
d9da3a75 — Ludovic Courtès 9 years ago
guix build: Do not force 'build-cores', 'max-build-jobs', and 'max-silent-time'.

This lets the daemon use its own default settings unless otherwise
specified.

* guix/scripts/build.scm (set-build-options-from-command-line): Do not
provide default values for #:build-cores and #:max-build-jobs.
(%default-options): Remove 'max-silent-time'.
deac976d — Ludovic Courtès 9 years ago
daemon: Client settings no longer override daemon settings.

Fixes <http://bugs.gnu.org/20217>.

* nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump to 0x161.
* nix/nix-daemon/nix-daemon.cc (performOp): "build-max-jobs",
"build-max-silent-time", and "build-cores" are no longer read upfront;
instead, read them from the key/value list at the end.
* nix/nix-daemon/guix-daemon.cc (main): Explicitly set
'settings.maxBuildJobs'.
* guix/store.scm (%protocol-version): Bump to #x161.
(set-build-options): #:max-build-jobs, #:max-silent-time, and
 #:build-cores now default to #f.  Adjust handshake to new protocol.
* tests/store.scm ("build-cores"): New test.
* tests/guix-daemon.sh: Add test for default "build-cores" value.
09cadc8e — Tobias Geerinckx-Rice 9 years ago
gnu: weechat: Update to 1.7.

* gnu/packages/irc.scm (weechat): Update to 1.7.
3e129a77 — Tobias Geerinckx-Rice 9 years ago
gnu: wcslib: Update to 5.16.

* gnu/packages/astronomy.scm (wcslib): Update to 5.16.
Next