~ruther/guix-local

2f9862ff — Efraim Flashner 10 years ago
gnu: isc-dhcp: Update bundled bind to 9.9.8-P4 [fixes CVE-2016-1285, CVE-2016-1286].

* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.8-P4.
0d88031c — Efraim Flashner 10 years ago
gnu: bind-utils: Update to 9.10.3-P4 [fixes CVE-2016-1285, CVE-2016-1286].

* gnu/packages/dns.scm (bind-utils): Update to 9.10.3-P4.
82f145ef — Ricardo Wurmus 10 years ago
gnu: custom-gcc: Delete broken or conflicting executables.

* gnu/packages/gcc.scm (custom-gcc)[arguments]: Add phase to remove
executables that are non-functional or conflict with the executables of
"gcc".
ce6027bf — 宋文武 10 years ago
gnu: nautilus: Don't propagate gtk+.

* gnu/packages/gnome.scm (nautilus): Move gtk+ from propagated-inputs to inputs.
204d34ff — Ludovic Courtès 10 years ago
substitute: Error out on unsupported URL schemes.

Reported in <http://bugs.gnu.org/22937>
by Chris Marusich <cmmarusich@gmail.com>.

* guix/scripts/substitute.scm (fetch): Add 'else' case and call 'leave'.
bec7f352 — Ludovic Courtès 10 years ago
ui: Do not call 'port-filename' on closed file ports.

* guix/ui.scm (call-with-error-handling)[port-filename*]: New
procedure.
Use it in the 'nar-error?' case.
8bcdc23f — Andreas Enge 10 years ago
gnu: texlive: Make texlive-bin and texlive-texmf private.

* gnu/packages/texlive.scm (texlive-bin, texlive-texmf): Define the variables
  as non-public; they should not be installed into a profile.
fde60603 — Andreas Enge 10 years ago
gnu: po4a: Use texlive-minimal instead of texlive-bin.

* gnu/packages/gettext.scm (po4a)[inputs]: Replace texlive-bin by
  texlive-minimal.
aad375c9 — Andreas Enge 10 years ago
gnu: statistics: Remove import of unused texlive module.

* gnu/packages/statistics.scm: Do not import (gnu packages texlive).
289adba7 — Andreas Enge 10 years ago
gnu: gnuplot: Use texlive-minimal instead of texlive-bin.

* gnu/packages/maths.scm (gnuplot)[inputs]: Replace texlive-bin by
  texlive-minimal.
fb9ca511 — Tobias Geerinckx-Rice 10 years ago
gnu: simple-scan: Update to 3.19.91.

* gnu/packages/gnome.scm (simple-scan): Update to 3.19.91.
[arguments]: Add 'clean' phase.
f9733422 — Mark H Weaver 10 years ago
gnu: pidgin-otr: Update to 4.0.2.

* gnu/packages/messaging.scm (pidgin-otr): Update to 4.0.2.
5adb3a4d — Andreas Enge 10 years ago
gnu: libotr: Remove version 3.2.1.

* gnu/packages/messaging.scm (libotr-3): Remove variable.
89e58e8e — Leo Famulari 10 years ago
libotr: Update to 4.1.1 [fixes CVE-2016-2851].

* gnu/packages/messaging.scm (libotr): Update to 4.1.1.
[native-inputs]: New field.
6da23c04 — Ludovic Courtès 10 years ago
gnu: complexity: Update to 1.9.

* gnu/packages/code.scm (complexity): Update to 1.9.
f1eacbaf — Ludovic Courtès 10 years ago
upstream: Fix 'signature-urls' coalescing.

Previously, the resulting 'signature-urls' would contain N times the
same URL.

* guix/upstream.scm (coalesce-sources): Fix TWO in 'signature-urls'.
* tests/upstream.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
1ddee424 — Ludovic Courtès 10 years ago
doc: Add note on store immutability.

* doc/guix.texi (The Store): Mention "store items" and the database
location.  Add note on the store's immutability.
00eb9fa3 — Efraim Flashner 10 years ago
gnu: Add liblangtag.

* gnu/packages/libreoffice.scm (liblangtag): New variable.

Co-authored-by: Andreas Enge <andreas@enge.fr>
ebc81631 — Andreas Enge 10 years ago
gnu: libreoffice: Enable parallel build.

* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Enable parallel
  build.
11202482 — Ludovic Courtès 10 years ago
system: Explicitly set umask to 022 in /etc/profile.

Fixes <http://bugs.gnu.org/22650>.
Reported by myglc2 <myglc2@gmail.com>.

* gnu/system.scm (operating-system-etc-service)[profile]: Invoke
'umask'.
Next