Commit graph

83554 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 2b6f90b09d
gnu: xterm: Update to 369.
* gnu/packages/xorg.scm (xterm): Update to 369.
2021-10-05 21:36:38 +02:00
Tobias Geerinckx-Rice 1b8313ff5e
gnu: catfish: Update to 4.16.3.
* gnu/packages/xfce.scm (catfish): Update to 4.16.3.
2021-10-05 21:36:38 +02:00
Tobias Geerinckx-Rice 7e52fe369a
gnu: menumaker: Update to 0.99.13.
* gnu/packages/wm.scm (menumaker): Update to 0.99.13.
2021-10-05 21:36:38 +02:00
Tobias Geerinckx-Rice 61118aede9
gnu: faudio: Update to 21.10.
* gnu/packages/audio.scm (faudio): Update to 21.10.
2021-10-05 21:36:38 +02:00
Tobias Geerinckx-Rice 75f9bf6401
gnu: libmd: Omit static library.
* gnu/packages/crypto.scm (libmd)[arguments]: Add "--disable-static" to
the #:configure-flags.
2021-10-05 21:36:38 +02:00
Tobias Geerinckx-Rice b390bff3f2
gnu: libmd: Update to 1.0.4.
* gnu/packages/crypto.scm (libmd): Update to 1.0.4.
2021-10-05 21:36:38 +02:00
Tobias Geerinckx-Rice 57c0804dcb
gnu: libzen: Update to 0.4.39.
* gnu/packages/cpp.scm (libzen): Update to 0.4.39.
[arguments]: Don't explicitly return #t from phases.
2021-10-05 21:36:38 +02:00
Tobias Geerinckx-Rice d84420d494
gnu: lynis: Update to 3.0.6.
* gnu/packages/admin.scm (lynis): Update to 3.0.6.
[arguments]: Don't explicitly return #t from phases.
2021-10-05 21:36:38 +02:00
Mathieu Othacehe a9075d332d
gnu: guix: Update to 1.3.0-11.f743f20.
* gnu/packages/package-management.scm (guix): Update to 1.3.0-11.f743f20.
2021-10-05 19:33:15 +00:00
Mathieu Othacehe f743f2046b
publish: Defer narinfo string creation to the http-write.
The "narinfo-string" procedure is expensive in term of IO operations and can
take a while under IO pressure, such a GC collecting. Defer its call to a new
thread created in the http-write procedure.

Fixes: <https://issues.guix.gnu.org/48468>
Partially fixes: <https://issues.guix.gnu.org/49089>

* guix/scripts/publish.scm (render-narinfo): Defer the narinfo string creation
to the http-write procedure.
(compression->sexp, sexp->compression): New procedures.
("X-Nar-Compression"): Use them.
("X-Narinfo-Compressions"): New custom header.
(strip-headers): Add the x-nar-path header.
(http-write): Add narinfo on-the-fly creation support. It happens in a
separated thread to prevent blocking the main thread.
2021-10-05 18:55:55 +00:00
Marius Bakke a7028d4323
gnu: hitch: Provide the 'ps' command for tests.
...otherwise, failing tests would show up as successful.  This is a follow-up
to commit 273380fda2.

