summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * gnu: curl: Replace with 7.66.0 [fixes CVE-2019-5481, CVE-2019-5482].Marius Bakke2019-10-13
| | | | | | | | | | * gnu/packages/curl.scm (curl-7.66.0): New variable. (curl)[replacement]: New field.
| * gnu: nghttp2: Replace with 1.39.2 [fixes CVE-2019-9511, CVE-2019-9513].Marius Bakke2019-10-13
| | | | | | | | | | * gnu/packages/web.scm (nghttp2-1.39.2): New variable. (nghttp2)[replacement]: New field.
| * gnu: OpenSSL@1.0: Replace with 1.0.2t [fixes CVE-2019-1547, CVE-2019-1563].Marius Bakke2019-10-13
| | | | | | | | | | * gnu/packages/tls.scm (openssl-1.0.2t): New variable. (openssl-1.0)[replacement]: New field.
| * gnu: Add emacs-forge.Oleg Pykhalov2019-10-13
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-forge): New variable.
| * gnu: emacs-closql: Update to 1.0.0-1.70b98db.Oleg Pykhalov2019-10-13
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.0.0-1.70b98db.
| * gnu: emacs-ghub: Update to 3.2.0-1.cf0b13a.Brian Leung2019-10-13
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.2.0-1.cf0b13a. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * gnu: emacs-magit: Update to 2.90.1-2.c761d28.Oleg Pykhalov2019-10-13
| | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 2.90.1-2.c761d28. [arguments]: Add patch phase.
| * gnu: ao: Update to 1.2.2-5-g20dc8ed [fixes CVE-2017-11548].Marius Bakke2019-10-13
| | | | | | | | | | | | * gnu/packages/xiph.scm (ao): Update to 1.2.2-5-g20dc8ed. [source]: Switch to GIT-FETCH. [native-inputs]: Add AUTOCONF, AUTOMAKE and LIBTOOL.
| * gnu: ao: Specify CPE name.Marius Bakke2019-10-13
| | | | | | | | * gnu/packages/xiph.scm (ao)[properties]: New field.
| * gnu: tcl: Update home page.Marius Bakke2019-10-13
| | | | | | | | * gnu/packages/tcl.scm (tcl)[home-page]: Use HTTPS.
| * gnu: util-linux: Adjust indentation.Marius Bakke2019-10-13
| | | | | | | | * gnu/packages/linux.scm (util-linux): Re-indent.
| * gnu: Add pragha.Eric Bavier2019-10-13
| | | | | | | | * gnu/packages/music.scm (pragha): New variable.
| * gnu: easytag: Fix mp3 support.Pierre Langlois2019-10-13
| | | | | | | | | | | | | | | | * gnu/packages/music.scm (easytag)[arguments]: Add 'Name', 'Description' and 'Version' entries to temporary id3tag.pc pkg-config file. Terminate phases with #t. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| * gnu: id3lib: Apply patch for UTF16 writing bug.Pierre Langlois2019-10-13
| | | | | | | | | | | | | | | | * gnu/packages/patches/id3lib-UTF16-writing-bug.patch: New file. * gnu/packages/mp3.scm (id3lib)[source](patches): Add it. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| * gnu: parted: End phases on #t.Marius Bakke2019-10-13
| | | | | | | | * gnu/packages/disk.scm (parted)[arguments]: End phase on #t and reindent.
| * gnu: parted: Complete the 3.3 update.Marius Bakke2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/37721>. Reported by Jesse Gibbons <jgibbons2357@gmail.com>. This is a follow-up to commit 6ad7e3578b6ec924ceddabc908decdab8e453eca. * gnu/packages/patches/parted-glibc-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/disk.scm (parted)[source](patches): Remove. [native-inputs]: Add E2FSPROGS.
| * gnu: Add emacs-sly-asdf.Pierre Neidhardt2019-10-13
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-sly-asdf): New variable.
| * gnu: Add emacs-sly-quicklisp.Pierre Neidhardt2019-10-13
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-sly-quicklisp): New variable.
| * gnu: emacs-sly: Update to 20191003.Pierre Neidhardt2019-10-13
| | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20191003. [native-inputs]: Add texinfo to build doc. [arguments]: Include "contrib" and "slink" folders so that SLY can start. Add "install-doc" phase.
| * gnu: shotwell: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-10-12
| | | | | | | | * gnu/packages/gnome.scm (shotwell)[source]: Hard-code NAME.
| * gnu: shotwell: Update to 0.30.7.Tobias Geerinckx-Rice2019-10-12
| | | | | | | | * gnu/packages/gnome.scm (shotwell): Update to 0.30.7.
| * gnu: eog-plugins: Update to 3.26.4.Tobias Geerinckx-Rice2019-10-12
| | | | | | | | * gnu/packages/gnome.scm (eog-plugins): Update to 3.26.4.
| * gnu: parted: Update to 3.3.Tobias Geerinckx-Rice2019-10-12
| | | | | | | | * gnu/packages/disk.scm (parted): Update to 3.3.
| * gnu: e2fsprogs: Update to 1.45.4 [fixes CVE-2019-5094].Marius Bakke2019-10-12
| | | | | | | | * gnu/packages/linux.scm (e2fsprogs): Update to 1.45.4.
| * gnu: efl: Update to 1.23.1.Efraim Flashner2019-10-12
| | | | | | | | * gnu/packages/enlightenment.scm (efl): Update to 1.23.1.
| * gnu: python-jupyter-kernel-test: Use PYTHON-VERSION.Marius Bakke2019-10-12
| | | | | | | | | | * gnu/packages/jupyter.scm (python-jupyter-kernel-test)[arguments]: Use PYTHON-VERSION to determite Python version.
| * gnu: json-modern-cxx: Update to 3.7.0.Marius Bakke2019-10-12
| | | | | | | | | | | | | | * gnu/packages/cpp.scm (json-modern-cxx): Update to 3.7.0. [source](snippet): Adjust for new doctest requirement. [native-inputs]: Add DOCTEST. [inputs]: Remove CATCH-FRAMEWORK2.
| * gnu: Add doctest.Marius Bakke2019-10-12
| | | | | | | | * gnu/packages/check.scm (doctest): New public variable.
| * gnu: twolame: Update to 0.4.0.Marius Bakke2019-10-12
| | | | | | | | | | * gnu/packages/audio.scm (twolame): Update to 0.4.0. [source](snippet): Remove.
| * gnu: kodi: Update to 18.4.Marius Bakke2019-10-12
| | | | | | | | * gnu/packages/kodi.scm (kodi): Update to 18.4.
| * gnu: python-django: Update to 1.11.25 [security fixes].Marius Bakke2019-10-12
| | | | | | | | * gnu/packages/django.scm (python-django): Update to 1.11.25.
| * gnu: gRPC: Update description.Marius Bakke2019-10-12
| | | | | | | | * gnu/packages/machine-learning.scm (grpc)[description]: Remove "open source".
| * gnu: FANN: Update description.Marius Bakke2019-10-12
| | | | | | | | * gnu/packages/machine-learning.scm (fann)[description]: Remove "open source".
| * gnu: arx-libertatis: Update description.Marius Bakke2019-10-12
| | | | | | | | * gnu/packages/games.scm (arx-libertatis)[description]: Remove "open source".
| * gnu: BOINC: Add a source file name.Marius Bakke2019-10-12
| | | | | | | | | | | | While at it, future-proof the URL as well. * gnu/packages/distributed.scm (boinc-client)[source](file-name): New field.
| * gnu: BOINC: Update license.Marius Bakke2019-10-12
| | | | | | | | * gnu/packages/distributed.scm (boinc-client)[license]: Add LGPL3+.
| * gnu: BOINC: Remove redundant comment.Marius Bakke2019-10-12
| | | | | | | | | | * gnu/packages/distributed.scm (boinc-client)[description]: Don't mention license terms.
| * gnu: emacs: Add mailutils to inputs.wednesday2019-10-12
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs)[inputs]: Add mailutils. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: mailutils: Update to 3.7.Tobias Geerinckx-Rice2019-10-12
| | | | | | | | * gnu/packages/mail.scm (mailutils): Update to 3.7.
| * gnu: amtk: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-10-12
| | | | | | | | * gnu/packages/gnome.scm (amtk)[source]: Hard-code NAME.
| * gnu: amtk: Update to 5.0.1.Tobias Geerinckx-Rice2019-10-12
| | | | | | | | * gnu/packages/gnome.scm (amtk): Update to 5.0.1.
| * gnu: lightning: Update to 2.1.3.Tobias Geerinckx-Rice2019-10-12
| | | | | | | | * gnu/packages/assembly.scm (lightning): Update to 2.1.3.
| * gnu: Add uchardet.Reza Alizadeh Majd2019-10-12
| | | | | | | | | | | | * gnu/packages/freedesktop.scm (uchardet): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: re2c: Update to 1.2.1.Sergei Trofimovich2019-10-12
| | | | | | | | | | | | | | * gnu/packages/re2c.scm (re2c): Update to 1.2.1. Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: ld-wrapper: Memoize.Ludovic Courtès2019-10-12
| | | | | | | | | | | | | | | | | | | | | | | | The command: guix graph -e '(@@ (gnu packages commencement) coreutils-final)' now shows 93 nodes (992 edges) instead of 176 nodes (1241 edges). * gnu/packages/commencement.scm (ld-wrapper-boot0): Use 'mlambda' instead of 'lambda'. (ld-wrapper-boot3): Likewise.
| * gnu: Improve memoization of 'package-with-bootstrap-guile'.Ludovic Courtès2019-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before that, the command: GUIX_PROFILING=memoization guix build -e '(@@ (gnu packages commencement) gnu-make-final)' -nd would show that 'package-with-bootstrap-guile' was called 2256 times (hit rate: 89%). Now, it is called 745 times (hit rate: 85%). "guix build libreoffice -nd" goes from 2.60s to 2.40s (-8%). * gnu/packages/commencement.scm (gnu-make-final) (coreutils-final, grep-final, sed-final, %final-inputs): Call 'package-with-bootstrap-guile' before 'package-with-explicit-inputs'.
| * gnu: python-scikit-learn: Update to 0.20.4.Jesse Gibbons2019-10-12
| | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/37705>. * gnu/packages/machine-learning.scm (python-scikit-learn): Update to 0.20.4. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: mescc-tools: Use 'git-fetch'.Ludovic Courtès2019-10-12
| | | | | | | | | | * gnu/packages/mes.scm (mescc-tools-0.5.2)[source]: Use 'git-fetch'. (mescc-tools)[source]: Likewise.
| * gnu: commencement: Reduce the graph of package objects.Ludovic Courtès2019-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The graph returned by: guix graph -e '(@@ (gnu packages commencement) guile-final)' now contains 94 nodes (664 edges) instead of 394 (2674 edges). Likewise, this command: GUIX_PROFILING=add-data-to-store-cache guix build coreutils -nd shows that the number of lookups to the 'add-data-to-store' caches goes from 8935 to 5303. Overall, "guix build libreoffice -nd" goes from 3.17s to 2.60s (-18%). * gnu/packages/commencement.scm (diffutils-boot0): Remove call to 'package-with-bootstrap-guile' and 'package-with-explicit-inputs', and adjust accordingly. (findutils-boot0, file-boot0, binutils-boot0, libstdc++-boot0) (gcc-boot0, perl-boot0, m4-boot0, bison-boot0, flex-boot0) (linux-libre-headers-boot0, texinfo-boot0, python-boot0) (ld-wrapper-boot0, glibc-final-with-bootstrap-bash) (static-bash-for-glibc, gettext-boot0, glibc-final, binutils-final) (libstdc++, zlib-final, bash-final): Likewise. (expat-sans-tests)[inputs]: New field. [arguments]: Add #:implicit-inputs? and #:guile. (m4-boot0*): New variable.
| * gnu: Remove unnecessary uses of 'package-with-bootstrap-guile'.Ludovic Courtès2019-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reduces the object graph returned by: guix graph -e '(@@ (gnu packages commencement) glibc-final-with-bootstrap-bash) from 333 nodes (1542 edges) to 148 nodes (886 edges). This improves 'package-derivation' memoization and, consequently, the 'add-data-to-store' cache shown by: GUIX_PROFILING=add-data-to-store-cache guix build coreutils -nd goes from 10948 lookups to 8935 lookups. * gnu/packages/commencement.scm (mes-boot): Remove call to 'package-with-bootstrap-guile'. Call 'bootstrap-origin' on the source of NYACC-0.86. (tcc-boot0): Likewise. (tcc-boot): Remove call to 'package-with-bootstrap-guile' and call 'bootstrap-origin' on its source. (make-mesboot0): Remove call to 'package-with-bootstrap-guile'. (diffutils-mesboot): Likewise. (binutils-mesboot0): Likewise, and call 'bootstrap-origin' for its source. (gcc-core-mesboot): Likewise. (mesboot-headers): Remove call to 'package-with-bootstrap-guile'. (glibc-mesboot0): Likewise, and call 'bootstrap-origin' for its source. (gcc-mesboot0): Remove call to 'package-with-bootstrap-guile'. (binutils-mesboot): Likewise. (make-mesboot): Likewise. (gcc-mesboot1): Likewise, and call 'bootstrap-origin' for its source. (gcc-mesboot1-wrapper): Remove call to 'package-with-bootstrap-guile'. (glibc-headers-mesboot): Likewise, and call 'bootstrap-origin' for its source. (glibc-mesboot): Remove call to 'package-with-bootstrap-guile'. (gcc-mesboot): Likewise, and call to 'bootstrap-origin' for its source. (gcc-mesboot-wrapper): Remove call to 'package-with-bootstrap-guile'. (m4-mesboot): Likewise. (gnu-make-boot0): Likewise, and call 'bootstrap-origin' for its source.