summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: monero: Return #t from phases.•••* gnu/packages/finance.scm (monero)[arguments]: Substitute invoke for system*. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Theodoros Foradis2018-07-161-7/+5
* gnu: monero: Update to 0.12.3.0.•••* 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> Theodoros Foradis2018-07-163-15/+126
* gnu: Add electron-cash.•••* gnu/packages/finance.scm (electron-cash): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vagrant Cascadian2018-07-161-0/+31
* gnu: kodi: Build with mariadb.•••* gnu/packages/kodi.scm (kodi)[inputs]: Replace mysql with mariadb. Efraim Flashner2018-07-161-1/+1
* gnu: java-bouncycastle: Update to 1.60 [fixes CVE-2018-1000180].•••* gnu/packages/java.scm (java-bouncycastle): Update to 1.60. Leo Famulari2018-07-161-3/+3
* gnu: fltk: Update to 1.3.4-2.•••* 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. Efraim Flashner2018-07-164-111/+13
* gnu: botan: Update to 2.7.0 [fixes CVE-2018-12435].•••* gnu/packages/crypto.scm (botan): Update to 2.7.0. Leo Famulari2018-07-161-2/+2
* gnu: ruby-options: Return #t from set-LIB phase.•••* gnu/packages/ruby.scm (ruby-options)[arguments]: Return #t from the set-LIB phase. Christopher Baines2018-07-151-1/+2
* ruby-build-system: Error or return #t from all phases.•••Previously, if the tests didn't pass, the check phase would evaluate to #f, but the package would be built sucessfully. This changes all the phases to raise exceptions if errors are encountered, and return #t otherwise. This involves using invoke rather than system*, so that exceptions are raised if the program exits with a status other than 0, and also returning #t at the end of functions. * gnu/build/ruby-build-system.scm (unpack): Use invoke rather than system*, and return #t at the end. (build, check): Use invoke rather than system*. (install): Remove the use of "and", and rewrite the error handling to raise an exception. (wrap): Return #t. Christopher Baines2018-07-151-53/+55
* gnu: tor.scm: Fix copyright line.•••This is a follow-up to 2c6f0438d8c967dcfc0a2ccaa1a6a3ea1e1bcc00. Efraim Flashner2018-07-151-2/+2
* gnu: libraw: Use libjpeg@9.•••* gnu/packages/photo.scm (libraw)[inputs]: Replace libjpeg@8 with libjpeg. Efraim Flashner2018-07-151-2/+2
* gnu: openimageio: Use libjpeg@9.•••* gnu/packages/graphics.scm (openimageio)[inputs]: Replace libjpeg@8 with libjpeg. Efraim Flashner2018-07-151-1/+1
* gnu: openimageio: Don't use unstable tarball.•••* gnu/packages/graphics.scm (openimageio)[source]: Download the source from a git repository. Efraim Flashner2018-07-151-6/+7
* gnu: podofo: Update to 0.9.6.•••* gnu/packages/pdf.scm (podofo): Update to 0.9.6. [native-inputs]: Add cppunit, pkg-config. [inputs]: Replace libjpeg@8 with libjpeg. Order alphabetically. Efraim Flashner2018-07-151-8/+11
* gnu: gimp: Use libjpeg@9.•••* gnu/packages/gimp.scm (gimp)[inputs]: Replace libjpeg@8 with libjpeg. Efraim Flashner2018-07-151-1/+1
* gnu: gegl: Use libjpeg@9.•••* gnu/packages/gimp.scm (gegl)[inputs]: Replace libjpeg@8 with libjpeg. Efraim Flashner2018-07-151-2/+2
* gnu: rust@1.25: Fix build on aarch64-linux.•••* gnu/packages/rust.scm (rust@1.25)[arguments]: Replace inherited custom 'patch-aarch64-test phase. Make sure all phases return #t. Efraim Flashner2018-07-151-4/+18
* gnu: rust@1.19: Don't make public.•••* gnu/packages/rust.scm (rust@1.19): Don't make it a public variable. Efraim Flashner2018-07-151-1/+1
* gnu: postgresql@9.6: Update to 9.6.9.•••* gnu/packages/databases.scm (postgresql@9.6): Update to 9.6.9. Efraim Flashner2018-07-151-2/+3
* gnu: emacs: Build with libjpeg@9.•••* gnu/packages/emacs.scm (emacs)[inputs]: Replace libjpeg@8 with libjpeg. Efraim Flashner2018-07-151-1/+1
* gnu: tor: Update to 0.3.3.9.•••* gnu/packages/tor.scm (tor): Update to 0.3.3.9. Efraim Flashner2018-07-151-3/+3
* gnu: python-xenon: Update to 0.5.4.•••* gnu/packages/python.scm (python-xenon): Update to 0.5.4. [arguments]: Remove part of custom 'patch-test-requirements phase. Efraim Flashner2018-07-141-9/+4
* gnu: debootstrap: Update to 1.0.106.•••* gnu/packages/debian.scm (debootstrap): Update to 1.0.106. [source]: Download from git repository. [home-page]: Update to new home-page. Efraim Flashner2018-07-141-6/+9
* gnu: gnu-pw-mgr: Update to 2.3.3.•••* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.3.3. Efraim Flashner2018-07-141-2/+2
* gnu: python-h5py: Update to 2.8.0.•••* gnu/packages/python.scm (python-h5py): Update to 2.8.0. Ben Woodcroft2018-07-151-2/+2
* gnu: services: Export virtlog-configuration.•••* gnu/services/virtualization.scm (virtlog-configuration): Export. Julien Lepiller2018-07-141-0/+1
* gnu: linux-libre: Update to 4.17.6.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.6. (%linux-libre-hash): Update hash. Mark H Weaver2018-07-141-2/+2
* gnu: linux-libre@4.14: Update to 4.14.55.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.55. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2018-07-141-2/+2
* gnu: linux-libre@4.9: Update to 4.9.112.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.112. Mark H Weaver2018-07-141-2/+2
* gnu: linux-libre@4.4: Update to 4.4.140.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.140. Mark H Weaver2018-07-141-2/+2
* gnu: Add inchi.•••* gnu/packages/chemistry.scm (inchi): New variable. Kei Kebreau2018-07-131-0/+81
* utils: Really clean up temporary directories.•••Fixes <https://bugs.gnu.org/32126>. * guix/utils.scm (call-with-temporary-directory): Use DELETE-FILE-RECURSIVELY instead of RMDIR. Leo Famulari2018-07-131-2/+3
* tests: Don't rely on temporary directories being permanent.•••* tests/gexp.scm ("gexp->script #:module-path", "program-file #:module-path"): Use run-with-store. Leo Famulari2018-07-131-27/+29
* gnu: faba-icon-theme: Fix build.•••* gnu/packages/gnome.scm (faba-icon-theme)[arguments]: Disable running gtk-update-icon-cache after installation. Julien Lepiller2018-07-131-0/+7
* gnu: mes: Update to 0.16.1.•••* gnu/packages/mes.scm (mes): Update to 0.16.1. Jan Nieuwenhuizen2018-07-131-3/+7
* gnu: antlr3: Fix compilation.•••* gnu/packages/java.scm (antlr3)[arguments]: Fix 'generate-grammar' phase. Julien Lepiller2018-07-131-2/+0
* gnu: Add miniupnpc-monero.•••* gnu/packages/upnp.scm (monero-miniupnpc): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Theodoros Foradis2018-07-131-0/+46
* gnu: Add cppzmq.•••* gnu/packages/networking.scm (cppzmq): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Theodoros Foradis2018-07-131-0/+30
* pull: Display new/upgraded packages upon completion.•••* guix/scripts/pull.scm (display-profile-news): New procedure. (build-and-install): Call it. (display-new/upgraded-packages): Add #:heading and honor it. Ludovic Courtès2018-07-131-4/+31
* pull: Use (guix inferior) to display new and upgraded packages.•••* guix/scripts/pull.scm (display-profile-content): Call 'display-generation'. (display-new/upgraded-packages, display-profile-content-diff): New procedures. (process-query)[list-generation]: Remove. [list-generations]: New procedure. Adjust accordingly. * doc/guix.texi (Invoking guix pull): Update example of '-l'. Ludovic Courtès2018-07-132-11/+104
* Add (guix inferior) and (guix scripts repl).•••* guix/inferior.scm, guix/scripts/repl.scm, tests/inferior.scm: New files. * Makefile.am (MODULES): Add 'guix/scripts/repl.scm' and 'guix/inferior.scm'. (SCM_TESTS): Add 'tests/inferior.scm'. * doc/guix.texi (Invoking guix repl): New node. Ludovic Courtès2018-07-135-0/+521
* guix package: Use relative symlinks to generations.•••Reported by Roel Janssen <roel@gnu.org> at <https://lists.gnu.org/archive/html/guix-devel/2018-07/msg00036.html>. * guix/profiles.scm (switch-to-generation): Use (basename generation) as the symlink target. * guix/scripts/package.scm (build-and-use-profile): Likewise, use (basename name) as the symlink target. * tests/guix-package.sh: Adjust --roll-back test accordingly. Add explicitly test with '-p foo/prof'. Ludovic Courtès2018-07-133-3/+13
* gnu: Add ddclient.•••* gnu/packages/dns.scm (ddclient): New variable. Oleg Pykhalov2018-07-131-1/+91
* git: Call 'url-cache-directory' outside 'update-cached-checkout'.•••* guix/git.scm (update-cached-checkout): Call 'url-cache-directory' in 'cache-directory' key argument. (latest-repository-commit): Call 'url-cache-directory'. Oleg Pykhalov2018-07-131-12/+14
* import: hackage: Fix typo.•••* guix/import/cabal.scm (cabal-custom-setuo-name): Rename to... (cabal-custom-setup-name): ...this. Danny Milosavljevic2018-07-131-1/+1
* gnu: bind: Update to 9.12.2.•••* gnu/packages/dns.scm (bind): Update to 9.12.2. * gnu/packages/patches/bind-CVE-2018-5738.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Julien Lepiller2018-07-133-104/+2
* gnu: hunspell-dict-fr: Update to 6.2.•••* gnu/packages/libreoffice.scm (dicollecte-french-dictionary): Update to 6.2. Julien Lepiller2018-07-131-2/+2
* etc: snippets: Add guix-commit-message-use-https-home-page.•••* etc/snippets/text-mode/guix-commit-message-use-https-home-page: New file. * doc/contributing.texi (The Perfect Setup): Document new snippet. Arun Isaac2018-07-132-1/+11
* etc: snippets: Add new build systems to package snippet.•••* etc/snippets/scheme-mode/guix-package: Add android-ndk-build-system and scons-build-system as possibilities for the build-system field. Arun Isaac2018-07-131-1/+3
* gnu: curl: Update replacement to 7.61.0 [fixes CVE-2018-0500].•••* gnu/packages/curl.scm (curl)[replacement]: Update to 7.61.0. (curl-7.60.0): Replace with ... (curl-7.61.0): ... new variable. Leo Famulari2018-07-121-4/+4