* gnu/packages/web.scm (hitch)[native-inputs]: Add PROCPS.
2021-10-05 19:52:30 +02:00
Marius Bakke 772c0fbc55
gnu: Open vSwitch: Enable tests.
* 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.
2021-10-05 19:52:30 +02:00
Marius Bakke 0a6f874b83
gnu: Open vSwitch: Update to 2.16.0.
* gnu/packages/networking.scm (openvswitch): Update to 2.16.0.
2021-10-05 19:52:30 +02:00
Marius Bakke b43a6b32e0
gnu: gst-plugins-bad: Build with the latest SRT.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Change from SRT-1.4.1
to SRT.
2021-10-05 19:52:30 +02:00
Marius Bakke 3cf6f92f09
gnu: gst-plugins-bad: Build with system usrsctp.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[source](modules, snippet): New
fields.
[arguments]: Add #:configure-flags.
[inputs]: Add USRSCTP.
2021-10-05 19:52:30 +02:00
Marius Bakke fa72aa8f4d
gnu: libsrtp: Update to 2.4.2.
* gnu/packages/telephony.scm (libsrtp): Update to 2.4.2.
2021-10-05 19:52:30 +02:00
Mark H Weaver a55932fe73
gnu: icecat: Update to 78.15.0-guix0-preview1 [security fixes].
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.
2021-10-05 13:35:05 -04:00
Guillaume Le Vaillant b5dee04c9b
gnu: cl-hunchentoot: Update to 1.3.0.
* gnu/packages/lisp-xyz.scm (cl-hunchentoot): Update to 1.3.0.
2021-10-05 15:30:13 +02:00
Ryan Sundberg via Guix-patches via 9aaf402a37
gnu: php: Patch failing test case.
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>
2021-10-05 13:45:29 +02:00
Tobias Geerinckx-Rice 220424a780
gnu: libstatgrab: Omit static library.
* gnu/packages/lxqt.scm (libstatgrab)[arguments]: Add "--disable-static"
to the #:configure-flags.
2021-10-05 13:45:29 +02:00
Tobias Geerinckx-Rice bf8e753aa0
gnu: libstatgrab: Update to 0.92.1.
* gnu/packages/lxqt.scm (libstatgrab): Update to 0.92.1.
2021-10-05 13:45:28 +02:00
Alexandr Vityazev b54bf075c5
gnu: emacs-magit: Update to 3.3.0.
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-10-05 09:32:15 +02:00
Nicolas Goaziou 1627fd56d5
gnu: emacs-magit-annex: Update to 1.8.1.
* gnu/packages/emacs-xyz.scm (emacs-magit-annex): Update to 1.8.1.
2021-10-05 09:23:38 +02:00
Nicolas Goaziou 68ef672b3e
gnu: emacs-smart-mode-line: Update to 2.14.
* gnu/packages/emacs-xyz.scm (emacs-smart-mode-line): Update to 2.14.
2021-10-05 09:22:00 +02:00
Nicolas Goaziou 5c377ba47f
gnu: emacs-notmuch-maildir: Update to 0.2.1.
* gnu/packages/emacs-xyz.scm (emacs-notmuch-maildir): Update to 0.2.1.
2021-10-05 09:20:29 +02:00
Nicolas Goaziou bae1acd6a9
gnu: emacs-counsel-projectile: Update to 0.3.2.
* gnu/packages/emacs-xyz.scm (emacs-counsel-projectile): Update to 0.3.2.
2021-10-05 09:17:01 +02:00
Tobias Geerinckx-Rice 83adca8ff7
gnu: nvme-cli: Update to 1.15.
* gnu/packages/linux.scm (nvme-cli): Update to 1.15.
2021-10-05 02:51:53 +02:00
Tobias Geerinckx-Rice e4bee191bf
gnu: rng-tools: Update to 6.14.
* gnu/packages/linux.scm (rng-tools): Update to 6.14.
2021-10-05 02:51:53 +02:00
Tobias Geerinckx-Rice fec3fffcd2
gnu: libseccomp: Update to 2.5.2.
* gnu/packages/linux.scm (libseccomp): Update to 2.5.2.
[arguments]: Don't explicitly return #t from phases.
2021-10-05 01:36:24 +02:00
Tobias Geerinckx-Rice ac760f0a62
gnu: bridge-utils: Update to 1.7.1.
* gnu/packages/linux.scm (bridge-utils): Update to 1.7.1.
[source]: Update URL.
2021-10-05 01:36:23 +02:00
Tobias Geerinckx-Rice d20ce88758
gnu: bridge-utils: Remove obsolete phases.
* gnu/packages/linux.scm (bridge-utils)[arguments]: Remove all custom phases.
2021-10-05 01:36:23 +02:00
Tobias Geerinckx-Rice 705007945f
gnu: crawl: Update to 0.27.1.
* gnu/packages/games.scm (crawl): Update to 0.27.1.
2021-10-05 01:36:23 +02:00
Tobias Geerinckx-Rice c40732b30c
gnu: fcft: Update to 2.4.5.
* gnu/packages/fontutils.scm (fcft): Update to 2.4.5.
2021-10-05 01:36:23 +02:00
Tobias Geerinckx-Rice da878d7380
gnu: sameboy: Update to 0.14.5.
* gnu/packages/emulators.scm (sameboy): Update to 0.14.5.
[arguments]: Don't explicitly return #t from phases.
2021-10-05 01:36:23 +02:00
Tobias Geerinckx-Rice 365a994738
gnu: dosbox-staging: Update to 0.77.1.
* gnu/packages/emulators.scm (dosbox-staging): Update to 0.77.1.
[build-system]: Switch to Meson.
[arguments]: Remove all old #:configure-flags.  Disable unit_tests and mt32emu.
[native-inputs]: Remove autoconf & automake.
[inputs]: Add mesa.
2021-10-05 01:36:22 +02:00
Tobias Geerinckx-Rice 226221df6f
gnu: wireguard-tools: Fix doc installation.
* gnu/packages/vpn.scm (wireguard-tools)[arguments]: Add missing out.
2021-10-05 01:36:22 +02:00
Tobias Geerinckx-Rice bbf60f86d5
gnu: Add rbldnsd.
* gnu/packages/dns.scm (rbldnsd): New public variable.
2021-10-05 01:36:22 +02:00
Tobias Geerinckx-Rice 9f55a39cf1
gnu: diffoscope: Update to 186.
* gnu/packages/diffoscope.scm (diffoscope): Update to 186.
[source]: Add patch.
[arguments]: Add a new 'fix-failing-tests phase.
Don't explicitly return #t from phases.
* gnu/packages/patches/diffoscope-fix-test_item3_deflate_llvm_bitcode.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-10-04 21:21:11 +02:00
Tobias Geerinckx-Rice 5a1aa90775
gnu: memcached: Update to 1.6.12.
* gnu/packages/databases.scm (memcached): Update to 1.6.12.
2021-10-04 21:21:11 +02:00
Tobias Geerinckx-Rice 08e3224909
gnu: sparse: Update to 0.6.4.
* gnu/packages/c.scm (sparse): Update to 0.6.4.
[arguments]: Don't explicitly return #t from phases.
2021-10-04 21:21:10 +02:00
Tobias Geerinckx-Rice 2cced18b76
gnu: acpica: Update to 20210930.
* gnu/packages/admin.scm (acpica): Update to 20210930.
2021-10-04 21:21:10 +02:00
Tobias Geerinckx-Rice a91ad29d17
gnu: nmap: Update to 7.92.
* gnu/packages/admin.scm (nmap): Update to 7.92.
[source, arguments]: Don't explicitly return #t from snippet & phases.
2021-10-04 21:21:10 +02:00
Tobias Geerinckx-Rice ecc7de528f
gnu: stress: Update to 1.0.4.
* gnu/packages/admin.scm (stress): Update to 1.0.4.
[native-inputs]: Add autoconf & automake.
2021-10-04 21:21:10 +02:00
Ludovic Courtès 688a4db071
ci: Allow manifests to contain any lowerable object.
Previously, manifests could only contain packages:

  https://lists.gnu.org/archive/html/guix-devel/2021-10/msg00002.html

