~ruther/guix-local

ad11974e — Andreas Enge 10 years ago
gnu: flint: Disable parallel tests.

* gnu/packages/algebra.scm (flint)[arguments]: Disable parallel tests,
  which makes the build pass on arm.
c449a076 — Eric Bavier 10 years ago
gnu: Add Gamine.

* gnu/packages/games.scm (gamine): New variable.
907f939b — 宋文武 10 years ago
gnu: glib-networking: Prefer 'SSL_CERT_FILE' as TLS CA file.

This is an improvement over commit af6100f.

* gnu/packages/gnome.scm (glib-networking)[source](patches): New field.
  [arguments]: Pass '/etc/ssl/certs/ca-certificates.crt' to configure.
  Set 'SSL_CERT_FILE' to '/dev/null' in 'use-empty-ssl-cert-file' phase.
  (libsoup)[arguments]: Set 'SSL_CERT_FILE' to '/dev/null' in
  'pre-check' phase.
* gnu/packages/patches/glib-networking-ssl-cert-file.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
6c591c8e — Andreas Enge 10 years ago
gnu: flint: Update to 2.5.2.

* gnu/packages/algebra.scm (flint): Update to 2.5.2.
* gnu/packages/patches/flint-ldconfig.patch: New file.
* gnu-system.am (dist_patch_DATA): Register the patch.
91430de6 — Andreas Enge 10 years ago
gnu: flint: Rewrite using the modify-phases syntax.

* gnu/packages/algebra.scm (flint)[arguments]: Rewrite the phases using
  the modify-phases syntax.
c2099a4c — Mark H Weaver 10 years ago
gnu: wireless-tools: Build shared library; remove non-free headers.

* gnu/packages/linux.scm (wireless-tools)[source]: Replace unneeded
  old snippet with a new one that removes non-free files.
  [arguments]: Use modify-phases.  Remove custom 'configure' phase.  Add
  make-flags.
  [license]: Change to (list gpl2 lgpl2.1+).
c1670a81 — Ricardo Wurmus 10 years ago
gnu: shogun: Move package to machine-learning.scm.

* gnu/packages/bioinformatics.scm (shogun): Move from here...
* gnu/packages/machine-learning.scm (shogun): ...to here.
36548111 — David Thompson 10 years ago
gnu: Add guile-redis.

* gnu/packages/guile.scm (guile-redis): New variable.
27f5e13e — David Thompson 10 years ago
gnu: Add haunt.

* gnu/packages/guile.scm (haunt): New variable.
8ff27568 — 宋文武 10 years ago
Revert "gnu: glib-networking: Use '/etc/ssl/certs/ca-certificates.crt' as TLS CA file."

This broke libsoup tests.

This reverts commit af6100f51bf79efef0f79f90245790c410545513.
1cdecaf5 — Eric Bavier 10 years ago
gnu: fish: Update to 2.2.0.

* gnu/packages/fish.scm (fish): Update to 2.2.0.
50aec635 — Eric Bavier 10 years ago
gnu: calcurse: Update to 4.0.0.

* gnu/packages/calcurse.scm (calcurse): Update to 4.0.0.
  [arguments]: New field.
61be05c3 — Eric Bavier 10 years ago
gnu: c-reduce: Update to 2.3.0.

* gnu/packages/debug.scm (c-reduce): Update to 2.3.0.
  [inputs]: Use latest llvm and clang.
af6100f5 — 宋文武 10 years ago
gnu: glib-networking: Use '/etc/ssl/certs/ca-certificates.crt' as TLS CA file.

* gnu/packages/gnome.scm (glib-networking)[arguments]: Pass
  '--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt' to configure.
  Add 'disable-failing-tls-tests' phase.
f6a9bf84 — Mark H Weaver 10 years ago
gnu: webkitgtk: Update to 2.8.5.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.8.5.
  [arguments]: Add 'add-gst-plugins-base-include-path' phase.
625c9176 — Mark H Weaver 10 years ago
gnu: webkitgtk/gtk+-2: Change name field to "webkitgtk-gtk2".

* gnu/packages/webkit.scm (webkitgtk/gtk+-2)[name]: Change to
  "webkitgtk-gtk2".
159093a7 — 宋文武 10 years ago
gnu: Add wesnoth.

* gnu/packages/games.scm (wesnoth): New variable.
c755c854 — Mark H Weaver 10 years ago
gnu: Add rfkill.

* gnu/packages/linux.scm (rfkill): New variable.
c037a0f7 — Mark H Weaver 10 years ago
gnu: icecat: Add fixes for CVE-2015-{4473,4482,4488,4489,4491,4492}.

WARNING: CVE-2015-4473 may not be fully addressed here, because I was unable
to backport some of the patches (for upstream bugs 1182711 and 1146213).  I
was also unable to backport CVE-2015-4484 (upstream bug 1171540) and
CVE-2015-4487 (upstream bug 1171603).  I was unable to find any commit in the
upstream repository that claims to address bug 1105914 (CVE-2015-4478).

* gnu/packages/patches/icecat-CVE-2015-4473-partial.patch,
  gnu/packages/patches/icecat-CVE-2015-4482.patch,
  gnu/packages/patches/icecat-CVE-2015-4488.patch,
  gnu/packages/patches/icecat-CVE-2015-4489.patch,
  gnu/packages/patches/icecat-CVE-2015-4491.patch,
  gnu/packages/patches/icecat-CVE-2015-4492.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patches.
f74c577c — Mark H Weaver 10 years ago
gnu: linux-libre: Update to 4.1.5.

* gnu/packages/linux.scm (linux-libre): Update to 4.1.5.
Next