7
0
forked from pool/libgpg-error

Factory #1

Merged
dgarcia merged 8 commits from factory into main 2025-10-08 12:56:28 +02:00
Owner
No description provided.
dgarcia added 8 commits 2025-10-06 14:27:35 +02:00
* 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.
  * Release-info: https://dev.gnupg.org/T7164
  * Rebase libgpg-error-nobetasuffix.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=110
OBS-URL: https://build.opensuse.org/request/show/1223925
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=76
* Fix regression in 1.52.
  * Rebase libgpg-error-nobetasuffix.patch
- Update to 1.52:
  * 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 simple string list API. [rE47097806f1]
  * New API for name value files. [rE7ec1f27b60]
  * 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.

OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=112
OBS-URL: https://build.opensuse.org/request/show/1268257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=77
* Fix a regression in 1.52 which did not allow to open UNC
    specified files on Windows. [rE28ae4ee194]
  * Ignore log file specification from the Registry in the gpg-error
    tool.

OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=114
OBS-URL: https://build.opensuse.org/request/show/1271152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=78
* Rewrite the extended length path handling under Windows. [T5754]
  * Add new test commands to the gpg-error tool. Allow command w/o
    dashes and reformat the help. [rEc002490a8f]
  * Silence warning from gcc 15. [T7621]

OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=116
OBS-URL: https://build.opensuse.org/request/show/1272672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=79
dgarcia merged commit 9285e6a248 into main 2025-10-08 12:56:28 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: testing/libgpg-error#1