Commit graph

74584 commits

Author SHA1 Message Date
Nicolas Goaziou 4b9805631b
gnu: fluidsynth: Use HTTPS home page URI.
* gnu/packages/audio.scm (fluidsynth)[home-page]: Use HTTPS URI.
2021-02-28 11:05:19 +01:00
Nicolas Goaziou 25b92e27fd
gnu: festival: Use HTTPS home page URI.
* gnu/packages/speech.scm (festival)[home-page]: Use HTTPS URI.
2021-02-28 11:04:34 +01:00
Nicolas Goaziou 3759df574d
gnu: f-seq: Use HTTPS home page URI.
* gnu/packages/bioinformatics.scm (f-seq)[home-page]: Use HTTPS URI.
2021-02-28 11:03:56 +01:00
Nicolas Goaziou bebfe06776
gnu: elpa: Use HTTPS home page URI.
* gnu/packages/maths.scm (elpa)[home-page]: Use HTTPS URI.
2021-02-28 11:02:20 +01:00
Nicolas Goaziou 34bc222230
gnu: python-pikepdf: Update to 2.7.0.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.7.0.
2021-02-28 10:58:52 +01:00
Nicolas Goaziou 0ad4389919
gnu: emacs-transient: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.3.0.
2021-02-28 10:56:31 +01:00
Nicolas Goaziou 93a8b91a63
gnu: emacs-tramp: Update to 2.5.0.2.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.0.2.
2021-02-28 10:53:47 +01:00
Sharlatan Hellseher f35c9fd521
gnu: Add cl-daemon.
* gnu/packages/lisp-xyz.scm (sbcl-daemon, cl-daemon, ecl-daemon): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-28 09:33:05 +01:00
Léo Le Bouter ca36b0389c
gnu: java-xmlgraphics-commons: Update to 2.6 [fixes CVE-2020-11988].
* gnu/packages/batik.scm (java-xmlgraphics-commons): Update to 2.6.
2021-02-28 05:17:41 +01:00
Léo Le Bouter e05c0b334d
gnu: qemu: Fix CVE-2021-20203.
* gnu/packages/patches/qemu-CVE-2021-20203.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/virtualization.scm (qemu): Apply it.
2021-02-28 04:40:05 +01:00
Léo Le Bouter 8eb9e759dc
gnu: owncloud-client: Update to 2.7.6.3261.
* gnu/packages/sync.scm (owncloud-client): Update to 2.7.6.3261.
2021-02-28 04:18:39 +01:00
宋文武 9c30f26b8d
gnu: retroarch: Update to 1.9.0.
* gnu/packages/emulators.scm (retroarch): Update to 1.9.0.
[source]: Remove 'retroarch-disable-online-updater.patch' and snippet.
Add 'retroarch-LIBRETRO_DIRECTORY.patch'.
[native-search-paths]: New field.
* gnu/packages/patches/retroarch-disable-online-updater.patch: Remove file.
* gnu/packages/patches/retroarch-LIBRETRO_DIRECTORY: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2021-02-28 11:12:38 +08:00
Léo Le Bouter 6a67f4430f
gnu: redis: Update to 6.0.11 [fixes CVE-2021-21309].
* gnu/packages/databases.scm (redis): Update to 6.0.11.
2021-02-28 03:56:03 +01:00
Léo Le Bouter 83a614b6c3
gnu: wpa-supplicant, hostapd: Fix CVE-2021-27803.
See <https://w1.fi/security/2021-1/wpa_supplicant-p2p-provision-discovery-processing-vulnerability.txt>.

* gnu/packages/patches/wpa-supplicant-CVE-2021-27803.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/admin.scm (wpa-supplicant-minimal, hostapd): Apply it.
2021-02-28 03:03:39 +01:00
Björn Höfling 23dcf4339d
gnu: java-snappy: Fix checks when build machine has too much memory.
* gnu/packages/java-compression.scm (java-snappy)[arguments]: Add
set-test-memory-size phase.

This fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46780>.
Thanks to zimoun for the solving idea.

