[Qemu-devel] [PATCH 0/3] crypto: increase min required gnutls, gcrypt and nettle

Daniel P. Berrangé posted 3 patches 5 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180718120334.27138-1-berrange@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
configure                        | 161 ++++++++-----------------------
crypto/Makefile.objs             |   8 +-
crypto/init.c                    |  23 +----
crypto/tlscredsx509.c            |  21 ----
crypto/tlssession.c              |   8 +-
tests/Makefile.include           |   2 +-
tests/crypto-tls-x509-helpers.h  |   3 +-
tests/test-crypto-block.c        |   2 +-
tests/test-crypto-tlscredsx509.c |   8 +-
9 files changed, 51 insertions(+), 185 deletions(-)
[Qemu-devel] [PATCH 0/3] crypto: increase min required gnutls, gcrypt and nettle
Posted by Daniel P. Berrangé 5 years, 9 months ago
Since adopting a formal policy around supported build hosts, and
increasing the minimum required glib version, it is now possible to also
increase the min required versions for gnutls, gcrypt and nettle
libraries. This allows simplification of a bunch of conditional logic.

Daniel P. Berrangé (3):
  crypto: require gnutls >= 3.1.18 for building QEMU
  crypto: require libgcrypt >= 1.5.0 for building QEMU
  crypto: require nettle >= 1.5.0 for building QEMU

 configure                        | 161 ++++++++-----------------------
 crypto/Makefile.objs             |   8 +-
 crypto/init.c                    |  23 +----
 crypto/tlscredsx509.c            |  21 ----
 crypto/tlssession.c              |   8 +-
 tests/Makefile.include           |   2 +-
 tests/crypto-tls-x509-helpers.h  |   3 +-
 tests/test-crypto-block.c        |   2 +-
 tests/test-crypto-tlscredsx509.c |   8 +-
 9 files changed, 51 insertions(+), 185 deletions(-)

-- 
2.17.1