summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* publish: Defer narinfo string creation to the http-write.Mathieu Othacehe2021-10-05
| | | | | | | | | | | | | | | | | | 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.
* 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.
* gnu: sameboy: Update to 0.14.5.Tobias Geerinckx-Rice2021-10-05
| | | | | * gnu/packages/emulators.scm (sameboy): Update to 0.14.5. [arguments]: Don't explicitly return #t from phases.
* gnu: dosbox-staging: Update to 0.77.1.Tobias Geerinckx-Rice2021-10-05
| | | | | | | | * 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.
* gnu: wireguard-tools: Fix doc installation.Tobias Geerinckx-Rice2021-10-05
| | | | * gnu/packages/vpn.scm (wireguard-tools)[arguments]: Add missing out.
* gnu: Add rbldnsd.Tobias Geerinckx-Rice2021-10-05
| | | | * gnu/packages/dns.scm (rbldnsd): New public variable.
* gnu: diffoscope: Update to 186.Tobias Geerinckx-Rice2021-10-04
| | | | | | | | | | * 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.
* gnu: memcached: Update to 1.6.12.Tobias Geerinckx-Rice2021-10-04
| | | | * gnu/packages/databases.scm (memcached): Update to 1.6.12.
* gnu: sparse: Update to 0.6.4.Tobias Geerinckx-Rice2021-10-04
| | | | | * gnu/packages/c.scm (sparse): Update to 0.6.4. [arguments]: Don't explicitly return #t from phases.
* gnu: acpica: Update to 20210930.Tobias Geerinckx-Rice2021-10-04
| | | | * gnu/packages/admin.scm (acpica): Update to 20210930.
* gnu: nmap: Update to 7.92.Tobias Geerinckx-Rice2021-10-04
| | | | | * gnu/packages/admin.scm (nmap): Update to 7.92. [source, arguments]: Don't explicitly return #t from snippet & phases.
* gnu: stress: Update to 1.0.4.Tobias Geerinckx-Rice2021-10-04
| | | | | * gnu/packages/admin.scm (stress): Update to 1.0.4. [native-inputs]: Add autoconf & automake.
* ci: Allow manifests to contain any lowerable object.Ludovic Courtès2021-10-04
| | | | | | | | | | | | | 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.
* gnu: kicad: Update to 5.1.10.Peter Polidoro2021-10-04
| | | | | | | * 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>
* gnu: Add python-fitsio.Konrad Hinsen2021-10-04
| | | | | | * gnu/packages/astronomy.scm (python-fitsio): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* import: go: Recognize major version suffixes.Sarah Morgensen2021-10-04
| | | | | | | | | | | 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>
* import: go: Handle extra whitespace in "go-import" meta tags.Sarah Morgensen2021-10-04
| | | | | | | | | | | 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>
* gnu: Add mjpg-streamer.phodina2021-10-04
| | | | | | * gnu/packages/video.scm: (mjpg-streamer): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: cookbook: Mention translations of the cookbook.Sarah Morgensen2021-10-04
| | | | | | * doc/guix-cookbook.texi (Top): Add note about l10n. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Update htmlxref.cnf.Sarah Morgensen2021-10-04
| | | | | | | | | | Update and fix broken references to cuirass, git, and guix-cookbook. * doc/htmlxref.cnf: Update from Texinfo. Factorize Guix manuals. (cuirass, git, guix-cookbook, guix-cookbook.de, guix-cookbook.fr): New entries. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* maint: Improve default diff hunk header detection.Sarah Morgensen2021-10-04
| | | | | | | | | | | Tell git where to look for diff hunk headers: top-level definitions for Scheme files, and (sub)section headers for texi files. * .gitattributes, etc/git/gitconfig: New files. * doc/contributing.texi ("Submitting Patches"): Add subsection "Configuring Git". Document etc/git/gitconfig. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ncompress: Cross-compile.Tobias Geerinckx-Rice2021-10-04
| | | | * gnu/packages/compression.scm (ncompress)[arguments]: Use CC-FOR-TARGET.
* gnu: ncompress: Update to 5.0.Tobias Geerinckx-Rice2021-10-04
| | | | * gnu/packages/compression.scm (ncompress): Update to 5.0.
* Revert "gnu: openssh: Remove empty /var/empty."Tobias Geerinckx-Rice2021-10-04
| | | | | | | | | | Oh, hello, you must be new here: $ git show ba912479e8481d69b699ce348b35d5d70f0c9367 That silly person really ought to have added a comment to the code, shouldn't they? This reverts similar changes made in commit ec7bcdc35af17021a9dfd73ef49750d0ad82b989, and adds one.
* gnu: guix: Update to 1.3.0-8.5fec148.Tobias Geerinckx-Rice2021-10-04
| | | | * gnu/packages/package-management.scm (guix): Update to 1.3.0-8.5fec148.
* doc: Fix 'setuid-program' example.Maxime Devos2021-10-04
| | | | | | | | | | The '#$' doesn't belong there, and will cause ‘unbound variable’ errors. Reported-By: ss2 (on IRC) * doc/guix.texi (Setuid Programs): Remove #$ from example. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: brasero: Embed growisofs from dvd+rw-tools input.Tobias Geerinckx-Rice2021-10-04
| | | | | | * gnu/packages/gnome.scm (brasero)[arguments]: Rename the 'embed-growisofs phase to 'embed-growisofs-reference. Get its growisofs file name from the dvd+rw-tools input, not WHICH.
* gnu: brasero: Update to 3.12.3.Tobias Geerinckx-Rice2021-10-04
| | | | * gnu/packages/gnome.scm (brasero): Update to 3.12.3.