[gnutls-devel] GnuTLS | Fix for 1724 (!1988)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Wed Jul 30 12:02:42 CEST 2025



Merge request https://gitlab.com/gnutls/gnutls/-/merge_requests/1988 was reviewed by Daiki Ueno

--
  
Daiki Ueno commented on a discussion: https://gitlab.com/gnutls/gnutls/-/merge_requests/1988#note_2658535466


We are currently facing some limitation in GitLab CI, where it can run on forks owned by the project members. I can clone this MR, but to credit you correctly, we need a `Signed-off-by:` in the commit.

--
  
Daiki Ueno commented on a discussion: https://gitlab.com/gnutls/gnutls/-/merge_requests/1988#note_2658535507


Looks like the web IDE still doesn't [support](https://gitlab.com/gitlab-org/gitlab/-/issues/368890) `Signed-off-by:`, so I would rather suggest doing it manually and attach the patch here, with the following steps:
```console
cd /tmp
git clone --depth=1 https://gitlab.com/gnutls/gnutls.git
cd gnutls
wget https://gitlab.com/gnutls/gnutls/-/merge_requests/1988.patch
patch -p1 < 1988.patch
git add -u
git commit -s -m "build: check if Esys_SetCryptoCallbacks is available"
git format-patch -1
```

and then attach the generated patch to a comment here.


-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1988
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20250730/3c9caf01/attachment.html>


More information about the Gnutls-devel mailing list