Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mbedtls: upgrade 2.16.3 -> 2.16.5 #188

Closed
wants to merge 1 commit into from

Conversation

texierp
Copy link
Contributor

@texierp texierp commented Feb 21, 2020

Mbed TLS 2.16.5 is a maintenance release of the Mbed TLS 2.16 branch, and
provides security fixes and bug fixes, see:

https://tls.mbed.org/tech-updates/releases/mbedtls-2.16.5-and-2.7.14-released

Signed-off-by: Pierre-Jean Texier pjtexier@koncepto.io

Mbed TLS 2.16.5 is a maintenance release of the Mbed TLS 2.16 branch, and
provides security fixes and bug fixes, see:

https://tls.mbed.org/tech-updates/releases/mbedtls-2.16.5-and-2.7.14-released

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
@kraj
Copy link
Contributor

kraj commented Feb 24, 2020

applied 2b36db7

@kraj kraj closed this Feb 24, 2020
@texierp texierp deleted the bump/mbedtls branch March 11, 2020 20:10
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 28, 2022
Changelog:
==========
    Remove debug logging from rsa/key.py (openembedded#194).
    Remove overlapping slots in PrivateKey and PublicKey. (openembedded#189).
    Do not include CHANGELOG/LICENSE/README.md in wheel (openembedded#191).
    Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around (openembedded#188).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 28, 2022
Changelog:
==========
    Remove debug logging from rsa/key.py (openembedded#194).
    Remove overlapping slots in PrivateKey and PublicKey. (openembedded#189).
    Do not include CHANGELOG/LICENSE/README.md in wheel (openembedded#191).
    Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around (openembedded#188).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Feb 27, 2023
Changelog:
==========
 * fix popcount64 name conflict on NetBSD, openembedded#189
 * even though PyPy is not actively supported, allow running tests for
   PyPy 3.7 and 3.8, see also openembedded#188
 * allow running `python setup.py test`
 * add official Python 3.12 support
 * simplify count functionality in util module
 * retire `bitcount_lookup[256]` table
 * improve `util.count_n()` error messages
 * avoid `util` module tests from being run more than once in each
   call to `bitarray.test()` when called multiple times in the same
   Python process, see #6e52e49a
 * improve testing

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Mar 4, 2023
Changelog:
==========
Add missing LONG_PRESS enum member for button events (openembedded#190)
Mark auto_dynamic attribute optional on scene resource (openembedded#189)
Fixes for some small schema parse errors (openembedded#188)
Make active_timeslot optional in smart_scene model (openembedded#177)
Add util methods for backwards compatibility in Scenes controller (openembedded#176)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Mar 4, 2023
Changelog:
==========
Add missing LONG_PRESS enum member for button events (openembedded#190)
Mark auto_dynamic attribute optional on scene resource (openembedded#189)
Fixes for some small schema parse errors (openembedded#188)
Make active_timeslot optional in smart_scene model (openembedded#177)
Add util methods for backwards compatibility in Scenes controller (openembedded#176)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Mar 4, 2023
Changelog:
==========
Add missing LONG_PRESS enum member for button events (openembedded#190)
Mark auto_dynamic attribute optional on scene resource (openembedded#189)
Fixes for some small schema parse errors (openembedded#188)
Make active_timeslot optional in smart_scene model (openembedded#177)
Add util methods for backwards compatibility in Scenes controller (openembedded#176)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 17, 2023
0.21.1
- Output a proper error message when an invalid asyncio_mode is selected.
- Extend warning message about unclosed event loops with additional
  possible cause. openembedded#531
- Previously, some tests reported "skipped" or "xfailed" as a result.
  Now all tests report a "success" result.

0.21.0
- Drop compatibility with pytest 6.1. Pytest-asyncio now depends on
  pytest 7.0 or newer.
- pytest-asyncio cleans up any stale event loops when setting up and
  tearing down the event_loop fixture. This behavior has been deprecated
  and pytest-asyncio emits a DeprecationWarning when tearing down the
  event_loop fixture and current event loop has not been closed.

0.18.2 (22-03-03)
- Fix asyncio auto mode not marking static methods. openembedded#295
- Fix a compatibility issue with Hypothesis 6.39.0. openembedded#302

0.18.1 (22-02-10)
- Fixes a regression that prevented async fixtures from working in
  synchronous tests.  openembedded#286

0.18.0 (22-02-07)
- Raise a warning if @pytest.mark.asyncio is applied to non-async
  function.  openembedded#275
- Support parametrized event_loop fixture.  openembedded#278

0.17.2 (22-01-17)
- Require typing-extensions on Python<3.8 only.  openembedded#269
- Fix a regression in tests collection introduced by 0.17.1, the plugin
  works fine with non-python tests again.  openembedded#267

0.17.1 (22-01-16)
- Fixes a bug that prevents async Hypothesis tests from working without
  explicit asyncio marker when --asyncio-mode=auto is set.  openembedded#258
- Fixed a bug that closes the default event loop if the loop doesn't
  exist openembedded#257
- Added type annotations.

0.17.0 (22-01-13)
- [pytest-asyncio]{.title-ref} no longer alters existing event loop
  policies.  openembedded#168, openembedded#188
- Drop support for Python 3.6
- Fixed an issue when pytest-asyncio was used in combination with
  [flaky]{.title-ref} or inherited asynchronous Hypothesis tests.  openembedded#178
  openembedded#231
- Added flaky to test dependencies
- Added unused_udp_port and unused_udp_port_factory fixtures (similar to
  unused_tcp_port and unused_tcp_port_factory counterparts.  openembedded#99
- Added the plugin modes: strict, auto, and legacy. See documentation
  for details.  openembedded#125
- Correctly process KeyboardInterrupt during async fixture setup phase
  openembedded#219

License-Update: whitespace

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants