summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-28gnu: heads-dev-cpio: Use HTTPS home page URI.Nicolas Goaziou
* gnu/packages/heads.scm (heads-dev-cpio)[home-page]: Use HTTPS URI.
2021-02-28gnu: ghc-indents: Update home page.Nicolas Goaziou
* gnu/packages/haskell-xyz.scm (ghc-indents)[home-page]: Update URL.
2021-02-28gnu: gst123: Use HTTPS home page URI.Nicolas Goaziou
* gnu/packages/gstreamer.scm (gst123)[home-page]: Use HTTPS URI.
2021-02-28gnu: gegl: Use HTTPS home page URI.Nicolas Goaziou
* gnu/packages/gimp.scm (gegl)[home-page]: Use HTTPS URI.
2021-02-28gnu: ganeti: Use HTTPS home page URI.Nicolas Goaziou
* gnu/packages/virtualization.scm (ganeti)[home-page]: Use HTTPS URI.
2021-02-28gnu: flux: Use HTTPS home page URI.Nicolas Goaziou
* gnu/packages/graphics.scm (flux)[home-page]: Use HTTPS URI.
2021-02-28gnu: fluidsynth: Use HTTPS home page URI.Nicolas Goaziou
* gnu/packages/audio.scm (fluidsynth)[home-page]: Use HTTPS URI.
2021-02-28gnu: festival: Use HTTPS home page URI.Nicolas Goaziou
* gnu/packages/speech.scm (festival)[home-page]: Use HTTPS URI.
2021-02-28gnu: f-seq: Use HTTPS home page URI.Nicolas Goaziou
* gnu/packages/bioinformatics.scm (f-seq)[home-page]: Use HTTPS URI.
2021-02-28gnu: elpa: Use HTTPS home page URI.Nicolas Goaziou
* gnu/packages/maths.scm (elpa)[home-page]: Use HTTPS URI.
2021-02-28gnu: python-pikepdf: Update to 2.7.0.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.7.0.
2021-02-28gnu: emacs-transient: Update to 0.3.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.3.0.
2021-02-28gnu: emacs-tramp: Update to 2.5.0.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.0.2.
2021-02-28gnu: Add cl-daemon.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-daemon, cl-daemon, ecl-daemon): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-28gnu: java-xmlgraphics-commons: Update to 2.6 [fixes CVE-2020-11988].Léo Le Bouter
* gnu/packages/batik.scm (java-xmlgraphics-commons): Update to 2.6.
2021-02-28gnu: qemu: Fix CVE-2021-20203.Léo Le Bouter
* 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-28gnu: owncloud-client: Update to 2.7.6.3261.Léo Le Bouter
* gnu/packages/sync.scm (owncloud-client): Update to 2.7.6.3261.
2021-02-28gnu: 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-28gnu: redis: Update to 6.0.11 [fixes CVE-2021-21309].Léo Le Bouter
* gnu/packages/databases.scm (redis): Update to 6.0.11.
2021-02-28gnu: wpa-supplicant, hostapd: Fix CVE-2021-27803.Léo Le Bouter
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-27gnu: java-snappy: Fix checks when build machine has too much memory.Björn Höfling
* 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-27gnu: python-aiohttp: Update to 3.7.4 [fixes CVE-2021-21330].Leo Famulari
* gnu/packages/python-web.scm (python-aiohttp): Update to 3.7.4.
2021-02-27gnu: extempore: Fix home page URL.Nicolas Goaziou
* gnu/packages/music.scm (extempore)[home-page]: Fix URL.
2021-02-27gnu: emacs-git-gutter-fringe: Fix source location.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-git-gutter-fringe)[source, home-page]: Update source location.
2021-02-27gnu: emacs-counsel-bbdb: Use GitHub repository.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-counsel-bbdb)[version]: Use regular upstream version instead of MELPA's. [source]: Fetch from GitHub.
2021-02-27gnu: emacs-counsel-bbdb: Fix home page.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-counsel-bbdb)[home-page]: Fix home-page.
2021-02-27gnu: emacs-org-mime: Use HTTPS home page URI.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-org-mime)[home-page]: Use HTTPS URI.
2021-02-27gnu: emacs-queue: Use HTTPS home page URI.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-queue)[home-page]: Use HTTPS URI.
2021-02-27gnu: emacs-web-mode: Use HTTPS home page URI.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-web-mode)[home-page]: Use HTTPS URI.
2021-02-27gnu: emacs-prescient: Update to 5.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 5.1.
2021-02-27gnu: fet: Update to 5.49.0.Nicolas Goaziou
* gnu/packages/education.scm (fet): Update to 5.49.0.
2021-02-27gnu: emacs-org-superstar: Update to 1.5.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.5.0.
2021-02-27gnu: emacs-chronometrist: Update to 0.6.5.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.6.5.
2021-02-27gnu: Add obs-websocket.David Wilson
* gnu/packages/video.scm (obs-websocket): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-27gnu: add ekho.qblade
* gnu/packages/speech.scm (ekho): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-27gnu: Add massif-visualizer.Alexandros Theodotou
* gnu/packages/kde.scm (massif-visualizer): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-27gnu: Add kgraphviewer.Alexandros Theodotou
* gnu/packages/kde-frameworks.scm (kgraphviewer): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-27gnu: Add rust-cbindgen-0.17.la snesne
* gnu/packages/rust-apps.scm (rust-cbindgen-0.17): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-27gnu: libspatialite: Update to 5.0.1.Felix Gruber
* gnu/packages/geo.scm (libspatialite, spatialite-tools): Update to 5.0.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-27gnu: Add emilua.Vinícius dos Santos Oliveira
* gnu/packages/lua.scm (emilua): New variable.
2021-02-26gnu: linux-libre 5.4: Update to 5.4.101.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.101. (linux-libre-5.4-pristine-source): Update hash.
2021-02-26gnu: linux-libre: Update to 5.10.19.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.19. (linux-libre-5.10-pristine-source): Update hash.
2021-02-26gnu: linux-libre 5.11: Update to 5.11.2.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.2. (linux-libre-5.11-pristine-source): Update hash.
2021-02-26gnu: btrfs-progs: Update to 5.10.1.Leo Famulari
* gnu/packages/linux.scm (btrfs-progs): Update to 5.10.1.
2021-02-26gnu: poke: Add dependency on libtextstyle.Ludovic Courtès
* gnu/packages/engineering.scm (poke)[inputs]: Add LIBTEXSTSTYLE.
2021-02-26gnu: poke: Update to 1.0.Ludovic Courtès
* 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-26gnu: php: Disable failing test on Arm.Julien Lepiller
* gnu/packages/php.scm (php): Disable timing sensitive failing test on Arm.
2021-02-26gnu: cmh: Update to 1.1.0.Andreas Enge
* gnu/packages/algebra.scm (cmh): Update to 1.1.0. (fplll-4-cmh): Remove variable.
2021-02-26gnu: python-pikepdf: Update to 2.6.0.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.6.0.
2021-02-26gnu: Add cffi-c-ref.Adam Kandur
* 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>