Josselin Poiret
7f7532a847
gnu: Remove gpgme-1.18 and qgpgme-1.18.
...
* gnu/packages/gnupg.scm (gpgme-1.18, qgpgme-1.18): Remove variables.
* gnu/packages/kde-pim.sm (kleopatra, kmail): Refer to gpgme and qgpgme instead.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-31 14:20:28 +02:00
Josselin Poiret
ba75ee9235
gnu: gpgme: Propagate libassuan.
...
* gnu/packages/gnupg.scm (gpgme)[inputs]: Move libassuan to...
[propagated-inputs]: ... here.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-31 14:18:27 +02:00
Efraim Flashner
4cf1acc7f3
Merge remote-tracking branch 'origin/master' into core-updates
...
Conflicts:
doc/guix.texi
gnu/local.mk
gnu/packages/admin.scm
gnu/packages/base.scm
gnu/packages/chromium.scm
gnu/packages/compression.scm
gnu/packages/databases.scm
gnu/packages/diffoscope.scm
gnu/packages/freedesktop.scm
gnu/packages/gnome.scm
gnu/packages/gnupg.scm
gnu/packages/guile.scm
gnu/packages/inkscape.scm
gnu/packages/llvm.scm
gnu/packages/openldap.scm
gnu/packages/pciutils.scm
gnu/packages/ruby.scm
gnu/packages/samba.scm
gnu/packages/sqlite.scm
gnu/packages/statistics.scm
gnu/packages/syndication.scm
gnu/packages/tex.scm
gnu/packages/tls.scm
gnu/packages/version-control.scm
gnu/packages/xml.scm
guix/build-system/copy.scm
guix/scripts/home.scm
2023-01-30 12:39:40 +02:00
Simon Josefsson
b8d684af76
gnu: libksba: Update to 1.6.3.
...
* gnu/packages/gnupg.scm (libksba): Update to 1.6.3.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-12-30 17:42:24 +01:00
Simon Josefsson
a4461df9b2
gnu: libksba: Update replacement to 1.6.3 [fixes CVE-2022-47629].
...
* gnu/packages/gnupg.scm (libksba/fixed): Update to 1.6.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-27 23:53:41 +01:00
Ludovic Courtès
8e416c979d
gnu: guile-gcrypt: Update to 0.4.0.
...
* gnu/packages/gnupg.scm (guile-gcrypt): Update to 0.4.0.
2022-12-02 00:02:12 +01:00
Marius Bakke
3d2de69c06
gnu: gpgme: Add 1.18.0.
...
* gnu/packages/gnupg.scm (gpgme-1.18, qgpgme-1.18): New variables.
2022-11-22 08:37:23 +01:00
Tobias Geerinckx-Rice
bb453af580
gnu: jetring: Update to 0.31.
...
* gnu/packages/gnupg.scm (jetring): Update to 0.31.
[arguments]: Don't explicitly return #t from phases.
2022-10-30 02:00:03 +01:00
Tobias Geerinckx-Rice
6e7102c5f7
gnu: pinentry-tty: Update to 1.2.1.
...
* gnu/packages/gnupg.scm (pinentry-tty): Update to 1.2.1.
2022-10-23 02:00:15 +02:00
Tobias Geerinckx-Rice
033cbd11a8
gnu: libksba: Graft to 1.6.2 [fixes CVE-2022-3515].
...
* gnu/packages/gnupg.scm (libksba/fixed): New variable.
(libksba): Use it as grafted replacement.
2022-10-16 02:00:00 +02:00
Marius Bakke
e9aebdd23b
gnu: GnuPG: Update to 2.2.39.
...
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.39.
2022-09-16 22:41:22 +02:00
Marius Bakke
933e34f25c
gnu: libksba: Update to 1.6.1.
...
* gnu/packages/gnupg.scm (libksba): Update to 1.6.1.
2022-09-16 22:41:22 +02:00
Marius Bakke
887e83997e
gnu: libgcrypt: Provide absolute gpgrt-config also for native builds.
...
This fixes a regression since 497080c10e
that
would cause things like LIBGCRYPT-STATIC from (gnu packages cryptsetup) to
refer to the wrong libgpg-error.
* gnu/packages/gnupg.scm (libgcrypt)[arguments]: Add "ac_cv_path_GPGRT_CONFIG"
to #:configure-flags, and remove the cross-compile stanza.
2022-09-16 22:41:21 +02:00
Marius Bakke
1c7c8f0daf
gnu: gpgme: Update to 1.18.0.
...
* gnu/packages/gnupg.scm (gpgme): Update to 1.18.0.
2022-08-30 20:43:03 +02:00
Marius Bakke
f958d8f062
gnu: gnupg: Update to 2.2.37.
...
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.37.
2022-08-30 20:43:03 +02:00
Marius Bakke
59c136ef61
Merge branch 'staging' into core-updates
2022-08-30 20:18:55 +02:00
Maxime Devos
52aa21cc9a
gnu: gnupg: Use mirror URL.
...
In commit 38747a27f3
, 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>
2022-08-29 18:22:58 +02:00
Marius Bakke
191ff93b31
gnu: Remove gnupg/fixed.
...
The replacement was ignored in 77eb3008e3
as the
fix was already present in the current package.
* gnu/packages/patches/gnupg-CVE-2022-34903.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gnupg.scm (gnupg/fixed): Remove variable.
2022-08-12 00:22:29 +02:00
Marius Bakke
77eb3008e3
Merge branch 'staging' into core-updates
2022-08-11 23:36:10 +02:00
Efraim Flashner
9a53a79fc5
gnu: 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.
2022-08-09 22:39:26 +03:00
Marius Bakke
bbeed856b3
gnu: gpgme: Update to 1.17.1.
...
* gnu/packages/gnupg.scm (gpgme): Update to 1.17.1.
2022-07-23 19:43:11 +02:00
Marius Bakke
fff973b03c
gnu: GnuPG: Use G-expression.
...
* gnu/packages/gnupg.scm (gnupg)[arguments]: Convert to gexp. Remove input
label usage, and simplify regular expression.
2022-07-23 19:43:10 +02:00
Marius Bakke
259de44042
gnu: GnuPG: Update to 2.2.36.
...
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.36.
2022-07-23 19:43:10 +02:00
Marius Bakke
cda7e5d0e5
gnu: libgpg-error: Remove input label.
...
* gnu/packages/gnupg.scm (libgpg-error)[native-inputs]: Remove label.
2022-06-26 22:58:34 +02:00
Marius Bakke
497080c10e
gnu: libgcrypt: Update to 1.10.1.
...
* gnu/packages/gnupg.scm (libgcrypt): Update to 1.10.1.
[arguments]: Add "ac_cv_path_GPGRT_CONFIG" when cross-compiling.
2022-06-26 22:58:34 +02:00
Marius Bakke
b3efda914e
gnu: libgpg-error: Update to 1.45.
...
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.45.
2022-06-26 22:58:34 +02:00
Tobias Geerinckx-Rice
00411836d9
gnu: pgpdump: Update to 0.35.
...
* gnu/packages/gnupg.scm (pgpdump): Update to 0.35.
2022-05-29 02:00:13 +02:00
Maxim Cournoyer
5a2079594f
gnu: 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.
2022-05-31 14:52:29 -04:00
Maxim Cournoyer
9d3c37b2c9
gnu: Remove python2-pygpgme.
...
* gnu/packages/gnupg.scm (python2-pygpgme): Delete variable.
2022-05-31 14:52:29 -04:00
Maxim Cournoyer
14129029e2
gnu: Remove python2-gpg.
...
* gnu/packages/gnupg.scm (python2-gpg): Delete variable.
2022-05-31 14:52:29 -04:00
Maxim Cournoyer
276f40fdc3
Merge branch 'version-1.4.0'
...
With resolved conflicts in:
gnu/packages/gnome.scm
gnu/packages/openstack.scm
gnu/packages/python-xyz.scm
2022-01-17 11:47:09 -05:00
Maxim Cournoyer
ab0893f789
gnu: python-gnupg: Update to 0.4.8.
...
* gnu/packages/gnupg.scm (python-gnupg): Update to 0.4.8.
(python2-gnupg): Delete variable.
2022-01-10 11:44:36 -05:00
Maxim Cournoyer
38747a27f3
gnu: gnupg: Update to 2.2.32.
...
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.32.
(gnupg-2.2.32): Delete variable.
(qgpgme)[native-inputs]: Use the regular gnupg package.
* gnu/packages/emacs-xyz.scm (emacs-pinentry): Likewise.
2022-01-10 11:44:33 -05:00
Efraim Flashner
ed1461fa18
gnu: parcimonie: Help find new releases.
...
* gnu/packages/gnupg.scm (parcimonie)[properties]: New field.
2022-01-14 11:41:22 +02:00
Efraim Flashner
19f41fb4de
gnu: parcimonie: Remove input labels.
...
* gnu/packages/gnupg.scm (parcimonie)[inputs]: Remove input labels.
[arguments]: Use search-input-file to find files.
2022-01-14 11:41:22 +02:00
Efraim Flashner
be6716a218
gnu: parcimonie: Update to 0.12.0.
...
* gnu/packages/gnupg.scm (parcimonie): Update to 0.12.0.
[inputs]: Remove perl-data, perl-exporter-tiny, perl-getopt-long-descriptive,
perl-libintl-perl, perl-lwp-online, perl-module-build,
perl-module-pluggable, perl-moox-handlesvia, perl-net-dbus-glib,
perl-strictures-2, perl-test-most, perl-test-trap,
perl-unicode-linebreak, perl-xml-parser, and perl-xml-twig; add
perl-json and perl-pango.
[native-inputs]: Add perl-file-which, perl-gnupg-interface,
perl-list-moreutils, perl-lwp-online, perl-module-build,
perl-strictures-2, perl-test-most, perl-test-trap.
[arguments]: Remove trailing #t from phases. Adjust custom
'prepare-for-tests phase.
[home-page]: Update to new home-page.
2022-01-14 11:41:22 +02:00
Leo Famulari
d03aa942de
gnu: Make GnuPG 2.2.32 available for users.
...
Fixes <https://issues.guix.gnu.org/52483 >.
* gnu/packages/gnupg.scm (gnupg-2.2.32)[properties]: Unhide this package.
[source]: Add 'gnupg-default-pinentry.patch'.
* gnu/packages/emacs-xyz.scm (emacs-pinentry)[propagated-inputs]: Replace gnupg
with gnupg-2.2.32.
2021-12-26 17:40:34 -05:00
Marius Bakke
f37c999e0a
gnu: libksba: Fix cross-compilation.
...
* gnu/packages/gnupg.scm (libksba)[native-inputs]: Remove.
2021-12-23 03:07:34 +01:00
Tobias Geerinckx-Rice
478362c949
gnu: pgpdump: Remove bogus DESTDIR usage.
...
* gnu/packages/gnupg.scm (pgpdump)[arguments]: Gexp.
Remove custom #:configure-flags, and DESTDIR from #:make-flags.
2021-12-18 17:35:47 +01:00
Tobias Geerinckx-Rice
38085f0fbf
gnu: pgpdump: Update to 0.34.
...
* gnu/packages/gnupg.scm (pgpdump): Update to 0.34.
2021-12-18 17:35:46 +01:00
Aleksandr Vityazev
a9abb75dc8
gnu: pinentry-bemenu: Update to 0.7.1.
...
* gnu/packages/gnupg.scm (pinentry-bemenu): Update to 0.7.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-17 11:11:55 +01:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
...
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
2021-12-13 17:48:25 +01:00
Ludovic Courtès
8362046a06
gnu: gnupg@2.2.32: Hide.
...
* gnu/packages/gnupg.scm (gnupg-2.2.32)[properties]: New field.
2021-11-18 22:21:31 +01:00
Ludovic Courtès
696b0a3246
gnu: qgpgme: Use 'modify-inputs'.
...
* gnu/packages/gnupg.scm (qgpgme)[inputs]: Use 'modify-inputs'.
2021-11-18 12:47:49 +01:00
Ludovic Courtès
ffcf4ea9ab
gnu: qgpgme: Depend on a newer GnuPG.
...
This addresses a test failure in 'testSymmetricEncryptDecrypt':
FAIL! : EncryptionTest::testSymmetricEncryptDecrypt() 'QString::fromUtf8(plainText) == QStringLiteral("Hello symmetric World")' returned FALSE. ()
Loc: [t-encrypt.cpp(188)]
The failure was apparently due to gpg asking for a passphrase for
symmetric decryption.
* gnu/packages/gnupg.scm (gnupg-2.2.32): New variable.
(qgpgme)[native-inputs]: Use it.
2021-11-18 12:38:58 +01:00
Ludovic Courtès
3a317f7476
Merge branch 'master' into core-updates-frozen
2021-11-17 23:43:14 +01:00
Efraim Flashner
bd1f30047d
gnu: pinentry-tty: Update to 1.2.0.
...
* gnu/packages/gnupg.scm (pinentry-tty): Update to 1.2.0.
2021-11-14 14:11:59 +02:00
Tobias Geerinckx-Rice
950be3ff1e
gnu: gnupg: Update to 2.2.30.
...
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.30.
2021-11-11 10:31:21 -05:00
Tobias Geerinckx-Rice
55e5def90c
gnu: gnupg: Don't explicitly return #t from phases.
...
* gnu/packages/gnupg.scm (gnupg)[arguments]: Don't explicitly return #t
from phases.
2021-11-11 10:31:21 -05:00
Tobias Geerinckx-Rice
9b14b26f0a
gnu: packages: Remove last year's deprecations.
...
* gnu/packages/admin.scm (guile3.0-shepherd): Remove variable.
* gnu/packages/benchmark.scm (imb-openmpi): Likewise.
* gnu/packages/boost.scm (boost-with-python3): Likewise.
* gnu/packages/pep.scm (python-pep-adapter)[inputs]: Adjust accordingly.
* gnu/packages/cpp.scm (nlohmann-json-cpp): Likewise.
* gnu/packages/games.scm (openrct2)[inputs]: Adjust accordingly.
* gnu/packages/cups.scm (escpr): Likewise.
* gnu/packages/django.scm (python-django-jsonfield): Likewise.
* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme)
(emacs-modus-vivendi-theme): Likewise.
* gnu/packages/engineering.scm (kicad-i18l): Likewise.
* gnu/packages/enlightenment.scm (enlightenment-wayland): Likewise.
* gnu/packages/firmware.scm (opensbi-qemu-virt, opensbi-qemu-sifive-u):
Likewise.
* gnu/packages/fonts.scm (font-gnu-freefont-ttf, font-open-dyslexic):
Likewise.
* gnu/packages/game-development.scm (guile3.0-chickadee)
(python-sge-pygame): Likewise.
* gnu/packages/games.scm (retux)[inputs]: Adjust accordingly.
* gnu/packages/gnome-xyz.scm (numix-theme): Likewise.
* gnu/packages/gnupg.scm (guile3.0-gcrypt): Likewise.
* gnu/packages/gstreamer.scm (gst-transcoder): Likewise.
* gnu/packages/gtk.scm (guile3.0-cairo, guile3.0-present, guile3.0-rsvg):
Likewise.
* gnu/packages/guile-xyz.scm (guile3.0-colorized, guile3.0-commonmark)
(guile3.0-config, guile3.0-email, guile3.0-fibers, guile3.0-gi)
(guile3.0-hall, guile3.0-hashing, guile3.0-haunt, guile3.0-ics)
(guile3.0-irregex, guile3.0-lib, guile3.0-mcron, guile3.0-minikanren)
(guile3.0-ncurses, guile3.0-ncurses/gpm, guile3.0-newt, guile3.0-parted)
(guile3.0-pfds, guile3.0-picture-language, guile3.0-semver)
(guile3.0-simple-zmq, guile3.0-squee, guile3.0-syntax-highlight)
(guile3.0-websocket, guile3.0-wisp, guile3.0-xapian): Likewise.
* gnu/packages/guile.scm (define-deprecated-guile3.0-package)
(guile3.0-json, guile3.0-gdbm-ffi, guile3.0-sqlite3)
(guile3.0-bytestructures, guile3.0-git): Likewise.
* gnu/packages/haskell-apps.scm (ghc-stylish-haskell): Likewise.
* gnu/packages/linux.scm (linux-libre-arm-veyron): Likewise.
* gnu/packages/mail.scm (guile3.0-mailutils): Likewise.
* gnu/packages/monitoring.scm (python2-graphite-web): Likewise.
* gnu/packages/package-management.scm (guile3.0-guix): Likewise.
* gnu/packages/package-management.scm (python-conda): Likewise.
* gnu/packages/phabricator.scm (libphutil): Likewise.
* gnu/packages/plotutils.scm (guile3.0-charting): Likewise.
* gnu/packages/python-xyz.scm (python2-smmap2, python-glances)
(python-smmap2): Likewise.
* gnu/packages/shells.scm (oil-shell): Likewise.
* gnu/packages/sqlite.scm (sqlite-with-column-metadata): Likewise.
* gnu/packages/ssh.scm (guile3.0-ssh): Likewise.
* gnu/packages/terminals.scm (et): Likewise.
* gnu/packages/tls.scm (guile3.0-gnutls): Likewise.
* gnu/packages/vlang.scm (v): Likewise.
* gnu/packages/vpn.scm (wireguard): Likewise.
* gnu/packages/web-browsers.scm (next, sbcl-next): Likewise.
* gnu/packages/xorg.scm (transset-df): Likewise.
2021-11-08 23:00:55 +01:00