Details
Details
- Due Date
- Oct 26 2018, 12:00 AM
Revisions and Commits
Revisions and Commits
rE libgpg-error | |||
rE174985d91ff2 Release 1.33. |
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | • werner | T4205 Release libgpg-error 1.33 | ||
Resolved | • werner | T4285 Compiler warnings in libgpg-error 1.33 on macOS |
Event Timeline
Comment Actions
libassuan master fails to compile for windows against libgpg-error master http://paste.debian.net/1049534/ I think gpg-error.m4 ignores both sysroot and --with-gpg-error-prefix
That should probably be fixed before we ship a version with gpgrt-config?
Comment Actions
It builds for me now. I had a mismatch with a to old gpgrt-config and did not properly set PKG_CONFIG_PATH
Comment Actions
NEWS for 1.33:
- New unified config script gpgrt-config which can now be used by all GnuPG related packages.
- Support for ARC and arm64ilp32.
- The log functions now sanitize strings printed with the "%s" format specifier. All control characters are C-escaped in the output. Users of that function may want to remove their own escaping to avoid doubling of backslashes.
- New fprintf style function to apply a custom filter for string arguments.
- New function to compare version strings.
- Interface changes relative to the 1.28 release:
gpgrt_cmp_version New. gpgrt_string_filter_t New. gpgrt_fprintf_sf New. gpgrt_fprintf_sf_unlocked New. gpgrt_ftruncate New but limited functionality. gpgrt_w32_override_locale New.