[gnutls-devel] GnuTLS | Draft: Choose whether to link or dlopen helper librariries (!1870)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Sun Aug 25 16:54:20 CEST 2024
Andreas Metzler created a merge request: https://gitlab.com/gnutls/gnutls/-/merge_requests/1870
Project:Branches: ametzler/gnutls:2024-tmp-choose-dlopen to gnutls/gnutls:master
Author: Andreas Metzler
<!-- Add a description of the new feature/bug fix. Reference any relevant bugs. -->
- Enforce that configure aborts e.g. if --with-zstd is specified but zstd is not available.
- Each configure option that is backed by a possibly dlopened library (zstd, brotli, tpm2, ocs) now takes dlopen or link as additional arguments (besides yes/no and implicitly for default-on options "enable if available at ./configure time".
- Zlib detection now requires pkgconf like the other helper libraries.
- Small zlib/libz cleanup, we had `AM_CONDITIONAL(HAVE_ZLIB` and `AC_DEFINE([HAVE_LIBZ]`.
- Add a global status-message on whether dlopen is available.
## Checklist
* [x] Commits have `Signed-off-by:` with name/author being identical to the commit author
* [x] Code modified for feature
* [ ] Test suite updated with functionality tests
* [ ] Test suite updated with negative tests
* [ ] Documentation updated / NEWS entry present (for non-trivial changes)
* [ ] CI timeout is 2h or higher (see Settings/CICD/General pipelines/Timeout)
## Reviewer's checklist:
* [ ] Any issues marked for closing are addressed
* [ ] There is a test suite reasonably covering new functionality or modifications
* [ ] Function naming, parameters, return values, types, etc., are consistent and according to `CONTRIBUTION.md`
* [ ] This feature/change has adequate documentation added
* [ ] No obvious mistakes in the code
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1870
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/20240825/fecb0a85/attachment-0001.html>
More information about the Gnutls-devel
mailing list