summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2018-07-17gnu: assimp: Update to 4.1.0.Efraim Flashner
* gnu/packages/graphics.scm (assimp): Update to 4.1.0. [source]: Don't use unstable tarball. [home-page]: Update home-page.
2018-07-17gnu: aspell-dict-en: Update to 2018.04.16-0.Efraim Flashner
* gnu/packages/aspell.scm (aspell-dict-en): Update to 2018.04.16-0.
2018-07-17gnu: vdirsyncer: Return #t from all phases.Efraim Flashner
* gnu/packages/dav.scm (vdirsyncer)[arguments]: Substitute invoke for system*.
2018-07-17gnu: vdirsyncer: Update home-page.Efraim Flashner
* gnu/packages/dav.scm (vdirsyncer)[home-page]: Update to new upstream home-page.
2018-07-16gnu: mutt: Update to 1.10.1.Leo Famulari
* gnu/packages/mail.scm (mutt): Update to 1.10.1.
2018-07-16gnu: libtorrent-rasterbar: Update to 1.1.8.Leo Famulari
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.8.
2018-07-16gnu: python-cairocffi: Fix loading of shared libraries.Danny Milosavljevic
Fixes <https://bugs.gnu.org/32170>. * gnu/packages/patches/python-cairocffi-dlopen-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-cairocffi)[inputs]: Add glib, gtk+, pango. [native-inputs]: Add python-pytest. [arguments]: Enable tests. [arguments]<#:phases>[patch-paths]: New phase.
2018-07-16gnu: python-pyasn1-modules: Update to 0.2.2.Leo Famulari
* gnu/packages/python.scm (python-pyasn1-modules, python2-pyasn1-modules): Update to 0.2.2.
2018-07-16gnu: python-pyasn1: Update to 0.4.3.Leo Famulari
* gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.4.3.
2018-07-16services: cuirass: Remove the LOAD-PATH option.Clément Lassieur
* gnu/services/cuirass.scm (<cuirass-configuration>, cuirass-shepherd-service): Remove the LOAD-PATH option.
2018-07-16gnu: cuirass: Update to 7b2f9e0.Clément Lassieur
* gnu/packages/ci.scm (cuirass): Update to 7b2f9e0.
2018-07-16gnu: Remove leftover patch.Leo Famulari
* gnu/packages/patches/file-CVE-2017-1000249.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.patch'.
2018-07-16gnu: emacs-bash-completion: Fix spelling of "Bash".Ludovic Courtès
* gnu/packages/emacs.scm (emacs-bash-completion)[synopsis, description]: Fix spelling of "Bash".
2018-07-16gnu: emacs-pulseaudio-control: Record the file name of 'pactl'.Ludovic Courtès
* gnu/packages/emacs.scm (emacs-pulseaudio-control)[arguments, inputs]: New fields.
2018-07-16gnu: ecryptfs-utils: Patch hardcoded-paths.Brendan Tildesley
* gnu/packages/linux.scm: (ecryptfs-utils): Patch hardcoded-paths. [arguments]: Add the phase patch-hardcoded-paths to replace various hardcoded references to /bin, /sbin, ... with direct references to the store. [inputs]: Add missing inputs util-linux, cryptsetup, and lvm2 so that the correct paths can be found and the resulting code works. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16gnu: monero-core: Rename package to "monero-gui".Theodoros Foradis
* gnu/packages/finance.scm (monero-core): Define in terms of 'deprecated-package'. (monero-gui): New variable, formerly known as "monero-core". Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16gnu: monero-core: Return #t from phases.Theodoros Foradis
* gnu/packages/engineering.scm (monero)[arguments]: Substitute invoke for system*. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16gnu: monero-core: Update to 0.12.2.0.Theodoros Foradis
* gnu/packages/finance.scm (monero-core): Update to 0.12.2.0. [source]: Use 'git-fetch'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16gnu: monero: Return #t from phases.Theodoros Foradis
* gnu/packages/finance.scm (monero)[arguments]: Substitute invoke for system*. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16gnu: monero: Update to 0.12.3.0.Theodoros Foradis
* gnu/packages/patches/monero-use-system-miniupnpc.patch: New file. * gnu/local.mk: Add it. * gnu/packages/finance.scm (monero): Update to 0.12.3.0. [source]: Add patch. Remove snippet because miniupnpc, rapidjson and unbound are no longer bundled in-tree. [inputs]: Add zeromq, cppzmq, libsodium. Use monero-miniupnpc. [arguments]: Change build-type to "release". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16gnu: Add electron-cash.Vagrant Cascadian
* gnu/packages/finance.scm (electron-cash): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16gnu: kodi: Build with mariadb.Efraim Flashner
* gnu/packages/kodi.scm (kodi)[inputs]: Replace mysql with mariadb.
2018-07-16gnu: java-bouncycastle: Update to 1.60 [fixes CVE-2018-1000180].Leo Famulari
* gnu/packages/java.scm (java-bouncycastle): Update to 1.60.
2018-07-16gnu: fltk: Update to 1.3.4-2.Efraim Flashner
* gnu/packages/fltk.scm (fltk): Update to 1.3.4-2. [source]: Remove patches. [inputs]: Switch from libjpeg-8 to libjpeg. * gnu/packages/patches/fltk-shared-lib-defines.patch, gnu/packages/patches/fltk-xfont-on-demand.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them.
2018-07-16gnu: botan: Update to 2.7.0 [fixes CVE-2018-12435].Leo Famulari
* gnu/packages/crypto.scm (botan): Update to 2.7.0.
2018-07-15gnu: ruby-options: Return #t from set-LIB phase.Christopher Baines
* gnu/packages/ruby.scm (ruby-options)[arguments]: Return #t from the set-LIB phase.
2018-07-15gnu: tor.scm: Fix copyright line.Efraim Flashner
This is a follow-up to 2c6f0438d8c967dcfc0a2ccaa1a6a3ea1e1bcc00.
2018-07-15gnu: libraw: Use libjpeg@9.Efraim Flashner
* gnu/packages/photo.scm (libraw)[inputs]: Replace libjpeg@8 with libjpeg.
2018-07-15gnu: openimageio: Use libjpeg@9.Efraim Flashner
* gnu/packages/graphics.scm (openimageio)[inputs]: Replace libjpeg@8 with libjpeg.
2018-07-15gnu: openimageio: Don't use unstable tarball.Efraim Flashner
* gnu/packages/graphics.scm (openimageio)[source]: Download the source from a git repository.
2018-07-15gnu: podofo: Update to 0.9.6.Efraim Flashner
* gnu/packages/pdf.scm (podofo): Update to 0.9.6. [native-inputs]: Add cppunit, pkg-config. [inputs]: Replace libjpeg@8 with libjpeg. Order alphabetically.
2018-07-15gnu: gimp: Use libjpeg@9.Efraim Flashner
* gnu/packages/gimp.scm (gimp)[inputs]: Replace libjpeg@8 with libjpeg.
2018-07-15gnu: gegl: Use libjpeg@9.Efraim Flashner
* gnu/packages/gimp.scm (gegl)[inputs]: Replace libjpeg@8 with libjpeg.
2018-07-15gnu: rust@1.25: Fix build on aarch64-linux.Efraim Flashner
* gnu/packages/rust.scm (rust@1.25)[arguments]: Replace inherited custom 'patch-aarch64-test phase. Make sure all phases return #t.
2018-07-15gnu: rust@1.19: Don't make public.Efraim Flashner
* gnu/packages/rust.scm (rust@1.19): Don't make it a public variable.
2018-07-15gnu: postgresql@9.6: Update to 9.6.9.Efraim Flashner
* gnu/packages/databases.scm (postgresql@9.6): Update to 9.6.9.
2018-07-15gnu: emacs: Build with libjpeg@9.Efraim Flashner
* gnu/packages/emacs.scm (emacs)[inputs]: Replace libjpeg@8 with libjpeg.
2018-07-15gnu: tor: Update to 0.3.3.9.Efraim Flashner
* gnu/packages/tor.scm (tor): Update to 0.3.3.9.
2018-07-14gnu: python-xenon: Update to 0.5.4.Efraim Flashner
* gnu/packages/python.scm (python-xenon): Update to 0.5.4. [arguments]: Remove part of custom 'patch-test-requirements phase.
2018-07-14gnu: debootstrap: Update to 1.0.106.Efraim Flashner
* gnu/packages/debian.scm (debootstrap): Update to 1.0.106. [source]: Download from git repository. [home-page]: Update to new home-page.
2018-07-14gnu: gnu-pw-mgr: Update to 2.3.3.Efraim Flashner
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.3.3.
2018-07-15gnu: python-h5py: Update to 2.8.0.Ben Woodcroft
* gnu/packages/python.scm (python-h5py): Update to 2.8.0.
2018-07-14gnu: services: Export virtlog-configuration.Julien Lepiller
* gnu/services/virtualization.scm (virtlog-configuration): Export.
2018-07-14gnu: linux-libre: Update to 4.17.6.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.6. (%linux-libre-hash): Update hash.
2018-07-14gnu: linux-libre@4.14: Update to 4.14.55.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.55. (%linux-libre-4.14-hash): Update hash.
2018-07-14gnu: linux-libre@4.9: Update to 4.9.112.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.112.
2018-07-14gnu: linux-libre@4.4: Update to 4.4.140.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.140.
2018-07-13gnu: Add inchi.Kei Kebreau
* gnu/packages/chemistry.scm (inchi): New variable.
2018-07-13gnu: faba-icon-theme: Fix build.Julien Lepiller
* gnu/packages/gnome.scm (faba-icon-theme)[arguments]: Disable running gtk-update-icon-cache after installation.
2018-07-13gnu: mes: Update to 0.16.1.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.16.1.