aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-08-31anbox: Add recipekraj/anboxKhem Raj
anbox lets run android in a box on linux Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31properties-cpp: Add recipeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31XXX: Add DRONE CI supportKhem Raj
Add drone build Badge Add .drone.yml for drone CI support Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31python3-sentry-sdk: Upgrade 0.17.0 -> 0.17.1Leon Anavi
Upgrade to release 0.17.1: - Fix timezone bugs in AWS Lambda integration. - Fix crash on GCP integration because of missing parameter timeout_warning. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31python3-hpack: Upgrade 3.0.0 -> 4.0.0Leon Anavi
Upgrade to release 4.0.0: - Remove support for Python 2.7, 3.4 and 3.5. - Add support for Python 3.8. - Performance improvement of static header search. Use dict search instead of linear search. - Fix debug output of headers during encoding. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31python3-hpack: Consolidate in a single fileLeon Anavi
Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31python3-ipython: Upgrade 7.17.0 -> 7.18.1Leon Anavi
Upgrade to release 7.18.1: - CRLF is now handled by magics my default; solving some issues due to copy pasting on windows. - Requiring pexpect >=4.3 as we are Python 3.7+ only and earlier version of pexpect will be incompatible. - Minimum jedi version is now 0.16. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31python3-more-itertools: Upgrade 8.4.0 -> 8.5.0Leon Anavi
Upgrade to release 8.5.0: - Add :func:`windowed_complete` - The :func:`is_sorted` implementation was improved - The :func:`groupby_transform` now accepts a reducefunc parameter - The :func:`last` implementation was improved - Various documentation fixes - The tests for :func:`distinct_combinations` were improved - Automated tests now run on GitHub Actions Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31python3-prompt-toolkit: Upgrade 3.0.6 -> 3.0.7Leon Anavi
Upgrade to release 3.0.7: - New "placeholder" parameter added to `PromptSession`. - The "respond to CPR" logic has been moved from the `Input` to `Output` classes (this does clean up some code). - Bugfix in shift-selection key bindings. - Fix hight calculation of `FormattedTextControl` when line wrapping is turned on. - Fixes for SSH server: * Missing encoding property * Fix failure in "set_line_mode" call * Handle `BrokenPipeError` Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31python3-parse: Upgrade 1.16.0 -> 1.17.0Leon Anavi
Upgrade to release 1.17.0: - Make left- and center-aligned search consume up to next space Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31python3-paramiko: Upgrade 2.7.1 - 2.7.2Leon Anavi
Upgrade to release 2.7.2: - [Bug]: Fix incorrectly swapped order of p and q numbers when loading OpenSSH-format RSA private keys. At minimum this should address a slowdown when using such keys, and it also means Paramiko works with Cryptography 3.1 and above (which complains strenuously when this problem appears). - [Bug]: Fix incorrect string formatting causing unhelpful error message annotation when using Kerberos/GSSAPI. - [Support]: Remove leading whitespace from OpenSSH RSA test suite static key fixture, to conform better to spec. - [Support]: Add missing test suite fixtures directory to MANIFEST.in, reinstating the ability to run Paramiko’s tests from an sdist tarball. - [Support]: Update our CI to catch issues with sdist generation, installation and testing. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31python3-sh: Upgrade 1.13.1 -> 1.14.0Leon Anavi
Upgrade to release 1.14.0: - _env now more lenient in accepting dictionary-like objects - None and False arguments now do not pass through to underlying command - Implemented find_spec on the fancy importer, which fixes some Python3.4+ issues Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31python3-cmd2: Upgrade 1.3.5 -> 1.3.8Leon Anavi
Upgrade to release 1.3.8: - Fixed issue where subcommand added with @as_subcommand_to decorator did not display help when called with -h/--help. - add_help=False no longer has to be passed to parsers used in @as_subcommand_to decorator. Only pass this if your subcommand should not have the -h/--help help option (as stated in argparse documentation). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31python3-flask-user: Consolidate in a single fileLeon Anavi
Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31python3-google-api-python-client: Upgrade 1.10.1 -> 1.11.0Leon Anavi
Upgrade to release 1.11.0: - Add support for mtls env variables Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31python3-cryptography-vectors: Upgrade 3.0 -> 3.1Leon Anavi
Upgrade to release 3.1: - BACKWARDS INCOMPATIBLE: Removed support for idna based :term:`U-label` parsing in various X.509 classes. This support was originally deprecated in version 2.1 and moved to an extra in 2.5. - Deprecated OpenSSL 1.0.2 support. OpenSSL 1.0.2 is no longer supported by the OpenSSL project. The next version of cryptography will drop support for it. - Deprecated support for Python 3.5. This version sees very little use and will be removed in the next release. - backend arguments to functions are no longer required and the default backend will automatically be selected if no backend is provided. - Added initial support for parsing certificates from PKCS7 files - Calling update or update_into on :class:`~cryptography.hazmat.primitives.ciphers.CipherContext` with data longer than 231 bytes no longer raises an OverflowError. This also resolves the same issue in :doc:`/fernet`. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31python3-luma-core: Upgrade 1.15.0 -> 1.16.0Leon Anavi
Upgrade to release 1.16.0: - Embedded font parallel device (for upcoming HD44780, Winstar character devices) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31python3-ecdsa: Upgrade 0.15 -> 0.16.0Leon Anavi
Upgrade to release 0.16.0: - Support for reading and writing private keys in PKCS#8 format. - to_pem and to_der now accept new parameter, format, to specify the format of the encoded files, either the dafault, legacy "ssleay", or the new pkcs8 to use PKCS#8. Note that only unencrypted PKCS#8 files are supported - Add allow_truncate to verify in VerifyingKey, it defaults to True, when specified as False, use of large hashes smaller than curves will be disallowed (as it was in 0.14.1 and earlier) - Correctly calculate signatures for private keys equal to n-1 - Make PointJacobi and thus SigningKey and VerifyingKey pickleable - to_pem functions return bytes not str, document them as such - from_pem and from_pem in SigningKey returns SigningKey, document them as such - Ensure that version checks will work with Python 4. - Format the source with black. - Fix uses of assert_ in test suite. - Use newer Ubuntu in Travis to test against OpenSSL 1.1.1 (and thus test the interoperability of ECDH code in Travis). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31python3-texttable: add recipeHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31php: Upgrade 7.4.4 -> 7.4.9Leon Anavi
Upgrade to release 7.4.9: - Fixed: Upgrade apache2handler's php_apache_sapi_get_request_time to return usec - Fixed: BSTR to PHP string conversion not binary safe - Fixed: DCOM does not work with Username, Password parameter - Fixed: serialize() and unserialize() methods can not be called statically - Fixed: Segfault in php_str_replace_common - Fixed: Assertion failure if dumping closure with unresolved static variable - Fixed: Assertion failure when assigning property of string offset by reference - Fixed: HT iterators not removed if empty array is destroyed - Fixed: Changing array during undef index RW error segfaults - Fixed: Use after free if changing array during undef var during array write fetch - Fixed: Use after free if string used in undefined index warning is changed - Fixed: Public non-static property in child should take priority over private static - Fixed: getimagesize function silently truncates after a null byte - Fixed: finfo_file crash (FILEINFO_MIME) - Fixed: ftp_size on large files - Fixed: mb_strimwidth does not trim string - Fixed: Use of freed hash key in the phar_parse_zipfile function - Fixed: ::getStaticProperties() ignores property modifications - Fixed: ::getStaticPropertyValue() throws on protected props - Fixed: Use after free when type duplicated into ReflectionProperty gets resolved - Fixed: Can't copy() large 'data://' with open_basedir - Fixed: dns_check_record() always return true on Alpine - Fixed: array_walk() does not respect property types Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31net-snmp: upgrade 5.8 -> 5.9Ovidiu Panait
Upgrade net-snmp 5.8 -> 5.9: * refresh patches * drop backports: https://github.com/net-snmp/net-snmp/commit/5f881d3bf24599b90d67a45cae7a3eb099cd71c9 https://github.com/net-snmp/net-snmp/commit/6e1329bde834e0edcfadb88d3c05e6015e945638 https://github.com/net-snmp/net-snmp/commit/abdcb6af8df352a257a7092c1649471af1e4e97b https://github.com/net-snmp/net-snmp/commit/21260fdd60c172839f997fb6f888a6e21c6825eb Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31sharutils: Use update alternatives for uudecode/uuencodeKhem Raj
This can then live with toybox Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31imagemagick: Create symlinks for magick-scriptKhem Raj
This link was missed out Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31uml-utilities: Use update alternatives for tunctlKhem Raj
This can then live along with toybox Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31lmbench: Use update alternatives for streamKhem Raj
stream is also provided by imagemagick as an alternative Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31paho-mqtt-c: upgrade 1.3.4 -> 1.3.5Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31iperf3: upgrade 3.7 -> 3.9Zang Ruochen
-License-Update: Copyright year updated to 2020. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31fio: upgrade 3.21 -> 3.22Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31hexedit: Define update alternativesKhem Raj
hexedit can also be provided by toybox Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31sblim-sfcb: Fix target postinstKhem Raj
Separate out target specific postintalls into pkg_postinst_ontarget_PN Fixes /mnt/b/yoe/master/build/tmp/work/qemuarm64-yoe-linux/meta-oe-ptest-image/1.0-r0/rootfs//var/lib/opkg/info/sblim-sfcb.postinst: line 6: /usr/share/sfcb/genSslCert.sh: No such file or directory Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31mutter: Add a comment to remove pipewire-0.2 dependency with 3.36Khem Raj
This will serve as a reminder when this recipe is upgraded to 3.36+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31ttf-liberation-sans-narrow: Do not install normal liberation fontsKhem Raj
They are provided by ttf-liberation recipe, this avoids install time conflicts Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31libusbgx: Use update-alternativesKhem Raj
gadget-acm-ecm show-gadgets are also provided by older libusbg recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31canutils: Use update-alternativesKhem Raj
canutils provides applications which conflict with can-utils recipe. update-alternatives helps fix this when both are installed Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31mime-support: Use update-alternativesKhem Raj
mime.types is also provided by mailcap so use update-alternatives to install is policy when both are added into image Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31packagegroup-meta-oe: Overhaul so it can build meta-oe-imageKhem Raj
Ensure that newly added recipes are added Organise the packages per direcories introduce packagegroup for fortran packages Add missing packagegroup for printing packages Document the packages which can not be included in these packahge groups Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31python3-flask-sqlalchemy: Upgrade 2.4.1 -> 2.4.4Leon Anavi
Upgrade to release 2.4.4: - Change base class of meta mixins to type. This fixes an issue caused by a regression in CPython 3.8.4. - Deprecate SQLALCHEMY_COMMIT_ON_TEARDOWN as it can cause various design issues that are difficult to debug. Call db.session.commit() directly instead. - Fix bad pagination when records are de-duped. 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-08-31python3-flask-sqlalchemy: Consolidate in a single fileLeon Anavi
Consolidate inc and bb files into a single bb file. 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-08-31python3-flask-restful: Upgrade 0.3.7 -> 0.3.8Leon Anavi
Upgrade to release 0.3.8: - Add Python 3.8 support - Fix wrongly parsed Decimal fields - Fix overridden response when calling abort with Response - Various small fixes and updates to 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-08-31python3-flask-restful: Consolidate in a single fileLeon Anavi
Consolidate inc and bb files into a single bb file. 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-08-31python3-flask-migrate: Upgrade 2.5.2 -> 2.5.3Leon Anavi
Upgrade to release 2.5.3: - Allow Path objects to be used as directory parameter - Use same database URLs as Flask-SQLAlchemy - Document how to set up with init_app method - Document how to include a message in initial migrate - Remove checks for alembic 0.7.0. Flask-Migrate requires alembic >= 0.7 in its setup.py file, which makes all the checks for this version obsolete. - Use sys.executable in tests, also re-order imports - Cosmetic improvements to help messages 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-08-31python3-flask-migrate: Consolidate in a single fileLeon Anavi
Consolidate inc and bb files into a single bb file. 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-08-31python3-flask-babel: Upgrade 1.0.0 -> 2.0.0Leon Anavi
Upgrade to release 2.0.0: - Drop Python2 support - Tests moved from unittest to pytest - Domain and caching support from Flask-BabelEx - Documentation moved from python-hosted to Github Pages. - CI moved from Travisci to Github Actions - Small documentation improvements. - Removed uncessary checks on get_translations() - localeselector and timezoneselector can be changed after creation. 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-08-31python3-ntplib: Upgrade 0.3.3 -> 0.3.4Leon Anavi
Upgrade to release 0.3.4: - Use setuptools - update URL Use source from the GitHub repository instead of pypi because appropriate archive for this release is not available at pypi.org. 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-08-31python3-twitter: Upgrade 3.8.0 -> 3.9.0Leon Anavi
Upgrade tweepy to release 3.9.0: - Add API.create_media_metadata - Update allowed parameters for API.update_status - Add allowed parameters to API.get_status - Add allowed parameters to API.statuses_lookup - Improve API.lookup_users - Improve and optimize API.statuses_lookup, API.create_media_metadata, API.update_status - Add reverse as allowed parameter for API.lists_all - Add count as allowed parameter for API.lists_memberships - Add count as allowed parameter for API.lists_subscriptions - Add include_entities as allowed parameter for API.list_timeline - Add allowed parameters to API.list_subscribers - Add support for Python 3.8 - Update and improve setup.py - Use requests socks extra instead of requiring PySocks directly - Allow uploading of images with file names without extensions - Support uploading WebP images - Add missing attributes to Relationship model - Update max allowed size for uploaded GIFs - Add _json attribute to DirectMessage model - Update and improve tests - Add documentation for extended Tweets - Document API.lookup_users - Add documentation for running tests - Add Korean translation of documentation - Add Polish translation of documentation - Document API.lookup_friendships - Update and improve various documentation - Fix handling of invalid credentials for API.verify_credentials - Handle boolean value for API.verify_credentials include_email parameter - Allow Cursor to be used with API.list_direct_messages by adding DMCursorIterator License-Update: Use the exact line from PKG-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-08-31python3-cryptography: Upgrade 3.0 -> 3.1Leon Anavi
Upgrade to release 3.1: - BACKWARDS INCOMPATIBLE: Removed support for idna based :term:`U-label` parsing in various X.509 classes. This support was originally deprecated in version 2.1 and moved to an extra in 2.5. - Deprecated OpenSSL 1.0.2 support. OpenSSL 1.0.2 is no longer supported by the OpenSSL project. The next version of cryptography will drop support for it. - Deprecated support for Python 3.5. This version sees very little use and will be removed in the next release. - backend arguments to functions are no longer required and the default backend will automatically be selected if no backend is provided. - Added initial support for parsing certificates from PKCS7 files - Calling update or update_into on :class:`~cryptography.hazmat.primitives.ciphers.CipherContext` with data longer than 231 bytes no longer raises an OverflowError. This also resolves the same issue in :doc:`/fernet`. 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-08-31python3-google-api-python-client: Upgrade 1.10.0 -> 1.10.1Leon Anavi
Upgrade to release 1.10.1: - Bug fix: discovery uses V2 when version is None - Fix deprecation warnings due to invalid escape sequences - Fix link to service accounts documentation - Update generated 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-08-31python3-flask-socketio: Upgrade 4.2.1 -> 4.3.1Leon Anavi
Upgrade to release 4.3.1: - Fix is_connected in test client - Handle callbacks for emits outside of request context - Improve test client unit test to use two concurrent clients - Accept skip_sid argument in emit - Fix is_connected() method in test client - Log warning when gevent is used but WebSocket is missing - More accurate logging 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-08-30dlt-daemon: superseed upstream pr #238 patch with pr #245 due to unexpected ↵Gianfranco Costamagna
behaviour Upstream commented to use the second one Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-30wvdial: Update SRC_URI to an accessible locationKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>