Page MenuHome GnuPG
Feed All Stories

Jan 4 2021

ikloecker added inline comments to rKLEOPATRAc343a62ea91c: Take name / email prefill also from EMAIL env var.
Jan 4 2021, 9:43 AM
ikloecker added a comment to rKLEOPATRA536ed69534e8: Try to fill out name and email for new key on win.

I would prefer platform-specific code (i.e. the function win_get_user_name) to be put in separate .cpp files (e.g. newcertificatewizard_win.cpp). In fact, there should probably be helpers defaultFullName() and defaultEmailAddress() with platform-specific implementations, so that the using code doesn't need any #ifdef <platform>.

Jan 4 2021, 9:34 AM
werner added a project to T5215: gnugp1: Fix build errors with gcc-10: gnupg (gpg14).
Jan 4 2021, 9:14 AM · gnupg (gpg14), patch, Bug Report
werner added a comment to T5215: gnugp1: Fix build errors with gcc-10.

You may want to check that clang supports this attribute as well.

Jan 4 2021, 9:14 AM · gnupg (gpg14), patch, Bug Report
cbiedl created T5215: gnugp1: Fix build errors with gcc-10.
Jan 4 2021, 8:35 AM · gnupg (gpg14), patch, Bug Report

Jan 3 2021

werner added a member for g10code: cbiedl.
Jan 3 2021, 8:27 PM

Jan 2 2021

Christoph Feck <cfeck@kde.org> committed rKLEOPATRAf8511f73569b: GIT_SILENT Update Appstream for new release (authored by Christoph Feck <cfeck@kde.org>).
GIT_SILENT Update Appstream for new release
Jan 2 2021, 3:21 PM
Christoph Feck <cfeck@kde.org> committed rKLEOPATRA78872f5a1dfe: GIT_SILENT Update Appstream for new release (authored by Christoph Feck <cfeck@kde.org>).
GIT_SILENT Update Appstream for new release
Jan 2 2021, 3:21 PM
rameshrella added a comment to T5205: GNuPG compile error.

Build Result:

Jan 2 2021, 5:08 AM · gnupg (gpg22), toolchain, Support
ticky added a comment to T4678: libassuan.pc missing include dir directive in cflags.

Hi there, this change is very useful on the Homebrew project's upcoming ARM port. The Mac package manager's base library prefix will change from the existing presumed defaults to prevent backwards-incompatibility, making pkg-config compatibility somewhat more important.

Jan 2 2021, 1:02 AM · Restricted Project, libassuan

Jan 1 2021

bobwxc created D519: Gpg4win update translation po/zh_CN.po and add doc/README.zh.txt.
Jan 1 2021, 6:27 PM
scratchmex added a comment to T3808: Unable to safely delete IDs with shared secret keys.

Actually this isn't really a special case when you want to migrate your existing ssh keys to gpg and import them. As stated in this guide https://opensource.com/article/19/4/gpg-subkeys-ssh-multiples, what you need to do currently is export the master key with its private keys, delete the imported ssh key from your keyring and then import your private keys again.

