~ruther/guix-local

51f0592f — Efraim Flashner 9 years ago
gnu: poppler: Update to 0.50.0.

* gnu/packages/pdf.scm (poppler): Update to 0.50.0.
f8489f16 — Efraim Flashner 9 years ago
gnu: cups-filters: Update to 1.13.1.

* gnu/packages/cups.scm (cups-filters): Update to 1.13.1.
[inputs]: Switch libjpeg-8 to libjpeg.
[arguments]: Disable driverless printing, set location for bash shell.
b4c8c413 — David Thompson 9 years ago
gnu: mesa: Enable floating point textures.

* gnu/packages/gl.scm (mesa): Add --enable-texture-float to configure flags.
5e107b22 — Marius Bakke 9 years ago
gnu: libxpm: Update to 3.5.12.

* gnu/packages/xorg.scm (libxpm): Update to 3.5.12.
45e38a07 — Tobias Geerinckx-Rice 9 years ago
gnu: kmod: Update to 23.

* gnu/packages/linux.scm (kmod): Update to 23.
54d8d0fe — John Darrington 9 years ago
gnu: Patch libxt's default search path.

* gnu/packages/patches/libxt-guix-search-paths.patch: New file.
* gnu/packages/xorg.scm (libxt) [source]: Add patch.
9b5364a3 — Ludovic Courtès 9 years ago
daemon: Allow check builds of 'builtin:download' derivations.

Fixes <http://bugs.gnu.org/25089>.
Reported by Leo Famulari <leo@famulari.name>.

* nix/libstore/build.cc (DerivationGoal::runChild): In the 'isBuiltin'
case, check whether DRV's output is in 'redirectedOutputs', and pass an
'output' argument to the built-in builder.
(DerivationGoal::addHashRewrite): Add 'printMsg' call.
* nix/libstore/builtins.hh (derivationBuilder): Add 'output' parameter.
* nix/libstore/builtins.cc (builtinDownload): Likewise.
Add OUTPUT to ARGV.
* guix/scripts/perform-download.scm (perform-download): Add 'output'
parameter.
(guix-perform-download): Adjust 'match' clauses accordingly.
* tests/derivations.scm ("'download' built-in builder, check mode"): New
test.
aa042770 — Ludovic Courtès 9 years ago
guix package: Fix version and output for 'guix package -i /gnu/store/…'.

* guix/utils.scm (package-name->name+version): Add optional 'delimiter'
parameter.
* guix/scripts/package.scm (store-item->manifest-entry): Pass #\- as the
delimiter for 'package-name->name+version'.  Use "out" instead of #f for
the 'output' field.
* tests/guix-package.sh: Add test.
69323016 — Ludovic Courtès 9 years ago
services: wicd: Create /var/run/wpa_supplicant.

* gnu/services/networking.scm (%wicd-activation): Create
/var/run/wpa_supplicant.
7b903a92 — Leo Famulari 9 years ago
gnu: eyed3: Update to 0.7.10.

* gnu/packages/mp3.scm (eyed3): Update to 0.7.10.
541b3f59 — Leo Famulari 9 years ago
gnu: beets: Update to 1.4.3.

* gnu/packages/music.scm (beets): Update to 1.4.3.
653439c6 — Leo Famulari 9 years ago
gnu: python-mutagen: Update to 1.36.

* gnu/packages/music.scm (python-mutagen, python2-mutagen): Update to 1.36.
2fbc004f — Kei Kebreau 9 years ago
gnu: moc: Update to 2.5.2.

* gnu/packages/music.scm (moc): Update to 2.5.2.
[source](modules, snippet): Remove timestamps from the output.
b0a56764 — Leo Famulari 9 years ago
gnu: cracklib: Fix buffer overflow.

* gnu/packages/patches/cracklib-fix-buffer-overflow.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/password-utils.scm (cracklib)[source]: Use it.
4b96149d — Leo Famulari 9 years ago
gnu: libtiff: Fix CVE-2016-{10092,10093,10094} and others.

* gnu/packages/patches/libtiff-CVE-2016-10092.patch,
gnu/packages/patches/libtiff-CVE-2016-10093.patch,
gnu/packages/patches/libtiff-CVE-2016-10094.patch,
gnu/packages/patches/libtiff-assertion-failure.patch,
gnu/packages/patches/libtiff-divide-by-zero-ojpeg.patch,
gnu/packages/patches/libtiff-divide-by-zero-tiffcp.patch,
gnu/packages/patches/libtiff-divide-by-zero-tiffcrop.patch,
gnu/packages/patches/libtiff-divide-by-zero.patch,
gnu/packages/patches/libtiff-heap-overflow-pixarlog-luv.patch,
gnu/packages/patches/libtiff-heap-overflow-tif-dirread.patch,
gnu/packages/patches/libtiff-heap-overflow-tiffcp.patch,
gnu/packages/patches/libtiff-heap-overflow-tiffcrop.patch,
gnu/packages/patches/libtiff-invalid-read.patch,
gnu/packages/patches/libtiff-null-dereference.patch,
gnu/packages/patches/libtiff-tiffcp-underflow.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/image.scm (libtiff)[replacement]: New field.
(libtiff/fixed): New variable.
8966c6b4 — Marius Bakke 9 years ago
gnu: notmuch: Update to 0.23.5.

* gnu/packages/mail.scm (notmuch, python2-notmuch): Update to 0.23.5.
0d11a69f — Marius Bakke 9 years ago
gnu: xapian: Update to 1.4.2.

* gnu/packages/search.scm (xapian): Update to 1.4.2.
3c0f7910 — Ludovic Courtès 9 years ago
gnu: gnutls: Replace with 3.5.8 [fixes GNUTLS-SA-2017-{1,2}].

* gnu/packages/tls.scm (gnutls-3.5.8): New variable.
(gnutls)[replacement]: New field.
88f2dd1d — Marius Bakke 9 years ago
gnu: rofi: Update to 1.3.1.

* gnu/packages/xdisorg.scm (rofi): Update to 1.3.1.
39dc7032 — Ludovic Courtès 9 years ago
gnu: youtube-dl: Update to 2017.01.10.

* gnu/packages/video.scm (youtube-dl): Update to 2017.01.10.  Change
URLs to yt-dl.org.
Next