~ruther/guix-local

b8f59cdc — Ludovic Courtès 8 years ago
list-runtime-roots: Do not use 'lsof'.

This makes things a bit faster (0.8s instead of 1.4s on my laptop).

* nix/scripts/list-runtime-roots.in (lsof-roots): Remove.
(proc-fd-roots): Return the empty list when 'scandir' returns #f.
(referenced-files): New procedure.
Use it at the top level.
6a98b9f3 — Ludovic Courtès 8 years ago
doc: Better explain GC roots.

Fixes <https://bugs.gnu.org/24194>.
Reported by J. Eppler <j.eppler@openmailbox.org>.

* doc/guix.texi (Invoking guix-daemon): Add index entries for GC roots.
Add xref to "Invoking guix gc".
(Invoking guix gc): Add the string "GC roots"; mention /var/guix/gcroots.
(Additional Build Options): Add index entries.  Better explain --root.
(Invoking guix environment): Add xref to "Invoking guix gc".
2560aa7a — Leo Famulari 8 years ago
gnu: Remove unrar.

This package is abandoned upstream and contains serious bugs:

http://seclists.org/oss-sec/2017/q3/329
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14120
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14121
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14122

* gnu/packages/compression.scm (unrar): Remove variable.
8420c7a3 — Rutger Helling 8 years ago
gnu: linux-libre: Change URL to HTTPS.

* gnu/packages/linux.scm (linux-libre): Change URL to HTTPS.

Signed-off-by: Leo Famulari <leo@famulari.name>
1650cf92 — Efraim Flashner 8 years ago
gnu: mupdf: Unbundle mujs.

* gnu/packages/pdf.scm (mupdf)[source]: Remove bundled mujs.
[inputs]: Add mujs.
89ba894e — Efraim Flashner 8 years ago
gnu: Add mujs.

* gnu/packages/javascript.scm (mujs): New variable.
76379dca — Efraim Flashner 8 years ago
gnu: mupdf: Use https.

* gnu/packages/pdf.scm (mupdf)[source]: Use https.
[home-page]: Same.
31f248fa — Efraim Flashner 8 years ago
gnu: pdf.scm: Arrange modules alphabetically.

* gnu/packages/pdf.scm: Arrange modules alphabetically.
b07bfd06 — Efraim Flashner 8 years ago
gnu: lash: Don't build static libraries.

* gnu/packages/audio.scm (lash)[arguments]: Add configure-flag to
disable static libraries.
44df7807 — Efraim Flashner 8 years ago
gnu: lash: Don't build lashd.

This fixes bug#28174.

* gnu/packages/audio.scm (lash)[arguments]: Add phase to skip building lashd.
c7b433de — Kei Kebreau 8 years ago
gnu: glib-networking: Update to 2.54.1.

* gnu/packages/gnome.scm (glib-networking): Update to 2.54.1.
1e2a36e1 — Efraim Flashner 8 years ago
gnu: ffmpeg: Reduce the size of the closure.

* gnu/packages/video.scm (ffmpeg)[arguments]: Add new configure flags to
disable the html man pages and the static libraries.
7e0d513f — Efraim Flashner 8 years ago
gnu: mupdf: Use Texinfo for the description.

* gnu/packages/pdf.scm (mupdf)[description]: Use Texinfo to mark up the
description.
b7ca42aa — Leo Famulari 8 years ago
gnu: w3m: Find an editor in the environment.

* gnu/packages/w3m.scm (w3m)[arguments]: Pass an empty value for --with-editor
in #:configure-flags.
[source]: Use git-file-name.
882d9213 — Leo Famulari 8 years ago
gnu: mupdf: Actually fix CVE-2017-15587.

The original fix could be removed by an optimizing compiler.

* gnu/packages/patches/mupdf-CVE-2017-15587.patch: Revise patch.
07cc9245 — Tobias Geerinckx-Rice 8 years ago
gnu: libusb-compat: Use the same home page as libusb.

* gnu/packages/libusb.scm (libusb-compat)[home-page]: Update.
5ade9bc7 — Tobias Geerinckx-Rice 8 years ago
gnu: fcgi: Fix typo in description.

* gnu/packages/web.scm (fcgi)[description]: Fix typo.
d1b50439 — Tobias Geerinckx-Rice 8 years ago
gnu: fcgi: Use archived home page fork.

* gnu/packages/web.scm (fcgi)[home-page]: Use archived version.
9c2917f9 — Tobias Geerinckx-Rice 8 years ago
gnu: lynx: Use new home page.

* gnu/packages/web-browsers.scm (lynx)[home-page]: Update.
6862e4bf — Tobias Geerinckx-Rice 8 years ago
gnu: perl-mime-types: Update to 2.14.

* gnu/packages/perl.scm (perl-mime-types): Update to 2.14.
Next