Jan 1 2021, 3:08 PM · Feature Request
Laurent Montel <montel@kde.org> committed rLIBKLEO1372c02a10ce: GIT_SILENT: happy new year (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: happy new year
Jan 1 2021, 3:02 PM
Laurent Montel <montel@kde.org> committed rKLEOPATRA2c87c51d557a: GIT_SILENT: happy new year (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: happy new year
Jan 1 2021, 2:58 PM

Dec 31 2020

Laurent Montel <montel@kde.org> committed rKLEOPATRAe960383e9a53: Reactivate UNITY cmake support (authored by Laurent Montel <montel@kde.org>).
Reactivate UNITY cmake support
Dec 31 2020, 2:41 PM
Rombobeorn added a comment to T5214: gpg-wks-client generates Web Key Directory with bad permissions..

For directories this can't be done because not only the server reads the directories but also other deployment tools (e.g. rsync).

Dec 31 2020, 10:19 AM · wkd, Bug Report

Dec 30 2020

bobwxc added a comment to T5189: update Chinese translation.

update for gnupg po/zh_CN.po
D518: po: Update Simplified Chinese translation po/zh_CN.po
the update is so big, so please review when you are free, and do not be push
thanks for all help

Dec 30 2020, 6:49 PM · gnupg
bobwxc created D518: po: Update Simplified Chinese translation po/zh_CN.po.
Dec 30 2020, 6:43 PM · gnupg
werner triaged T5214: gpg-wks-client generates Web Key Directory with bad permissions. as Low priority.
Dec 30 2020, 3:07 PM · wkd, Bug Report
werner changed the status of T5214: gpg-wks-client generates Web Key Directory with bad permissions. from Open to Testing.
Dec 30 2020, 3:07 PM · wkd, Bug Report
werner committed rGfdc54850263b: wkd: Minor permission fix for created files. (authored by werner).
wkd: Minor permission fix for created files.
Dec 30 2020, 3:07 PM
werner committed rGc008e8d20e12: wkd: Minor permission fix for created files. (authored by werner).
wkd: Minor permission fix for created files.
Dec 30 2020, 3:06 PM
werner added a project to T5214: gpg-wks-client generates Web Key Directory with bad permissions.: wkd.
Dec 30 2020, 3:04 PM · wkd, Bug Report
werner added a comment to T5214: gpg-wks-client generates Web Key Directory with bad permissions..

I fixed the latter two points. For directories this can't be done because not only the server reads the directories but also other deployment tools (e.g. rsync).

Dec 30 2020, 3:03 PM · wkd, Bug Report
Rombobeorn created T5214: gpg-wks-client generates Web Key Directory with bad permissions..
Dec 30 2020, 1:33 PM · wkd, Bug Report
jukivili added a comment to T5201: libgcrypt: s390x/zSeries 128-bit vector implementation of ChaCha20.

Reimplemented 8 block parallel in "vertical" orientation.

Dec 30 2020, 12:29 PM · libgcrypt
jukivili added a comment to T5202: libgcrypt: s390x/zSeries implementation of Poly1305 / ChaCha20-Poly1305 AEAD.

With little extra effort, stitched implementation turned out ok after all.

Dec 30 2020, 12:28 PM · libgcrypt
jukivili renamed T5202: libgcrypt: s390x/zSeries implementation of Poly1305 / ChaCha20-Poly1305 AEAD from libgcrypt: s390x/zSeries 128-bit vector implementation of Poly1305 to libgcrypt: s390x/zSeries implementation of Poly1305 / ChaCha20-Poly1305 AEAD.
Dec 30 2020, 12:24 PM · libgcrypt
Laurent Montel <montel@kde.org> committed rLIBKLEOda9ff60025fb: GIT_SILENT: use FATAL_ERROR (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: use FATAL_ERROR
Dec 30 2020, 11:11 AM
Laurent Montel <montel@kde.org> committed rKLEOPATRA919e61d1d573: GIT_SILENT: use FATAL_ERROR (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: use FATAL_ERROR
Dec 30 2020, 11:05 AM
JohnsonTM2017 added a comment to T5212: Kleopatra: Check if run with elevated privileges and exit in that case.

I removed gnupg from the %AppData% directory and restarted Kleopatra, but I am running into the same permissions issue.

Dec 30 2020, 1:53 AM · Feature Request, Restricted Project, kleopatra
JohnsonTM2017 added a comment to T5211: Personal Key Pair Creation Wizard Result - "Could not create key pair: Permission denied".

I removed gnupg from the %AppData% directory and restarted Kleopatra, but I am running into the same permissions issue.

Dec 30 2020, 1:53 AM · kleopatra, Bug Report, gpg4win

Dec 29 2020

chyen added a comment to T5189: update Chinese translation.

Hope he/she could help with that.

Dec 29 2020, 4:08 PM · gnupg
werner committed rDff1700973350: web: Add NEWS entries for GPA (authored by bernhard).
web: Add NEWS entries for GPA
Dec 29 2020, 3:55 PM
werner added a comment to T5213: GpgOL: Import existing keys from Windows if S/MIME is enabled.

We should see that we can implement an auto-key-locate feature also in gpgsm. This would allow us to fetch the key as needed from the AD or another LDAP server.

Dec 29 2020, 3:19 PM · gpgol
aheinecke committed rKLEOPATRA9363a7801ab1: Make all except CN and EMAIL opt. in S/MIME CSR (authored by aheinecke).
Make all except CN and EMAIL opt. in S/MIME CSR
Dec 29 2020, 2:25 PM
aheinecke created T5213: GpgOL: Import existing keys from Windows if S/MIME is enabled.
Dec 29 2020, 1:25 PM · gpgol
aheinecke committed rKLEOPATRA9519e3b2c5d0: Disable empty passphrase for S/MIME CSRs (authored by aheinecke).
Disable empty passphrase for S/MIME CSRs
Dec 29 2020, 11:02 AM
aheinecke committed rKLEOPATRAc343a62ea91c: Take name / email prefill also from EMAIL env var (authored by aheinecke).
Take name / email prefill also from EMAIL env var
Dec 29 2020, 11:02 AM
aheinecke created T5212: Kleopatra: Check if run with elevated privileges and exit in that case.
Dec 29 2020, 9:27 AM · Feature Request, Restricted Project, kleopatra
aheinecke closed T5211: Personal Key Pair Creation Wizard Result - "Could not create key pair: Permission denied" as Resolved.
Dec 29 2020, 9:25 AM · kleopatra, Bug Report, gpg4win
aheinecke added a comment to T5211: Personal Key Pair Creation Wizard Result - "Could not create key pair: Permission denied".

please move away %AppData%\gnupg
it usually expands to c:\users\yourusername\AppData\Roaming\gnupg

Dec 29 2020, 9:25 AM · kleopatra, Bug Report, gpg4win

Dec 28 2020

JohnsonTM2017 added a comment to T5211: Personal Key Pair Creation Wizard Result - "Could not create key pair: Permission denied".

Screenshots of the issue are attached.

Dec 28 2020, 6:38 PM · kleopatra, Bug Report, gpg4win
JohnsonTM2017 created T5211: Personal Key Pair Creation Wizard Result - "Could not create key pair: Permission denied".
Dec 28 2020, 6:36 PM · kleopatra, Bug Report, gpg4win
werner closed T5210: [poldi] build fails with missing file version.texi as Invalid.
Dec 28 2020, 5:59 PM · Support, poldi
werner closed T5208: [poldi] configure script don't check for makeinfo as Invalid.

Use released version or post to gnupg-devel for help.

Dec 28 2020, 5:59 PM · poldi
werner closed T5209: [poldi] configure script don't check for pam devel files as Wontfix.

Please report about released versions. If you have problems building from Git, posting to gnupg-devel is the best way forward,.

Dec 28 2020, 5:57 PM · poldi, Bug Report
werner edited projects for T5210: [poldi] build fails with missing file version.texi, added: poldi, Support; removed Bug Report.

When building from git make sure that you have all tools installed and use
./autogen.sh --force
before running configure. Do not use autoreconf etc.

Dec 28 2020, 5:56 PM · Support, poldi
jukivili committed rC6b6bfd57d0a6: hwf-arm: fix incorrect HWCAP2 for SHA1 and SHA2 on AArch32 (authored by jukivili).
hwf-arm: fix incorrect HWCAP2 for SHA1 and SHA2 on AArch32
Dec 28 2020, 5:49 PM
jukivili committed rCe47f04b4a289: Add missing prototype for _gcry_mac_selftest (authored by jukivili).
Add missing prototype for _gcry_mac_selftest
Dec 28 2020, 5:49 PM
aheinecke committed rKLEOPATRA5639dc833f92: Make it optional to skip resultpage for new key (authored by aheinecke).
Make it optional to skip resultpage for new key
Dec 28 2020, 2:47 PM
aheinecke committed rKLEOPATRAaf653224e9c3: Permit empty passphrase for key by default (authored by aheinecke).
Permit empty passphrase for key by default
Dec 28 2020, 2:47 PM
aheinecke committed rKLEOPATRA20341e9f450b: Fix windows build of echocommand (authored by aheinecke).
Fix windows build of echocommand
Dec 28 2020, 2:47 PM
aheinecke committed rKLEOPATRA536ed69534e8: Try to fill out name and email for new key on win (authored by aheinecke).
Try to fill out name and email for new key on win
Dec 28 2020, 2:47 PM
aheinecke committed rKLEOPATRA377faf15c2d8: Remove overviewpage from newkeywizard (authored by aheinecke).
Remove overviewpage from newkeywizard
Dec 28 2020, 2:47 PM
aheinecke committed rKLEOPATRAa4dbf80a1526: Fix selftest title names (authored by aheinecke).
Fix selftest title names
Dec 28 2020, 2:47 PM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA23e152236880: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Dec 28 2020, 10:04 AM
gniibe committed rG22f7dddc3444: Update Traditional Chinese doc/help.zh_TW.txt (authored by medicalwei).
Update Traditional Chinese doc/help.zh_TW.txt
Dec 28 2020, 9:32 AM
Laurent Montel <montel@kde.org> committed rKLEOPATRAfe5734ad9ebb: GIT_SILENT: remove extra ; (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: remove extra ;
Dec 28 2020, 8:40 AM
mdc_systems created T5210: [poldi] build fails with missing file version.texi.
Dec 28 2020, 8:11 AM · Support, poldi
mdc_systems created T5209: [poldi] configure script don't check for pam devel files.
Dec 28 2020, 8:08 AM · poldi, Bug Report
mdc_systems created T5208: [poldi] configure script don't check for makeinfo.
Dec 28 2020, 8:06 AM · poldi
l10n daemon script <scripty@kde.org> committed rKLEOPATRA62dfda07b509: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Dec 28 2020, 6:36 AM
bobwxc added a comment to T5189: update Chinese translation.
Dec 28 2020, 2:35 AM · gnupg
bobwxc abandoned D515: update gnupg doc/help.zh_TW.txt.

gniibe received another patch from Debian.

Dec 28 2020, 2:26 AM
gniibe committed rE621446d3c859: po: Update Traditional Chinese Translation. (authored by bobwxc).
po: Update Traditional Chinese Translation.
Dec 28 2020, 2:17 AM
gniibe added a comment to T5189: update Chinese translation.

For D515, I think that there is similar issue, and I received another patch from Debian.

Dec 28 2020, 2:13 AM · gnupg
gniibe updated subscribers of T5189: update Chinese translation.

Reviewed D517 and pushed it as rE621446d3c859: po: Update Traditional Chinese Translation..

Dec 28 2020, 2:12 AM · gnupg
gniibe accepted D517: po: Update traditional Chinese translation po/zh_TW.po.

I did editorial change for meta data.
Also, I fixed the translation of "out of core", even if it's unused (it's comment).

Dec 28 2020, 2:02 AM

Dec 26 2020

werner edited projects for T5190: g10 Compiler error , added: toolchain, AIX; removed Info Needed.
Dec 26 2020, 8:54 PM · AIX, toolchain, gnupg
werner added a comment to T5190: g10 Compiler error .

GnuPG requires some C99 features - thus a language level of C89 might not work. We use variadic macros and the func macro. For details see doc/HACKING.

Dec 26 2020, 8:53 PM · AIX, toolchain, gnupg
konijeti added a comment to T5190: g10 Compiler error .

OS:AIX , Compiler: XLC

Dec 26 2020, 3:11 PM · AIX, toolchain, gnupg
bobwxc updated the diff for D517: po: Update traditional Chinese translation po/zh_TW.po.
Dec 26 2020, 12:17 PM
chyen added a comment to D517: po: Update traditional Chinese translation po/zh_TW.po.
In D517#4833, @bobwxc wrote:
In D517#4831, @chyen wrote:

Thanks a lot for the translations! However, some terms appear to be translated from Simplified Chinese. Here are some suggestions:
...

Got that, thank you :-)
Any other suggestion?

Dec 26 2020, 12:13 PM
bobwxc updated the diff for D517: po: Update traditional Chinese translation po/zh_TW.po.
Dec 26 2020, 12:12 PM
bobwxc added a comment to D517: po: Update traditional Chinese translation po/zh_TW.po.
In D517#4831, @chyen wrote:

Thanks a lot for the translations! However, some terms appear to be translated from Simplified Chinese. Here are some suggestions:
...

Got that, thank you :-)
Any other suggestion?

Dec 26 2020, 11:22 AM
Laurent Montel <montel@kde.org> committed rKLEOPATRAc9a2360160d9: We depends against kf5.77 (authored by Laurent Montel <montel@kde.org>).
We depends against kf5.77
Dec 26 2020, 9:47 AM
chyen added a comment to D517: po: Update traditional Chinese translation po/zh_TW.po.

Thanks a lot for the translations! However, some terms appear to be translated from Simplified Chinese. Here are some suggestions:

Dec 26 2020, 7:14 AM

Dec 25 2020

gniibe closed T5163: Cannot import NIST-P521 key to OpenPGP v3.3 smart card as Resolved.
Dec 25 2020, 8:24 AM · Restricted Project, gnupg, scd, Bug Report

Dec 24 2020

aheinecke committed rWa8a6c5ce03fc: Update libgpg-error and gnupg (authored by aheinecke).
Update libgpg-error and gnupg
Dec 24 2020, 10:31 AM
gniibe committed rE9b288ec583c0: po: Update Simplified Chinese Translation. (authored by bobwxc).
po: Update Simplified Chinese Translation.
Dec 24 2020, 8:19 AM
gniibe added a comment to T5189: update Chinese translation.

Pushed the change for libgpg-error zh_CN.po.

Dec 24 2020, 8:14 AM · gnupg
gniibe accepted D516: po: Update simplified Chinese translation po/zh_CN.po.
Dec 24 2020, 8:13 AM
bobwxc added a comment to T5189: update Chinese translation.

For PO file editing, what I use (for Japanese Translation) is:

There are actually tools for PO file editing:
http://docs.translatehouse.org/projects/localization-guide/en/latest/guide/tools/trans_editors.html

Dec 24 2020, 6:55 AM · gnupg
bobwxc created D517: po: Update traditional Chinese translation po/zh_TW.po.
Dec 24 2020, 6:52 AM
bobwxc updated the diff for D516: po: Update simplified Chinese translation po/zh_CN.po.

use poedit to rebuild it

Dec 24 2020, 5:19 AM
gniibe added a comment to D516: po: Update simplified Chinese translation po/zh_CN.po.

I think that you don't use PO editor. I'm going to remove mark like ", fuzzy", which should be removed when entering good entry.

Dec 24 2020, 3:08 AM
gniibe added a comment to T5189: update Chinese translation.

Thank you for your effort. I'll review.

Dec 24 2020, 1:04 AM · gnupg

Dec 23 2020

werner closed T5204: sign.c:864:11: warning: variable 'err' is used uninitialized whenever 'if' condition is false as Resolved.

The patch will be in 2.2.27. Thanks.

Dec 23 2020, 10:28 PM · gnupg (gpg22), Bug Report
werner added a comment to T5207: Pinentry won't show up.

Simply add -v or --verbose to the gpg invocation too see infos about the pinentry. --debug-level is not helpful here.
And well, we don't have a way to test stuff on Vista anymore. You should also update to at least Windows 7.

Dec 23 2020, 10:27 PM · No Response, symmetric, pinentry, gnupg (gpg22)
Romans10910 created T5207: Pinentry won't show up.
Dec 23 2020, 8:44 PM · No Response, symmetric, pinentry, gnupg (gpg22)
bobwxc added a comment to T5189: update Chinese translation.

patch of libgpg-error/po/zh_CN.po
D516: po: Update simplified Chinese translation po/zh_CN.po

Dec 23 2020, 6:32 PM · gnupg
bobwxc created D516: po: Update simplified Chinese translation po/zh_CN.po.
Dec 23 2020, 6:30 PM
werner created T5206: Support TLS 1.3 at www.gnupg.org.
Dec 23 2020, 4:36 PM · gpgweb
werner added a project to T5190: g10 Compiler error : Info Needed.
Dec 23 2020, 4:07 PM · AIX, toolchain, gnupg
werner committed rG83e875a2d1e7: gpg: Initialize a variable even in a never used code path. (authored by werner).
gpg: Initialize a variable even in a never used code path.
Dec 23 2020, 4:06 PM
werner added a project to T5204: sign.c:864:11: warning: variable 'err' is used uninitialized whenever 'if' condition is false: gnupg (gpg22).

Good catch. This is due to back porting a change from master. However the extra introduced conditional of

if (sig->version >=4)

will always evaluate to true. It is set a bit above and GnuPG does not handle public key packets with version 3 anymore. So this if can actually be removed. Thus no harm.

Dec 23 2020, 4:03 PM · gnupg (gpg22), Bug Report
werner added a comment to T5205: GNuPG compile error.

Please provide detailed information about the build peoblem. An arbitrary paste from a build does not make up a bug report. If you need support building GnuPG you may want to look for a commercial offer or to ask on a mailing list. From what I see I assume you have an incomplete installation of the supporting libraries.

Dec 23 2020, 3:45 PM · gnupg (gpg22), toolchain, Support
werner committed rDe07597a91487: blog: Add a screenshot for use in gnupg included docs. (authored by werner).
blog: Add a screenshot for use in gnupg included docs.
Dec 23 2020, 2:47 PM
werner committed rG15e065dee891: doc: Add instructions on how to setup an Active Directory. (authored by werner).
doc: Add instructions on how to setup an Active Directory.
Dec 23 2020, 2:46 PM