summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu-maintenance: Recognize more source tarball naming schemes.Ludovic Courtès2021-04-05
| | | | | | | | * guix/gnu-maintenance.scm (%package-name-rx): Add ".src" and ".orig" suffixes. * tests/gnu-maintenance.scm ("release-file?"): Add mpg321 and bvi examples. ("tarball->version"): New test.
* utils: 'tarball-sans-extension' recognizes ".tgz".Ludovic Courtès2021-04-05
| | | | * guix/utils.scm (tarball-sans-extension): Add ".tgz".
* gnu-maintenance: Remove unused procedure.Ludovic Courtès2021-04-05
| | | | * guix/gnu-maintenance.scm (savannah-package?): Remove.
* gnu: file: Add 'release-monitoring-url' property.Ludovic Courtès2021-04-05
| | | | * gnu/packages/file.scm (file)[properties]: New field.
* gnu: ncftp: Add 'release-monitoring-url' property.Ludovic Courtès2021-04-05
| | | | * gnu/packages/ftp.scm (ncftp)[properties]: New field.
* gnu-maintenance: 'generic-html' updates packages with the right property.Ludovic Courtès2021-04-05
| | | | | | | * guix/gnu-maintenance.scm (html-updatable-package?): Return true for packages with a 'release-monitoring-url' property. This allows us to cater for packages with source fetched over, say, FTP, but with an HTML page to monitor.
* gnu: go-github-com-sirupsen-logrus: Update to 1.8.1.Efraim Flashner2021-04-04
| | | | | | | | * gnu/packages/golang.scm (go-github-com-sirupsen-logrus): Update to 1.8.1. [propagated-inputs]: Add go-github-com-davecgh-go-spew, go-github-com-pmezard-go-difflib. Sort alphabetically. [arguments]: Enable test suite.
* import: go: Replace underscores with hyphens in package names.Xinglu Chen2021-04-04
| | | | | | | | | | As per section '16.4.2 Package Naming' in the manual, use hypens instead of underscores in package names. * guix/import/go.scm (go-module->guix-package-name): Replace underscores with hyphens. Signed-off-by: Leo Famulari <leo@famulari.name>
* doc: Remind developers to build Guix.Leo Famulari2021-04-04
| | | | | | | | | | | The previous instructions were correct, but we got too many bug reports with a root cause of "did not build Guix yet". Other parts of the manual already instruct `make && make check`, so this makes the treatment of building Guix more consistent, too. * doc/contributing.texi (Building from Git): Instruct the user to run `make` when building Guix.
* gnu: drumstick: Use new HTTPS home page.Tobias Geerinckx-Rice2021-04-04
| | | | * gnu/packages/music.scm (drumstick)[home-page]: Update & use HTTPS.
* gnu: perl-path-tiny: Update to 0.118.Tobias Geerinckx-Rice2021-04-04
| | | | * gnu/packages/perl.scm (perl-path-tiny): Update to 0.118.
* gnu: vmpk: Update to 0.8.2.Tobias Geerinckx-Rice2021-04-04
| | | | * gnu/packages/music.scm (vmpk): Update to 0.8.2.
* gnu: drumstick: Update to 2.1.1.Tobias Geerinckx-Rice2021-04-04
| | | | * gnu/packages/music.scm (drumstick): Update to 2.1.1.
* gnu: drumstick: Remove unused ‘-DLIB_SUFFIX=’.Tobias Geerinckx-Rice2021-04-04
| | | | | * gnu/packages/music.scm (drumstick)[arguments]: Remove #:configure-flags.
* gnu: ugrep: Update to 3.1.11.Tobias Geerinckx-Rice2021-04-04
| | | | * gnu/packages/search.scm (ugrep): Update to 3.1.11.
* gnu: corkscrew: Update to 2.0-0.268b71e.Tobias Geerinckx-Rice2021-04-04
| | | | | | | | | * gnu/packages/ssh.scm (corkscrew)[source]: Fetch from elsewhere. [arguments]: Add #:configure-flags of ‘--enable-ssl’. Add a new 'update-metadata phase. Remove the custom 'configure phase. [native-inputs]: Add autoconf, automake, and pkg-config. [inputs]: Add openssl. [description]: Update accordingly.
* gnu: perl-pdf-api2: Update to 2.039.Tobias Geerinckx-Rice2021-04-04
| | | | * gnu/packages/perl.scm (perl-pdf-api2): Update to 2.039.
* gnu: perl-moose: Update to 2.2015.Tobias Geerinckx-Rice2021-04-04
| | | | * gnu/packages/perl.scm (perl-moose): Update to 2.2015.
* news: Add 'de' translation.Florian Pelz2021-04-04
| | | | * etc/news.scm: Add German translation of user activation entry.
* gnu: zabbix-agentd: Update to 5.2.6 [fixes CVE-2021-27927].Léo Le Bouter2021-04-04
| | | | * gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.2.6.
* news: Clarify time window for account activation vulnerability.Ludovic Courtès2021-04-03
| | | | * etc/news.scm: Tweak wording about skeleton files.
* news: Recommend upgrade for account activation vulnerability.Ludovic Courtès2021-04-03
| | | | * etc/news.scm: Recommend upgrade.
* news: Add entry for user account activation vulnerability.Maxime Devos2021-04-03
| | | | | | * etc/news.scm: Add entry. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* activation: Do not dereference symlinks during home directory creation.Maxime Devos2021-04-03
| | | | | | | | | | | Fixes <https://bugs.gnu.org/47584>. * gnu/build/activation.scm (copy-account-skeletons): Do not chown the home directory; leave this to 'activate-user-home'. (activate-user-home): Only chown the home directory after the account skeletons have been copied. Co-authored-by: Ludovic Courtès <ludo@gnu.org>.
* daemon: Remove dead code.Ludovic Courtès2021-04-03
| | | | | | | Reported by Noisytoot on #guix. * nix/nix-daemon/shared.hh (showManPage): Remove. * nix/nix-daemon/nix-daemon.cc (printHelp, programId): Remove.
* services: guix-publish: Add zstd compression by default.Ludovic Courtès2021-04-03
| | | | | | | | | | | That way, the default config with (advertises? #t) and without a cache will offer zstd-compressed substitutes, which should lead to much higher throughput than gzip. * gnu/services/base.scm (default-compression): When 'guix-publish-configuration-cache' returns true, use higher level compression ratios. Add "zstd". * doc/guix.texi (Base Services): Mention zstd.
* gnu: knot-resolver: Update to 5.3.1.Tobias Geerinckx-Rice2021-04-03
| | | | * gnu/packages/dns.scm (knot-resolver): Update to 5.3.1.
* gnu: terminator: Update to 2.1.1.Tobias Geerinckx-Rice2021-04-03
| | | | * gnu/packages/gnome.scm (terminator): Update to 2.1.1.
* gnu: mousepad: Update to 0.5.4.Tobias Geerinckx-Rice2021-04-03
| | | | * gnu/packages/xfce.scm (mousepad): Update to 0.5.4.
* gnu: perl-scalar-list-utils: Update to 1.56.Tobias Geerinckx-Rice2021-04-03
| | | | * gnu/packages/perl.scm (perl-scalar-list-utils): Update to 1.56.
* gnu: perl-digest-hmac: Update to 1.04.Tobias Geerinckx-Rice2021-04-03
| | | | * gnu/packages/perl.scm (perl-digest-hmac): Update to 1.04.
* gnu: perl-crypt-rijndael: Update to 1.16.Tobias Geerinckx-Rice2021-04-03
| | | | * gnu/packages/perl.scm (perl-crypt-rijndael): Update to 1.16.
* gnu: vim: Update to 8.2.2689.Tobias Geerinckx-Rice2021-04-03
| | | | * gnu/packages/vim.scm (vim): Update to 8.2.2689.
* gnu: diffoscope: Update to 172.Tobias Geerinckx-Rice2021-04-03
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 172.
* gnu: rust-rand-core: Update to 0.6.2.Hartmut Goebel2021-04-03
| | | | | | Version 0.6.1 was yanked. * gnu/packages/crates-io.scm(rust-rand-core): Update to 0.6.2.
* gnu: tippecanoe: Update to 1.36.0.Felix Gruber2021-04-03
| | | | | | | * gnu/packages/geo.scm (tippecanoe): Update to 1.36.0. [arguments]: Use cc-for-target instead of hard-coding gcc. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: saga: Update to 7.9.0.Felix Gruber2021-04-03
| | | | | | | * gnu/packages/geo.scm (saga): Update to 7.9.0. [inputs]: Replace proj.4 with proj. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-opengl.Sharlatan Hellseher2021-04-03
| | | | | | | * gnu/packages/lisp-xyz.scm: (sbcl-cl-opengl, cl-opengl, ecl-cl-opengl): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: nushell: Update to 0.29.0.Nicolas Goaziou2021-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/shells.scm (nushell): Update to 0.29.0. (rust-nu-ansi-term-0.29): (rust-nu-cli-0.29): (rust-nu-command-0.29): (rust-nu-data-0.29): (rust-nu-engine-0.29): (rust-nu-json-0.29): (rust-nu-parser-0.29): (rust-nu-plugin-0.29): (rust-nu-plugin-binaryview-0.29): (rust-nu-plugin-chart-0.29): (rust-nu-plugin-fetch-0.29): (rust-nu-plugin-from-bson-0.29): (rust-nu-plugin-from-sqlite-0.29): (rust-nu-plugin-inc-0.29): (rust-nu-plugin-match-0.29): (rust-nu-plugin-post-0.29): (rust-nu-plugin-ps-0.29): (rust-nu-plugin-s3-0.29): (rust-nu-plugin-sys-0.29): (rust-nu-plugin-textview-0.29): (rust-nu-plugin-to-bson-0.29): (rust-nu-plugin-to-sqlite-0.29): (rust-nu-plugin-tree-0.29): (rust-nu-plugin-xpath-0.29): (rust-nu-protocol-0.29): (rust-nu-source-0.29): (rust-nu-stream-0.29): (rust-nu-test-support-0.29): (rust-nu-value-ext-0.29): Update to 0.29.
* gnu: Add rust-hamcrest2-0.3.Nicolas Goaziou2021-04-03
| | | | * gnu/packages/crates-io.scm (rust-hamcrest2-0.3): New variable.
* gnu: Add rust-rustyline-8.Nicolas Goaziou2021-04-03
| | | | * gnu/packages/crates-io.scm (rust-rustyline-8): New variable.
* gnu: Add rust-nix-0.20.Nicolas Goaziou2021-04-03
| | | | | * gnu/packages/crates-io.scm (rust-nix-0.20): New variable. (rust-nix-0.19): Inherit from above.
* gnu: Add rust-radix-trie-0.2.Nicolas Goaziou2021-04-03
| | | | * gnu/packages/crates-io.scm (rust-radix-trie-0.2): New variable.
* gnu: Add rust-endian-type-0.1.Nicolas Goaziou2021-04-03
| | | | * gnu/packages/crates-io.scm (rust-endian-type-0.1): New variable.
* gnu: Add rust-nibble-vec-0.1.Nicolas Goaziou2021-04-03
| | | | * gnu/packages/crates-io.scm (rust-nibble-vec-0.1): New variable.
* gnu: rust-smallvec-1: Update to 1.6.1.Nicolas Goaziou2021-04-03
| | | | * gnu/packages/crates-io.scm (rust-smallvec-1): Update to 1.6.1.
* gnu: emacs-org: Update to 9.4.5.Nicolas Goaziou2021-04-03
| | | | | * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.4.5. (emacs-org-contrib): Update to 20210329.
* gnu: mgba: Update to 0.9.0.Nicolas Goaziou2021-04-03
| | | | * gnu/packages/emulators.scm (mgba): Update to 0.9.0.
* gnu: emacs-tramp: Update to 2.5.0.3.Nicolas Goaziou2021-04-03
| | | | * gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.0.3.
* gnu: emacs-posframe: Update to 0.9.0.Nicolas Goaziou2021-04-03
| | | | * gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.9.0.