[Midnightbsd-cvs] [MidnightBSD/mports] d53232: security/gpgmepp: fix GpgSignKeyEditInteractor mis...
Lucas Holt
noreply at github.com
Sun May 17 01:51:24 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: d53232603a793e1280f894f4ee8487cf84370a5d
https://github.com/MidnightBSD/mports/commit/d53232603a793e1280f894f4ee8487cf84370a5d
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-17 (Sun, 17 May 2026)
Changed paths:
M security/gpgmepp/Makefile
A security/gpgmepp/files/patch-src_gpgsignkeyeditinteractor.cpp
M security/qgpgme/Makefile
Log Message:
-----------
security/gpgmepp: fix GpgSignKeyEditInteractor missing sign_uid.expire transitions (#217)
* Bump PORTREVISION on ports depending on devel/icu
Rebuilds required after ICU ABI update. Bumps 52 ports with unconditional
devel/icu dependencies; option-gated ICU ports (e.g. boost-libs, sqlite3)
excluded. openldap ports bump PORTREVISION_SERVER only (server-side dep).
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
* security/gpgmepp: fix GpgSignKeyEditInteractor missing sign_uid.expire transitions
With gpgme 2.0.1 + gnupg 2.4.x, when signing a key that already has a
certification from the same signer (dupe_ok=true) while cert-expire is
non-zero, gpg asks sign_uid.expire after sign_uid.dupe_okay. The state
machine lacked transitions for this prompt from DUPE_OK and DUPE_OK2
states, causing GPG_ERR_GENERAL and failing security/qgpgme's
testSignKeyWithExpiration test. Add the missing transitions.
Also bump PORTREVISION for security/qgpgme to trigger a rebuild with the
fixed gpgmepp.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply at anthropic.com>
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list