~ruther/guix-local

bc8bf605 — Ricardo Wurmus 10 years ago
gnu: jack-2: Fix jack_control script.

* gnu/packages/audio.scm (jack-2)[inputs]: Add python2-dbus.
[arguments]: Use python-2 and add build phase to wrap jack_control
Python script.
80e6f37e — Ricardo Wurmus 10 years ago
services: Add udev-rule procedure.

* gnu/services/base.scm (udev-rule): New procedure.
(kvm-udev-rule): Rewrite as variable in terms of udev-rule.
c3c61a78 — Eric Bavier 10 years ago
gnu: ghc-unordered-containers: Enable tests.

* gnu/packages/haskell.scm (ghc-unordered-containers)
  [arguments]: Remove.
  [inputs]: Add ghc-chasingbottoms, ghc-test-framework,
  ghc-test-framework-hunit, and ghc-test-framework-quickcheck2.
4eca62be — Eric Bavier 10 years ago
gnu: Add ghc-chasingbottoms.

* gnu/packages/haskell.scm (ghc-chasingbottoms): New variable.
19206f5e — Eric Bavier 10 years ago
gnu: ghc-attoparsec: Enable tests.

* gnu/packages/haskell.scm (ghc-attoparsec)[arguments]: Remove.
  [inputs]: Add ghc-quickcheck, ghc-quickcheck-unicode,
  ghc-test-framework, and ghc-test-framework-quickcheck2.
ab715ec9 — Eric Bavier 10 years ago
gnu: Add ghc-test-framework-quickcheck2.

* gnu/packages/haskell.scm (ghc-test-framework-quickcheck2): New
  variable.
e1c1b71c — Eric Bavier 10 years ago
gnu: ghc-async: Enable tests.

* gnu/packages/haskell.scm (ghc-async)[arguments]: Remove.
  [inputs]: Add ghc-hunit, ghc-test-framework, and
  ghc-test-framework-hunit.
0eeaa169 — Eric Bavier 10 years ago
gnu: ghc-regex-posix: Propagate inputs.

* gnu/packages/haskell.scm (ghc-regex-posix): Propagate ghc-regex-base
  input.
1fe25c57 — Eric Bavier 10 years ago
gnu: Add ghc-test-framework-hunit.

* gnu/packages/haskell.scm (ghc-test-framework-hunit): New variable.
09655c67 — Eric Bavier 10 years ago
gnu: Add ghc-test-framework.

* gnu/packages/haskell.scm (ghc-test-framework): New variable.
1472ba25 — Eric Bavier 10 years ago
gnu: Add ghc-libxml.

* gnu/packages/haskell.scm (ghc-libxml): New variable.
ccd7b308 — Eric Bavier 10 years ago
gnu: Add ghc-hostname.

* gnu/packages/haskell.scm (ghc-hostname): New variable.
d2a52108 — Efraim Flashner 10 years ago
gnu: tilda: Update to 1.3.0.

* gnu/packages/terminals.scm (tilda): Update to 1.3.0.
[inputs]: Switch vte from 0.36 to 0.40, remove zip.
e30be986 — Efraim Flashner 10 years ago
gnu: youtube-dl: Update to 2015.11.18.

* gnu/packages/video.scm (youtube-dl): Update to 2015.11.18.
3470fe00 — Mark H Weaver 10 years ago
gnu: libsndfile: Add fixes for CVE-2014-9496 and CVE-2015-7805.

* gnu/packages/patches/libsndfile-CVE-2014-9496.patch,
  gnu/packages/patches/libsndfile-CVE-2015-7805.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/pulseaudio.scm (libsndfile)[source]: Add patches.
b4a88dc2 — Mark H Weaver 10 years ago
gnu: libxslt: Add fix for CVE-2015-7995.

* gnu/packages/patches/libxslt-CVE-2015-7995.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xml.scm (libxslt)[source]: Add patch.
ee6bb0cc — Mark H Weaver 10 years ago
gnu: libxml2: Add fixes for CVE-2015-{1819,7941,7942,8035} and other bugs.

* gnu/packages/patches/libxml2-CVE-2015-1819.patch,
  gnu/packages/patches/libxml2-CVE-2015-7941-pt1.patch,
  gnu/packages/patches/libxml2-CVE-2015-7941-pt2.patch,
  gnu/packages/patches/libxml2-CVE-2015-7942-pt1.patch,
  gnu/packages/patches/libxml2-CVE-2015-7942-pt2.patch,
  gnu/packages/patches/libxml2-CVE-2015-8035.patch,
  gnu/packages/patches/libxml2-bug-737840.patch,
  gnu/packages/patches/libxml2-bug-738805.patch,
  gnu/packages/patches/libxml2-bug-746048.patch,
  gnu/packages/patches/libxml2-bug-747437.patch,
  gnu/packages/patches/libxml2-bug-751603.patch,
  gnu/packages/patches/libxml2-bug-751631.patch,
  gnu/packages/patches/libxml2-bug-754946.patch,
  gnu/packages/patches/libxml2-bug-754947.patch,
  gnu/packages/patches/libxml2-bug-755857.patch,
  gnu/packages/patches/libxml2-fix-catalog-corruption.patch,
  gnu/packages/patches/libxml2-id-attrs-in-xmlSetTreeDoc.patch,
  gnu/packages/patches/libxml2-node-sort-order-pt1.patch,
  gnu/packages/patches/libxml2-node-sort-order-pt2.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/xml.scm (libxml2)[source]: Add patches.
328a14e8 — Mark H Weaver 10 years ago
gnu: libpng: Update to 1.5.24 [fixes CVE-2015-8126].

* gnu/packages/image.scm (libpng): Update to 1.5.24.
21ef9843 — Mark H Weaver 10 years ago
Revert "gnu: libpng: Use 1.5.24 as a replacement [fixes CVE-2015-8126]."

This reverts commit 1b076e630f4a7245d14634b047e1d1a91ee2659e.
c797fabe — Ricardo Wurmus 10 years ago
services: Export udev-configuration procedures.

* gnu/services/base.scm (udev-configuration, udev-configuration?,
  udev-configuration-rules): Export.
Next