summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* strongswan: upgrade 5.9.10 -> 5.9.11Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - A deadlock in the vici plugin has been fixed that could get triggered when multiple connections were initiated/terminated concurrently and control-log events were raised by the watcher_t component. - CRLs have to be signed by a certificate that has the cRLSign keyUsage bit encoded (even if it's a CA), or a CA certificate without keyUsage extension. - Optional CA labels in EST server URIs are supported by `pki --est/estca`. - CMS-style signatures in PKCS#7 containers are supported by the pkcs7 and openssl plugins, which allows verifying RSA-PSS and ECDSA signatures. - Fixed a regression in the server implementation of EAP-TLS with TLS 1.2 or earlier that was introduced with 5.9.10. - Ensure the TLS handshake is complete in the EAP-TLS client with TLS <= 1.2. - kernel-libipsec can process raw ESP packets on Linux (disabled by default) and gained support for trap policies. - The dhcp plugin uses an alternate method to determine the source address for unicast DHCP requests that's not affected by interface filtering. - Certificate and trust chain selection as initiator has been improved in case the local trust chain is incomplete and an unrelated certreq is received. - ECDSA and EdDSA keys in IPSECKEY RRs are supported by the ipseckey plugin. - To bypass tunnel mode SAs/policies, the kernel-wfp plugin installs bypass policies also on the FWPM_SUBLAYER_IPSEC_TUNNEL sublayer. - Stale OCSP responses are now replace in-place in the certificate cache. - Fixed parsing of SCEP server capabilities by `pki --scep/scepca`. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.64.1 -> 0.68.0Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | Changelog: ========== Reduce overhead to handle queries and responses (#1184) (81126b7) Speed up answering incoming questions (#1186) (8f37665) Optimize construction of outgoing dns records (#1182) (fc0341f) Reduce overhead to enumerate ip addresses in ServiceInfo (#1181) (6a85cbf) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmodem: upgrade 0.4.6 -> 0.4.7Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | | | Changelog: ========== bugfix: stall on some kinds of error in recv(), PR #56 bugfix: sequence number miscalculation in send(), PR #52 enhancement: callback function added for recv() method, PR #53 bugfix: receiving empty file and stall condition in recv(), PR #50 bugfix: callback is now called for some kinds of errors and some CLI fixes, 8a798e8 bugfix: remove DepreactionWarning for logging.warn(), PR #49 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 2.3.0 -> 2.3.1Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | Changelog: ========== Meta-schema elements and groups ignore xsi:type attributes (issue #350) Use the meta-schemas only for validating XSD sources otherwise create dummy schemas Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ujson: upgrade 5.7.0 -> 5.8.0Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========== Added -------- Build wheel for Python 3.12 beta (built against 3.12.0b2) Changed -------- Drop support for Python 3.7 Fixed -------- Include BSD-3-Clause and TCL license text Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-robotframework: upgrade 6.0.2 -> 6.1Wang Mingyu2023-06-191-1/+1
| | | | | | | | Changelog: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-6.1.rst Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: upgrade 13.4.1 -> 13.4.2Wang Mingyu2023-06-191-1/+1
| | | | | | | | | Changelog: ========== Relaxed markdown-it-py dependency Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproj: upgrade 3.5.0 -> 3.6.0Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | | | | Changelog: ========== WHL: Wheels contain PROJ 9.2.1 DEP: Minimum supported Python version 3.9 ENH: Add CRS.to_2d() ENH: Added allow_superseded kwargs to TransformerGroup ENH: Added parameter output_axis_rule to CRS.to_wkt BUG: fix Geod.npts NaN handling MNT: Use pyproject.toml for project metadata Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.23.2 -> 4.23.3Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ========== C++ ------ Regenerate stale files (#13046) (58b6ddb) Use the same ABI for static and shared libraries on non-Windows platforms (#12983) (efa1ec7) Objective-C ----------- Regenerate stale files (#13046) (58b6ddb) UPB (Python/PHP/Ruby C-Extension) ---------------------------------- Fixed a bug in upb_Map_Delete() that caused crashes in map.delete(k) for Ruby when string-keyed maps were in use. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.31.0 -> 2.31.1Wang Mingyu2023-06-191-1/+1
| | | | | | | | | Changelog: ========== Match ExIf orientation tag behavior to ExIf spec in pillow(#983) (953029b) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.19.1 -> 2.20.0Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | | | | | | Changelog: =========== Features --------- Add public API load_credentials_from_dict (#1326) (5467ad7) Bug Fixes --------- Expiry in compute_engine.IDTokenCredentials (#1327) (56a6159), closes #1323 Expiry in impersonated_credentials.IDTokenCredentials (#1330) (d1b887c) Invalid dev version identifiers in setup.py (#1322) (a9b8f12), closes #1321 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-googleapis-common-protos: upgrade 1.59.0 -> 1.59.1Wang Mingyu2023-06-191-1/+1
| | | | | | | | | Changelog: ========== Invalid dev version identifiers in setup.py Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.88.0 -> 2.89.0Wang Mingyu2023-06-191-1/+1
| | | | | | | | | Changelog: ========== Remove faulty version matcher in setup.py (#2152) (0a865da), closes #2151 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-core: upgrade 2.11.0 -> 2.11.1Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | Bug Fixes ========== Add actionable errors for GCE long running operations Invalid dev version identifiers in setup.py Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-elementpath: upgrade 4.1.2 -> 4.1.3Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | Changelog: ========= Fix XP30+ fn:path (issue #67) Fix weak tests (issues #64 and #66) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-croniter: upgrade 1.3.15 -> 1.4.1Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | Changelog: =========== Make a retrocompatible version of 1.4.0 change about supporting VIXIECRON bug. Added "implement_cron_bug" flag to make the cron parser compatible with a bug in Vixie/ISC Cron Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-mock: upgrade 3.10.0 -> 3.11.1Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | Changelog: =========== Fixed introspection for failed assert_has_calls (#365). Updated type annotations for mocker.patch and mocker.spy (#364). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-platformdirs: upgrade 3.5.3 -> 3.6.0Wang Mingyu2023-06-191-1/+1
| | | | | | | | | Changelog: ========== platformdirs: introduce user_downloads_dir() Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-click-repl: upgrade 0.2.0 -> 0.3.0Wang Mingyu2023-06-191-2/+2
| | | | | | | | | | | | | | | | | | | | | License-Update: Add "Copyright (c) 2016-2026 Asif Saif Uddin & contributors." to license file. Changelog: =========== Drop Python 2 support, remove six. Uses PromptSession() class from prompt_toolkit instead of prompt() function (#63). Added filter for hidden commands and options (#86). Added click's autocompletion support (#88). Added tab-completion for Path and BOOL type arguments (#95). Added 'expand environmental variables in path' feature (#96). Delegate command dispatching to the actual group command. Updated completer class and tests based on new fix#92 (#102). Python 3.11 support. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: upgrade 1.3.8 -> 1.3.9Wang Mingyu2023-06-192-8/+8
| | | | | | | | | | | | | | | 0001-CMakeLists.txt-fix-substitution-for-static-libs.patch refresh for new version Changelog: =========== Fix async interface bug More built-in commands support for AsyncRedis Fix incorrect hiredis static lib dependency when building with TSL Breaking change: make HSET related methods return long long instead of bool Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: upgrade 2.6.5 -> 2.6.6Wang Mingyu2023-06-191-3/+3
| | | | | | | License-Update: Update GPL and LGPL text files Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: upgrade 44.1 -> 44.2Wang Mingyu2023-06-191-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* adw-gtk3: upgrade 4.7 -> 4.8Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | | | Chanelog: ========== Remove color variable Use libadwaita style outline border on list rows Update README.md Merge pull request #230 from SamuelBorn/patch-1 Don't style phosh #231 remove the gtk-4.0 folder from the theme Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libforms: Replace hardcoded dep on mesa with virtual/libglKhem Raj2023-06-181-1/+1
| | | | | | | This ensures that it can be built on machines with non-mesa graphics drivers Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geary: Fix build with vala >= 0.56.8Khem Raj2023-06-183-0/+217
| | | | | | | Backport two patches from main branch Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Alexander Kanavin <alex@linutronix.de>
* xdg-desktop-portal-wlr: Fix build with older mesaKhem Raj2023-06-182-1/+55
| | | | | | | | Some ports e.g. visionfive2 does not yet supported 21.1+ mesa where gbm_bo_create_with_modifiers2 API is available, therefore use gbm_bo_create_with_modifiers API for compatibility Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplist_2.3.0: compile fix for versionPatrick Williams2023-06-172-2/+3
| | | | | | | | | | | | On CentOS9 it can be observed that that PACKAGE_VERSION variable in the configure script ends up having multiple lines, which causes the rest of the package to fail to compile. This has already been fixed upstream and is the commit immediately after the 2.3.0 tag. Rather that backport the patch simply increment the SRCREV to incorporate the fix. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layers: Move READMEs to markdown formatKhem Raj2023-06-1711-0/+0
| | | | | | | The READMEs are often viewed from websites markdown format which is much as readable as text and yet friendlier in browsers. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gosu: Upgrade to 1.16 releaseKhem Raj2023-06-151-2/+5
| | | | | | | | | ChangeLog is here https://github.com/tianon/gosu/releases/tag/1.15 https://github.com/tianon/gosu/releases/tag/1.16 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlparse: fix CVE-2023-30608Joe Slater2023-06-152-0/+52
| | | | | | | Backport from commit c457abd5f... upstream. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: Fix for CVE-2023-2617Soumya2023-06-152-0/+89
| | | | | | | | | | | | | | A vulnerability classified as problematic was found in OpenCV wechat_qrcode Module up to 4.7.0. Affected by this vulnerability is the function DecodedBitStreamParser::decodeByteSegment of the file qrcode/decoder/decoded_bit_stream_parser.cpp. The manipulation leads to null pointer dereference. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-228547. Signed-off-by: Soumya <soumya.sambu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-stopit: fix override syntaxPeter Marko2023-06-151-1/+1
| | | | | Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntpd: switch service type from forking to simpleJohannes Kauffmann2023-06-151-3/+2
| | | | | | | | | | | | | | | | | | Type=forking means systemd waits untill the main process, /usr/sbin/ntpd in this case, has exited. However, the ntpd daemon does not seem to call fork() or vfork() and runs endlessly untill killed. Eventually, this causes systemd to trigger a timeout, and the ntpd service is killed. All the while, "systemctl status ntpd" shows "activating (start)" instead of "active (running)". This is fixed by switching Type=forking to Type=simple. Reading ntpd(8) shows that the "-n" option requests ntpd not to fork, so also use that to be safe. Finally, there is no need anymore to keep a pidfile around. Signed-off-by: Johannes Kauffmann <johanneskauffmann@hotmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: modify test 'gpioset: toggle (continuous)'Joe Slater2023-06-142-0/+69
| | | | | | | | | | Look for level transitions when testing toggling values because using fixed delays to assume value changes is not reliable. Signed-off-by: Joe Slater <joe.slater@windriver.com> Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zeromq: consider license exception over LGPL-3.0Remi Peuvergne2023-06-141-1/+1
| | | | | Signed-off-by: Remi Peuvergne <remi.peuvergne@non.se.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtracefs: Fix build with clang+muslKhem Raj2023-06-142-0/+32
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Wang Mingyu <wangmy@fujitsu.com>
* libtracefs: upgrade 1.6.4 -> 1.7.0Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | Changelog: ========== - Fixes to the tests. - Added meson build support (but it is not the default). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opengl-es-cts: 3.2.8.0 -> 3.2.9.3Randolph Sapp2023-06-143-14/+18
| | | | | | | | | | | | | Bump the opengl-es-cts version to latest since this package is currently incompatible with Weston 10 due to changes in wayland-protocols. I would bump the vulkan-cts test revision here as well, but unfortunately newer versions of vulkan-cts add video encode/decode tests from Nvidia that break on any arch other than amd64 in their current format. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python_mesonpy: New classZoltán Böszörményi2023-06-141-0/+52
| | | | | | | | | | | | | This is a new PEP517 compatible build class for python modules that use pyproject.toml and this: [build-system] build-backend = 'mesonpy' The new class uses python3-meson-python-native. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-meson-python: New recipeZoltán Böszörményi2023-06-141-0/+23
| | | | | | | | This python module adds support for a new PEP517 build backend used by recent versions of scikit-image, scipy and others. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: use the files path correctlyChen Qi2023-06-1410-2/+0
| | | | | | | | | | | | | | | | | | | | | Recipes are not expected to set FILESPATH directly, they are expected to use FILESEXTRAPATH. I can see the seting of FILESPATH in this recipe only wants to find redis-7 specific patches and files. This could be easily achieved by using redis-7.0.11/ directory to hold all those files. Using FILESPATH in this way removes the possibility of overriding some files (e.g., the redis service file) from other layers via FILESEXTRAPATH:prepend, which is kind of a common practice and is actually working for basically all other recipes. This is because we have: meta/classes-global/base.bbclass:FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/${BP}", "${FILE_DIRNAME}/${BPN}", "${FILE_DIRNAME}/files"], d)}" And FILESEXTRAPATH is handled in base_set_filespath. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-software: upgrade 44.1 -> 44.2Markus Volk2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | Version 44.2 ~~~~~~~~~~~~ Released: 2023-05-25 This is a stable release with the following changes: * Fix subsequent checking for updates if the first check after login fails * Fix checking for updates when automatic updates are disabled * Fix rare stall when many background jobs are running * Don’t download rpm-ostree updates when only checking if updates are available * Fix bug with listing flatpak addons when multiple flathub remotes are enabled * Fix duplicated sources in app details page when using an appstream URL * Reduce background resource consumption when idle This release also updates translations: * Czech (Daniel Rusek) * Italian (Gianvito Cavasoli) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open62541: allow disabling subscriptionsJohannes Kauffmann2023-06-141-1/+3
| | | | | | | By default, subscriptions are turned on. Signed-off-by: Johannes Kauffmann <johanneskauffmann@hotmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open62541: add multithreading PACKAGECONFIG optionJohannes Kauffmann2023-06-141-0/+1
| | | | | | | | By default, open62541 is built without multithreading support. Make this configurable. Signed-off-by: Johannes Kauffmann <johanneskauffmann@hotmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tio: upgrade 2.5 -> 2.6Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: ========== * Remove warning when using pattern option * Add --log-append option * Update man page * Update README * Fix line termination for response wait feature * Update tty device listing configuration * Move map variables to tty to keep them all in one spot * Configure socket mapping flags from tty parsing logic. Remove duplicate parsing logic in socket * Support input mapping modes for sockets * Various spelling fixes * avoid "warning: unused parameter" on setspeed stub * use right /dev/ path on Haiku * Update README with details on snap confinement Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remmina: upgrade 1.4.30 -> 1.4.31Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== * [REM-2874] muli password changer search now matches partial strings * Fix segfault in VNC when using domain socket * Switched pylist Append to SetItem * Template texts updated * Add menu option to delete multiple profiles at the same time * add 1080p as a default resolution to remmina_pref.c * Add ubuntu22.04 dockerfile * Remove character limit on password length * Create better postats.html * Redesign santahat.png & add santahat.svg * Edit preferences UI * Change the icon of the new connection button * Modify the checkbox of the appearance-tab * Add valign to the switch of the debugging window * plugins/rdp: Ensure output redirection configuration applies to both dynamic and static rdpsnd Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.63.0 -> 0.64.1Wang Mingyu2023-06-141-1/+1
| | | | | | | | Fix: Small internal typing cleanups Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-websocket-client: upgrade 1.5.2 -> 1.5.3Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | Changelog: ============ - Add logic to avoid error in the case where content-length header does not exist, bug introduced in 1.5.2 (#911) - Fix wsdump.py script typing, bug introduced in 1.5.2 (#91) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.25.0 -> 1.25.1Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========== Fix parse_url (#2161) Better version parsing in integrations (#2152) Align HTTP status code as span data field http.response.status_code (#2113) Do not encode cached value to determine size (#2143) Fix using unittest.mock whenever available (#1926) Fix 2.7 common tests (#2145) Bump actions/stale from 6 to 8 (#1978) Bump black from 22.12.0 to 23.3.0 (#1984) Bump mypy from 1.2.0 to 1.3.0 (#2110) Bump sphinx from 5.3.0 to 7.0.1 (#2112) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: upgrade 3.3.0 -> 3.3.1Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | Changelog: ============ transport fixes and 100% test coverage. (#1580) Delay self.loop until connect(). (#1579) Added mechanism to determine if server did not start cleanly (#1539) Proof transport reconnect works. (#1577) Fix non-shared block doc in config.rst. (#1573) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>