summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyconnman: Consolidate in a single fileLeon Anavi2020-07-102-15/+10
| | | | | | | | 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>
* python3-luma-oled: Upgrade 3.4.0 -> 3.5.0Leon Anavi2020-07-101-2/+2
| | | | | | | | | | Upgrade to release 3.5.0: - Drop support for Python 2.7, only 3.5 or newer is supported now 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>
* python3-tinyrecord: Upgrade 0.1.5 -> 0.2.0Leon Anavi2020-07-101-3/+3
| | | | | | | | | | | | | | Upgrade 0.2.0: - Add LICENSE and MANIFEST.in - Pin tinydb<4 - Drop support for EOL Python 2.7, 3.3 and 3.4 Use LICENSE for LIC_FILES_CHKSUM. 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>
* python3-humanize: Upgrade 2.4.1 -> 2.5.0Leon Anavi2020-07-101-2/+2
| | | | | | | | | | Upgrade to release 2.5.0: - Add pt_PT locale 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>
* python3-imageio: Upgrade 2.8.0 -> 2.9.0Leon Anavi2020-07-101-2/+2
| | | | | | | | | | | | | | | | | | Upgrade to release 2.9.0: - More robust loading of FEI SEM data. - Fix webcam not working on Win10. - Add a few standard images useful to 3D visualization. - The timeout used in HTTP requests can now be set with an environment variable. - The DICOM plugin can now used gdcm for compressed transfer formats. - Better support for itk/sitk plugins. - Test coverage and CI for ARM. 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>
* python3-pychromecast: Upgrade 7.1.0 -> 7.1.1Leon Anavi2020-07-101-2/+2
| | | | | | | | | | | Upgrade to release 7.1.1: - Add debug prints - Bump flake8 from 3.7.9 to 3.8.3 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>
* cunit: add ptestSakib Sajal2020-07-092-2/+35
| | | | | Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: Update to 3.2.5Armin Kuster2020-07-091-2/+1
| | | | | | | | | | | | | | | | | | | Source: wireshark.org MR: 104620 Type: Security Fix Disposition: Backport from wireshark.org ChangeID: 64e3701e4d6bd53972c22c49d655556e6f37e461 Description: Affects: 3.2.0 to 3.2.4 Includes: CVE-2020-15466 For more info see: https://www.wireshark.org/docs/relnotes/wireshark-3.2.5.html Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drbd-utils: Add CLEANBROKEN to fix rebuild errorsRobert Yang2020-07-081-0/+2
| | | | | | | | | | | | | | | | Fixed when rebuild: DEBUG: Executing shell function autotools_preconfigure NOTE: make clean aclocal autoheader autoconf You need to call ./configure with appropriate arguments (again). make: *** [Makefile:287: config.status] Error 1 Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* multipath-tools: disable parallel build as a workaroundQi.Chen@windriver.com2020-07-071-0/+1
| | | | | | | | | | | | | | | | | | With parallel build enabled, we got the following error: ld: error in libsg.o(.eh_frame); no .eh_frame_hdr table will be created .... ld: BFD (GNU Binutils) 2.34.0.20200220 internal error, aborting at ../../bfd/merge.c:933 in _bfd_merged_section_offset .... | make[1]: *** [Makefile:24: libcheckcciss_tur.so] Error 1 | make[1]: *** Waiting for unfinished jobs.... However, looking at the Makefile, it does not seem to have problem. So disable the parallel build as a workaround. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: fix Files/directories were installed but not shippedHongxu Jia2020-07-072-0/+31
| | | | | | | | | | | | | | | Since networkmanager: upgrade 1.22.10 -> 1.22.14, it added a new build option 'firewalld-zone', while enabling multilib, there is a QA issue ... ERROR: QA Issue: networkmanager: Files/directories were installed but not shipped in any package: /usr/lib/firewalld /usr/lib/firewalld/zones /usr/lib/firewalld/zones/nm-shared.xml ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: add recipeFagundes, Paulo2020-07-061-0/+18
| | | | | | | redis-plus-plus is a redis client written in C++ and based on hiredis Signed-off-by: Paulo Fagundes <paulohefagundes@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-betamax: add recipeSakib Sajal2020-07-062-0/+26
| | | | | | | | | betamax is required for enabling ptest in python3-requests-toolbelt Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sympy: Upgrade 1.6 -> 1.6.1Leon Anavi2020-07-061-2/+2
| | | | | | | | | | | | | | | | | | | Upgrade to release 1.6.1: - functions: Fixes AttributeError in limit evaluation - matrices: Disabled default matrix intermediate product simplification and changed it to enable via context manager. - simplify: Fixes a bug in collect when collected symbols appear in the factorized expression. - solvers: Fixed exception handling in solveset's secondary trigonometric solver. - SymPy is importable again in Python 3.5.1 (imports of typing.Type are removed) - Fix the sphinx docs build for sphinx 3.1.1 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>
* python3-pyasn1-modules: Upgrade 0.2.7 -> 0.2.8Leon Anavi2020-07-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.2.8: - Improve test routines for modules that use certificate extensions - Improve test for RFC3709 with a real world certificate - Added RFC7633 providing TLS Features Certificate Extension - Added RFC7229 providing OIDs for Test Certificate Policies - Added tests for RFC3280, RFC3281, RFC3852, and RFC4211 - Added RFC6960 providing Online Certificate Status Protocol (OCSP) - Added RFC6955 providing Diffie-Hellman Proof-of-Possession Algorithms - Updated the handling of maps for use with openType for RFC 3279 - Added RFC6486 providing RPKI Manifests - Added RFC6487 providing Profile for X.509 PKIX Resource Certificates - Added RFC6170 providing Certificate Image in the Internet X.509 Public Key Infrastructure, and import the object identifier into RFC3709. - Added RFC6187 providing Certificates for Secure Shell Authentication - Added RFC6482 providing RPKI Route Origin Authorizations (ROAs) - Added RFC6664 providing S/MIME Capabilities for Public Keys - Added RFC6120 providing Extensible Messaging and Presence Protocol names in certificates - Added RFC4985 providing Subject Alternative Name for expression of service names in certificates - Added RFC5924 providing Extended Key Usage for Session Initiation Protocol (SIP) in X.509 certificates - Added RFC5916 providing Device Owner Attribute - Added RFC7508 providing Securing Header Fields with S/MIME - Update RFC8226 to use ComponentPresentConstraint() instead of the previous work around - Add RFC2631 providing OtherInfo for Diffie-Hellman Key Agreement - Add RFC3114 providing test values for the S/MIME Security Label - Add RFC5755 providing Attribute Certificate Profile for Authorization - Add RFC5913 providing Clearance Attribute and Authority Clearance Constraints Certificate Extension - Add RFC5917 providing Clearance Sponsor Attribute - Add RFC4043 providing Internet X.509 PKI Permanent Identifier - Add RFC7585 providing Network Access Identifier (NAI) Realm Name for Certificates - Update RFC3770 to support openType for attributes and reported errata - Add RFC4334 providing Certificate Extensions and Attributes for Authentication in PPP and Wireless LAN Networks 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>
* python3-pyasn1-modules: Consolidate in a single fileLeon Anavi2020-07-062-31/+29
| | | | | | | | 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>
* python3-pychromecast: Upgrade 7.0.1 -> 7.1.0Leon Anavi2020-07-061-2/+2
| | | | | | | | | | | | Upgrade to release 7.1.0: - Report host+port for discovered casts - Fix plex controller - Update list_chromecasts example 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>
* python3-robotframework: Upgrade 3.0.4 -> 3.2.1Leon Anavi2020-07-061-2/+3
| | | | | | | | | | | Suppy zip as the correct extention for download in variable PYPI_PACKAGE_EXT. Upgrade to release 3.2.1, for details have a look at the release notes: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-3.2.1.rst 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>
* python3-python-vlc: Upgrade 3.0.9113 -> 3.0.10114Leon Anavi2020-07-061-2/+2
| | | | | | | | | | | | Upgrade to release 3.0.10114: - Generate bindings against 3.0.10 - Fix return types for callbacks - Example usage of media callbacks  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>
* python3-regex: Upgrade 2020.1.8 -> 2020.6.8Leon Anavi2020-07-062-12/+11
| | | | | | | | | | | | | | | Upgrade to release 2020.6.8: - Updated to Unicode 13.0.0. - Improved performance of string sets. Fix SUMMARY and HOMEPAGE. Use exact line from PKG-INFO to determine the license and LIC_FILES_CHKSUM. The license remain the same. 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>
* python3-sentry-sdk: Upgrade 0.14.0 -> 0.16.0Leon Anavi2020-07-061-2/+2
| | | | | | | | | | | | | | | | | Upgrade to release 0.16.0: - Redis integration: add tags for more commands - Redis integration: Patch rediscluster package if installed. - Session tracking: A session is no longer considered crashed if there has been a fatal log message (only unhandled exceptions count). - Breaking change: Revamping of the tracing API. - Breaking change: before_send is no longer called for transactions. 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>
* python3-websocket-client: Upgrade 0.56.0 -> 0.57.0Leon Anavi2020-07-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.57.0: - wsdump: Fix --headers option - Fix getting 400 bad request with long proxy authorization string - Fix for errors that occur when closing websocket from another thread - avoid calling repr(data) if tracing is not enabled - Fixed typo - Create dummy `ssl` object - Show compressed text messages in wsdump.py - Resolve issue opening socket to intranet on Windows 10 with no proxy settings but behind proxy - Expose http connection header to user - Improve the readability of HTTP status codes. - fix the compatible issue with gevent+dnspython - v should be checked for emptry string before splitting it - _handshake: hasattr checks on six before accessing the values 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>
* python3-importlib-metadata: Upgrade 1.6.1 -> 1.7.0Leon Anavi2020-07-061-3/+3
| | | | | | | | | | | | Upgrade to release 1.7.0: - PathNotFoundError now has a custom __str__ mentioning "package metadata" being missing to help guide users to the cause when the package is installed but no metadata is present. 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>
* python3-cryptography-vectors: Upgrade 2.8 -> 2.9.2Leon Anavi2020-07-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.9.2: - Updated the macOS wheel to fix an issue where it would not run on macOS versions older than 10.15. - Updated Windows, macOS, and manylinux wheels to be compiled with OpenSSL 1.1.1g. - Support for Python 3.4 has been removed due to low usage and maintenance burden. - Support for OpenSSL 1.0.1 has been removed. Users on older version of OpenSSL will need to upgrade. - Support for LibreSSL 2.6.x has been removed. - Removed support for calling :meth:`~cryptography.hazmat.primitives.asymmetric.x25519.X25519PublicKey.public_bytes` with no arguments, as per our deprecation policy. You must now pass encoding and format. 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>
* python3-h5py: Upgrade 2.9.0 -> 2.10.0Leon Anavi2020-07-062-15/+16
| | | | | | | | | | | Inherit pypi. Use LICENSE for LIC_FILES_CHKSUM. Upgrade to release 2.10.0, for details: http://docs.h5py.org/en/stable/whatsnew/index.html 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>
* python3-stevedore: Upgrade 1.31.0 -> 2.0.1Leon Anavi2020-07-061-3/+3
| | | | | | | | | | | | | | | | | | | | Upgrade to release 2.0.1: - Stop to use the __future__ module - Switch to newer openstackdocstheme and reno versions - Add Python3 victoria unit tests - Mark sphinx extensions thread safe - Remove dead files - Drop Python 2.7 support - Update master for stable/ussuri Update the HOMEPAGE because Stevedore is now part of the OpenStack Oslo program and is managed through OpenStack's infrastructure system. 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>
* python3-pybluez: Upgrade 0.22 -> 0.23Leon Anavi2020-07-061-4/+3
| | | | | | | | | | | | | Upgrade to release 0.23: - Dropped support for Python 2.7. The minimum Python version is now 3.5. Use tar.gz instead of zip. Fix the URL of the HOMEPAGE. 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>
* python3-dbus-next: Upgrade 0.1.2 -> 0.1.3Leon Anavi2020-07-061-3/+3
| | | | | | | | | | | | | | Upgrade to release 0.1.3: - Add the object manager interface to the service. - Allow coroutines in service methods. - Client: don't send method replies with NO_REPLY_EXPECTED message flag. - Fix duplicate nodes in introspection. 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>
* python3-pint: Upgrade 0.13 -> 0.14Leon Anavi2020-07-061-2/+2
| | | | | | | | | | Upgrade to release 0.14: - Changes required to support Pint-Pandas 0.1 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>
* python3-libconf: add recipe version 2.0.1Jacopo Dall'Aglio2020-07-061-0/+13
| | | | | | Signed-off-by: Jacopo Dall'Aglio <jacopo.dallaglio@kynetics.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyhamcrest: Upgrade 1.9.0 -> 2.0.2Leon Anavi2020-07-062-12/+13
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.0.2: - Various type hint bug fixes. - Make hamcrest package PEP 561 compatible, i.e. supply type hints for external use. - Drop formal support for 2.x - Drop formal support for 3.x < 3.5 - Fix raises() grows support for additional matchers on exception object. - Made has_properties() report all mismatches, not just the first. - Silence warnings. - Type fixes. - Remove obsolete dependencies. The year in LICENSE.txt has been updated and the LIC_FILES_CHKSUM changed. The license remains the same. 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>
* python3-pyperclip: Upgrade 1.7.0 -> 1.8.0Leon Anavi2020-07-062-14/+15
| | | | | | | | | | | | | | Upgrade to release 1.8.0: - Correcting a URL - Updating code and docs with waitForPaste() and waitForNewPaste() functions. Use the exact line with license information 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>
* python3-google-api-python-client: Upgrade 1.7.11 -> 1.9.3Leon Anavi2020-07-061-2/+2
| | | | | | | | | | | | | | Upgrade to release 1.9.3: - update GOOGLE_API_USE_MTLS values - bump api-core version - fix python-api-core dependency issue - add mtls feature - add templates for python samples projects 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>
* python3-requests: Upgrade 2.23.0 -> 2.24.0Leon Anavi2020-07-061-2/+2
| | | | | | | | | | | | | | | | | Upgrade to release 2.24.0: - pyOpenSSL TLS implementation is now only used if Python either doesn't have an ssl module or doesn't support SNI. Previously pyOpenSSL was unconditionally used if available. This applies even if pyOpenSSL is installed via the requests[security] extra. - Redirect resolution should now only occur when allow_redirects is True. - No longer perform unnecessary Content-Length calculation for requests that won’t use it. 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>
* python3-wcwidth: Enable ptestZang Ruochen2020-07-062-1/+17
| | | | | | 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>
* python3-pytest: upgrade 5.4.2 -> 5.4.3Wang Mingyu2020-07-061-1/+1
| | | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uritemplate: Enable ptestZheng Ruoqin2020-07-062-1/+17
| | | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-unidiff: Enable ptestZheng Ruoqin2020-07-062-1/+17
| | | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sshfs-fuse: Enable ptestZang Ruochen2020-07-062-1/+18
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse3: Enable ptestZang Ruochen2020-07-062-1/+18
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: packaging fixesKonrad Weihmann2020-07-061-2/+2
| | | | | | | | | | | | | in FILES_${PN}-slurpd: - ${localstatedir}/volatile/run is already covered by FILES_${PN}-slapd - ${localstatedir}/run is already covered by FILES_${PN}-slapd in FILES_${PN}-dev: - ${libdir}/*.a is already covered by FILES_${PN}-staticdev remove the settings as they were without effect anyway Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gattlib: remove includedir from base packageKonrad Weihmann2020-07-061-1/+1
| | | | | | | | as it's already packaged to ${PN}-dev, so the setting was without any effect anyway Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libconfig: remove cmake append from base packageKonrad Weihmann2020-07-061-4/+0
| | | | | | | | | as by default it should be packaged to ${PN}-dev, which is packaged before the base package so the append doesn't make much sense Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: remove vacuumlo from contribKonrad Weihmann2020-07-061-1/+1
| | | | | | | as it is already packaged in client package Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ruli: recipe cleanupKonrad Weihmann2020-07-061-4/+0
| | | | | | | | | - removed B = "${S}", which is the default anyway - removed FILES_${PN} =+ "${bindir}", as it's already covered by ${PN}-bin package Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntop: remove static libs from dev packageKonrad Weihmann2020-07-061-1/+1
| | | | | | | as they are covered by -staticdev package Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xxhash: upgrade 0.7.3 -> 0.7.4Pierre-Jean Texier2020-07-041-2/+2
| | | | | | | | | | | | License-Update: copyright years updated -Copyright (c) 2012-present, Yann Collet +Copyright (c) 2012-2020 Yann Collet See full changelog https://github.com/Cyan4973/xxHash/releases/tag/v0.7.4 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* haveged: upgrade 1.9.9 -> 1.9.13Pierre-Jean Texier2020-07-041-1/+1
| | | | | | | | | | | | | | | | | | | | This includes the following changes: 1.9.10: - fix ordering cycle with private tmp 1.9.11: - Fixed wrong version string in v1.9.10 1.9.12: - Fix a memory leak in havege_destroy 1.9.13: - Added support for --version - Updated systemd SystemCallFilter settings Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-h2: Upgrade 3.1.1 -> 3.2.0Leon Anavi2020-07-031-2/+2
| | | | | | | | | | | | | | | Upgrade to release 3.2.0: - Receiving DATA frames on closed (or reset) streams now properly emit a WINDOW_UPDATE to keep the connection flow window topped up. - h2.config.logger now uses a trace(...) function, in addition to debug(...). If you defined a custom logger object, you need to handle these new function calls. 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>
* python3-h2: Consolidate in a single fileLeon Anavi2020-07-032-14/+11
| | | | | | | | 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>