This allows us to pass origins as found in 'etc/source-manifest.scm'.

* gnu/ci.scm (derivation->job): Change default #:timeout value to 5h.
(manifests->packages): Remove.
(manifests->jobs): New procedure.
(cuirass-jobs): Use it in the 'manifests' case.
2021-10-04 16:36:59 +02:00
Peter Polidoro b628c5fc71
gnu: kicad: Update to 5.1.10.
* gnu/packages/engineering.scm (kicad, kicad-i18n, kicad-doc, kicad-symbols)
(kicad-footprints, kicad-packages3d, kicad-templates): Update to 5.1.10.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-04 16:36:59 +02:00
Konrad Hinsen 61cd529f74
gnu: Add python-fitsio.
* gnu/packages/astronomy.scm (python-fitsio): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-04 16:36:59 +02:00
Sarah Morgensen 834ff65e85
import: go: Recognize major version suffixes.
Do not treat major version suffixes (such as "/v3") as repository
subdirectories.  See <https://golang.org/ref/mod#major-version-suffixes>.

* guix/import/go.scm (go-module->guix-package): When determining the
unpack path, compare 'root-module-path' to 'module-path-sans-suffix'
instead of 'module-path'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-04 16:36:59 +02:00
Sarah Morgensen ac43ead774
import: go: Handle extra whitespace in "go-import" meta tags.
Some packages sites use extra whitespace in the content portion of <meta
name="go-import" ...> tags, so handle that.  Example:
<https://k8s.io/api?go-get=1>

* guix/import/go.scm (fetch-module-meta-data)[go-import->module-meta]:
Use 'string-tokenize' instead of 'string-split'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-04 16:36:59 +02:00
phodina f666b9b478
gnu: Add mjpg-streamer.
* gnu/packages/video.scm: (mjpg-streamer): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-04 16:36:58 +02:00
Sarah Morgensen e0e65ed69d
doc: cookbook: Mention translations of the cookbook.
* doc/guix-cookbook.texi (Top): Add note about l10n.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-04 16:36:58 +02:00