[Qemu-devel] [PULL 0/3] Qcrypto next patches

Daniel P. Berrangé posted 3 patches 5 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181019134318.17155-1-berrange@redhat.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora failed
Test docker-quick@centos7 passed
There is a newer version of this series
configure                        | 161 ++++++++-----------------------
tests/crypto-tls-x509-helpers.h  |   3 +-
crypto/init.c                    |  23 +----
crypto/tlscredsx509.c            |  21 ----
crypto/tlssession.c              |   8 +-
tests/test-crypto-block.c        |   2 +-
tests/test-crypto-tlscredsx509.c |   8 +-
crypto/Makefile.objs             |   8 +-
tests/Makefile.include           |   2 +-
9 files changed, 51 insertions(+), 185 deletions(-)
[Qemu-devel] [PULL 0/3] Qcrypto next patches
Posted by Daniel P. Berrangé 5 years, 6 months ago
The following changes since commit 2ec24af2379e331d062a6fc1cda65bc262c7c17b:

  Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-october-2018-part1-v2' into staging (2018-10-19 10:08:31 +0100)

are available in the Git repository at:

  https://github.com/berrange/qemu tags/qcrypto-next-pull-request

for you to fetch changes up to 64dd2f3b5b090c21c3e82142de3fe7b4793ce6c8:

  crypto: require nettle >= 2.7.1 for building QEMU (2018-10-19 14:41:47 +0100)

----------------------------------------------------------------
Update min required crypto library versions

The min required versions for crypto libraries are now

 - gnutls >= 3.1.18
 - nettle >= 2.7.1
 - libgcrypt >= 1.5.0

----------------------------------------------------------------

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 >= 2.7.1 for building QEMU

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

-- 
2.17.2


Re: [Qemu-devel] [PULL 0/3] Qcrypto next patches
Posted by Peter Maydell 5 years, 6 months ago
On 19 October 2018 at 14:43, Daniel P. Berrangé <berrange@redhat.com> wrote:
> The following changes since commit 2ec24af2379e331d062a6fc1cda65bc262c7c17b:
>
>   Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-october-2018-part1-v2' into staging (2018-10-19 10:08:31 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/berrange/qemu tags/qcrypto-next-pull-request
>
> for you to fetch changes up to 64dd2f3b5b090c21c3e82142de3fe7b4793ce6c8:
>
>   crypto: require nettle >= 2.7.1 for building QEMU (2018-10-19 14:41:47 +0100)
>
> ----------------------------------------------------------------
> Update min required crypto library versions
>
> The min required versions for crypto libraries are now
>
>  - gnutls >= 3.1.18
>  - nettle >= 2.7.1
>  - libgcrypt >= 1.5.0
>

Applied, thanks.

-- PMM