~ruther/guix-local

f88ee3ad — David Thompson 10 years ago
gnu: avahi: Enable libdns_sd compatibility.

* gnu/packages/avahi.scm (avahi): Add '--enable-compat-libdns_sd' configure
  flag.
65d54af4 — Mark H Weaver 10 years ago
gnu: icu4c: Add fixes for CVE-2014-6585 and CVE-2015-1270.

* gnu/packages/patches/icu4c-CVE-2014-6585.patch,
  gnu/packages/patches/icu4c-CVE-2015-1270.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/icu4c.scm (icu4c)[source]: Add patches.
257abebb — Mark H Weaver 10 years ago
gnu: gtk+: Adapt pre-configure phase to version 3.16.6.

This is a followup to commit a35b8fc6c4ca9b0810db9c8b20bb76158dd66995.

* gnu/packages/gtk.scm (gtk+)[arguments]: In 'pre-configure' phase, remove
  substitutions of 'gtk-update-icon-cache' in demo Makefiles.
0a129f39 — 宋文武 10 years ago
gnu: harfbuzz: Comment on the "bin" output.

* gnu/packages/gtk.scm (harfbuzz): Comment on why "bin" output.
2ed74cea — Ludovic Courtès 10 years ago
gnu: imagemagick: Update to 6.9.2-1.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.2-1.
  [source]: Add imagemagick-test-segv.patch.
  [inputs]: Replace LIBJPEG-8 with LIBJPEG.
1d6c8db5 — Mark H Weaver 10 years ago
gnu: valgrind: Adapt to glibc-2.22 and linux-libre-4.x.

* gnu/packages/patches/valgrind-glibc-2.21.patch: Rename to ...
  gnu/packages/patches/valgrind-glibc-2.22.patch: ... this, and add a case for
  glibc-2.22.
* gnu/packages/patches/valgrind-linux-libre-4.x.patch: New file.
* gnu-system.am (dist_patch_DATA): Add the new file, and rename the other one.
* gnu/packages/valgrind.scm (valgrind)[source]: Add new patch.
b76b1dcb — Andreas Enge 10 years ago
gnu: cups-filters: Add glib:bin as a native input.

* gnu/packages/cups.scm (cups-filters)[native-inputs]: Add the bin output
  of the glib package.
d02f38f3 — Mark H Weaver 10 years ago
gnu: gcc-toolchain: Don't try to delete OUT/bin/sh, which no longer exists.

* gnu/packages/commencement.scm (gcc-toolchain)[arguments]: Remove code that
  deletes OUT/bin/sh and OUT/bin/bash, since those files no longer exist in
  our libc package.
c136546a — 宋文武 10 years ago
gnu: librsvg: Update to 2.40.10.

* gnu/packages/gnome.scm (librsvg): Update to 2.40.10.
4ea50f2b — 宋文武 10 years ago
gnu: libgsf: Update to 1.14.34.

* gnu/packages/gnome.scm (libgsf): Update to 1.14.34.
eb6afbcd — 宋文武 10 years ago
gnu: harfbuzz: Add "bin" output.

* gnu/packages/gtk.scm (harfbuzz)[outputs]: New field.
  [arguments]<#:configure-flags>: Pass '--bindir'.
fd9b3b43 — 宋文武 10 years ago
gnu: harfbuzz: Propagate graphite2 and icu4c.

* gnu/packages/gtk.scm (harfbuzz): Move graphite2 and icu4c to 'propagated-inputs'.
  [source]: Improve formatting.
40f48178 — Mark H Weaver 10 years ago
gnu: util-linux: Adapt util-linux-tests.patch to version 2.27.

This is a followup to commit 57a66c2729b4c3f7363a48eed954386a96137119.

* gnu/packages/patches/util-linux-tests.patch: Adapt to util-linux 2.27.
57a66c27 — Mark H Weaver 10 years ago
gnu: util-linux: Update to 2.27.

* gnu/packages/linux.scm (util-linux): Update to 2.27.
8338c241 — Mark H Weaver 10 years ago
gnu: util-linux: Minor fixes.

* gnu/packages/linux.scm (util-linux)[source]: Return #t from the snippet.
  [arguments]: Remove "--enable-ddate" from configure flags, as it is no
  longer recognized (ddate is no longer included in util-linux).
1b7b7f27 — 宋文武 10 years ago
gnu: cmake: Update to 3.3.1.

* gnu/packages/cmake.scm (cmake): Update to 3.3.1.  Enable parallel
  tests.
f56e8f57 — 宋文武 10 years ago
gnu: pciutils: Update to 3.3.1.

* gnu/packages/pciutils.scm (pciutils): Update to 3.3.1.
62bffcaa — 宋文武 10 years ago
Revert "gnu: libtasn1: Update to 4.6."

Causes a test of GnuTLS to fail:
<http://lists.gnu.org/archive/html/help-libtasn1/2015-09/msg00003.html>.

This reverts commit 866ee34f7ef651a138e918fbebabeed5e7bab91b.
fb76332f — Ludovic Courtès 10 years ago
gnu: libidn: Update to 1.32.

* gnu/packages/libidn.scm (libidn): Update to 1.32.
75710da6 — Ludovic Courtès 10 years ago
Merge branch 'master' into core-updates
Next