qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] e0622a: io: Fix Lesser GPL version number


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] e0622a: io: Fix Lesser GPL version number
Date: Sat, 31 Oct 2020 13:32:42 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: e0622ae3ca3cef79ec5f3c71e8225de77417f123
      
https://github.com/qemu/qemu/commit/e0622ae3ca3cef79ec5f3c71e8225de77417f123
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-10-29 (Thu, 29 Oct 2020)

  Changed paths:
    M include/io/channel-buffer.h
    M include/io/channel-command.h
    M include/io/channel-file.h
    M include/io/channel-socket.h
    M include/io/channel-tls.h
    M include/io/channel-util.h
    M include/io/channel-watch.h
    M include/io/channel-websock.h
    M include/io/channel.h
    M include/io/dns-resolver.h
    M include/io/task.h
    M io/channel-buffer.c
    M io/channel-command.c
    M io/channel-file.c
    M io/channel-socket.c
    M io/channel-tls.c
    M io/channel-util.c
    M io/channel-watch.c
    M io/channel-websock.c
    M io/channel.c
    M io/dns-resolver.c
    M io/task.c
    M tests/test-io-channel-buffer.c
    M tests/test-io-channel-command.c
    M tests/test-io-channel-file.c
    M tests/test-io-channel-socket.c
    M tests/test-io-task.c

  Log Message:
  -----------
  io: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>


  Commit: 422c16e7ecf8a2cd460e9b02cfb1955a235d36d7
      
https://github.com/qemu/qemu/commit/422c16e7ecf8a2cd460e9b02cfb1955a235d36d7
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-10-29 (Thu, 29 Oct 2020)

  Changed paths:
    M tests/test-crypto-afsplit.c
    M tests/test-crypto-block.c
    M tests/test-crypto-cipher.c
    M tests/test-crypto-hash.c
    M tests/test-crypto-ivgen.c
    M tests/test-crypto-secret.c
    M tests/test-crypto-xts.c

  Log Message:
  -----------
  crypt: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>


  Commit: 036a80cdf7cc8a01106b7b49da6e4830d552f3d7
      
https://github.com/qemu/qemu/commit/036a80cdf7cc8a01106b7b49da6e4830d552f3d7
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-10-29 (Thu, 29 Oct 2020)

  Changed paths:
    M authz/base.c
    M authz/list.c
    M authz/listfile.c
    M authz/pamacct.c
    M authz/simple.c
    M include/authz/base.h
    M include/authz/list.h
    M include/authz/listfile.h
    M include/authz/pamacct.h
    M include/authz/simple.h
    M tests/test-authz-list.c
    M tests/test-authz-listfile.c
    M tests/test-authz-pam.c
    M tests/test-authz-simple.c

  Log Message:
  -----------
  authz: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>


  Commit: 77b7829e755aec2f74601190a4521617b6dab49c
      
https://github.com/qemu/qemu/commit/77b7829e755aec2f74601190a4521617b6dab49c
  Author: AlexChen <alex.chen@huawei.com>
  Date:   2020-10-29 (Thu, 29 Oct 2020)

  Changed paths:
    M io/channel-websock.c

  Log Message:
  -----------
  io: Don't use '#' flag of printf format

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: AlexChen <alex.chen@huawei.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>


  Commit: dfc00eb7dea43bfb6d4a2ba38c4f6bc9745f3729
      
https://github.com/qemu/qemu/commit/dfc00eb7dea43bfb6d4a2ba38c4f6bc9745f3729
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   2020-10-29 (Thu, 29 Oct 2020)

  Changed paths:
    M tests/qemu-iotests/162.out
    M util/qemu-sockets.c

  Log Message:
  -----------
  util: include the target address in socket connect failures

Reporting "Failed to connect socket" is essentially useless for a user
attempting to diagnose failure. It needs to include the target address
details. Similarly when failing to create a socket we should include the
socket family info, so the user understands what particular feature was
missing in their kernel build (IPv6, VSock in particular).

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>


  Commit: 5e6464f9c6756c95d036c4acf7ce557a7eb3a7be
      
https://github.com/qemu/qemu/commit/5e6464f9c6756c95d036c4acf7ce557a7eb3a7be
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2020-10-31 (Sat, 31 Oct 2020)

  Changed paths:
    M authz/base.c
    M authz/list.c
    M authz/listfile.c
    M authz/pamacct.c
    M authz/simple.c
    M include/authz/base.h
    M include/authz/list.h
    M include/authz/listfile.h
    M include/authz/pamacct.h
    M include/authz/simple.h
    M io/channel-websock.c
    M tests/qemu-iotests/162.out
    M tests/test-authz-list.c
    M tests/test-authz-listfile.c
    M tests/test-authz-pam.c
    M tests/test-authz-simple.c
    M tests/test-crypto-afsplit.c
    M tests/test-crypto-block.c
    M tests/test-crypto-cipher.c
    M tests/test-crypto-hash.c
    M tests/test-crypto-ivgen.c
    M tests/test-crypto-secret.c
    M tests/test-crypto-xts.c
    M util/qemu-sockets.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/berrange-gitlab/tags/misc-next-pull-request' into staging

Misc fixes

 * Improve socket cnnection failure error reporting
 * Fix LGPL version number

# gpg: Signature made Thu 29 Oct 2020 10:00:47 GMT
# gpg:                using RSA key DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF
# gpg: Good signature from "Daniel P. Berrange <dan@berrange.com>" [full]
# gpg:                 aka "Daniel P. Berrange <berrange@redhat.com>" [full]
# Primary key fingerprint: DAF3 A6FD B26B 6291 2D0E  8E3F BE86 EBB4 1510 4FDF

* remotes/berrange-gitlab/tags/misc-next-pull-request:
  util: include the target address in socket connect failures
  io: Don't use '#' flag of printf format
  authz: Fix Lesser GPL version number
  crypt: Fix Lesser GPL version number
  io: Fix Lesser GPL version number

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/69d7eab0b8bb...5e6464f9c675



reply via email to

[Prev in Thread] Current Thread [Next in Thread]