summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* system: Switch to Guile 3.0.•••* gnu/system.scm (%base-packages): Change from GUILE-2.2 to GUILE-3.0. Marius Bakke2020-03-201-1/+1
* Merge branch 'master' into core-updatesMarius Bakke2020-03-1922-67/+99
|\
| * gnu: python2-cython: Exclude parallel tests on i686 systems.•••* gnu/packages/python-xyz.scm (python2-cython)[arguments]: When building on i686-linux, override the 'check' phase. Marius Bakke2020-03-191-0/+12
| * gnu: git: Enable parallel tests.•••* gnu/packages/version-control.scm (git)[arguments]: Remove #:parallel-testS?. Marius Bakke2020-03-191-3/+0
| * gnu: varnish: Update to 6.4.0.•••* gnu/packages/web.scm (varnish): Update to 6.4.0. Marius Bakke2020-03-191-2/+2
| * gnu: RocksDB: Update to 6.7.3.•••* gnu/packages/databases.scm (rocksdb): Update to 6.7.3. Marius Bakke2020-03-191-2/+2
| * gnu: wpebackend-fdo: Update to 1.6.0.•••* gnu/packages/webkit.scm (wpebackend-fdo): Update to 1.6.0. Marius Bakke2020-03-191-2/+2
| * gnu: libwpe: Update to 1.6.0.•••* gnu/packages/webkit.scm (libwpe): Update to 1.6.0. Marius Bakke2020-03-191-2/+2
| * gnu: dav1d: Update to 0.6.0.•••* gnu/packages/video.scm (dav1d): Update to 0.6.0. Marius Bakke2020-03-191-2/+2
| * gnu: libsoup: Update to 2.70.0.•••* gnu/packages/gnome.scm (libsoup): Update to 2.70.0. Marius Bakke2020-03-191-2/+2
| * gnu: libsecret: Update to 0.20.2.•••* gnu/packages/gnome.scm (libsecret): Update to 0.20.2. Marius Bakke2020-03-191-2/+2
| * gnu: git: Update to 2.25.2.•••* gnu/packages/version-control.scm (git): Update to 2.25.2. Marius Bakke2020-03-191-3/+3
| * gnu: OpenSSL: Update replacement to 1.1.1e [fixes CVE-2019-1551].•••* gnu/packages/tls.scm (openssl-1.1.1d): Rename to ... (openssl-1.1.1e): ... this. Update to 1.1.1e. (openssl)[replacement]: Adjust accordingly. Marius Bakke2020-03-191-4/+4
| * gnu: sbcl-cl-webkit: Update to 20200319.•••* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200319. Pierre Neidhardt2020-03-191-2/+2
| * gnu: glances: Deprecate python- prefix.•••* gnu/package/python-xyz.scm (glances): New public variable renamed from…… (python-glances): …this now-deprecated one. Tobias Geerinckx-Rice2020-03-191-2/+5
| * gnu: Remove python2-glances variant.•••* gnu/packages/python-xyz.scm (python2-glances): Remove variable. Tobias Geerinckx-Rice2020-03-191-3/+0
| * gnu: python-glances: Update to 3.1.4.•••* gnu/packages/python-xyz.scm (python-glances): Update to 3.1.4. Tobias Geerinckx-Rice2020-03-191-2/+2
| * gnu: aircrack-ng: Update to 1.6.•••* gnu/packages/networking.scm (aircrack-ng): Update to 1.6. Tobias Geerinckx-Rice2020-03-191-3/+2
| * gnu: neomutt: Update to 20200313.•••* gnu/packages/mail.scm (neomutt): Update to 20200313. Tobias Geerinckx-Rice2020-03-191-2/+2
| * gnu: Use HTTPS for supported psyc.eu subdomains.•••* gnu/packages/messaging.scm (libpsyc)[home-page]: Use HTTPS. (perl-net-psyc)[source, description, home-page]: Likewise. Tobias Geerinckx-Rice2020-03-191-4/+4
| * gnu: camlp5: Update home page.•••* gnu/packages/ocaml.scm (camlp5)[home-page]: Update. Tobias Geerinckx-Rice2020-03-191-1/+1
| * gnu: jrnl: Use HTTPS home page.•••* gnu/packages/jrnl.scm (jrnl)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-03-191-1/+1
| * gnu: libmygpo-qt: Update home page.•••* gnu/packages/gpodder.scm (libmygpo-qt)[home-page]: Update. Tobias Geerinckx-Rice2020-03-191-1/+1
| * gnu: camlzip: Update home page.•••* gnu/packages/ocaml.scm (camlzip)[home-page]: Update. Tobias Geerinckx-Rice2020-03-191-1/+1
| * gnu: lablgtk: Update to 2.18.10.•••* gnu/packages/ocaml.scm (lablgtk): Update to 2.18.10. Tobias Geerinckx-Rice2020-03-191-3/+3
| * gnu: bind: Update to 9.16.1.•••* gnu/packages/dns.scm (isc-bind): Update to 9.16.1. Tobias Geerinckx-Rice2020-03-191-2/+2
| * gnu: inxi-minimal: Update to 3.0.38-1.•••* gnu/packages/admin.scm (inxi-minimal): Update to 3.0.38-1. Tobias Geerinckx-Rice2020-03-191-2/+2
| * gnu: chafa: Update to 1.2.2.•••* gnu/packages/image-viewers.scm (chafa): Update to 1.2.2. Tobias Geerinckx-Rice2020-03-191-2/+2
| * gnu: workrave: Update to 1.10.37.•••* gnu/packages/gnome.scm (workrave): Update to 1.10.37. [arguments]: Disable #:tests?. Tobias Geerinckx-Rice2020-03-191-2/+5
| * gnu: dovecot: Use libsodium.•••This adds support for ARGON2I and ARGON2ID password hashing in exchange for a <1% increase in closure size. * gnu/packages/mail.scm (dovecot)[inputs]: Add libsodium. (dovecot-libsodium-plugin)[description]: Note its use. Tobias Geerinckx-Rice2020-03-191-2/+3
| * gnu: dovecot: Use SQLite.•••* gnu/packages/mail.scm (dovecot)[arguments]: Add "--with-sqlite" to #:configure-flags. Tobias Geerinckx-Rice2020-03-191-1/+2
| * gnu: extempore: Use HTTPS home page.•••* gnu/packages/music.scm (extempore)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-03-191-1/+1
| * gnu: r-rhpcblasctl: Use HTTPS home page.•••* gnu/packages/cran.scm (r-rhpcblasctl)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-03-191-1/+1
| * gnu: r-snowfall: Use HTTPS home page.•••* gnu/packages/cran.scm (r-snowfall)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-03-191-1/+1
| * gnu: Use HTTPS for non.tuxfamily.org home pages.•••* gnu/packages/music.scm (non-timeline, non-mixer, non-session-manager) (non-sequencer)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-03-191-4/+4
| * gnu: emacs-org-static-blog: Fix typo in description.•••* gnu/packages/emacs-xyz.scm (emacs-org-static-blog)[description]: Fix typo. Nicolas Goaziou2020-03-181-1/+1
| * gnu: linux-libre: Update to 5.4.26.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.26. (linux-libre-5.4-pristine-source): Update hash. Mark H Weaver2020-03-181-2/+2
| * gnu: linux-libre@4.19: Update to 4.19.111.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.111. (linux-libre-4.19-pristine-source): Update hash. Mark H Weaver2020-03-181-2/+2
* | gnu: guile-readline: Build with Guile 3.•••* gnu/packages/guile.scm (guile-readline): Switch to GUILE-3.0. (guile2.2-readline): New public variable. (guile3.0-readline): Define in terms of DEPRECATED-GUILE3.0-PACKAGE. Move expression below the 'deprecated-guile3.0-package' definition. Marius Bakke2020-03-181-3/+5
* | gnu: make-ld-wrapper: Default to Guile 3.0.•••* gnu/packages/base.scm (make-ld-wrapper): Use GUILE-3.0 as the default Guile. Marius Bakke2020-03-181-1/+1
* | gnu: GCC@9: Remove obsolete patch.•••This patch became obsolete when the update to 9.3.0 was merged (commit 3dade1d59e7b4caa641670a76c0c48b4c90f6b3c). * gnu/packages/patches/gcc-9-libsanitizer-mode-size.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gcc.scm (gcc-9)[source](patches): Remove it. Marius Bakke2020-03-183-60/+0
* | Merge branch 'master' into core-updatesMarius Bakke2020-03-1883-928/+2411
|\|
| * gnu: tor: Update to 0.4.2.7.•••* gnu/packages/tor.scm (tor): Update to 0.4.2.7. Tobias Geerinckx-Rice2020-03-181-3/+3
| * gnu: pioneer: Use HTTPS home page.•••* gnu/packages/games.scm (pioneer)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-03-181-1/+1
| * gnu: dovecot: Support LZ4 compression.•••* gnu/packages/mail.scm (dovecot)[inputs]: Add lz4. Tobias Geerinckx-Rice2020-03-181-4/+5
| * gnu: r-stabledist: Use HTTPS home page.•••* gnu/packages/cran.scm (r-stabledist)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-03-181-1/+1
| * gnu: r-proc: Update home page.•••* gnu/packages/cran.scm (r-proc)[home-page]: Follow (HTTPS) redirection. Tobias Geerinckx-Rice2020-03-181-1/+1
| * gnu: r-stepwise: Use HTTPS home page.•••* gnu/packages/cran.scm (r-stepwise)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-03-181-1/+1
| * gnu: r-ldheatmap: Use HTTPS home page.•••* gnu/packages/cran.scm (r-ldheatmap)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-03-181-1/+1
| * gnu: r-shinyace: Use HTTPS home page.•••* gnu/packages/cran.scm (r-shinyace)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-03-181-1/+1