summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* git: Remove unused variables.Ludovic Courtès2021-04-02
| | | | | | | | This is a followup to 298f9d29d6c26e408a90d08d147d926aa6f81ab3, which left those variables despite being unnecessary. * guix/git.scm (clone*, update-cached-checkout): Remove unused 'auth-method' variable.
* gnu: vtk: Add 'release-monitoring-url' property.Ludovic Courtès2021-04-02
| | | | * gnu/packages/image-processing.scm (vtk)[properties]: New field.
* gnu: vtk: Update to 9.0.1.Andy Tai2021-04-02
| | | | | | | | | | * gnu/packages/image-processing.scm (vtk): Update to 9.0.1. [source](snippet): Remove bundled "ogg" directory as well. [arguments]: Adjust #:configure-flags. Add #:phases. [inputs]: Add LIBOGG. * gnu/packages/patches/vtk-fix-freetypetools-build-failure.patch: Update. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: curl: Update to 7.76.0 [security fixes].Léo Le Bouter2021-04-02
| | | | | | | | | Fixes CVE-2021-22876 and CVE-2021-22890. * gnu/packages/curl.scm (curl/fixed): New variable. (curl)[replacement]: New field. * gnu/packages/patches/curl-7.76-use-ssl-cert-env.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: jami: Add debug outputs.Maxim Cournoyer2021-04-02
| | | | | * gnu/packages/jami.scm (libring, libringclient, jami-gnome, jami-qt): Add a "debug" output.
* gnu: hostapd: Fix CVE-2021-30004.Léo Le Bouter2021-04-02
| | | | | * gnu/packages/admin.scm (hostapd)[patches]: Apply 'wpa-supplicant-CVE-2021-30004.patch'.
* gnu: wpa-supplicant-minimal: Fix CVE-2021-30004.Léo Le Bouter2021-04-02
| | | | | | * gnu/packages/patches/wpa-supplicant-CVE-2021-30004.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/admin.scm (wpa-supplicant-minimal): Apply patch.
* gnu: python-pikepdf: Update to 2.10.0 [fixes CVE-2021-29421].Léo Le Bouter2021-04-02
| | | | * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.10.0.
* gnu: Add node-lts.Jelle Licht2021-04-02
| | | | | * gnu/packages/node.scm (node-lts): New variable. * guix/build-system/node.scm (default-node): Use it.
* gnu: Add llhttp-bootstrap.Jelle Licht2021-04-02
| | | | | | * gnu/packages/patches/llhttp-bootstrap-CVE-2020-8287.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/node.scm (llhttp-bootstrap): New variable.
* gnu: Add node-llparse-bootstrap.Jelle Licht2021-04-02
| | | | * gnu/packages/node.scm (node-llparse-bootstrap): New variable.
* gnu: Add node-llparse-frontend-bootstrap.Jelle Licht2021-04-02
| | | | * gnu/packages/node.scm (node-llparse-frontend-bootstrap): New variable.
* gnu: Add node-llparse-builder-bootstrap.Jelle Licht2021-04-02
| | | | * gnu/packages/node.scm (node-llparse-builder-bootstrap): New variable.
* gnu: Add node-debug-bootstrap.Jelle Licht2021-04-02
| | | | * gnu/packages/node.scm (node-debug-bootstrap): New variable.
* gnu: Add node-binary-search-bootstrap.Jelle Licht2021-04-02
| | | | * gnu/packages/node.scm (node-binary-search-bootstrap): New variable.
* gnu: Add node-ms-bootstrap.Jelle Licht2021-04-02
| | | | * gnu/packages/node.scm (node-ms-bootstrap): New variable.
* gnu: Add node-semver-bootstrap.Jelle Licht2021-04-02
| | | | * gnu/packages/node.scm (node-semver-bootstrap): New variable.
* gnu: Add node-bootstrap.Jelle Licht2021-04-02
| | | | * gnu/packages/node (node-bootstrap): Add hidden alias for node.
* gnu: node: Use license prefix.Jelle Licht2021-04-02
| | | | * gnu/packages/node.scm (node)[license]: Use prefix for license.
* gnu: Add libuv-for-nodeJelle Licht2021-04-02
| | | | * gnu/packages/libevent.scm (libuv-for-node): New variable.
* build-system: Rewrite node build system.Jelle Licht2021-04-02
| | | | | | | | * guix/build/node-build-system.scm: Rewrite it. * guix/build-system/node.scm: Adjust accordingly. * gnu/packages/node-xyz.scm (node-semver): Likewise. Co-authored-by: Timothy Sample <samplet@ngyro.com>
* gnu: libringclient: Disable the libwrap feature.Maxim Cournoyer2021-04-02
| | | | | | | As it causes video calls to segfault. * gnu/packages/jami.scm (libringclient): Set -DENABLE_LIBWRAP to false for the time being.
* gnu: Add jami-qt.Maxim Cournoyer2021-04-02
| | | | * gnu/packages/jami.scm (jami-qt): New variable.
* gnu: jami: Update to 20210326.1.cfba013 and rename to jami-gnome.Maxim Cournoyer2021-04-02
| | | | | | | | | | | * gnu/packages/jami.scm (jami): Update to 20210326.1.cfba013. Rename to ... (jami-gnome): ... this, in prevision to the soon released Jami Qt client. (jami): Define as obsoleted by jami-gnome. [inputs]: Sort lexico-graphically. Add libappindicator and network-manager. [native-inputs]: Add a comment and fix a typo. Remove doxygen. [propagated-inputs]: Remove evolution-data-server. [synopsis]: More explicitly describe what this package is. [description]: Describe the specifics before the generalities.
* gnu: libringclient: Update to 20210326.1.cfba013.Maxim Cournoyer2021-04-02
| | | | | | | | | | | | * gnu/packages/jami.scm (libringclient): Update to 20210326.1.cfba013. Remove trailing #t. Do not inherit from libring. [version, source]: Specify fields. [propagated-inputs]: Remove qttools. Move libring to ... [inputs]: ... here. Add network-manager. [configure-flags] Define the RING_XML_INTERFACES_DIR and LIBWRAP variables. [phases]{fix-dbus-interfaces-path}: Delete. [synopsis]: More explicitly describe what this component is. [description]: Describe the specifics before the generalities.
* gnu: libring: Update to 20210326.1.cfba013.Maxim Cournoyer2021-04-02
| | | | | | | | | | | | * gnu/packages/jami.scm (libring): Update to 20210326.1.cfba013. Remove trailing #t. [inputs]: Remove boost, flac, gmp, gsm, libogg, libva, opus, pcre, libsamplerate, libsndfile, libvorbis, libx264, libvdpau, zlib, python, python-wrapper, restinio, and libx11. Add libgit2 and webrtc-audio-processing. [native-inputs]: Remove cppunit. Add gcc-8. [make-flags]: Add the V=1 flag. [synopsis]: More explicitly describe what this component is. [description]: Describe the specifics before the generalities.
* ffmpeg-jami: Apply patches from Jami 20210326.1.cfba013.Maxim Cournoyer2021-04-02
| | | | | | * gnu/packages/jami.scm (ffmpeg-jami): Remove trailing #t. [phases] <apply-patches>: Add libopusdec-enable-FEC and libopusenc-enable-FEC to the list of patches to apply.
* gnu: pjproject-jami: Fix CVE-2020-15260 and CVE-2021-21375.Maxim Cournoyer2021-04-02
| | | | | | | | | | | | | | | | | The custom pjproject package used by Jami is updated with the latest patches found in the 20210326.1.cfba013 release of Jami. * gnu/packages/jami.scm (%jami-version): Update to 20210326.1.cfba013. (jami-source) [snippet]: Update comment. Add client-electron and client-ios to the list of deleted directories. Remove client-windows from the list, as it no longer exists. (jami-apply-dependency-patches): Update comment. Ignore whitespace when applying patches, otherwise the pjproject patches would not apply. (pjproject-jami): Add comment. [source]: Define the source; the parent pjproject package was updated was updated to 2.11, but the patches only apply against 2.10. [phases] <apply-patches>: Update the list of patches used with those found in the release tarball.
* gnu: pjproject: Update to 2.11.Maxim Cournoyer2021-04-02
| | | | | | * gnu/packages/telephony.scm (pjproject): Update to 2.11. Remove trailing #t. [patches]: Delete field. The patches are preserved because pjproject-jami still needs them.
* gnu: opendht: Update to 2.2.0rc4.Maxim Cournoyer2021-04-02
| | | | | | | | | | * gnu/packages/patches/opendht-fix-jami.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Un-register it. * gnu/packages/networking.scm (opendht): Update to 2.2.0rc4. [patches]: Remove field. [inputs]: Use nettle-3.7. [native-inputs]: Move restinio to... [propagated-inputs]: ... here.
* gnu: Add nettle-3.7.Maxim Cournoyer2021-04-02
| | | | | | | | While nettle cannot be upgraded wholesale on the master branch, we can at least also offer the latest version available. * gnu/packages/nettle.scm (nettle-3.5, nettle-3.7): New variables. (nettle): Redefine as a binding to nettle-3.5, which is the current version.
* gnu: restinio: Update to 0.6.13.Maxim Cournoyer2021-04-02
| | | | * gnu/packages/networking.scm (restinio): Update to 0.6.13.
* gnu: restbed: Update to 4.7.Maxim Cournoyer2021-04-02
| | | | * gnu/packages/networking.scm (restbed): Update to 4.7.
* gnu: asio: Update to 1.18.1.Maxim Cournoyer2021-04-02
| | | | | | | * gnu/packages/networking.scm (asio): Update to 1.18.1. (asio-1.12): New variable. * gnu/packages/emulators.scm (mame)[inputs]: Use asio-1.12, otherwise it fails to build.
* gnu: Add python-typogrify.宋文武2021-04-02
| | | | * gnu/packages/python-xyz.scm (python-typogrify): New variable.
* gnu: Add python-smartypants.宋文武2021-04-02
| | | | * gnu/packages/python-xyz.scm (python-smartypants): New variable.
* Revert "gnu: libvirt: Update to 7.1.0."Pierre Langlois2021-04-02
| | | | | | The update causes virsh to fail <https://bugs.gnu.org/47541>. This reverts commit 383b02a370252c08eb1d43ac94d659c1d3993a35.
* Revert "gnu: python-libvirt: Update to 7.1.0."Pierre Langlois2021-04-02
| | | | This reverts commit 52ed12afcb4618f0a9801b10799d8bbdffe87878.
* Revert "gnu: libvirt-glib: Update to 4.0.0."Pierre Langlois2021-04-02
| | | | This reverts commit 7573ab22d7400a16d81228c6500331a293887cae.
* Revert "gnu: virt-manager: Update to 3.2.0."Pierre Langlois2021-04-02
| | | | This reverts commit 5eb05ede0bf0cfe3080a24eea783f0fbc2ed4015.
* gnu: sbcl-cl-webkit: Update to 20210401.Pierre Neidhardt2021-04-02
| | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20210401.
* gnu: python-pyserial: Update to 3.5.Tobias Geerinckx-Rice2021-04-01
| | | | * gnu/packages/python-xyz.scm (python-pyserial): Update to 3.5.
* gnu: python-tabulate: Update to 0.8.9.Tobias Geerinckx-Rice2021-04-01
| | | | * gnu/packages/python-xyz.scm (python-tabulate): Update to 0.8.9.
* gnu: python-ipaddress: Update to 1.0.23.Tobias Geerinckx-Rice2021-04-01
| | | | * gnu/packages/python-xyz.scm (python-ipaddress): Update to 1.0.23.
* gnu: Fix packages that were importing Guile modules from the host.Ludovic Courtès2021-04-01
| | | | | | | | | | | | | | Those packages were importing (ice-9 match) & co. from the host Guile, which could potentially lead to different derivations depending on the Guile in use. Uncovered by the warning emitted by 'gexp-modules'. * gnu/packages/admin.scm (inxi-minimal)[arguments]: Remove Guile modules from #:modules. * gnu/packages/dns.scm (ddclient)[arguments]: Likewise. * gnu/packages/tex.scm (texlive-latex-koma-script)[arguments]: Likewise. * gnu/packages/java.scm (openjdk11)[arguments]: Likewise for #:imported-modules.
* news: Add 'de' translation.Florian Pelz2021-04-01
| | | | * etc/news.scm: Add German translation of POWER9 entry.
* gnu: rust-rocket-http-0.4: Update to 0.4.7 [fixes CVE-2021-29935].Léo Le Bouter2021-04-01
| | | | * gnu/packages/crates-io.scm (rust-rocket-http-0.4): Update to 0.4.7.
* gnu: rust-rocket-codegen-0.4: Update to 0.4.7 [fixes CVE-2021-29935].Léo Le Bouter2021-04-01
| | | | * gnu/packages/crates-io.scm (rust-rocket-codegen-0.4): Update to 0.4.7.
* gnu: rust-rocket-0.4: Update to 0.4.7 [fixes CVE-2021-29935].Léo Le Bouter2021-04-01
| | | | * gnu/packages/crates-io.scm (rust-rocket-0.4): Update to 0.4.7.
* gnu: Add emacs-sdcv.qblade2021-04-01
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-sdcv): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>