aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-09-17memtester: upgrade 4.3.0 -> 4.4.0Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-16byacc: upgrade 20200330 -> 20200910Zang Ruochen
Refresh the following patch: 0001-byacc-do-not-reorder-CC-and-CFLAGS.patch Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-16tbb: upgrade 2020.2 -> 2020.3Naveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-16st: Use update alternativesKhem Raj
These files are also provided by ncurses so learn to co-habit Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-16libhugetlbfs: revert one commit from 2.23 to work around build error on armMartin Jansa
* works around ERROR: libhugetlbfs-1_2.23-r0 do_populate_sysroot: Fatal errors occurred in subprocesses: Command '['arm-oe-linux-gnueabi-strip', '--remove-section=.comment', '--remove-section=.note', 'libhugetlbfs/1_2.23-r0/sysroot-destdir/usr/lib/libhugetlbfs/tests/obj32/linkhuge_rw']' returned non-zero exit status 1. Subprocess output:arm-oe-linux-gnueabi-strip: libhugetlbfs/1_2.23-r0/sysroot-destdir/usr/lib/libhugetlbfs/tests/obj32/stmuFa58: error: PHDR segment not covered by LOAD segment arm-oe-linux-gnueabi-strip: libhugetlbfs/1_2.23-r0/sysroot-destdir/usr/lib/libhugetlbfs/tests/obj32/stmuFa58[.interp]: file format not recognized Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-16jasper: use correct homepageMichael Vetter
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-16python3-test-generator: Enable ptestZang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-16python3-msk: Upgrade 0.3.15 -> 0.3.16Leon Anavi
Upgrade to release 0.3.16: - Ensure local HEAD matches remote during upgrade - Remove typing dependency - only required for Python <= 3.4 - Include license file in sdist package - Add default icon and color during Skill creation - Improved category selection and display - Improve PyPI listing info Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-16python3-ruamel-yaml: Upgrade 0.16.11 -> 0.16.12Leon Anavi
Upgrade to release 0.16.12: - update links in doc Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-16python3-pyrsistent: Upgrade 0.16.0 -> 0.17.3Leon Anavi
Upgrade 0.17.3: - Remove Python 2 support code. This includes dropping some compatibility code and the dependency on six. - Python 3 exception chaining. This is a minor backwards incompatibility, hence stepping to 0.17.0. - Restrict package to Python >= 3.5 to not break unpinned Python 2 dependencies. - Release v0.17.3 with proper meta data requiring Python >= 3.5. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-16python3-pychromecast: Upgrade 7.2.1 -> 7.3.0Leon Anavi
Upgrade to release 7.3.0: - add support for QUEUE_INSERT - Run black and flake8 on examples - Fix get_chromecasts non blocking mode - Black 20.8b1 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-16python3-matplotlib: Upgrade 3.3.1 -> 3.3.2Leon Anavi
Upgrade to release 3.3.2: - fix Axis scale on twinned Axes - fix auto-close of Figures in nbagg - fix automatic title placement if Axes is off the Figure - fix autoranging of log scales with barstacked histogram - fix extra redraws when using Button or TextBox widgets - fix imshow with LogNorm and large vmin/vmax ranges - fix plotting Pandas DataFrame with string MultiIndex - fix scatter with marker='' - fix scatter3d color/linewidth re-projection - fix state of mode buttons in TkAgg backends - include license files in built distribution - reduce Visual C++ runtime requirements on Windows Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-16python3-stevedore: Upgrade 3.2.1 -> 3.2.2Leon Anavi
Upgrade to release 3.2.2: - fix supported python versions in documentation Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-16python3-pymisp: Upgrade 2.4.130 -> 2.4.131Leon Anavi
Upgrade to release 2.4.131: - [test] Validate tag removal. - [describeTypes] updated and sha3 added. - Bump version, file template version objects and dependencies. - Rename blacklist -> blocklist. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-16python3-nocaselist: Upgrade 1.0.1 -> 1.0.2Leon Anavi
Upgrade to release 1.0.2: - Fixed an AttributeError during unpickling. - Optimized pickling a NocaseList object by serializing only the original list, but not the second lower-cased list. This optimization is only implemented for Python 3. - Added tests for pickling and unpickling. - Suppressed new Pylint issue 'super-with-arguments', because this package still supports Python 2.7. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-16python3-attrs: Upgrade 20.1.0 -> 20.2.0Leon Anavi
Upgrade to release 20.2.0: - Backward-incompatible: attr.define(), attr.frozen(), attr.mutable(), and attr.field() remain provisional. - attr.define() et al now correct detect __eq__ and __ne__. - attr.define() et al's hybrid behavior now also works correctly when arguments are passed. - It's possible to define custom __setattr__ methods on slotted classes again. - In 20.1.0 we introduced the inherited attribute on the attr.Attribute class to differentiate attributes that have been inherited and those that have been defined directly on the class.It has shown to be problematic to involve that attribute when comparing instances of attr.Attribute though, because when sub-classing, attributes from base classes are suddenly not equal to themselves in a super class. Therefore the inherited attribute will now be ignored when hashing and comparing instances of attr.Attribute. - zope.interface is now a "soft dependency" when running the test suite; if zope.interface is not installed when running the test suite, the interface-related tests will be automatically skipped. - The ergonomics of creating frozen classes using @define(frozen=True) and sub-classing frozen classes has been improved: you don't have to set on_setattr=None anymore. #687 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-16python3-sentry-sdk: Upgrade 0.17.3 -> 0.17.5Leon Anavi
Upgrade to release 0.17.5: - Work around an issue in the Python stdlib that makes the entire process deadlock during garbage collection if events are sent from a __del__ implementation. - Add possibility to wrap ASGI application twice in middleware to enable split up of request scope data and exception catching. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-16python3-google-api-python-client: Upgrade 1.11.0 -> 1.12.1Leon Anavi
Upgrade to release 1.12.1: - deps: require six>=1.13.0 - add quota_project, credentials_file, and scopes support - convert print statement to function - remove http from batch execute docs Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-16python3-cffi: Upgrade 1.14.2 -> 1.14.3Leon Anavi
Upgrade to release 1.14.3: - Don't call PyEval_InitThreads() on CPython >= 3.7, where it should always be a no-op. It is explicitly deprecated in 3.9. - Let the test run directly on pypy too - Remove extremely old and outdated .gitignore Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15rsyslog: fix wrong option of PACKAGECONFIG[valgrind]Haiqing Bai
The source configure.ac shows: --enable-valgrind: Enable somes special code that rsyslog core developers consider useful for testing.Do NOT use if you don't exactly know what you are doing, except if told so by rsyslog developers. NOT to be used by distro maintainers for building regular packages. --without-valgrind-testbench: Don't use valgrind in testbench PACKAGECONFIG[valgrind] should use '--without-valgrind-testbench' And after this fix, the code which removes the valgrind depended ptest cases for arm,mips is no longer needed. Signed-off-by: Haiqing Bai <Haiqing.Bai@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15tesseract: update to 4.1.1Oleksandr Kravchuk
License-Update: file that mentioned licencing information was replaced with an actual license file Add patch to fix build with musl Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15mongodb: Fix i386 builds for non-glibc systemsKhem Raj
stacktrace depends on internal glibc defines which may not be available for other libc implementations e.g. __ELF_NATIVE_CLASS Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15mongodb: Fix libunwind build with -fno-commonKhem Raj
Backport a patch for libunwind to fix build with gcc10 Fixes unwind/dist/src/x86_64/Ginit.c:52: multiple definition of `_U_dyn_info_list' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15mongodb: Pass OBJCOPY to scons so it does not use it from hostKhem Raj
Fixes objcopy: Unable to recognise the format of the input file `build/opt/mongo/mongos' Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Vincent Prince <vincent.prince.fr@gmail.com.com>
2020-09-15mongodb: bump to r4.4.1 versionVincent Prince
Signed-off-by: Vincent Prince <vincent.prince.external@saftbatteries.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-parse: Upgrade 1.17.0 -> 1.18.0Leon Anavi
Upgrade to release 1.18.0: - Correct bug in int parsing introduced in 1.16.0 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-pint: Upgrade 0.15 -> 0.16Leon Anavi
Upgrade to release 0.16: - Fixed issue where performing an operation of a Quantity with certain units would perform an in-place unit conversion that modified the operand in addition to the returned value - Implements Logarithmic Units like dBm, dB or decade - Drop dependency on setuptools pkg_resources to read package resources, using std lib importlib.resources instead. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-pandas: Upgrade 1.1.1 -> 1.1.2Leon Anavi
Upgrade to release 1.1.2: - Regression in DatetimeIndex.intersection() incorrectly raising AssertionError when intersecting against a list - Fix regression in updating a column inplace - Fix regression in DataFrame.append() mixing tz-aware and tz-naive datetime columns - Performance regression for RangeIndex.format() - Regression where MultiIndex.get_loc() would return a slice spanning the full index when passed an empty list - Bug in DataFrame.eval() with object dtype column binary operations - Bug in Series constructor raising a TypeError when constructing sparse datetime64 dtypes - Bug in DataFrame.apply() with result_type="reduce" returning with incorrect index - Bug in Series.astype() and DataFrame.astype() not respecting the errors argument when set to "ignore" for extension dtypes - Bug in DateTimeIndex.format() and PeriodIndex.format() with name=True setting the first item to "None" where it should be "" - Other bug fixes Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-pyusb: Upgrade 1.0.2 -> 1.1.0Leon Anavi
Upgrade to release 1.1.0: - Make deploy script compatible with setuptools_scm and add prompts - tutorial: fix the description of the return of find(find_all=True) - Fix broken link in tutorial to libusb caveats - Use setuptools_scm for versioning - simplify version_info regex - Bug fixes License-Update: Normalize all copyright disclaimers, update year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-pyroute2: Upgrade 0.5.13 -> 0.5.14Leon Anavi
Upgrade to release 0.5.14: - iproute: ip neigh get - iproute: link_lookup fix - nftables: missing hooks - netns: bug fix Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-nocasedict: Upgrade 0.5.0 -> 1.0.0Leon Anavi
Upgrade to release 1.0.0 with the following bug fixes: - Test: Fixed that the reversed test against the built-in dict was attempted on Python 3.7, but the built-in dict became reversible only in Python 3.8. - Test: Fixed issue on pypy2 (Python 2.7) where the testcases for update() passed keyword arguments that had integer-typed argument names. That is supported by CPython 2.7 when passing them as a kwargs dict, but not by pypy2. Removed these testcases, because the support for that feature in CPython 2.7 is not part of the Python language. - Docs: Fixed missing Python 2 only methods in RTD docs - Pylint: Accomodated new ‘raise-missing-from’ check in Pylint 2.6.0. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-alembic: Upgrade 1.4.2 -> 1.4.3Leon Anavi
Upgrade to release 1.4.3: - Added support to drop named CHECK constraints that are specified as part of a column, rather than table wide. Previously, only constraints associated with the table were considered. - Fixed issue where the MySQL dialect would not correctly render the server default of a column in an alter operation, if the operation were programmatically generated from an autogenerate pass as it would not accommodate for the full structure of the DefaultClause construct. - Fixed issue where the CAST applied to a JSON column when copying a SQLite table during batch mode would cause the data to be lost, as SQLite's CAST with JSON appears to convert the data to the value "0". The CAST is now skipped in a dialect-specific manner, including for JSON columns on SQLite. - The alembic current command no longer creates an alembic_version table in the database if one does not exist already, returning no version as the current version. This allows checking for migrations in parallel without introducing race conditions. - Fixed issue where columns in a foreign-key referenced table would be replaced with null-type columns during a batch operation; while this did not generally have any side effects, it could theoretically impact a batch operation that also targets that table directly and also would interfere with future changes to the .append_column() method to disallow implicit replacement of columns. - Fixed issue where the mssql_drop_foreign_key=True flag on op.drop_column would lead to incorrect syntax error due to a typo in the SQL emitted, same typo was present in the test as well so it was not detected. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-pymysql: Upgrade 0.10.0 -> 0.10.1Leon Anavi
Upgrade to release 0.10.1: - Fix missing import of ProgrammingError. - Fix auth switch request handling. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-haversine: Upgrade 2.2.0 -> 2.3.0Leon Anavi
Upgrade to release 2.3.0: - Added the comb parameter for haversine_vector Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-diskcache: Upgrade 5.0.2 -> 5.0.3Leon Anavi
Upgrade to release 5.0.3: - Add python_requires kwarg to setup Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-coverage: Upgrade 5.2.1 -> 5.3Leon Anavi
Upgrade to release 5.3: - The source setting has always been interpreted as either a file path or a module, depending on which existed. If both interpretations were valid, it was assumed to be a file path. The new source_pkgs setting can be used to name a package to disambiguate this case. - If a plugin was disabled due to an exception, we used to still try to record its information, causing an exception. This is now fixed. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-isort: Upgrade 5.5.0 -> 5.5.2Leon Anavi
Upgrade to release 5.5.2: - Fixed: --diff option is ignored when input is from stdin. - Fixed: Ensure indented import sections with import heading and a preceding comment don't cause import sorting loops. - Fixed: isort error when float to top on almost empty file. - Fixed: noqa comment moved to where flake8 cant see it. - Fixed: .svn missing from default ignore list. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-tqdm: Upgrade 4.48.2 -> 4.49.0Leon Anavi
Upgrade to release 4.49.0: - CLI: add --tee - CLI: add --update and --update_to - CLI: add --null - CLI: accept - instead of _ in options (e.g. --update-to) - make update() return True on display to ease efficient use of custom callbacks - fix py>=3 CLI --delim encoding error - fix py>=3.5 version detection in tqdm.auto - fix final ETA when using initial - update documentation - add & update tests Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-trafaret: Upgrade 2.0.2 -> 2.1.0Leon Anavi
Upgrade to release 2.1.0: - fix for `Dict` merge - new `is_valid` method Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-ujson: Upgrade 3.1.0 -> 3.2.0Leon Anavi
Upgrade to release 3.2.0: - Make PEP 384 compliant - Build and deploy aarch64 wheels Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-dbus-next: Upgrade 0.1.3 -> 0.1.4Leon Anavi
Upgrade to release 0.1.4: - Support tcp transport addresses - Add support for the annonymous authentication protocol - Add flags kwarg to aio high level client method call - Allow subclassing of DBusError - Fix exception in aio message handler loop on task cancellation - Improve error messages - Fix match rule memory leak bug - Don't add match rules for high level client by default - Add empty properties interface to standard interfaces Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-iso8601: Upgrade 0.1.12 -> 0.1.13Leon Anavi
Upgrade to release 0.1.13: - Move project source code to GitHub - Remove python 2.6, 3.2, 3.3 and 3.4 from tests - Add python 3.7 and 3.8 to tests Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-texttable: Upgrade 1.6.2 -> 1.6.3Leon Anavi
Upgrade to release 1.6.3: - Improve int conversion License-Update: Update copyright year to 2020. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-traitlets: Upgrade 5.0.3 -> 5.0.4Leon Anavi
Upgrade to release 5.0.4: - Support deprecated use of byte-literals for bytes on the command-line: ipython kernel --Session.key="b'abc'". The b prefix is no longer needed in traitlets 5.0, but is supported for backward-compatibility - Improve output of configuration errors, especially when help output would make it hard to find the helpful error message Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-hyperframe: Upgrade 5.2.0 -> 6.0.0Leon Anavi
Upgrade to release 6.0.0: API Changes (Backward-incompatible): - Introduce HyperframeError base exception class for all errors raised within hyperframe. - Change exception base class of UnknownFrameError to HyperframeError - Change exception base class of InvalidPaddingError to HyperframeError - Change exception base class of InvalidFrameError to HyperframeError - Invalid frames with wrong stream id (zero vs. non-zero) now raise InvalidDataError. - Invalid SETTINGS frames (non-empty but ACK) now raise InvalidDataError. - Invalid ALTSVC frames with non-bytestring field or origin now raise InvalidDataError. API Changes (Backward-compatible) - Deprecate total_padding - use pad_length instead. - Improve repr() output for all frame classes. - Introduce Frame.explain(data) for quick introspection of raw data. Bugfixes - Fixed padding parsing for PushPromiseFrame. - Fixed unchecked frame length for PriorityFrame. It now correctly raises InvalidFrameError. - Fixed promised stream id validation for PushPromiseFrame. It now raises InvalidDataError. - Fixed unchecked frame length for WindowUpdateFrame. It now correctly raises InvalidFrameError. - Fixed window increment value range validation. It now raises InvalidDataError. - Fixed parsing of SettingsFrame with mutual exclusion of ACK flag and payload. Other Changes - Removed support for Python 2.7, 3.4, 3.5, pypy. - Added support for Python 3.8. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15luajit: advance SRCREV to fix two CVE'sSlater, Joseph
Fix CVE-2020-15890 and CVE-2020-24372. Also change PV format because the reference to 2.1.0-beta3 was already far behind the SRCREV. Now, base PV on a tag and date of SRCREV commit if it is later. Sort order is 2.1.0~beta3 -> 2.1.0~beta-yymmdd -> 2.1.0 -> 2.1.0-yymmdd. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15python3-django: add recipe for 3.1.1Trevor Gamblin
meta-python only contains a recipe for django 2.2.x, so add a recipe file for the newest branch. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-13consolation: Add recipeRobert Joslyn
Consolation is a daemon that provide copy-paste and scrolling support to the Linux console. It is based on the libinput library and supports all pointer devices and settings provided by this library, Similar software include gpm and jamd. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-12htop: Update to 3.0.1Robert Joslyn
Remove patches that are no longer needed. Upstream development has moved to GitHub and homepage has moved. License remains GPLv2, but file changed due to whitespace removal. The --enable-proc setting was removed, so remove the PACKAGECONFIG. The config.h file does not exist in the repo, so it's no longer necessary to remove it before configure. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-12postgresql: Update to 12.4Robert Joslyn
createlang, droplang, and the tsearch2 module were all removed in the 10.0 release. More details are in the release notes: https://www.postgresql.org/docs/10/release-10.html Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>