The CachingBufferPoolTest tries to allocate a lot of memory (20GB) and the
test succeeds if there is not enough memory available in the JVM.
When the build machine has a lot of memory (which is the case on the Guix
CI system), the JVM will use more than 20GB as maximum heap size. In
consequence, the test fails.

The new phase adds a maxmemory size of 2G for the tests. Thus all other
tests will have enough memory and the CachingBufferPoolTest will fail.
2021-02-27 23:34:09 +01:00
Leo Famulari decd0dc6bc
gnu: python-aiohttp: Update to 3.7.4 [fixes CVE-2021-21330].
* gnu/packages/python-web.scm (python-aiohttp): Update to 3.7.4.
2021-02-27 14:32:49 -05:00
Nicolas Goaziou 8ef1f24f16
gnu: extempore: Fix home page URL.
* gnu/packages/music.scm (extempore)[home-page]: Fix URL.
2021-02-27 17:50:43 +01:00
Nicolas Goaziou 18eb35ac48
gnu: emacs-git-gutter-fringe: Fix source location.
* gnu/packages/emacs-xyz.scm (emacs-git-gutter-fringe)[source, home-page]:
Update source location.
2021-02-27 17:47:53 +01:00
Nicolas Goaziou 7c2e063245
gnu: emacs-counsel-bbdb: Use GitHub repository.
* gnu/packages/emacs-xyz.scm (emacs-counsel-bbdb)[version]: Use regular
upstream version instead of MELPA's.
[source]: Fetch from GitHub.
2021-02-27 17:43:32 +01:00
Nicolas Goaziou 98fb3ce8eb
gnu: emacs-counsel-bbdb: Fix home page.
* gnu/packages/emacs-xyz.scm (emacs-counsel-bbdb)[home-page]: Fix home-page.
2021-02-27 17:39:32 +01:00
Nicolas Goaziou 044142379e
gnu: emacs-org-mime: Use HTTPS home page URI.
* gnu/packages/emacs-xyz.scm (emacs-org-mime)[home-page]: Use HTTPS URI.
2021-02-27 17:37:28 +01:00
Nicolas Goaziou 49b1e484e1
gnu: emacs-queue: Use HTTPS home page URI.
* gnu/packages/emacs-xyz.scm (emacs-queue)[home-page]: Use HTTPS URI.
2021-02-27 17:36:38 +01:00
Nicolas Goaziou a8e60f372d
gnu: emacs-web-mode: Use HTTPS home page URI.
* gnu/packages/emacs-xyz.scm (emacs-web-mode)[home-page]: Use HTTPS URI.
2021-02-27 17:33:54 +01:00
Nicolas Goaziou d97c8553b3
gnu: emacs-prescient: Update to 5.1.
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 5.1.
2021-02-27 17:28:43 +01:00
Nicolas Goaziou a7e6e9ad3c
gnu: fet: Update to 5.49.0.
* gnu/packages/education.scm (fet): Update to 5.49.0.
2021-02-27 17:26:06 +01:00
Nicolas Goaziou 178f618c3a
gnu: emacs-org-superstar: Update to 1.5.0.
* gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.5.0.
2021-02-27 17:23:12 +01:00
Nicolas Goaziou 186c559f9d
gnu: emacs-chronometrist: Update to 0.6.5.
* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.6.5.
2021-02-27 17:21:27 +01:00
David Wilson 2c9a4c9a49
gnu: Add obs-websocket.
* gnu/packages/video.scm (obs-websocket): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-27 12:50:37 +01:00
qblade 652861139f
gnu: add ekho.
* gnu/packages/speech.scm (ekho): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-27 12:44:33 +01:00
Alexandros Theodotou 6c304e0233
gnu: Add massif-visualizer.
* gnu/packages/kde.scm (massif-visualizer): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-27 12:32:29 +01:00
Alexandros Theodotou 5a402e0302
gnu: Add kgraphviewer.
* gnu/packages/kde-frameworks.scm (kgraphviewer): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-27 12:28:13 +01:00
la snesne 72926ce5e5
gnu: Add rust-cbindgen-0.17.
* gnu/packages/rust-apps.scm (rust-cbindgen-0.17): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-27 12:25:37 +01:00
Felix Gruber f33e773ca7
gnu: libspatialite: Update to 5.0.1.
* gnu/packages/geo.scm (libspatialite, spatialite-tools): Update to 5.0.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-27 12:21:18 +01:00
Vinícius dos Santos Oliveira f4ac757176
gnu: Add emilua.
* gnu/packages/lua.scm (emilua): New variable.
2021-02-27 12:08:18 +01:00
Leo Famulari 68a9e933c7
gnu: linux-libre 5.4: Update to 5.4.101.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.101.
(linux-libre-5.4-pristine-source): Update hash.
2021-02-26 16:46:22 -05:00
Leo Famulari c4f60f6f3e
gnu: linux-libre: Update to 5.10.19.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.19.
(linux-libre-5.10-pristine-source): Update hash.
2021-02-26 16:46:22 -05:00
Leo Famulari 04c2052dc4
gnu: linux-libre 5.11: Update to 5.11.2.
* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.2.
(linux-libre-5.11-pristine-source): Update hash.
2021-02-26 16:46:22 -05:00
Leo Famulari 6d70ec299b
gnu: btrfs-progs: Update to 5.10.1.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.10.1.
2021-02-26 14:48:45 -05:00
Ludovic Courtès d6544dc7b8
gnu: poke: Add dependency on libtextstyle.
* gnu/packages/engineering.scm (poke)[inputs]: Add LIBTEXSTSTYLE.
2021-02-26 15:17:43 +01:00
Ludovic Courtès 5e7388e15e
gnu: poke: Update to 1.0.
* gnu/packages/engineering.scm (poke): Update to 1.0.
[source]: Use URL-FETCH.
[native-inputs]: Remove AUTOCONF, AUTOMAKE, GETTEXT, and HELP2MAN.
[arguments]: Remove #:phases.
[supported-systems]: New field.
2021-02-26 15:16:56 +01:00
Julien Lepiller 8753bb4192
gnu: php: Disable failing test on Arm.
* gnu/packages/php.scm (php): Disable timing sensitive failing test on Arm.
2021-02-26 12:57:53 +01:00
Andreas Enge 099026df5b
gnu: cmh: Update to 1.1.0.
* gnu/packages/algebra.scm (cmh): Update to 1.1.0.
(fplll-4-cmh): Remove variable.
2021-02-26 10:44:09 +01:00
Nicolas Goaziou 3b37247608
gnu: python-pikepdf: Update to 2.6.0.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.6.0.
2021-02-26 09:50:44 +01:00
Adam Kandur f9dd7683c6
gnu: Add cffi-c-ref.
* gnu/packages/lisp-xyz.scm (cl-cffi-c-ref, ecl-cffi-c-ref, sbcl-cffi-c-ref):
  New variables.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-26 09:06:48 +01:00
