summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: guix: Update development snapshot.Ludovic Courtès2017-01-12
| | | | * gnu/packages/package-management.scm (guix-devel): Update to eefd042.
* gnu: eudev: Add 'eudev-with-hwdb' variant that contains 'hwdb.bin'.Ludovic Courtès2017-01-12
| | | | | * gnu/packages/linux.scm (eudev-with-hwdb): New variable. (usbutils)[inputs]: Use it instead of EUDEV.
* gnu: Add r-txdb-mmusculus-ucsc-mm10-knowngene.Roel Janssen2017-01-12
| | | | * gnu/packages/bioinformatics.scm (r-txdb-mmusculus-ucsc-mm10-knowngene): New variable.
* gnu: bind: Update to 9.10.4-P5 [fixes CVE-2016-{9131,9147,9444}].Leo Famulari2017-01-11
| | | | * gnu/packages/dns.scm (bind): Update to 9.10.4-P5.
* gnu: isc-dhcp: Update bundled bind to 9.9.9-P5 [security fixes].Leo Famulari2017-01-11
| | | | | | Fixes CVE-2016-{9131,9147,9444}. * gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.9-P5.
* gnu: fprintd: Provide the right file name for 'fprintd.conf'.Ludovic Courtès2017-01-11
| | | | * gnu/packages/freedesktop.scm (fprintd)[arguments]: New field.
* gnu: abiword: Remove timestamps from libabiword.Ludovic Courtès2017-01-11
| | | | | * gnu/packages/abiword.scm (abiword)[source](modules, snippet): New fields.
* gnu: abiword: Allow GTK+ schemas to be found.Ludovic Courtès2017-01-11
| | | | | | | | Fixes <http://bugs.gnu.org/25037>. Reported by Adonay Felipe Nogueira <adfeno@openmailbox.org>. * gnu/packages/abiword.scm (abiword)[build-system]: Set to GLIB-OR-GTK-BUILD-SYSTEM.
* gnu: Add python2-cheetahDanny Milosavljevic2017-01-11
| | | | | | * gnu/packages/python.scm (python2-cheetah): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: libosinfo: Fix substitute fetching for usb.ids.Mark H Weaver2017-01-11
| | | | | | * gnu/packages/qemu.scm (libosinfo)[native-inputs]: Add 'file-name' field to 'origin' record of "usb.ids". Otherwise, the default file name contains a "?" which leads to failure to fetch nars from substitute servers.
* gnu: ardour: Add eudev dependency.David Craven2017-01-11
| | | | * gnu/packages/audio.scm (ardour)[inputs]: Add eudev.
* Revert "gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host."David Craven2017-01-11
| | | | | | | | These variants are no longer needed. Followup to 86f4e9d76a75c405b3b6c5b3f1717df0e45f4e68. This reverts commit 45591fd7fde1a400a416cb99939f6dd766445f94.
* gnu: kcrash: Work around race condition when starting Xvfb.Ludovic Courtès2017-01-11
| | | | | | | | | Sometimes tests would start running before Xvfb is listening. See <https://hydra.gnu.org/build/1750201>. * gnu/packages/kde-frameworks.scm (kcrash)[arguments]: In 'start-xorg-server', add 'sleep' call after starting Xvfb. Pass "Xvfb" to 'system' instead of its absolute file name.
* Revert "gnu: nss: Add comment about test failures in NSS 3.27.2"Leo Famulari2017-01-11
| | | | This reverts commit 4f6ff977c22b996765178a1dcc6e8f1523601817.
* gnu: cairomm: Update to 1.12.2.Efraim Flashner2017-01-11
| | | | | | * gnu/packages/gtk.scm (cairomm): Update to 1.12.2. [source]: Download from cairographics.org. [home-page]: Use https.
* gnu: cairo: Update to 1.14.8.Efraim Flashner2017-01-11
| | | | | | * gnu/packages/gtk.scm (cairo): Update to 1.14.8. [source]: Use https. [home-page]: Use https.
* gnu: harfbuzz: Update to 1.3.4.Efraim Flashner2017-01-11
| | | | * gnu/packages/gtk.scm (harfbuzz): Update to 1.3.4.
* gnu: poppler: Update to 0.50.0.Efraim Flashner2017-01-11
| | | | * gnu/packages/pdf.scm (poppler): Update to 0.50.0.
* gnu: cups-filters: Update to 1.13.1.Efraim Flashner2017-01-11
| | | | | | * 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.
* gnu: mesa: Enable floating point textures.David Thompson2017-01-11
| | | | * gnu/packages/gl.scm (mesa): Add --enable-texture-float to configure flags.
* gnu: libxpm: Update to 3.5.12.Marius Bakke2017-01-11
| | | | * gnu/packages/xorg.scm (libxpm): Update to 3.5.12.
* gnu: kmod: Update to 23.Tobias Geerinckx-Rice2017-01-11
| | | | * gnu/packages/linux.scm (kmod): Update to 23.
* gnu: Patch libxt's default search path.John Darrington2017-01-11
| | | | | * gnu/packages/patches/libxt-guix-search-paths.patch: New file. * gnu/packages/xorg.scm (libxt) [source]: Add patch.
* services: wicd: Create /var/run/wpa_supplicant.Ludovic Courtès2017-01-11
| | | | | * gnu/services/networking.scm (%wicd-activation): Create /var/run/wpa_supplicant.
* gnu: eyed3: Update to 0.7.10.Leo Famulari2017-01-11
| | | | * gnu/packages/mp3.scm (eyed3): Update to 0.7.10.
* gnu: beets: Update to 1.4.3.Leo Famulari2017-01-11
| | | | * gnu/packages/music.scm (beets): Update to 1.4.3.
* gnu: python-mutagen: Update to 1.36.Leo Famulari2017-01-11
| | | | * gnu/packages/music.scm (python-mutagen, python2-mutagen): Update to 1.36.
* gnu: moc: Update to 2.5.2.Kei Kebreau2017-01-10
| | | | | * gnu/packages/music.scm (moc): Update to 2.5.2. [source](modules, snippet): Remove timestamps from the output.
* gnu: cracklib: Fix buffer overflow.Leo Famulari2017-01-10
| | | | | | * 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.
* gnu: libtiff: Fix CVE-2016-{10092,10093,10094} and others.Leo Famulari2017-01-10
| | | | | | | | | | | | | | | | | | | | | * 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.
* gnu: notmuch: Update to 0.23.5.Marius Bakke2017-01-10
| | | | * gnu/packages/mail.scm (notmuch, python2-notmuch): Update to 0.23.5.
* gnu: xapian: Update to 1.4.2.Marius Bakke2017-01-10
| | | | * gnu/packages/search.scm (xapian): Update to 1.4.2.
* gnu: gnutls: Replace with 3.5.8 [fixes GNUTLS-SA-2017-{1,2}].Ludovic Courtès2017-01-10
| | | | | * gnu/packages/tls.scm (gnutls-3.5.8): New variable. (gnutls)[replacement]: New field.
* gnu: rofi: Update to 1.3.1.Marius Bakke2017-01-10
| | | | * gnu/packages/xdisorg.scm (rofi): Update to 1.3.1.
* gnu: youtube-dl: Update to 2017.01.10.Ludovic Courtès2017-01-10
| | | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.01.10. Change URLs to yt-dl.org.
* gnu: e2fsprogs: Remove timestamp from 'libext2fs.info.gz'.Ludovic Courtès2017-01-10
| | | | | * gnu/packages/linux.scm (e2fsprogs)[source](snippet): Patch 'doc/Makefile.in' to use the '-n' option of gzip.
* gnu: e2fsprogs: Use symlinks instead of hard links.Ludovic Courtès2017-01-10
| | | | | * gnu/packages/linux.scm (e2fsprogs)[arguments]: Pass "--enable-symlink-install".
* gnu: Add sysstat.Leo Famulari2017-01-10
| | | | * gnu/packages/linux.scm (sysstat): New variable.
* gnu: python-click: Update to 6.7.Tobias Geerinckx-Rice2017-01-10
| | | | * gnu/packages/python.scm (python-click): Update to 6.7.
* gnu: linux-libre@4.4: Update hash for fixed upstream tarball.Mark H Weaver2017-01-10
| | | | | | The initial upload of linux-libre-4.4.41-gnu.tar.xz was corrupted. * gnu/packages/linux.scm (linux-libre-4.4)[source]: Update hash.
* gnu: libgit2, python-pygit2: Update to 0.25.1 [security fixes].Ludovic Courtès2017-01-10
| | | | | | | See <http://www.openwall.com/lists/oss-security/2017/01/10/5>. * gnu/packages/version-control.scm (libgit2): Update to 0.25.1. * gnu/packages/python.scm (python-pygit2): Update to 0.25.0.
* system: Add btrfs file system support.David Craven2017-01-10
| | | | | | | | | | | | | | | | * gnu/build/file-systems.scm (%btrfs-endianness, btrfs-superblock?, read-btrfs-superblock, btrfs-superblock-uuid, btrfs-superblock-volume-name, check-btrfs-file-system): New variables. (%paritition-label-readers, %partition-uuid-readers): Add btrfs readers. * gnu/system/linux-initrd.scm (linux-modules): Add btrfs modules when a btrfs file-system is used. * gnu/tests/install.scm (%btrfs-root-os %btrfs-root-os-source, %btrfs-root-installation-script, %test-btrfs-root-os): New system test. * doc/guix.texi: Adjust accordingly. Fixes <http://bugs.gnu.org/19280>.
* gnu: Add btrfs-progs/static.David Craven2017-01-10
| | | | * gnu/packages/linux.scm (btrfs-progs/static): New variable.
* file-systems: Refactor file-system predicates.David Craven2017-01-10
| | | | | | | | | | | | | * gnu/build/file-systems.scm (partition-field-reader, read-partition-field, %partition-label-readers, %partition-uuid-readers, read-partition-label, read-partition-uuid): New variables. (partition-predicate, partition-label-predicate, partition-uuid-predicate, luks-partition-uuid-predicate): Use partition field readers. (find-partition): New variable. (find-partition-by-label, find-partition-by-uuid, find-partition-by-luks-uuid): Use find-partition-by.
* file-systems: Refactor check-file-system.David Craven2017-01-10
| | | | | | * gnu/build/file-systems.scm (check-file-system): Use file-system type specific checker. (check-ext2-file-system): New variable.
* gnu: e2fsck/static: Only copy e2fsck.David Craven2017-01-10
| | | | | * gnu/packages/linux.scm (e2fsck/static)[arguments]: Only copy e2fsck. [synopsis, description]: Adjust accordingly.
* gnu: Add pcc.Ricardo Wurmus2017-01-10
| | | | * gnu/packages/c.scm (pcc): New variable.
* gnu: ruby-sqlite3: Update to 1.3.13.Ben Woodcroft2017-01-10
| | | | * gnu/packages/ruby.scm (ruby-sqlite3): Update to 1.3.13.
* gnu: linux-libre: Update to 4.9.2.Mark H Weaver2017-01-09
| | | | | * gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.9.2.
* gnu: linux-libre@4.4: Update to 4.4.41.Mark H Weaver2017-01-09
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.41.