Path to this page:
./
security/libgpg-error,
Definitions of common error values for all GnuPG components
Branch: CURRENT,
Version: 1.53,
Package name: libgpg-error-1.53,
Maintainer: minskimlibgpg-error is a library that defines common error values for all
GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent,
libgcrypt, pinentry, SmartCard Daemon and possibly more in the future.
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 1081.041 KB
Version history: (Expand)
- (2025-04-09) Updated to version: libgpg-error-1.53
- (2025-04-08) Updated to version: libgpg-error-1.52
- (2024-11-12) Updated to version: libgpg-error-1.51
- (2024-06-26) Updated to version: libgpg-error-1.50
- (2024-04-25) Updated to version: libgpg-error-1.49
- (2024-02-25) Updated to version: libgpg-error-1.48
CVS history: (Expand)
2025-04-18 10:10:16 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
libgpg-error: updated to 1.54
Noteworthy changes in version 1.54 (2025-04-17)
* Fix a regression in 1.52 which did not allow to open UNC
specified files on Windows.
* Ignore log file specification from the Registry in the gpg-error
tool.
|
2025-04-09 12:36:54 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
libgpg-error: update to 1.53.
Noteworthy changes in version 1.53 (2025-04-09) [C39/A39/R1]
-----------------------------------------------
* Fix regression in 1.52.
|
2025-04-08 17:42:49 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
libgpg-error: updated to 1.52
Noteworthy changes in version 1.52 (2025-04-08) [C39/A39/R0]
-----------------------------------------------
* The KEY_WOW64_xxKEY flags can now be passed to the Registry read
functions. [rE652328c786]
* In the spawn functions care about closefrom/close call is
interrupted. [T7478]
* New command --getreg for gpg-error on Windows. [rE652328c786]
* New simple string list API. [rE47097806f1]
* New API for name value files. [rE7ec1f27b60]
* Add a Windows Registry emulation for Unix. [rE9864dd4d66]
* Interface changes relative to the 1.51 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgrt_w32_reg_query_string NEW (Windows only).
gpgrt_strlist_t NEW type.
gpgrt_strlist_free NEW.
gpgrt_strlist_add NEW.
gpgrt_strlist_tokenize NEW.
gpgrt_strlist_copy NEW.
gpgrt_strlist_rev NEW.
gpgrt_strlist_prev NEW.
gpgrt_strlist_last NEW.
gpgrt_strlist_pop NEW.
gpgrt_strlist_find NEW.
GPGRT_STRLIST_APPEND NEW const.
GPGRT_STRLIST_WIPE NEW const.
gpgrt_nvc_t NEW type.
gpgrt_nve_t NEW type.
gpgrt_nvc_new NEW.
gpgrt_nvc_release NEW.
gpgrt_nvc_get_flag NEW.
gpgrt_nvc_add NEW.
gpgrt_nvc_set NEW.
gpgrt_nve_set NEW.
gpgrt_nvc_delete NEW.
gpgrt_nvc_lookup NEW.
gpgrt_nvc_parse NEW.
gpgrt_nvc_write NEW.
gpgrt_nve_next NEW.
gpgrt_nve_name NEW.
gpgrt_nve_value NEW.
gpgrt_nvc_get_string NEW.
gpgrt_nvc_get_bool NEW.
GPGRT_NVC_WIPE NEW const.
GPGRT_NVC_PRIVKEY NEW const.
GPGRT_NVC_SECTION NEW const.
GPGRT_NVC_MODIFIED NEW const.
|
2025-03-03 22:32:28 by Nia Alarie | Files touched by this commit (12) |
Log message:
mk: Introduce and use MASTER_SITE_GNUPG
Various packages around the tree use a different variant
of MASTER_SITES to access various GnuPG mirrors, let's just
centralize them in one locaiton.
While here, fix some lint warnings.
|
2024-11-12 10:00:42 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
libgpg-error: updated to 1.51
Noteworthy changes in version 1.51 (2024-11-11) [C38/A38/R0]
-----------------------------------------------
* Allow initialization of new Windows threads to utf8 mode. [T7185]
* Add GPGRT_PROCESS_ALLOW_SET_FG for gpgrt_process_spawn.
[rEb79d4206f4]
* Add new spawn function to modify the environment. [T7307]
* Fix missing environ var for macOS and others. [T7169,T7307]
* Fix forgotten _gpgrt_post_syscall on create pipe failure. [rEbcab96484d]
* Let gpgrt_poll return an error for a closed fd. [rE4a3dc85f69]
* Fix build error introduced by C-committee stupidity. [T7344]
* Interface changes relative to the 1.50 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_gpg_w32_gettext_use_utf8 EXTN (new value 2).
gpgrt_spawn_actions_set_env_rev NEW.
GPGRT_PROCESS_ALLOW_SET_FG NEW.
|
2024-09-29 20:58:37 by Amitai Schleier | Files touched by this commit (2) |
Log message:
libgpg-error: Avoid nonportable environ global.
Fixes Tiger build, doesn't break Sequoia or NetBSD 10.
|
2024-06-26 21:31:56 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
libgpg-error: updated to 1.50
Noteworthy changes in version 1.50 (2024-06-19) [C37/A37/R0]
-----------------------------------------------
* New set of process spawn functions. [T6249]
* Fixed return type for gpgrt_b64dec_proc and gpgrt_b64dec_finish to
gpg_err_code_t. This enum return type is in almost all cases
compatible to the formerly used gpg_error_t (i.e. unsigned int).
* Interface changes relative to the 1.49 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgrt_process_t CHANGED (never used).
gpgrt_spawn_actions_t NEW type.
gpgrt_process_requests NEW enum.
gpgrt_process_spawn NEW.
gpgrt_process_terminate NEW.
gpgrt_process_get_streams NEW.
gpgrt_process_ctl NEW.
gpgrt_process_wait NEW.
gpgrt_process_release NEW.
gpgrt_spawn_actions_new NEW.
gpgrt_spawn_actions_release NEW.
gpgrt_spawn_actions_set_redirect NEW.
gpgrt_spawn_actions_set_environ NEW (posix only).
gpgrt_spawn_actions_set_inherit_fds NEW (posix only).
gpgrt_spawn_actions_set_atfork NEW (posix only).
gpgrt_spawn_actions_set_envvars NEW (w32 only).
gpgrt_spawn_actions_set_inherit_handles NEW (w32 only).
GPGRT_PROCESS_DETACHED NEW.
GPGRT_PROCESS_NO_CONSOLE NEW.
GPGRT_PROCESS_NO_EUID_CHECK NEW.
GPGRT_PROCESS_STDIN_PIPE NEW.
GPGRT_PROCESS_STDOUT_PIPE NEW.
GPGRT_PROCESS_STDERR_PIPE NEW.
GPGRT_PROCESS_STDINOUT_SOCKETPAIR NEW.
GPGRT_PROCESS_STDIN_KEEP NEW.
GPGRT_PROCESS_STDOUT_KEEP NEW.
GPGRT_PROCESS_STDERR_KEEP NEW.
GPGRT_PROCESS_STDFDS_SETTING NEW.
GPGRT_SPAWN_INHERIT_FILE REMOVED (never used).
GPGRT_SPAWN_NONBLOCK REMOVED (never used).
GPGRT_SPAWN_RUN_ASFW REMOVED (never used).
GPGRT_SPAWN_DETACHED REMOVED (never used).
GPGRT_SPAWN_KEEP_STDIN REMOVED (never used).
GPGRT_SPAWN_KEEP_STDOUT REMOVED (never used).
GPGRT_SPAWN_KEEP_STDERR REMOVED (never used).
|
2024-04-25 11:38:02 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
libgpg-error: updated to 1.49
Noteworthy changes in version 1.49 (2024-04-25)
-----------------------------------------------
* Two new functions to improve the logging interface. The
gpgrt_logv_domain is currently the same as gpgrt_logv_prefix but
allows to pass a domain string so that in future we will be able to
select log output by domain. It also provide a non yet functional
feature to include a hex dump.
* Add a "trunc" keyword to gpgrt_log_printhex.
* Avoid an endless loop in the argparser due to a conf file read
error.
* Interface changes relative to the 1.48 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgrt_add_post_log_func NEW.
gpgrt_logv_domain NEW.
|