summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: emacs-tramp: Update to 2.5.0.2.Nicolas Goaziou2021-02-28
| | | | * gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.0.2.
* gnu: Add cl-daemon.Sharlatan Hellseher2021-02-28
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-daemon, cl-daemon, ecl-daemon): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: java-xmlgraphics-commons: Update to 2.6 [fixes CVE-2020-11988].Léo Le Bouter2021-02-28
| | | | * gnu/packages/batik.scm (java-xmlgraphics-commons): Update to 2.6.
* gnu: qemu: Fix CVE-2021-20203.Léo Le Bouter2021-02-28
| | | | | | * 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.
* gnu: owncloud-client: Update to 2.7.6.3261.Léo Le Bouter2021-02-28
| | | | * gnu/packages/sync.scm (owncloud-client): Update to 2.7.6.3261.
* gnu: retroarch: Update to 1.9.0.宋文武2021-02-28
| | | | | | | | | | * 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.
* gnu: redis: Update to 6.0.11 [fixes CVE-2021-21309].Léo Le Bouter2021-02-28
| | | | * gnu/packages/databases.scm (redis): Update to 6.0.11.
* gnu: wpa-supplicant, hostapd: Fix CVE-2021-27803.Léo Le Bouter2021-02-28
| | | | | | | | 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.
* gnu: java-snappy: Fix checks when build machine has too much memory.Björn Höfling2021-02-27
| | | | | | | | | | | | | | | | | * 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.
* gnu: python-aiohttp: Update to 3.7.4 [fixes CVE-2021-21330].Leo Famulari2021-02-27
| | | | * gnu/packages/python-web.scm (python-aiohttp): Update to 3.7.4.
* gnu: extempore: Fix home page URL.Nicolas Goaziou2021-02-27
| | | | * gnu/packages/music.scm (extempore)[home-page]: Fix URL.
* gnu: emacs-git-gutter-fringe: Fix source location.Nicolas Goaziou2021-02-27
| | | | | * gnu/packages/emacs-xyz.scm (emacs-git-gutter-fringe)[source, home-page]: Update source location.
* gnu: emacs-counsel-bbdb: Use GitHub repository.Nicolas Goaziou2021-02-27
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-counsel-bbdb)[version]: Use regular upstream version instead of MELPA's. [source]: Fetch from GitHub.
* gnu: emacs-counsel-bbdb: Fix home page.Nicolas Goaziou2021-02-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-counsel-bbdb)[home-page]: Fix home-page.
* gnu: emacs-org-mime: Use HTTPS home page URI.Nicolas Goaziou2021-02-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-mime)[home-page]: Use HTTPS URI.
* gnu: emacs-queue: Use HTTPS home page URI.Nicolas Goaziou2021-02-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-queue)[home-page]: Use HTTPS URI.
* gnu: emacs-web-mode: Use HTTPS home page URI.Nicolas Goaziou2021-02-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-web-mode)[home-page]: Use HTTPS URI.
* gnu: emacs-prescient: Update to 5.1.Nicolas Goaziou2021-02-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 5.1.
* gnu: fet: Update to 5.49.0.Nicolas Goaziou2021-02-27
| | | | * gnu/packages/education.scm (fet): Update to 5.49.0.
* gnu: emacs-org-superstar: Update to 1.5.0.Nicolas Goaziou2021-02-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.5.0.
* gnu: emacs-chronometrist: Update to 0.6.5.Nicolas Goaziou2021-02-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.6.5.
* gnu: Add obs-websocket.David Wilson2021-02-27
| | | | | | * gnu/packages/video.scm (obs-websocket): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: add ekho.qblade2021-02-27
| | | | | | * gnu/packages/speech.scm (ekho): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add massif-visualizer.Alexandros Theodotou2021-02-27
| | | | | | * gnu/packages/kde.scm (massif-visualizer): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add kgraphviewer.Alexandros Theodotou2021-02-27
| | | | | | * gnu/packages/kde-frameworks.scm (kgraphviewer): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-cbindgen-0.17.la snesne2021-02-27
| | | | | | * gnu/packages/rust-apps.scm (rust-cbindgen-0.17): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: libspatialite: Update to 5.0.1.Felix Gruber2021-02-27
| | | | | | * gnu/packages/geo.scm (libspatialite, spatialite-tools): Update to 5.0.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emilua.Vinícius dos Santos Oliveira2021-02-27
| | | | * gnu/packages/lua.scm (emilua): New variable.
* gnu: linux-libre 5.4: Update to 5.4.101.Leo Famulari2021-02-26
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.101. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.10.19.Leo Famulari2021-02-26
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.19. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 5.11: Update to 5.11.2.Leo Famulari2021-02-26
| | | | | * gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.2. (linux-libre-5.11-pristine-source): Update hash.
* gnu: btrfs-progs: Update to 5.10.1.Leo Famulari2021-02-26
| | | | * gnu/packages/linux.scm (btrfs-progs): Update to 5.10.1.
* gnu: poke: Add dependency on libtextstyle.Ludovic Courtès2021-02-26
| | | | * gnu/packages/engineering.scm (poke)[inputs]: Add LIBTEXSTSTYLE.
* gnu: poke: Update to 1.0.Ludovic Courtès2021-02-26
| | | | | | | | * 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.
* gnu: php: Disable failing test on Arm.Julien Lepiller2021-02-26
| | | | * gnu/packages/php.scm (php): Disable timing sensitive failing test on Arm.
* gnu: cmh: Update to 1.1.0.Andreas Enge2021-02-26
| | | | | * gnu/packages/algebra.scm (cmh): Update to 1.1.0. (fplll-4-cmh): Remove variable.
* gnu: python-pikepdf: Update to 2.6.0.Nicolas Goaziou2021-02-26
| | | | * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.6.0.
* gnu: Add cffi-c-ref.Adam Kandur2021-02-26
| | | | | | | * 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>
* gnu: Return appropriate defconfig for ppc64 (non-LE)Carl Dong2021-02-25
| | | | * gnu/packages/linux.scm (system->defconfig): Add "powerpc64-" prefix.
* gnu: make-nsis: Fix buildCarl Dong2021-02-25
| | | | | | * gnu/packages/installers.scm (make-nsis)[arguments]: Use C{,PLUS}_INCLUDE_PATH instead of CPATH environment variable to fix build.
* gnu: mcabber: Enable enchant support.Raghav Gururajan2021-02-26
| | | | | | | | * gnu/packages/messaging.scm (mcabber) [arguments]: Add --enable-enchant configure-flag. [inputs]: Add enchant. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: mcabber: Disable static libraries.Raghav Gururajan2021-02-26
| | | | | | | * gnu/packages/messaging.scm (mcabber) [arguments]: Add --disable-static configure-flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: mcabber: Add missing native-inputs.Raghav Gururajan2021-02-26
| | | | | | | * gnu/packages/messaging.scm (mcabber) [native-inputs]: Add perl and python-wrapper. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: mcabber: Update to 1.1.2.Raghav Gururajan2021-02-26
| | | | | | * gnu/packages/messaging.scm (mcabber) [version]: Update to 1.1.2. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: loudmouth: Generate documentation.Raghav Gururajan2021-02-26
| | | | | | | * gnu/packages/messaging.scm (loudmouth) [outputs]: New output "doc". [arguments]: Add --enable-gtk-doc and --with-html-dir configure-flags. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: loudmouth: Enable GSSAPI.Raghav Gururajan2021-02-26
| | | | | | * gnu/packages/messaging.scm (loudmouth) [inputs]: Add mit-krb5. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: loudmouth: Disable static libraries.Raghav Gururajan2021-02-26
| | | | | | | * gnu/packages/messaging.scm (loudmouth) [arguments]: Add --disable-static configure-flag and CFLAGS make-flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: loudmouth: Update to 1.5.4.Raghav Gururajan2021-02-26
| | | | | | * gnu/packages/messaging.scm (loudmouth) [version]: Update to 1.5.4. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add agent-proxy.Clément Lassieur2021-02-26
| | | | | | * gnu/packages/embedded.scm (agent-proxy): New variable. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: ruby-solargraph: Update to 0.40.3.Tomás Ortín Fernández2021-02-25
| | | | | | * gnu/packages/ruby.scm (ruby-solargraph): Update to 0.40.3. [propagated-inputs]: Add ruby-benchmark, ruby-e2emap, ruby-kramdown, ruby-kramdown-parser-gfm. Remove ruby-htmlentities.