Skip to content

Bump gpgme to latest

Mathieu Parent requested to merge sathieu/gitlab:gpgme_2.0.22 into master

Fix gpgme build failure on Debian testing/sid (i.e. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1024651).

Upstream diff: https://my.diffend.io/gems/gpgme/2.0.19/2.0.22

Upstream changelog:

2.0.22 November 25, 2022

  • Make mini_portile2 less restrictive (#163)
  • Undefine the alloc Ctx, Data and Key functions for Ruby 3.2 (#158)
  • Prefer pkg-config over gpgme-config (#166)

2.0.21 October 8, 2022

  • Update dependencies (#154)
    • libgpg-error 1.46
    • libassuan 2.5.5
    • gpgme to 1.18.0

2.0.20 February 18, 2020

  • Update dependencies (Issue#134)
    • libgpg-error 1.37
    • libassuan 2.5.3
    • gpgme to 1.13.1
  • Set IO#autoclose = false on the pass_function IO object to avoid GC race conditions
Edited by Mathieu Parent

Merge request reports