Last-Update: 2018-06-18 Forwarded: not-needed Author: Dmitry Smirnov Description: prevents test-time installation that causes FTBFS. ~~~~ go test net: open /usr/lib/go-1.10/pkg/linux_amd64/net.a: permission denied ~~~~ --- a/hack/test/unit +++ b/hack/test/unit @@ -18,12 +18,8 @@ exclude_paths="/vendor/|/integration" pkg_list=$(go list $TESTDIRS | grep -vE "($exclude_paths)") -# install test dependencies once before running tests for each package. This -# significantly reduces the runtime. -go test -i "${BUILDFLAGS[@]}" $pkg_list - for pkg in $pkg_list; do go test "${BUILDFLAGS[@]}" \ -cover \ -coverprofile=profile.out \ h' onchange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnupg.scm
AgeCommit message (Expand)Author
2022-12-02gnu: guile-gcrypt: Update to 0.4.0....* gnu/packages/gnupg.scm (guile-gcrypt): Update to 0.4.0. Ludovic Courtès
2022-11-22gnu: gpgme: Add 1.18.0....* gnu/packages/gnupg.scm (gpgme-1.18, qgpgme-1.18): New variables. Marius Bakke
2022-10-30gnu: jetring: Update to 0.31....* gnu/packages/gnupg.scm (jetring): Update to 0.31. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2022-10-23gnu: pinentry-tty: Update to 1.2.1....* gnu/packages/gnupg.scm (pinentry-tty): Update to 1.2.1. Tobias Geerinckx-Rice
2022-10-16gnu: libksba: Graft to 1.6.2 [fixes CVE-2022-3515]....* gnu/packages/gnupg.scm (libksba/fixed): New variable. (libksba): Use it as grafted replacement. Tobias Geerinckx-Rice
2022-08-29gnu: gnupg: Use mirror URL....In commit 38747a27f36dbaadadb1399ec085d88e48c97555, the package switched from a mirror:// URL to a ftp:// URL, but there doesn't appear to have been any particular reason for that. * gnu/packages/gnupg.scm (gnupg)[source]{uri}: Use a mirror:// again. Signed-off-by: Marius Bakke <marius@gnu.org> Maxime Devos
2022-08-09gnu: gnupg: Patch CVE-2022-34903....* gnu/packages/gnupg.scm (gnupg)[replacement]: New field. (gnupg/replacement): New variable. * gnu/packages/patches/gnupg-CVE-2022-34903.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner
2022-05-29gnu: pgpdump: Update to 0.35....* gnu/packages/gnupg.scm (pgpdump): Update to 0.35. Tobias Geerinckx-Rice
2022-05-31gnu: pius: Update to 3.0.0....* gnu/packages/gnupg.scm (pius): Update to 3.0.0. [arguments]: Delete tests? and python arguments. [phases]{set-gpg-file-name}: Streamline. [description]: Spell key signing as two words. Mark commands with Texinfo markup. Maxim Cournoyer
2022-05-31gnu: Remove python2-pygpgme....* gnu/packages/gnupg.scm (python2-pygpgme): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-gpg....* gnu/packages/gnupg.scm (python2-gpg): Delete variable. Maxim Cournoyer