summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: flint: Update to 2.8.1.Andreas Enge2021-10-06
| | | | * gnu/packages/algebra.scm (flint): Update to 2.8.1.
* gnu: mousepad: Update to 0.5.7.Tobias Geerinckx-Rice2021-10-06
| | | | | * gnu/packages/xfce.scm (mousepad): Update to 0.5.7. [arguments]: Don't explicitly return #t from phases.
* gnu: powwow: Update to 1.2.23.Tobias Geerinckx-Rice2021-10-06
| | | | * gnu/packages/games.scm (powwow): Update to 1.2.23.
* gnu: uefitool: Update to 0.28.0.Tobias Geerinckx-Rice2021-10-06
| | | | | * gnu/packages/flashing-tools.scm (uefitool): Update to 0.28.0. [arguments]: Don't explicitly return #t from phases.
* gnu: nano: Update to 5.9.Tobias Geerinckx-Rice2021-10-06
| | | | * gnu/packages/nano.scm (nano): Update to 5.9.
* gnu: Add catgirl.jgart2021-10-06
| | | | | | * gnu/packages/irc.scm (catgirl): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Apache httpd: Update to 2.4.50 [Fixes CVE-2021-{41524,41773}].Leo Famulari2021-10-05
| | | | | | | | | | This update includes an important fix for an actively exploited path traversal vulnerability (CVE-2021-41773), which allows attackers to access files outside the "document root": https://httpd.apache.org/security/vulnerabilities_24.html * gnu/packages/web.scm (httpd): Update to 2.4.50.
* gnu: sequeler: Update to 0.8.2.Tobias Geerinckx-Rice2021-10-06
| | | | | * gnu/packages/databases.scm (sequeler): Update to 0.8.2. [arguments]: Don't explicitly return #t from phases.
* gnu: ropgadget: Update to 6.6.Tobias Geerinckx-Rice2021-10-06
| | | | * gnu/packages/cybersecurity.scm (ropgadget): Update to 6.6.
* gnu: librepcb: Update to 0.1.5.Tobias Geerinckx-Rice2021-10-06
| | | | * gnu/packages/engineering.scm (librepcb): Update to 0.1.5.
* gnu: redis: Update to 6.2.6.Tobias Geerinckx-Rice2021-10-06
| | | | | | * gnu/packages/databases.scm (redis): Update to 6.2.6. [source]: Don't explicitly return #t snippet. [arguments]: Nor from phases.
* gnu: quazip: Update to 1.1.Tobias Geerinckx-Rice2021-10-06
| | | | | | * gnu/packages/compression.scm (quazip): Redefine as an heir to the… (quazip-0): …new name of the previous package definition. Adjust all packages with quazip as input to use quazip-0.
* gnu: r-dt: Fix install location of minified JavaScript.Ricardo Wurmus2021-10-05
| | | | | | | Reported-by: Marcel Schilling <marcel.schilling@uni-luebeck.de> * gnu/packages/statistics.scm (r-dt)[arguments]: Append "/js" directory to installation location of minified JavaScript.
* gnu: emacs-geiser: Remove ".git" suffix in source URL.Nicolas Goaziou2021-10-05
| | | | | * gnu/packages/emacs-xyz.scm (emacs-geiser)[source]<url>: Remove ".git" suffix.
* gnu: emacs-geiser: Update to 0.18.Nicolas Goaziou2021-10-05
| | | | | * gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.18. [arguments]<#:phases>: Remove unnecessary fix to a texi document.
* gnu: emacs-org-re-reveal: Update to 3.12.0.Nicolas Goaziou2021-10-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.12.0.
* gnu: libupnp: Update to 1.14.12.Tobias Geerinckx-Rice2021-10-05
| | | | * gnu/packages/upnp.scm (libupnp): Update to 1.14.12.
* gnu: openvpn: Update to 2.5.4.Tobias Geerinckx-Rice2021-10-05
| | | | * gnu/packages/vpn.scm (openvpn): Update to 2.5.4.
* gnu: xterm: Update to 369.Tobias Geerinckx-Rice2021-10-05
| | | | * gnu/packages/xorg.scm (xterm): Update to 369.
* gnu: catfish: Update to 4.16.3.Tobias Geerinckx-Rice2021-10-05
| | | | * gnu/packages/xfce.scm (catfish): Update to 4.16.3.
* gnu: menumaker: Update to 0.99.13.Tobias Geerinckx-Rice2021-10-05
| | | | * gnu/packages/wm.scm (menumaker): Update to 0.99.13.
* gnu: faudio: Update to 21.10.Tobias Geerinckx-Rice2021-10-05
| | | | * gnu/packages/audio.scm (faudio): Update to 21.10.
* gnu: libmd: Omit static library.Tobias Geerinckx-Rice2021-10-05
| | | | | * gnu/packages/crypto.scm (libmd)[arguments]: Add "--disable-static" to the #:configure-flags.
* gnu: libmd: Update to 1.0.4.Tobias Geerinckx-Rice2021-10-05
| | | | * gnu/packages/crypto.scm (libmd): Update to 1.0.4.
* gnu: libzen: Update to 0.4.39.Tobias Geerinckx-Rice2021-10-05
| | | | | * gnu/packages/cpp.scm (libzen): Update to 0.4.39. [arguments]: Don't explicitly return #t from phases.
* gnu: lynis: Update to 3.0.6.Tobias Geerinckx-Rice2021-10-05
| | | | | * gnu/packages/admin.scm (lynis): Update to 3.0.6. [arguments]: Don't explicitly return #t from phases.
* gnu: guix: Update to 1.3.0-11.f743f20.Mathieu Othacehe2021-10-05
| | | | * gnu/packages/package-management.scm (guix): Update to 1.3.0-11.f743f20.
* gnu: hitch: Provide the 'ps' command for tests.Marius Bakke2021-10-05
| | | | | | | ...otherwise, failing tests would show up as successful. This is a follow-up to commit 273380fda2889e5ba4e7fba28b5b104306872c69. * gnu/packages/web.scm (hitch)[native-inputs]: Add PROCPS.
* gnu: Open vSwitch: Enable tests.Marius Bakke2021-10-05
| | | | | | | | * gnu/packages/networking.scm (openvswitch)[arguments]: Remove #:tests?. Add two new phases to patch /bin/sh, and create a 'kill -0' script that handles zombies. [native-inputs]: Add BASH and PROCPS. [inputs]: Add BASH-MINIMAL.
* gnu: Open vSwitch: Update to 2.16.0.Marius Bakke2021-10-05
| | | | * gnu/packages/networking.scm (openvswitch): Update to 2.16.0.
* gnu: gst-plugins-bad: Build with the latest SRT.Marius Bakke2021-10-05
| | | | | * gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Change from SRT-1.4.1 to SRT.
* gnu: gst-plugins-bad: Build with system usrsctp.Marius Bakke2021-10-05
| | | | | | | * gnu/packages/gstreamer.scm (gst-plugins-bad)[source](modules, snippet): New fields. [arguments]: Add #:configure-flags. [inputs]: Add USRSCTP.
* gnu: libsrtp: Update to 2.4.2.Marius Bakke2021-10-05
| | | | * gnu/packages/telephony.scm (libsrtp): Update to 2.4.2.
* gnu: icecat: Update to 78.15.0-guix0-preview1 [security fixes].Mark H Weaver2021-10-05
| | | | | | | Includes fixes for CVE-2021-38496 and CVE-2021-38500. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update upstream source hash.
* gnu: cl-hunchentoot: Update to 1.3.0.Guillaume Le Vaillant2021-10-05
| | | | * gnu/packages/lisp-xyz.scm (cl-hunchentoot): Update to 1.3.0.
* gnu: php: Patch failing test case.Ryan Sundberg via Guix-patches via2021-10-05
| | | | | | | | | | | Fixes a failing test case in PHP (Zend/tests/bug74093.phpt). See <https://github.com/php/php-src/pull/7555/files> for upstream status. * gnu/packages/php.scm (php)[source]: Add patch. * gnu/packages/patches/php-bug-74093-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: libstatgrab: Omit static library.Tobias Geerinckx-Rice2021-10-05
| | | | | * gnu/packages/lxqt.scm (libstatgrab)[arguments]: Add "--disable-static" to the #:configure-flags.
* gnu: libstatgrab: Update to 0.92.1.Tobias Geerinckx-Rice2021-10-05
| | | | * gnu/packages/lxqt.scm (libstatgrab): Update to 0.92.1.
* gnu: emacs-magit: Update to 3.3.0.Alexandr Vityazev2021-10-05
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-magit-annex: Update to 1.8.1.Nicolas Goaziou2021-10-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-magit-annex): Update to 1.8.1.
* gnu: emacs-smart-mode-line: Update to 2.14.Nicolas Goaziou2021-10-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-smart-mode-line): Update to 2.14.
* gnu: emacs-notmuch-maildir: Update to 0.2.1.Nicolas Goaziou2021-10-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-notmuch-maildir): Update to 0.2.1.
* gnu: emacs-counsel-projectile: Update to 0.3.2.Nicolas Goaziou2021-10-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-counsel-projectile): Update to 0.3.2.
* gnu: nvme-cli: Update to 1.15.Tobias Geerinckx-Rice2021-10-05
| | | | * gnu/packages/linux.scm (nvme-cli): Update to 1.15.
* gnu: rng-tools: Update to 6.14.Tobias Geerinckx-Rice2021-10-05
| | | | * gnu/packages/linux.scm (rng-tools): Update to 6.14.
* gnu: libseccomp: Update to 2.5.2.Tobias Geerinckx-Rice2021-10-05
| | | | | * gnu/packages/linux.scm (libseccomp): Update to 2.5.2. [arguments]: Don't explicitly return #t from phases.
* gnu: bridge-utils: Update to 1.7.1.Tobias Geerinckx-Rice2021-10-05
| | | | | * gnu/packages/linux.scm (bridge-utils): Update to 1.7.1. [source]: Update URL.
* gnu: bridge-utils: Remove obsolete phases.Tobias Geerinckx-Rice2021-10-05
| | | | * gnu/packages/linux.scm (bridge-utils)[arguments]: Remove all custom phases.
* gnu: crawl: Update to 0.27.1.Tobias Geerinckx-Rice2021-10-05
| | | | * gnu/packages/games.scm (crawl): Update to 0.27.1.
* gnu: fcft: Update to 2.4.5.Tobias Geerinckx-Rice2021-10-05
| | | | * gnu/packages/fontutils.scm (fcft): Update to 2.4.5.