summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2021-04-02build-system: Rewrite node build system....* 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> Jelle Licht
2021-04-02gnu: libringclient: Disable the libwrap feature....As it causes video calls to segfault. * gnu/packages/jami.scm (libringclient): Set -DENABLE_LIBWRAP to false for the time being. Maxim Cournoyer
2021-04-02gnu: Add jami-qt....* gnu/packages/jami.scm (jami-qt): New variable. Maxim Cournoyer
2021-04-02gnu: jami: Update to 20210326.1.cfba013 and rename to jami-gnome....* 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. Maxim Cournoyer
2021-04-02gnu: libringclient: Update to 20210326.1.cfba013....* 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. Maxim Cournoyer
2021-04-02gnu: libring: Update to 20210326.1.cfba013....* 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. Maxim Cournoyer
2021-04-02ffmpeg-jami: Apply patches from Jami 20210326.1.cfba013....* 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. Maxim Cournoyer
2021-04-02gnu: pjproject-jami: Fix CVE-2020-15260 and CVE-2021-21375....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. Maxim Cournoyer
2021-04-02gnu: pjproject: Update to 2.11....* 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. Maxim Cournoyer
2021-04-02gnu: opendht: Update to 2.2.0rc4....* 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. Maxim Cournoyer
2021-04-02gnu: Add nettle-3.7....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. Maxim Cournoyer
2021-04-02gnu: restinio: Update to 0.6.13....* gnu/packages/networking.scm (restinio): Update to 0.6.13. Maxim Cournoyer
2021-04-02gnu: restbed: Update to 4.7....* gnu/packages/networking.scm (restbed): Update to 4.7. Maxim Cournoyer
2021-04-02gnu: asio: Update to 1.18.1....* 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. Maxim Cournoyer
2021-04-02gnu: Add python-typogrify....* gnu/packages/python-xyz.scm (python-typogrify): New variable. 宋文武
2021-04-02gnu: Add python-smartypants....* gnu/packages/python-xyz.scm (python-smartypants): New variable. 宋文武
2021-04-02Revert "gnu: libvirt: Update to 7.1.0."...The update causes virsh to fail <https://bugs.gnu.org/47541>. This reverts commit 383b02a370252c08eb1d43ac94d659c1d3993a35. Pierre Langlois
2021-04-02Revert "gnu: python-libvirt: Update to 7.1.0."...This reverts commit 52ed12afcb4618f0a9801b10799d8bbdffe87878. Pierre Langlois
2021-04-02Revert "gnu: libvirt-glib: Update to 4.0.0."...This reverts commit 7573ab22d7400a16d81228c6500331a293887cae. Pierre Langlois
2021-04-02Revert "gnu: virt-manager: Update to 3.2.0."...This reverts commit 5eb05ede0bf0cfe3080a24eea783f0fbc2ed4015. Pierre Langlois
2021-04-02gnu: sbcl-cl-webkit: Update to 20210401....* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20210401. Pierre Neidhardt
2021-04-01gnu: python-pyserial: Update to 3.5....* gnu/packages/python-xyz.scm (python-pyserial): Update to 3.5. Tobias Geerinckx-Rice
2021-04-01gnu: python-tabulate: Update to 0.8.9....* gnu/packages/python-xyz.scm (python-tabulate): Update to 0.8.9. Tobias Geerinckx-Rice
2021-04-01gnu: python-ipaddress: Update to 1.0.23....* gnu/packages/python-xyz.scm (python-ipaddress): Update to 1.0.23. Tobias Geerinckx-Rice
2021-04-01gnu: Fix packages that were importing Guile modules from the host....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. Ludovic Courtès
2021-04-01gnu: rust-rocket-http-0.4: Update to 0.4.7 [fixes CVE-2021-29935]....* gnu/packages/crates-io.scm (rust-rocket-http-0.4): Update to 0.4.7. Léo Le Bouter
2021-04-01gnu: rust-rocket-codegen-0.4: Update to 0.4.7 [fixes CVE-2021-29935]....* gnu/packages/crates-io.scm (rust-rocket-codegen-0.4): Update to 0.4.7. Léo Le Bouter
2021-04-01gnu: rust-rocket-0.4: Update to 0.4.7 [fixes CVE-2021-29935]....* gnu/packages/crates-io.scm (rust-rocket-0.4): Update to 0.4.7. Léo Le Bouter
2021-04-01gnu: Add emacs-sdcv....* gnu/packages/emacs-xyz.scm (emacs-sdcv): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> qblade
2021-04-01gnu: Add emacs-showtip....* gnu/packages/emacs-xyz.scm (emacs-showtip): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> qblade
2021-04-01gnu: fe: Fix hash....* gnu/packages/text-editors.scm (fe): Update hash. Development version (2.0) has been rebased on top of latest stable release (1.9). Nicolas Goaziou
2021-04-01gnu: perl-data-validate-ip: Update to 0.30 [fixes CVE-2021-29662]....* gnu/packages/networking.scm (perl-data-validate-ip): Update to 0.30. Léo Le Bouter
2021-04-01gnu: psm2: Update to 11.2.185....Fixes a bug introduced with the Open MPI 4.1.0 update in commit ee21803288cb2fd4dcfa9091d4fe4080a795a1ab, whereby the new version of Open MPI would not compile PSM2 support because our version of PSM2 was too old. Consequently, Open MPI would fall back to UCX and users would get poor performance on Omni-Path networks. * gnu/packages/linux.scm (psm2): Update to 11.2.185. Ludovic Courtès
2021-04-01gnu: librsvg@2.50: Update to 2.50.3....* gnu/packages/crates-io.scm (rust-lopdf-0.25): Rename to... (rust-lopdf-0.26): ...to this, updated to 0.26.0. [arguments]: Update #:cargo-inputs' rust-time-0.1 to rust-time-0.2. * gnu/packages/gnome.scm (librsvg): Update to 2.50.3. [arguments]: Update #:cargo-development-inputs's rust-lopdf-0.25 to rust-lopdf-0.26. Tobias Geerinckx-Rice
2021-04-01gnu: youtube-dl: Update to 2021.04.01....* gnu/packages/video.scm (youtube-dl): Update to 2021.04.01. Tobias Geerinckx-Rice
2021-04-01gnu: mame: Update to 0.230....* gnu/packages/emulators.scm (mame): Update to 0.230. Tobias Geerinckx-Rice
2021-04-01gnu: foo2zjs: Update to 20200610.1....No functional changes. * gnu/packages/cups.scm (foo2zjs): Update to 20200610.1. [source]: Use a Web-archived tarball. Tobias Geerinckx-Rice
2021-04-01gnu: Add zulip-term....* gnu/packages/messaging.scm (zulip-term): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Giacomo Leidi
2021-04-01gnu: Add python-zulip....* gnu/packages/python-xyz.scm (python-zulip): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Giacomo Leidi
2021-04-01gnu: Add python-flake8-quotes....* gnu/packages/python-xyz.scm (python-flake8-quotes): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Giacomo Leidi
2021-04-01gnu: Add python-flake8-continuation....* gnu/packages/python-xyz.scm (python-flake8-continuation): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Giacomo Leidi
2021-04-01gnu: Add python-matrix-client....* gnu/packages/matrix.scm (python-matrix-client): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Giacomo Leidi
2021-04-01gnu: Add python-urwid-readline....* gnu/packages/python-xyz.scm (python-urwid-readline): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Giacomo Leidi
2021-04-01gnu: python-urwid: Update to 2.1.2....* gnu/packages/python-xyz.scm (python-urwid): Update to 2.1.2. [properties]: New field. (python2-urwid): Stay at 2.1.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Giacomo Leidi
2021-04-01gnu: Add texlive-utopia....* gnu/packages/tex.scm: New variable. Paul Garlick
2021-04-01gnu: american-fuzzy-lop: Add support for powerpc-linux....* gnu/packages/debug.scm (american-fuzzy-lop): Add case for powerpc-linux. (qemu-for-american-fuzzy-lop): Same. Efraim Flashner
2021-04-01gnu: american-fuzzy-lop: Update to 2.57b....* gnu/packages/debug.scm (american-fuzzy-lop): Update to 2.57b. Efraim Flashner
2021-04-01gnu: qemu-for-american-fuzzy-lop: Fix build....* gnu/packages/debug.scm (qemu-for-american-fuzzy-lop)[source]: Add patch. * gnu/packages/patches/qemu-glibc-2.30.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner
2021-04-01gnu: cuirass: Update home page....* gnu/packages/ci.scm (cuirass)[home-page]: Update it. Mathieu Othacehe
2021-04-01gnu: Add cl-conspack....* gnu/packages/lisp-xyz.scm: (sbcl-cl-conspack, cl-conspack, ecl-cl-conspack): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher