Page MenuHome GnuPG

Bug Report
ActivePublic

Members

  • This project does not have any members.
  • View All

Recent Activity

Today

dkg added a comment to T6185: `gpg2 --list-keys --with-colons > /dev/full` exits with status 0.

I note that @DemiMarie offered a patch for this over a year ago. It doesn't appear to have had any review. If it's good, maybe apply it? If it's problematic, can we identify the problem?

Tue, May 14, 4:01 PM · Bug Report, gnupg
ffontaine added a comment to T7109: Build failure of gnupg2 with uclibc-ng .

Thanks, I confirm that this new commit is fixing the issue.

Tue, May 14, 3:22 PM · gnupg24, npth, Bug Report
gniibe added a comment to T7114: AM_PATH_LIBGCRYPT does not use gpgrt-config without AM_PATH_GPG_ERROR.

In general, asking an application change is not good. Migrating to pkg-config should be an option.
However, it's usually recommended to use libgpg-error when an application is used with libgcrypt/libksba/libassuan.

Tue, May 14, 4:38 AM · gpgrt, libgcrypt, Bug Report

Yesterday

dkg added a comment to T7116: minor spelling fixes.

by all means, please proofread it! thanks for the attention to detail. what was the grammar glitch?

Mon, May 13, 8:56 PM · gnupg, Bug Report
gniibe claimed T7114: AM_PATH_LIBGCRYPT does not use gpgrt-config without AM_PATH_GPG_ERROR.
Mon, May 13, 9:57 AM · gpgrt, libgcrypt, Bug Report
werner added a comment to T7116: minor spelling fixes.

I still spotted a grammar glitch in corrections. Thus if we apply this we need to proofread it.

Mon, May 13, 8:29 AM · gnupg, Bug Report
gniibe added a comment to T7109: Build failure of gnupg2 with uclibc-ng .

Thank you for testing. Now, I can see the exact reason by your npth log.
Pushed another change: rPTH75c68399ef3b: Fix previous commit.

Mon, May 13, 4:14 AM · gnupg24, npth, Bug Report
dkg created T7116: minor spelling fixes.
Mon, May 13, 12:16 AM · gnupg, Bug Report

Sun, May 12

ffontaine added a comment to T7109: Build failure of gnupg2 with uclibc-ng .

Build is still failing even with this commit, here is an extract of npth log:

Sun, May 12, 9:21 PM · gnupg24, npth, Bug Report
zablockil created T7115: gpgsm: support for importing x25519 and ed25519 private keys from .p12 files.
Sun, May 12, 6:55 PM · S/MIME, gnupg26, Feature Request
ametzler1 added a comment to T7114: AM_PATH_LIBGCRYPT does not use gpgrt-config without AM_PATH_GPG_ERROR.

Just to clarify: I personally think it would be perfectly fine to say that AM_PATH_* is only supported when AM_PATH_GPG_ERROR is also used. Adding an invocation AM_PATH_GPG_ERROR is not a great hassle and alternatively pkg-config/pkgconf exists and works perfectly fine (and is a lot faster).

Sun, May 12, 3:57 PM · gpgrt, libgcrypt, Bug Report
werner closed T2190: No custom Icon shown for signed only messages as Resolved.
Sun, May 12, 2:36 PM · Too Old, Bug Report, gpgol
werner added a project to T7114: AM_PATH_LIBGCRYPT does not use gpgrt-config without AM_PATH_GPG_ERROR: gpgrt.

I noticed this recently too on some boxes. Thanks for the good decription. This support for pkg-config style .pc files for our config scripts seems to be a never ending story. The alternative name for libgpg-error-config does not make it easier.

Sun, May 12, 2:29 PM · gpgrt, libgcrypt, Bug Report
ametzler1 updated the task description for T7114: AM_PATH_LIBGCRYPT does not use gpgrt-config without AM_PATH_GPG_ERROR.
Sun, May 12, 11:24 AM · gpgrt, libgcrypt, Bug Report

Sat, May 11

ametzler1 added a project to T7114: AM_PATH_LIBGCRYPT does not use gpgrt-config without AM_PATH_GPG_ERROR: libgcrypt.
Sat, May 11, 1:20 PM · gpgrt, libgcrypt, Bug Report
ametzler1 created T7114: AM_PATH_LIBGCRYPT does not use gpgrt-config without AM_PATH_GPG_ERROR.
Sat, May 11, 1:19 PM · gpgrt, libgcrypt, Bug Report

Wed, May 8

jukivili closed T7111: aarch64 assembly code for chacha20 should use local symbols for internal data as Resolved.
Wed, May 8, 9:02 PM · asm, arm, libgcrypt, Bug Report
jukivili claimed T7111: aarch64 assembly code for chacha20 should use local symbols for internal data.
Wed, May 8, 9:01 PM · asm, arm, libgcrypt, Bug Report
jukivili added a comment to T7111: aarch64 assembly code for chacha20 should use local symbols for internal data.

Thanks for report. I've applied this change to master.

Wed, May 8, 9:01 PM · asm, arm, libgcrypt, Bug Report
garyo closed T7112: gpg fails on Windows when specifying absolute homedir with drive letter as Invalid.
Wed, May 8, 2:47 PM · gnupg, Windows, Bug Report
garyo added a comment to T7112: gpg fails on Windows when specifying absolute homedir with drive letter.

The official GPG binary from "c:\Program Files (x86)\GnuPG\bin\gpg.exe" does not exhibit this problem. I will report it to the msys2 folks.

Wed, May 8, 2:47 PM · gnupg, Windows, Bug Report
garyo added a comment to T7112: gpg fails on Windows when specifying absolute homedir with drive letter.

Yes, it is the msys2 build of gpg, installed using the standard msys2 methods. The pwd in my example was from msys2 zsh.
I reproduced the error running under msys2 zsh and in Powershell.
If I understand your response correctly, you are saying this will not be fixed in gnupg itself? I can report it to the cygwin/msys2 folks of course, if you think that is best. But I still suspect the root cause is in gnupg, probably in homedir.c or the code that makes an absolute path from a relative one.
I will retest with the official gpg4win and let you know the results.

Wed, May 8, 1:34 PM · gnupg, Windows, Bug Report
werner closed T6511: EdDSA support in FIPS mode as Resolved.
Wed, May 8, 8:32 AM · FIPS, libgcrypt, Bug Report
werner added projects to T7112: gpg fails on Windows when specifying absolute homedir with drive letter: Windows, gnupg.

pwd is not a standard Windows command. It is availabe in powershell but there I get

Wed, May 8, 8:28 AM · gnupg, Windows, Bug Report
garyo created T7112: gpg fails on Windows when specifying absolute homedir with drive letter.
Wed, May 8, 12:47 AM · gnupg, Windows, Bug Report

Tue, May 7

Jakuje added a comment to T6511: EdDSA support in FIPS mode.

I think so. We did not submit a modules for recertification with these changes, but we do not plan this in close future so you can consider it completed.

Tue, May 7, 3:01 PM · FIPS, libgcrypt, Bug Report
werner added a comment to T6511: EdDSA support in FIPS mode.

Can we close this?

Tue, May 7, 2:44 PM · FIPS, libgcrypt, Bug Report
ikloecker moved T7048: Kleopatra: Config dialog doesn't load "Treat .p7m files without extensions as mails" option from Backlog to WiP on the vsd33 board.
Tue, May 7, 11:17 AM · vsd33, Restricted Project, kleopatra, Bug Report
ikloecker added a project to T7048: Kleopatra: Config dialog doesn't load "Treat .p7m files without extensions as mails" option: vsd33.
Tue, May 7, 11:17 AM · vsd33, Restricted Project, kleopatra, Bug Report
ikloecker moved T6447: Kleopatra: "imported certificates" tab inconsistencies from Backlog to WiP on the vsd33 board.
Tue, May 7, 11:14 AM · vsd33, Restricted Project, Bug Report, kleopatra
ikloecker added a project to T6447: Kleopatra: "imported certificates" tab inconsistencies: vsd33.
Tue, May 7, 11:14 AM · vsd33, Restricted Project, Bug Report, kleopatra
ikloecker moved T7002: Tab text not changing when using filters from Backlog to WiP on the vsd33 board.
Tue, May 7, 11:07 AM · vsd33, Restricted Project, kleopatra, Bug Report, gpg4win
ikloecker added a project to T7002: Tab text not changing when using filters: vsd33.
Tue, May 7, 11:07 AM · vsd33, Restricted Project, kleopatra, Bug Report, gpg4win
ikloecker moved T6807: Kleo shows 3 certs in a chain while there are only two from Backlog to WiP on the vsd33 board.
Tue, May 7, 10:15 AM · vsd33, Restricted Project, S/MIME, Bug Report, kleopatra
ikloecker added a project to T6807: Kleo shows 3 certs in a chain while there are only two: vsd33.
Tue, May 7, 10:14 AM · vsd33, Restricted Project, S/MIME, Bug Report, kleopatra
saurik created T7111: aarch64 assembly code for chacha20 should use local symbols for internal data.
Tue, May 7, 9:52 AM · asm, arm, libgcrypt, Bug Report
ikloecker moved T7039: Kleopatra: Configuration dialog doesn't work from Backlog to WiP on the vsd33 board.

Backported for VSD 3.3 even though the issues only occurred in the Qt 6 build.

Tue, May 7, 9:45 AM · vsd33, KF6, kleopatra, Restricted Project, Bug Report
ikloecker added a project to T7039: Kleopatra: Configuration dialog doesn't work: vsd33.
Tue, May 7, 9:43 AM · vsd33, KF6, kleopatra, Restricted Project, Bug Report
ikloecker moved T6950: Kleopatra: Usability improvements for directory services configuration from Backlog to WiP on the vsd33 board.
Tue, May 7, 9:42 AM · vsd33, Restricted Project, Bug Report, gpg4win
ikloecker added a project to T6950: Kleopatra: Usability improvements for directory services configuration: vsd33.
Tue, May 7, 9:41 AM · vsd33, Restricted Project, Bug Report, gpg4win
gniibe changed the status of T7109: Build failure of gnupg2 with uclibc-ng from Open to Testing.
Tue, May 7, 8:10 AM · gnupg24, npth, Bug Report
gniibe added a comment to T7109: Build failure of gnupg2 with uclibc-ng .

Please test with: rPTH01f03a91c9bd: Return a run-time error if npth_rwlock_timedrdlock is not supported.

Tue, May 7, 6:51 AM · gnupg24, npth, Bug Report
gniibe added a comment to T7109: Build failure of gnupg2 with uclibc-ng .

Could you show us the build log of nPth, please?

Tue, May 7, 6:30 AM · gnupg24, npth, Bug Report

Mon, May 6

ballapete added a comment to T7056: GPGme 1.23.2 has Undefined symbols: "strcasecmp(char const*, char const*)" on Mac OS X 10.4.11, PPC Tiger.

Meanwhile version 1.32.2 builds. Greatest change is Python 3.12 instead of 3.11…

Mon, May 6, 11:29 PM · gpgme, MacOS, Bug Report
gniibe claimed T7109: Build failure of gnupg2 with uclibc-ng .
Mon, May 6, 9:20 AM · gnupg24, npth, Bug Report

Sun, May 5

ffontaine created T7109: Build failure of gnupg2 with uclibc-ng .
Sun, May 5, 1:48 PM · gnupg24, npth, Bug Report

Wed, May 1

werner closed T7066: Communication with Yubikey hangs in scdaemon as Resolved.

Seems it was a kernel / USB bug

Wed, May 1, 7:55 PM · Arch, yubikey, Bug Report

Tue, Apr 30

alexk removed a project from T3733: Kleopatra, Libgpg-error: Let the GUI change the language on Windows: vsd33.
Tue, Apr 30, 4:09 PM · Restricted Project, kleopatra, gpg4win, Bug Report
wolfbeast created T7108: Confusing error messages and loss of keyring if Windows TEMP directory is unaccessible.
Tue, Apr 30, 1:27 PM · Bug Report, gpg4win

Mon, Apr 29

ballapete added a comment to T7056: GPGme 1.23.2 has Undefined symbols: "strcasecmp(char const*, char const*)" on Mac OS X 10.4.11, PPC Tiger.

Sorry, I meant they do *not* arrive at the web interface, they are not visible to me.

Mon, Apr 29, 10:09 PM · gpgme, MacOS, Bug Report