Carl Dong 6294299283
gnu: Return appropriate defconfig for ppc64 (non-LE)
* gnu/packages/linux.scm (system->defconfig): Add "powerpc64-" prefix.
2021-02-25 20:51:05 -05:00
Carl Dong 811a2015a2
gnu: make-nsis: Fix build
* gnu/packages/installers.scm (make-nsis)[arguments]: Use
C{,PLUS}_INCLUDE_PATH instead of CPATH environment variable to fix
build.
2021-02-25 20:46:49 -05:00
Raghav Gururajan 703005e88e
gnu: mcabber: Enable enchant support.
* gnu/packages/messaging.scm (mcabber) [arguments]: Add --enable-enchant
configure-flag.
[inputs]: Add enchant.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-02-26 01:29:45 +01:00
Raghav Gururajan a3c675ee19
gnu: mcabber: Disable static libraries.
* gnu/packages/messaging.scm (mcabber) [arguments]: Add --disable-static
configure-flag.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-02-26 01:29:45 +01:00
Raghav Gururajan 7464c333dc
gnu: mcabber: Add missing native-inputs.
* gnu/packages/messaging.scm (mcabber) [native-inputs]: Add perl and
python-wrapper.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-02-26 01:29:45 +01:00
Raghav Gururajan 5e69fcf429
gnu: mcabber: Update to 1.1.2.
* gnu/packages/messaging.scm (mcabber) [version]: Update to 1.1.2.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-02-26 01:29:45 +01:00