summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2017-08-23gnu: libvirt: Wrap with iproute and qemu.Christopher Baines
libvirtd runs qemu if it's configured to use it, and also uses the ip command. * gnu/packages/virtualization.scm (libvirt)[arguments]: Add wrap-libvirtd phase.
2017-08-23gnu: Build the shared library for yaml-cpp.Christopher Baines
* gnu/packages/serialization.scm (yaml-cpp)[arguments]: Add -DBUILD_SHARED_LIBS=ON to #:configure-flags.
2017-08-22gnu: whois: Update to 5.2.18.Marius Bakke
* gnu/packages/networking.scm (whois): Update to 5.2.18.
2017-08-22gnu: Add f2fs-tools.Marius Bakke
* gnu/packages/linux.scm (f2fs-tools): New variable.
2017-08-22gnu: Add icedtea-web.Marius Bakke
* gnu/packages/java.scm (icedtea-web): New variable.
2017-08-22gnu: gnurl: Update to 7.55.1-3.ng0
* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1-3. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2017-08-22gnu: r-minimal: Do not compress serialized files.Ricardo Wurmus
* gnu/packages/statistics.scm (r-minimal)[arguments]: Replace build phase "patch-which" with "do-not-compress-serialized-files". [propagated-inputs]: Move "which" from here... [inputs]: ...to here. Fixes <https://bugs.gnu.org/28157>.
2017-08-22gnu: Add rmath-standalone.Ricardo Wurmus
* gnu/packages/statistics.scm (rmath-standalone): New variable.
2017-08-22gnu: gst-plugins-bad: Build with wayland support.Efraim Flashner
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add wayland.
2017-08-22gnu: libraw: Update to 0.18.2.Efraim Flashner
* gnu/packages/photo.scm (libraw): Update to 0.18.2. [source, home-page]: Use https.
2017-08-22gnu: skalibs: Build reproducibly.Z. Ren
* gnu/packages/skarnet.scm (skalibs)[arguments]: Add #:phases. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-22gnu: libjpeg-turbo: Build reproducibly.Ludovic Courtès
* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Add #:configure-flags. Co-authored-by: Z. Ren <zren@dlut.edu.cn>
2017-08-22gnu: python-netcdf4: Update to 1.2.9.Thomas Danckaert
* gnu/packages/python.scm (python-netcdf4): Update to 1.2.9.
2017-08-22gnu: python-h5py: Update to 2.7.0.Thomas Danckaert
* gnu/packages/python.scm (python-h5py): Update to 2.7.0.
2017-08-22gnu: terminology: Update to 1.1.0.Efraim Flashner
* gnu/packages/enlightenment.scm (terminology): Update to 1.1.0. [source]: Remove bundled fonts and references to them. [native-inputs]: Add gettext-minimal.
2017-08-22gnu: Update emacs-rainbow-mode to 0.13.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-rainbow-mode): Update to 0.13. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-08-22gnu: python-internetarchive: Update to 1.7.1.Oleg Pykhalov
* gnu/packages/web.scm (python-internetarchive): Update to 1.7.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-08-21gnu: python-marshmallow: Update to 3.0.0b3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-marshmallow): Update to 3.0.0b3.
2017-08-21gnu: python-pylast: Update to 1.9.0.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-pylast): Update to 1.9.0.
2017-08-21gnu: lollypop: Update to 0.9.244.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (lollypop): Update to 0.9.244.
2017-08-21gnu: gspell: Update to 1.4.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gspell): Update to 1.4.2.
2017-08-21gnu: imagemagick: Update to 6.9.9-9.Marius Bakke
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-9.
2017-08-21gnu: feh: Update to 2.19.3.Marius Bakke
* gnu/packages/image-viewers.scm (feh): Update to 2.19.3.
2017-08-21gnu: perl-net-dns: Update to 1.12.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (perl-net-dns): Update to 1.12.
2017-08-21gnu: zstd: Update to 1.3.1.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (zstd): Update to 1.3.1.
2017-08-21gnu: openmpi: Configure without vampirtrace.Dave Love
VT is obsoleted by scorep (not currently packaged) and disabling it reduces the closure considerably. * mpi.scm (openmpi)[arguments]: Configure without vampirtrace. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-21gnu: openmpi: Modify configuration to reduce closure.Dave Love
devel-headers are only for building MCA components, produce a large closure and aren't normally packaged. Only the affinity component of mpi-ext is useful. * gnu/packages/mpi.scm (openmpi)[arguments]: Don't configure --with-devel-headers and --enable-mpi-ext=all. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-21gnu: openmpi: Remove references to compiler pathnames in "_info" programs.Dave Love
This reduces the closure greatly, but note that the Fortran .mod files are gfortran version-specific, so there should probably be development packages for each incompatible version. (The runtime is supposed to be more-or-less version-independent unless the libgfortran soname changes.) There may still be a case for a separate runtime output. * gnu/packages/mpi.scm (openmpi)[arguments]: Add "remove-absolute" phase. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-08-21gnu: valgrind: Add separate "doc" output.Dave Love
* gnu/packages/valgrind.scm (valgrind)[outputs]: New field. [arguments]: Add 'install-doc' phase. Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr>
2017-08-21gnu: openmpi: Remove "static" output.Dave Love
--enable-static removes dynamically-loaded MCA components. * gnu/packages/mpi.scm (openmpi)[outputs]: Remove field. [arguments]: Don't configure with --enable-static; remove 'move-static-libraries' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-21gnu: openmpi: Add separate variant with thread-multiple support.Dave Love
* gnu/packages/mpi.scm (openmpi)[arguments]: Remove "--enable-mpi-thread-multiple". (openmpi-thread-multiple): New variable. Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
2017-08-21gnu: z3: Build Python bindings.Theodoros Foradis
* gnu/packages/maths.scm (z3): Add python bindings. [build-system]: Change to cmake-build-system. [arguments]: Remove "changedir" phase. Add "bootstrap" and "make-test-z3" phases; replace the "check" phase. Add #:configure-flags. Remove #:test-target. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-21gnu: augeas: Update to 1.8.1. Fixes CVE-2017-7555.Efraim Flashner
* gnu/packages/augeas.scm (augeas): Update to 1.8.1.
2017-08-21gnu: gnurl: Update to 7.55.1.ng0
* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2017-08-20gnu: vifm: Update to 0.9.Efraim Flashner
* gnu/packages/vim.scm (vifm): Update to 0.9. [source]: Add alternate uri. [arguments]: Remove build timestamp. Add phase to install vim plugins into vim plugin directory. Patch more shebangs.
2017-08-20gnu: pspp: Update to 1.0.0.Efraim Flashner
* gnu/packages/statistics.scm (pspp): Update to 1.0.0.
2017-08-20gnu: bundler: Update to 1.15.4.Tobias Geerinckx-Rice
* gnu/packages/ruby.scm (bundler): Update to 1.15.4.
2017-08-20gnu: limnoria: Update to 2017.08.18.Tobias Geerinckx-Rice
* gnu/packages/irc.scm (limnoria): Update to 2017.08.18.
2017-08-20gnu: graphicsmagick: Fix CVE-2017-{12935,12936,12937}.Kei Kebreau
* gnu/packages/patches/graphicsmagick-CVE-2017-12935.patch, gnu/packages/patches/graphicsmagick-CVE-2017-12936.patch, gnu/packages/patches/graphicsmagick-CVE-2017-12937.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/imagemagick.scm (graphicsmagick)[source]: Use them.
2017-08-20gnu: r-minimal: Work around failure to embed reference to "which".Ricardo Wurmus
* gnu/packages/statistics.scm (r-minimal)[arguments]: Add phase "patch-which". [native-inputs]: Move "which" from here... [propagated-inputs]: ...to here.
2017-08-20gnu: powertabeditor: Update to 2.0.0-alpha10.Ricardo Wurmus
* gnu/packages/music.scm (powertabeditor): Update to 2.0.0-alpha10. [arguments]: Remove "set-target-directories" phase; disable additional tests.
2017-08-20gnu: Add r-annotationfilter.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-annotationfilter): New variable.
2017-08-20gnu: Add gnome-default-applications.Andy Wingo
* gnu/packages/gnome.scm (gnome-default-applications): New public variable. (gnome): Propagate gnome-default-applications so that nautilus is associated with folders, not baobab.
2017-08-20gnu: gnome: Propagate font-dejavu.Andy Wingo
* gnu/packages/gnome.scm (gnome): Add font-dejavu to propagated inputs, to provide a better default for "Monospace". Otherwise the terminal looks horrible and defaults to Nimbus Mono, a Courier-like face.
2017-08-20gnu: gobby: Re-add Gobby 0.4.Andy Wingo
* gnu/packages/gobby.scm (gobby-0.4): New variable.
2017-08-20gnu: gnome: Propagate more packages.Andy Wingo
* gnu/packages/gnome.scm (gnome): Add additional dependencies, inspired by Debian's "gnome-core" package.
2017-08-20gnu: gobby: Update to 0.5.0.Arun Isaac
* gnu/packages/gobby.scm (gobby): Update to 0.5.0. [inputs]: Remove libnet6 and obby. Add libinfinity. Sort. [arguments]: Add move-executable phase.
2017-08-20gnu: Add libinfinity.Arun Isaac
* gnu/packages/gobby.scm (libinfinity): New variable.
2017-08-19gnu: icedtea@3: Update to 3.5.1.Leo Famulari
* gnu/packages/java.scm (icedtea-8): Update to 3.5.1.
2017-08-19gnu: icedtea@2: Update to 2.6.11 [security fixes].Leo Famulari
Fixes CVE-2017-{10053,10067,10074,10081,10087,10089,10090,10096,10101,10102, 10107,10108,10109,10110,10111,10115,10116,10118,10135,10074,10176}. * gnu/packages/java.scm (icedtea-7): Update to 2.6.11.