- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Wed, Apr 29
Tue, Apr 28
Mon, Apr 27
Applied to master.
Applied to master.
Fri, Apr 24
I created a branch https://dev.gnupg.org/source/gnupg/history/gniibe%252Ft8048 and pushed all changes (including keyboxd-patch-2026-04-23).
Thu, Apr 23
Enhance keyboxd to have new command for what keybox_set_flags does.
Mon, Apr 20
Fri, Apr 17
Here is the change:
diff --git a/configure.ac b/configure.ac index 30be86b5..ac2696e5 100644 --- a/configure.ac +++ b/configure.ac @@ -3073,7 +3073,8 @@ AC_CHECK_FUNCS(strtoul memmove stricmp atexit raise) AC_CHECK_FUNCS(strerror rand mmap getpagesize sysconf waitpid wait4) AC_CHECK_FUNCS(gettimeofday getrusage gethrtime clock_gettime syslog) AC_CHECK_FUNCS(syscall fcntl ftruncate flockfile getauxval elf_aux_info) -AC_CHECK_FUNCS(explicit_bzero explicit_memset getentropy sysctlbyname) +AC_CHECK_FUNCS(memset_explicit explicit_bzero explicit_memset) +AC_CHECK_FUNCS(getentropy sysctlbyname)
Thu, Apr 16
I found the description in ARM Architecture Reference Manual:
https://developer.arm.com/documentation/ddi0487/mb/-Part-D-The-AArch64-System-Level-Architecture/-Chapter-D11-The-Guarded-Control-Stack/-D11-1-Introduction/-D11-1-3-Overview?lang=en
Wed, Apr 15
Tue, Apr 14
Mon, Apr 13
With -C <DIRNAME> option, where <DIRNAME> is not exist is OK.
Fri, Apr 10
Here is the fix:
Thu, Apr 9
Minimum fix is:
Wed, Apr 8
Apr 1 2026
@jpalus You are right.
computed by ssh_signature_encoder_rsa, including additional 0, reach:
Mar 26 2026
I applied the keyboxd part for SETEPHEMERAL command, as it doesn't break anything.
Mar 25 2026
Here is an attempt to fix the client side:
Mar 24 2026
Pushed the change: rG533bcc265e9c: common:dotlock: Clean up for error/info/warning message.
While I pushed the change of libgcrypt, I'd like to apply following change to GnuPG.
This is more kind than GPG_ERR_BAD_PASSPHRASE by gcry_pk_testkey failure.
Mar 23 2026
I retract my patch in T8171#215603
@m.eik gave us this link: https://github.com/ProtonMail/go-crypto/issues/184
It had already fixed in: rG55b5928099ba: dirmngr: Change the default keyserver.
And then in: rGa2f2523b99ff: Remove the default keyserver.
With same reason for T3852, I close this ticket.
GPGME has been divided into new GpgME, QGpgme, GpgMEpp, and GpgME-python.
And new QGpgme uses CMake now.
Mar 20 2026
Pushed the change of gpgme: rM8b89678aed6d: Fix passphrase cancel handling.