summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: openmpi: Add separate variant with thread-multiple support.•••* 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> Dave Love2017-08-211-1/+14
* gnu: z3: Build Python bindings.•••* 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> Theodoros Foradis2017-08-211-11/+23
* gnu: augeas: Update to 1.8.1. Fixes CVE-2017-7555.•••* gnu/packages/augeas.scm (augeas): Update to 1.8.1. Efraim Flashner2017-08-211-2/+3
* gnu: gnurl: Update to 7.55.1.•••* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> ng02017-08-211-2/+2
* gnu: vifm: Update to 0.9.•••* 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. Efraim Flashner2017-08-201-9/+31
* gnu: pspp: Update to 1.0.0.•••* gnu/packages/statistics.scm (pspp): Update to 1.0.0. Efraim Flashner2017-08-201-2/+2
* gnu: bundler: Update to 1.15.4.•••* gnu/packages/ruby.scm (bundler): Update to 1.15.4. Tobias Geerinckx-Rice2017-08-201-2/+2
* gnu: limnoria: Update to 2017.08.18.•••* gnu/packages/irc.scm (limnoria): Update to 2017.08.18. Tobias Geerinckx-Rice2017-08-201-2/+2
* gnu: graphicsmagick: Fix CVE-2017-{12935,12936,12937}.•••* 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. Kei Kebreau2017-08-205-1/+80
* gnu: r-minimal: Work around failure to embed reference to "which".•••* gnu/packages/statistics.scm (r-minimal)[arguments]: Add phase "patch-which". [native-inputs]: Move "which" from here... [propagated-inputs]: ...to here. Ricardo Wurmus2017-08-201-1/+9
* gnu: powertabeditor: Update to 2.0.0-alpha10.•••* gnu/packages/music.scm (powertabeditor): Update to 2.0.0-alpha10. [arguments]: Remove "set-target-directories" phase; disable additional tests. Ricardo Wurmus2017-08-201-16/+9
* gnu: Add r-annotationfilter.•••* gnu/packages/bioinformatics.scm (r-annotationfilter): New variable. Ricardo Wurmus2017-08-201-0/+24
* gnu: Add gnome-default-applications.•••* gnu/packages/gnome.scm (gnome-default-applications): New public variable. (gnome): Propagate gnome-default-applications so that nautilus is associated with folders, not baobab. Andy Wingo2017-08-201-0/+32
* gnu: gnome: Propagate font-dejavu.•••* 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. Andy Wingo2017-08-201-0/+1
* gnu: gobby: Re-add Gobby 0.4.•••* gnu/packages/gobby.scm (gobby-0.4): New variable. Andy Wingo2017-08-201-1/+41
* gnu: gnome: Propagate more packages.•••* gnu/packages/gnome.scm (gnome): Add additional dependencies, inspired by Debian's "gnome-core" package. Andy Wingo2017-08-201-1/+7
* gnu: grub-efi-bootloader: Specialize grub-install invocation.•••* gnu/bootloader/grub.scm (install-grub-efi): Fix grub-install invocation for EFI systems. * gnu/system/examples/bare-bones.tmpl: Use the newer "bootloader-configuration" syntax. * gnu/system/examples/desktop.tmpl: Use bootloader-configuration sytax. Also, use the same label for the LUKS-mapped device and the root partition. Remove unneeded "title" field for the file-system based on LUKS; as noted in the manual, the "title" field is ignored for mapped devices. * gnu/system/examples/lightweight-desktop.tmpl: Use bootloader-configuration, and use grub-efi-bootloader. Andy Wingo2017-08-204-8/+26
* gnu: gobby: Update to 0.5.0.•••* gnu/packages/gobby.scm (gobby): Update to 0.5.0. [inputs]: Remove libnet6 and obby. Add libinfinity. Sort. [arguments]: Add move-executable phase. Arun Isaac2017-08-201-7/+14
* gnu: Add libinfinity.•••* gnu/packages/gobby.scm (libinfinity): New variable. Arun Isaac2017-08-201-0/+34
* gnu: icedtea@3: Update to 3.5.1.•••* gnu/packages/java.scm (icedtea-8): Update to 3.5.1. Leo Famulari2017-08-191-12/+12
* gnu: icedtea@2: Update to 2.6.11 [security fixes].•••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. Leo Famulari2017-08-191-9/+9
* gnu: libreoffice: Update to 5.3.5.2.•••* gnu/packages/libreoffice.scm (libreoffice): Update to 5.3.5.2. Thomas Danckaert2017-08-191-2/+2
* gnu: python-netaddr: Update to 0.7.19.•••* gnu/packages/python.scm (python-netaddr): Update to 0.7.19. Tobias Geerinckx-Rice2017-08-191-2/+2
* gnu: lz4: Update to 1.8.0.•••* gnu/packages/compression.scm (lz4): Update to 1.8.0. Fix typo in comment. [source]: Remove patch. * gnu/packages/patches/lz4-fix-test-failures.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice2017-08-193-141/+3
* gnu: lz4: Use recommended home page.•••* gnu/packages/compression.scm (lz4)[home-page]: Use lz4.org. Tobias Geerinckx-Rice2017-08-191-1/+1
* gnu: Remove libgames-support.•••It was simply the old name (and version) of libgnome-games-support. * gnu/packages/gnome.scm (libgames-support): Remove variable. Move the inherited fields... (libgnome-games-support): ...to here. Tobias Geerinckx-Rice2017-08-191-21/+7
* gnu: newsbeuter: Fix CVE-2017-12904.•••* gnu/packages/patches/newsbeuter-CVE-2017-12904.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/syndication.scm (newsbeuter)[source]: Use it. Leo Famulari2017-08-183-0/+37
* gnu: python-pygit2: Update to 0.26.0.•••* gnu/packages/python.scm (python-pygit2): Update to 0.26.0. * gnu/packages/patches/python-pygit2-disable-network-tests.patch: Skip one more test. Use unittest.skipIf instead of deleting sections. Marius Bakke2017-08-182-52/+31
* gnu: gnome-shell: Update to 3.24.3.•••* gnu/packages/gnome.scm (gnome-shell): Update to 3.24.3. Tobias Geerinckx-Rice2017-08-181-2/+2
* gnu: gnome-control-center: Update to 3.24.3.•••* gnu/packages/gnome.scm (gnome-control-center): Update to 3.24.3. Tobias Geerinckx-Rice2017-08-181-2/+2
* gnu: gnome-keyring: Update to 3.20.1.•••* gnu/packages/gnome.scm (gnome-keyring): Update to 3.20.1. Tobias Geerinckx-Rice2017-08-181-2/+2
* gnu: libgnome-games-support: Update to 1.2.2.•••* gnu/packages/gnome.scm (libgnome-games-support): Update to 1.2.2. Tobias Geerinckx-Rice2017-08-181-2/+2
* gnu: gjs: Update to 1.48.6.•••* gnu/packages/gnome.scm (gjs): Update to 1.48.6. Tobias Geerinckx-Rice2017-08-181-2/+2
* gnu: shotwell: Update to 0.26.3.•••* gnu/packages/gnome.scm (shotwell): Update to 0.26.3. Tobias Geerinckx-Rice2017-08-181-2/+2
* gnu: totem-pl-parser: Update to 3.10.8.•••* gnu/packages/gnome.scm (totem-pl-parser): Update to 3.10.8. Tobias Geerinckx-Rice2017-08-181-2/+2
* gnu: perl-crypt-openssl-bignum: Update to 0.08.•••* gnu/packages/tls.scm (perl-crypt-openssl-bignum): Update to 0.08. Tobias Geerinckx-Rice2017-08-181-2/+2
* gnu: freerdp: Update inputs.•••* gnu/packages/rdesktop.scm (freerdp) [native-inputs]: Add libxslt, libxml2 and docbook-xsl. [inputs]: Add libjpeg, remove gstreamer, gst-plugins-base, libxml2 and libxslt. [arguments]: Enable features JPEG and SSE2 (on x86_64), and set up docbook-xsl. Thomas Danckaert2017-08-181-7/+20
* gnu: freerdp: Revert to version 1.1.•••* gnu/packages/rdesktop.scm (freerdp) [version, source]: Revert to upstream branch 1.1. [inputs]: Use ffmpeg-2.8. * gnu/packages/gnome.scm (vinagre): Add patches required to build against freerdp branch 1.1. * gnu/packages/patches/vinagre-revert-1.patch, gnu/packages/patches/vinagre-revert-2.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. Thomas Danckaert2017-08-185-46/+558
* gnu: xf86-video-siliconmotion: Fix building on aarch64.•••* gnu/packages/xorg.scm (xf86-video-siliconmotion)[source]: Add patch. * gnu/packages/patches/xf86-video-siliconmotion-fix-ftbfs.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2017-08-183-1/+174
* gnu: libksysguard: Update to 5.10.4.•••* gnu/packages/kde.scm (libksysguard ): Update to 5.10.4. Efraim Flashner2017-08-181-3/+3
* gnu: kde-framework: Update to 5.37.0.•••* gnu/packages/kde-frameworks.scm (extra-cmake-modules, attica, bluez-qt, breeze-icons, kapidox, karchive, kcodecs, kconfig, kcoreaddons, kdbusaddons, kdnssd, kguiaddons, kil8n, kidletime, kitemmodules, kplotting, ksyntaxhighlighting, kwayland, kwidgetsaddons, kwindowsystem, modemmanager-qt, networkmanager-qt, oxygen-icons, solid, sonnet, threadweaver, kauth, kcompletion, kcrash, kimageformats, kjobwidgets, knotifications, kpackage, kpty, kunitconversion, baloo, kactivities, kactivities-stats, kbookmarks, kcmutils, kconfigwidgets, kdeclarative, kded, kdesignerplugin, kdesu, kemoticons, kglobalaccel, kiconthemes, kinit, kio, knewstuff, knotifyconfig, kparts, kpeople, krunner, kservice, ktexteditor, ktextwidgets, kwallet, kxmlgui, kxmlrpcclient, plasma-framework, kde-framworkintegration, kdelibs4support, khtml, kjs, kjsembed, kmediaplayer, kross): Update to 5.37.0. (bluez-qt)[arguments]: Disable tests. (kcodecs, khtml)[native-inputs]: Add gperf. (ksyntaxhighlighting)[properties]: New field, add upstream-name. (kimageformats, baloo)[arguments]: Add phase to disable failing test. (krunner)[inputs]: Add kwindowsystem. Efraim Flashner2017-08-181-150/+161
* gnu: freeipmi: Update to 1.5.7.•••* gnu/packages/freeipmi.scm (freeipmi): Update to 1.5.7. Efraim Flashner2017-08-181-2/+2
* gnu: giac-xcas: Update to 1.2.3-57.•••* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.3-57. Nicolas Goaziou2017-08-181-2/+2
* gnu: Add rtl-sdr.•••* gnu/packages/ham-radio.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/ham-radio.scm (rtl-sdr): New variable. Arun Isaac2017-08-182-0/+53
* gnu: youtube-dl: Update to 2017.08.18.•••* gnu/packages/video.scm (youtube-dl): Update to 2017.08.18. Tobias Geerinckx-Rice2017-08-181-2/+2
* gnu: libconfuse: Update to 3.2.1.•••* gnu/packages/wm.scm (libconfuse): Update to 3.2.1. Tobias Geerinckx-Rice2017-08-181-2/+2
* gnu: rpm: Update to 4.13.0.1.•••* gnu/packages/package-management.scm (rpm): Update to 4.13.0.1 [source]: Remove patch. Use 'version-major+minor' for url. * gnu/packages/patches/rpm-CVE-2014-8118.patch: Delete patch. * gnu/local.mk (dist_patch_DATA): Remove it. Eric Bavier2017-08-173-30/+4
* gnu: Add rss-bridge.•••* gnu/packages/web.scm (rss-bridge): New variable. Arun Isaac2017-08-181-0/+40
* gnu: Add missing import.•••This is a followup to d016b60fa350834e96dd075b6121de2c27ee2205. * gnu/packages/networking.scm (gnu): Use (gnu packages glib). Marius Bakke2017-08-181-0/+1
* gnu: openmpi: Add RDMA and libfabric support.•••* gnu/packages/mpi.scm (openmpi)[inputs]: Add rdma-core, libfabric. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Dave Love2017-08-181-0/+2