summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libdecor: update 0.2.0 -> 0.2.1Markus Volk2023-12-021-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glog: Disable 64bit atomics on armv{5,6}Patrick Williams2023-12-011-0/+2
| | | | | | | | The ARMv5 and ARMv6 architectures do not support 64-bit atomics, so disable them. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpwquality: upgrade 1.4.4 -> 1.4.5alperak2023-12-012-87/+12
| | | | | | | | | | | | | | | | * 0001-fix-musl-build.patch removed because fixed in the new version. -> https://github.com/libpwquality/libpwquality/pull/53 * Copied ABOUT-NLS from native sysroot's gettext manually because of following error -> error: required file './ABOUT-NLS' not found Building from sources need additional steps. Gettextize would have produced this file properly. But, we don't run it as part of autotools bbclass's autoreconf step Instead of creating an empty ABOUT-NLS file, copied it from native sysroot's gettext manually. Changelog: * Translation updates * Minor bug fixes and documentation enhancements Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: Install ptests into PTEST_PATHKhem Raj2023-12-012-7/+6
| | | | | | add rdep on basu and dbus when not using systemd Signed-off-by: Khem Raj <raj.khem@gmail.com>
* basu: Update to latest masterKhem Raj2023-12-011-1/+1
| | | | | | | | | There is only one commit after 0.2.1 release which is to fix build with lld. https://git.sr.ht/~emersion/basu/commit/a08cf5a575325435040d35710dbac3d0c32b1676 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gstd: Fix systemd user unit packagingKhem Raj2023-12-011-4/+2
| | | | | | | | We do not need to preprocess it offline as its not run per session but per user. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Mark Hatle <mark.hatle@amd.com>
* monocypher: add crypto library recipeBELOUARGA Mohamed2023-11-301-0/+26
| | | | | | | Adds monocypher, an easy to use, easy to deploy, auditable crypto library written in portable C. It approaches the size of TweetNaCl and the speed of libsodium Signed-off-by: BELOUARGA Mohamed <m.belouarga@technologyandstrategy.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmodbus: upgrade 3.1.7 -> 3.1.10alperak2023-11-305-345/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix-float-endianness-issue-on-big-endian-arch.patch removed because fixed in the new version. Changelog: * Fix baud rate handling with RTU under Linux * Fix modbus_disable_quirks signature * Remove Travis CI * Move content about migration to libmodbus.org * Avoid negative value in FD_SET call * Test socket against positive value instead of -1 * Improvements to autotools by @ndim * Fix doc links by @jordanjohnson56 (#653) * Test the protocol id for 0 by @metapsychologe (#509) * Fix double negative in tests * New quirks handler (closes #38 #533) * Fix bitwise OR in documentation * Improve doc about slave ID in RTU * Add .clang-format and format code (closes #394) * Remove constraints on baud rate values * Accept IP or device in arg of unit test progs * Avoid compilation issue with VS2022 with strdup * Display created files in configure.js * Use strcpy_s under Windows * Replace inet_addr by inet_pton calls * Replace inet_ntoa by inet_ptop * Update configure.ac/config.h.win32 for new inet functions * Instructions to build libmodbus in a VS project * Fix connection check for Windows RTU (closes #660, #662) * Add CIFuzz Github action by @DavidKorczynski (#669) * Convert a few int to unsigned int (#402) * Major rewrite of documentation with Material for mkdocs * Reduce memory use of TCP PI backend (closes #621) * Fixed MODBUS_ERROR_RECOVERY_LINK not working on Windows (@embeddedmz) * Replace Travis CI by GitHub CI * Fix linker error for Windows (VCLinkerTool) * Address check in single register / coil responses added (#463) * Swap CRC bytes in request data but not at CRC computing (#397) * Fix float endianness issue on big endian architecture * Fix comment about EMBUNKEXC (closes #566) * Fix network library detection on Haiku * Fix typos (closes #620) Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-validators: add new recipeRoss Burton2023-11-301-0/+10
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liblognorm: upgrade 1.0.1 -> 2.0.6alperak2023-11-303-22/+25
| | | | | | | Changelog: https://github.com/rsyslog/liblognorm/blob/46c6ee4c8e5f827893e485a4ef1aff04ea881273/ChangeLog Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spice-gtk: Set meson version based on PVMarkus Volk2023-11-291-0/+4
| | | | | | | This fixes build for gnome-boxes Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spice: Set meson version based on PVMarkus Volk2023-11-291-0/+4
| | | | | | | | | | | | | This fixes: | Dependency spice-server found: NO found UNKNOWN but need: '>=0.14.0' | Run-time dependency spice-server found: NO | | ../qemu-8.1.2/meson.build:1038:10: ERROR: Dependency lookup for spice-server with method 'pkgconfig' failed: Invalid version, need 'spice-server' ['>=0.14.0'] found 'UNKNOWN'. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcacard: set meson version based on PVMarkus Volk2023-11-292-38/+5
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tbb: enable NUMA/Hybrid CPU supportNaveen Saini2023-11-292-1/+44
| | | | | | | | | | | oneTBB relies on HWLOC* to identify the underlying topology of the system to optimize thread scheduling and memory allocation. Ref: https://oneapi-src.github.io/oneTBB/GSG/next_steps.html#hybrid-cpu-and-numa-support Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tbb: upgrade 2021.9.0 -> 2021.11.0Naveen Saini2023-11-292-37/+1
| | | | | | | | | | | riscv arch support enabled in this release, so patching for riscv* not required anymore. Drop patch. Release note: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.11.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* squid: add systemd servicePatrick Wicki2023-11-291-1/+12
| | | | | | | Integrate the upstream unit file into the recipe. Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* squid: add url-rewrite-helpers packageconfigPatrick Wicki2023-11-291-1/+2
| | | | | Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* squid: move configs to sub packagePatrick Wicki2023-11-291-2/+6
| | | | | | | | Move the config files to a separate squid-conf package. This allows shipping new configs via a custom conf package. Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* squid: add auth packageconfigPatrick Wicki2023-11-291-4/+7
| | | | | | | | | Introduce PACKAGECONFIG[auth] and pin the dependencies to it. This allows building squid without authentication support and all its related dependencies. Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* squid: add nm dispatcher reload hookPatrick Wicki2023-11-292-0/+15
| | | | | | | | | | This enables the networkmanager dispatcher to reload squid automatically on network changes. This idea is from the Fedora package where they do the same: https://src.fedoraproject.org/rpms/squid/blob/rawhide/f/squid.spec#_207 Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* squid: update from v5.7 to v6.5Patrick Wicki2023-11-299-187/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | Refresh patches and clean up ones that are no longer needed: * dlopen test was removed in b65d2165c5c250242764ed7cdac4540fba813dec * libxml2 variables were removed in 866a092dad01e58986a6e9ecb84ac89037a63e9a * squid-conf-tests no longer run at build time since cd3dc147bf8abc0225237ced865c6660fffcb63a Fix squid-conf-tests to allow running on target device. License change: Update year The version update eliminates the following CVEs: * CVE-2023-5824 (affected: <6.4) * CVE-2023-46724 (affected: >=3.3.0.1, <6.4) * CVE-2023-46728 (affected: <6.0.1) * CVE-2023-46846 (affected: >=2.6, <6.4) * CVE-2023-46847 (affected: >=3.2.0.1, <6.4) * CVE-2023-46848 (affected: >=5.0.3, <6.4) Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-tools: Upgrade to 1.4.0Khem Raj2023-11-291-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: Upgrade to 254Khem Raj2023-11-2934-992/+948
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ptest-packagelists-meta-oe.inc: Move poco to slow testsKhem Raj2023-11-291-1/+1
| | | | | | | poco ptests take 7+ minutes on a kvm accelerated build system so it should actually be part of slow test list Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: upgrade 1.21 -> 1.25alperak2023-11-291-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: Copyright years changed Changelog: * Fix bug when iotop busy loops after pressing ESC key * Change the condition of displaying processes in only mode * Fix a bug with graphs in ASCII mode * Show the status of the configuration in the help window * Support ancient compilers * Revert syscall count stuff * fix empty archlinux package * view_curses: do not force black background * fixed scroller logic * fixed corner case of full scroller * Update README.md * Add regex search * Better checking and error handling in netlink code * More graceful signal handling * Fix bug with a missing check if a process exited * New option to hide exited processes * Add color to % values and option to disable color at all * Implement the suggestion from https://no-color.org * Fix bug with cursor displayed in unusual places Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* icewm: upgrade 2.9.9 -> 3.4.4alperak2023-11-291-1/+1
| | | | | | | Changelog: https://github.com/ice-wm/icewm/blob/3.4.4/NEWS Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* brotli: upgrade 1.0.9 -> 1.1.0alperak2023-11-292-52/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed patch because of fixed in the new version. Changelog: Added * decoder: BrotliDecoderAttachDictionary * decoder: BrotliDecoderOnFinish callback behind BROTLI_REPORTING * decoder: BrotliDecoderSetMetadataCallbacks * encoder: BrotliEncoderPrepareDictionary, * BrotliEncoderDestroyPreparedDictionary, * BrotliEncoderAttachPreparedDictionary * decoder: BrotliEncoderOnFinish callback behind BROTLI_REPORTING * common: BrotliSharedDictionaryCreateInstance, * BrotliSharedDictionaryDestroyInstance, * BrotliSharedDictionaryAttach * CLI: --dictionary option * java: encoder wrapper: Parameters.mode * java: Brotli{Input|Output}Stream.attachDictionary * java: wrapper: partial byte array input * typescript: decoder (transpiled from Java) Removed * build: BROTLI_BUILD_PORTABLE option Fixed * java: JNI decoder failed sometimes on power of 2 payloads Improved * java / js: smaller decoder footprint * decoder: faster decoding * encoder: faster encoding * encoder: smaller stack frames Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fio: revert "fio: upgrade 3.32 -> 2022"Alexander Kanavin2023-11-2934-3626/+44
| | | | | | | This was a bogus update (from AUH I believe) and should be reverted. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* msgpack-cpp: upgrade 4.1.1 -> 6.1.0alperak2023-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: - Remove dependency on boost in chrono.hpp (#1076) - Add support for std::variant behavior (#1075) - Fix msgpack::type::variant behavior to respect MessagePack format (#1071) - Add rebind allocators (#1065) - Change CMake package name of C++ library to msgpack-cxx (#1054) - Unified all C++ package, library, cmake, tarball name become msgpack-cxx. - Change CMake package name of C++ library to msgpackc-cxx (#1045, #1048) - Fix config for new MSVC preprocessor (#1040) - Fix compile error that direct inclusion of chrono with MSGPACK_NO_BOOST (#1038) - Fix noexcept on zone (#1030) - Improve cmake support (#1028, #1032) - Improve CI (#1023) - Improve supporting platform (#1021) - Refine double/float packing (#1018) - Refine include files dependency (#1011) Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* msgpack-c: upgrade 4.0.0 -> 6.0.0alperak2023-11-281-3/+3
| | | | | | | | | | | | | | | - GTest should be OFF by default. -> https://github.com/msgpack/msgpack-c/issues/1066 Changelog: - Remove C++ requirement if test is disabled (#1055) - Change CMake package name of C library to msgpack-c (#1053) - Unified all C package, library, cmake, tarball name become msgpack-c. - Add additional address sanitizer for CI. (#1023) - Change CMake package name of C library to msgpackc (#1044, #1049) Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linuxptp: Update downstream patchesLuca Fancellu2023-11-282-11/+26
| | | | | | | | | Downstream patches for linuxptp are upstreamed on the project development branch, update them with their latest status and update the Upstream-Status. Signed-off-by: Luca Fancellu <luca.fancellu@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tmate: Fix finding msgpack 6+alperak2023-11-282-0/+44
| | | | | Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thingsboard-gateway: upgrade 3.4.2 -> 3.4.3.1Wang Mingyu2023-11-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.5.1 -> 4.6.0Wang Mingyu2023-11-281-1/+1
| | | | | | | | Changelog: New release and Windows installer. Requires the Gensio library to be installed. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 7.2.2 -> 7.2.3Wang Mingyu2023-11-2810-1/+1
| | | | | | | | | | | Changelog: ============= -Fix file descriptor leak preventing deleted files from freeing disk space on replicas -Fix a possible crash after cluster node removal Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-virtualenv: upgrade 20.24.6 -> 20.24.7Wang Mingyu2023-11-281-1/+1
| | | | | | | | | | Changelog: ============ -Allow platformdirs v4 -Bump wheels package Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-types-setuptools: upgrade 68.2.0.1 -> 68.2.0.2Wang Mingyu2023-11-281-1/+1
| | | | | | | | Changelog: Third-party stubs: remove unused type: ignores Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.35.0 -> 1.37.1Wang Mingyu2023-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== -Fix NameError on parse_version with eventlet -build(deps): bump checkouts/data-schemas from 68def1e to e9f7d58 -Move installed modules code to utils -Note: We moved the internal function _get_installed_modules from sentry_sdk.integrations.modules to sentry_sdk.utils. So if you use this function you have to update your imports -Add code locations for metrics -Add query source to DB spans -Send events to Spotlight sidecar -Run integration tests with newest pytest -Bring tests up to date -Fix: Prevent global var from being discarded at shutdown -Fix: Scope transaction source not being updated in scope.span setter -Django: Support Django 5.0 -Django: Handling ASGI body in the right way. -Flask: Test with Flask 3.0 -Celery: Do not create a span when task is triggered by Celery Beat -Redis: Ensure RedisIntegration is disabled, unless redis is installed -Quart: Fix Quart integration for Quart 0.19.4 -gRPC: Make async gRPC less noisy Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-xdist: upgrade 3.4.0 -> 3.5.0Wang Mingyu2023-11-281-1/+1
| | | | | | | | | Changelog: ============ #632: --dist=loadscope now sorts scopes by number of tests to assign largest scopes early Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.4.178 -> 2.4.179Wang Mingyu2023-11-281-1/+1
| | | | | | | | | | | | | Changelog: =========== - Bump deps. - [misp-objects] Bumped latest version. - Eml and msg are in sync again. - Update calls to getStringStream to the public method. - Avoid confusing error when an auth key is limited to an IP. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: upgrade 2.5.1 -> 2.5.2Wang Mingyu2023-11-281-1/+1
| | | | | | | | | | | | | | Changelog: ========== -uprev pydantic-core to 2.14.5 -Add ConfigDict.ser_json_inf_nan -Fix validation of Literal from JSON keys when used as dict key -Fix bug re custom_init on members of Union -Fix JsonValue bool serialization -Fix handling of unhashable inputs with Literal in Unions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: upgrade 13.0.7 -> 13.0.8Wang Mingyu2023-11-281-1/+1
| | | | | | | | Changelog: Change BBC Sounds app_id Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pexpect: upgrade 4.8.0 -> 4.9.0Wang Mingyu2023-11-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== -Add support for Python 3.12 -Clean up temporary files after UnicodeTests -Add Python 3.5, 3.6 and 3.12.0-rc.1 to test matrix -Set prompt correctly for zsh -Add zsh convenience function to replwrap module -Rework async unittests to rely on unittest.IsolatedAsyncioTestCase -Make test_expect.py work on POSIX systems that are not Linux based -Add support for socket, which allows sockets to be used crossplatform -Update async to work on newer versions of python -Remove deprecated RSAAuthentication option (SSHv1) -Multiple CI fixes -Use Github Actions for CI -Remove pytest-capturelog from testing requirements -Fix usage for Solaris -Fix threading for new versions of python -Fix documentation builds for use with Sphinx 3 -Use sys.executable for tests and wrapper, allowing the calling python executable to be used instead -Update documentation about Wexpect -Added project urls to setup.py -Provide examples for how to use Pexpect and Pyte -Coerce compiled regex patterns type according to spawn encoding -Several doc updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm: upgrade 2.10.3 -> 2.10.4Wang Mingyu2023-11-281-1/+1
| | | | | | | | | | | | Changelog: ============ -Do not detect as requirements.txt if the file is a python script. -Provide information of the original line when parsing requirement fails. -Resolve -r requirements paths relative to the requirement file they are specified -Updating package now overwrites the old files instead of removing before installing. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mypy: upgrade 1.7.0 -> 1.7.1Wang Mingyu2023-11-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: upgrade 8.17.2 -> 8.18.0Wang Mingyu2023-11-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-humanize: upgrade 4.8.0 -> 4.9.0Wang Mingyu2023-11-281-1/+1
| | | | | | | | | | | | | | | Changelog: =========== -Add support for Python 3.13 -Add Norwegian localization -Add Hebrew localization -Add Klingon translation -Replace Flake8 with Ruff -Fix DeprecationWarning: Plural value must be an integer, got float -Remove useless shebangs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus-fast: upgrade 2.14.0 -> 2.15.0Wang Mingyu2023-11-281-1/+1
| | | | | | | | Changelog: Make ErrorType enums compare as strings Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitstring: upgrade 4.1.2 -> 4.1.3Wang Mingyu2023-11-281-1/+1
| | | | | | | | | | | Changelog: =========== -Removed a couple of files that accidentally got included in the previous release. -The 8-bit float formats have been renamed 'e4m3float' and 'e5m2float'. -Some refactoring and performance optimizations. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: upgrade 3.9.0 -> 3.9.1Wang Mingyu2023-11-281-1/+1
| | | | | | | | | | | | | Changelog: =========== -Fixed importing aiohttp under PyPy on Windows. -Fixed async concurrency safety in websocket compressor. -Fixed ClientResponse.close() releasing the connection instead of closing. -Fixed a regression where connection may get closed during upgrade. -Fixed messages being reported as upgraded without an Upgrade header in Python parser. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>