summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
* gnu: gpsd: Update to 3.23.1.Tobias Geerinckx-Rice2021-10-04
| | | | | * gnu/packages/gps.scm (gpsd): Update to 3.23.1. [arguments]: Don't explicitly return #t from phases.
* gnu: haveged: Don't build the static library.Tobias Geerinckx-Rice2021-10-04
| | | | | * gnu/packages/linux.scm (haveged)[arguments]: Add "--disable-static" to the #:configure-flags.
* gnu: haveged: Update to 1.9.15.Tobias Geerinckx-Rice2021-10-04
| | | | * gnu/packages/linux.scm (haveged): Update to 1.9.15.
* gnu: feh: Update to 3.7.2.Tobias Geerinckx-Rice2021-10-04
| | | | * gnu/packages/image-viewers.scm (feh): Update to 3.7.2.
* gnu: squid: Update to 4.16.Tobias Geerinckx-Rice2021-10-04
| | | | | * gnu/packages/networking.scm (squid): Update to 4.16. [arguments]: Don't explicitly return #t from phases.
* gnu: notmuch: Update to 0.33.2.Tobias Geerinckx-Rice2021-10-04
| | | | * gnu/packages/mail.scm (notmuch): Update to 0.33.2.
* gnu: btrfs-progs: Update to 5.14.1.Tobias Geerinckx-Rice2021-10-04
| | | | | * gnu/packages/linux.scm (btrfs-progs): Update to 5.14.1. [arguments]: Don't explicitly return #t from phases.
* gnu: ndisc6: Update to 1.0.5.Tobias Geerinckx-Rice2021-10-04
| | | | * gnu/packages/networking.scm (ndisc6): Update to 1.0.5.
* gnu: pv: Update to 1.6.20.Tobias Geerinckx-Rice2021-10-04
| | | | * gnu/packages/pv.scm (pv): Update to 1.6.20.
* gnu: cifs-utils: Use @acronym{} in description.Tobias Geerinckx-Rice2021-10-04
| | | | | * gnu/packages/samba.scm (cifs-utils)[description]: Substitute Texinfo @acronym{} for @dfn{}.
* gnu: pv: Slightly expand description.Tobias Geerinckx-Rice2021-10-04
| | | | | | * gnu/packages/pv.scm (pv)[description]: Use @acronym{} mark-up and mention the total data amount, progress bar, and other features from the man page.
* gnu: libcacard: Update to 2.8.1.Tobias Geerinckx-Rice2021-10-04
| | | | | | | * gnu/packages/spice.scm (libcacard): Update to 2.8.1. [source]: Remove patch. * gnu/packages/patches/libcacard-unknown-variable.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: cifs-utils: Fix support for dropping capabilities.Tobias Geerinckx-Rice2021-10-04
| | | | | * gnu/packages/samba.scm (cifs-utils)[arguments]: Add a new 'trigger-bootstrap phase.
* gnu: cifs-utils: Update to 6.14.Tobias Geerinckx-Rice2021-10-04
| | | | * gnu/packages/samba.scm (cifs-utils): Update to 6.14.
* gnu: cifs-utils: Build & install man pages.Tobias Geerinckx-Rice2021-10-04
| | | | | | | * gnu/packages/samba.scm (cifs-utils)[arguments]: Add "--enable-man" to #:configure-flags. Remove useless 'create-man8dir phase. Add a new 'install-man-pages phase to do just that. [native-inputs]: Add python-docutils.
* gnu: openssh: Remove empty /var/empty.Tobias Geerinckx-Rice2021-10-04
| | | | | * gnu/packages/ssh.scm (openssh)[arguments]: Delete /var/empty after ‘make install’. Make the rest less repetitive—no functional changes.
* gnu: openssh: Update to 8.8p1 [security fixes].Tobias Geerinckx-Rice2021-10-04
| | | | | | | The securities fixed did not affect the default installation. * gnu/packages/ssh.scm (openssh): Update to 8.8p1. [arguments]: Don't explicitly return #t from phases.
* gnu: cawbird: Update to 1.4.2.Tobias Geerinckx-Rice2021-10-04
| | | | | * gnu/packages/syndication.scm (cawbird): Update to 1.4.2. [arguments]: Don't explicitly return #t from phases.
* gnu: osinfo-db: Update to 20210903.Tobias Geerinckx-Rice2021-10-04
| | | | | * gnu/packages/virtualization.scm (osinfo-db): Update to 20210903. [arguments]: Don't explicitly return #t from phases.
* gnu: wireguard-tools: Update to 1.0.20210914.Tobias Geerinckx-Rice2021-10-04
| | | | | | * gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20210914. [arguments]: Don't explicitly return #t from phases. Re-indent not to exceed 80 columns.
* gnu: wolfssl: Update to 4.8.1.Tobias Geerinckx-Rice2021-10-04
| | | | * gnu/packages/tls.scm (wolfssl): Update to 4.8.1.
* gnu: criu: Delete static libraries.Tobias Geerinckx-Rice2021-10-04
| | | | | * gnu/packages/virtualization.scm (criu)[arguments]: Add a new 'delete-static-libraries phase.
* gnu: criu: Update to 3.16.Tobias Geerinckx-Rice2021-10-04
| | | | | * gnu/packages/virtualization.scm (criu): Update to 3.16. [arguments]: Don't explicitly return #t from phases.
* services: knot: Remove obsolete DISABLE-ANY? zone option.Tobias Geerinckx-Rice2021-10-04
| | | | | | | | It is now silently ignored by knotd. * gnu/services/dns.scm (<knot-zone-configuration>): Remove DISABLE-ANY? field. Adjust all previous users. * doc/guix.texi (DNS Services): Undocument it.
* gnu: knot: Unambiguously enable XDP.Tobias Geerinckx-Rice2021-10-04
| | | | | * gnu/packages/dns.scm (knot)[arguments]: Replace "--enable-xdp=auto" with "--enable-xdp=yes" which now supports using the system libbpf.
* gnu: nginx-documentation: Update to 1.21.3-2769-16f6fa718be2.Tobias Geerinckx-Rice2021-10-04
| | | | * gnu/packages/web.scm (nginx-documentation): Update to 1.21.3-2769-16f6fa718be2.
* gnu: nginx: Update to 1.21.3.Tobias Geerinckx-Rice2021-10-04
| | | | * gnu/packages/web.scm (nginx): Update to 1.21.3.
* gnu: httpd: Update to 2.4.49.Tobias Geerinckx-Rice2021-10-04
| | | | * gnu/packages/web.scm (httpd): Update to 2.4.49.
* gnu: links: Update to 2.25.Tobias Geerinckx-Rice2021-10-04
| | | | | * gnu/packages/web-browsers.scm (links): Update to 2.25. [arguments]: Don't explicitly return #t from phases.
* gnu: slop: Update to 7.6.Tobias Geerinckx-Rice2021-10-04
| | | | * gnu/packages/xdisorg.scm (slop): Update to 7.6.
* gnu: stunnel: Don't install installation instructions.Tobias Geerinckx-Rice2021-10-04
| | | | | * gnu/packages/web.scm (stunnel)[arguments]: Add a 'prune-documentation phase.
* gnu: stunnel: Update to 5.60.Tobias Geerinckx-Rice2021-10-04
| | | | | * gnu/packages/web.scm (stunnel): Update to 5.60. [arguments]: Don't explicitly return #t from phases.
* gnu: android-udev-rules: Update to 20210501.Tobias Geerinckx-Rice2021-10-04
| | | | | * gnu/packages/android.scm (android-udev-rules): Update to 20210501. [arguments]: Don't explicitly return #t from phases.
* gnu: trezor-gpg-pinentry-tk: Adjust package.Efraim Flashner2021-10-04
| | | | | | | | | | This was supposed to be part of commit 8cf8be646af814d1fd5d56c4aba7008cae9394f5. * gnu/packages/finance.scm (trezor-gpg-pinentry-tk)[arguments]: Skip tests. [propagated-inputs]: Move python:tk ... [inputs]: ... to here.