aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-08-06python3-openpyxl: Upgrade 3.0.3 -> 3.0.4Leon Anavi
Upgrade to release 3.0.4: - Find tables by name. - Worksheet protection missing in existing files. - Exception when reading files with external images. - Reading lots of merged cells is very slow. - Read support for Bubble Charts. - Preserve any indexed colours. - Reading many thousand of merged cells is really slow. - Adding tables in write-only mode raises an exception. - Add support for finding tables by name or range. License-Update: Use the exact line from PKG-INFO for the checksum of the license. 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>
2020-08-06python3-yarl: Upgrade 1.4.2 -> 1.5.1Leon Anavi
Upgrade to release 1.5.1: - Fix including relocated internal yarl._quoting_c C-extension into published PyPI dists. - Convert host to lowercase on URL building. #386 - Allow using mod operator (%) for updating query string (an alias for update_query() method). - Allow use of sequences such as list and tuple in the values of a mapping such as dict to represent that a key has many values: url = URL("http://example.com") assert url.with_query({"a": [1, 2]}) == URL("http://example.com/?a=1&a=2") - Support URL.build() with scheme and path (creates a relative URL). - Cache slow IDNA encode/decode calls. - Add @final / Final type hints. - Support URL authority/raw_authority properties and authority argument of URL.build() method. - Hide the library implementation details, make the exposed public list very clean. - Fix tests with newer Python (3.7.6, 3.8.1 and 3.9.0+). - Fix a bug where query component, passed in a form of mapping or sequence, is unquoted in unexpected way. - Hide Query and QueryVariable type aliases in __init__.pyi, now they are prefixed with underscore. - Keep ipv6 brackets after updating port/user/password. 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-06python3-ujson: Upgrade 3.0.0 -> 3.1.0Leon Anavi
Upgrade to release 3.1.0: - PEP 489 Multi Phase Init support - PyPy3 test 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-08-06python3-isort: Upgrade 5.1.4 -> 5.2.2Leon Anavi
Upgrade to release 5.2.2: - Fixed #1356: return status when arguments are passed in without files or a content stream. - Update precommit to default to filtering files that are defined in skip. - Improved relative path detection for skip config usage. - Added recursive symbolic link protection. - Implemented #1177: Support for color output using --color. - Implemented recursive symlink detection support. 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-06python3-autobahn: Upgrade 20.6.2 -> 20.7.1Leon Anavi
Upgrade to release 20.7.1: - new: various fixes and improvements to rlinks - new: proxy worker management API - fix: turn down log noise 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-06python3-pyalsaaudio: Upgrade 0.8.4 -> 0.9.0Leon Anavi
Upgrade to release 0.9.0: - Added keyword arguments for channels, format, rate and periodsize - Deprecated setchannel, setformat, setrate and setperiodsize 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-06python3-pyalsaaudio: 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-06python3-asn1crypto: Upgrade 1.3.0 -> 1.4.0Leon Anavi
Upgrade to release 1.4.0: - core.ObjectIdentifier and all derived classes now obey X.660 §7.6 and thus restrict the first arc to 0 to 2, and the second arc to less than 40 if the first arc is 0 or 1. This also fixes parsing of OIDs where the first arc is 2 and the second arc is greater than 39. - Fixed keys.PublicKeyInfo.bit_size to return an int rather than a float on Python 3 when working with elliptic curve keys - Fixed the asn1crypto-tests sdist on PyPi to work properly to generate a .whl 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-06python3-cryptography: fix two testsSlater, Joseph
Tests depending on the hypothesis module should be skipped if the module is not available. Signed-off-by: Joe Slater <joe.slater@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-06python3-textparser: Added recipeColin McAllister
Added python3 recipe for textparser. Signed-off-by: Colin McAllister <colinmca242@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-05uhubctl: upgrade 2.1.0 -> 2.2.0Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-05ipc-run: upgrade 20180523.0 -> 20200505.0Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-05rdma-core: upgrade 28.0 -> 30.0Zang Ruochen
Refresh the following patch: rdma-core/0001-Remove-man-files-which-cant-be-built.patch Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-05lcov: fix lcov-native buildMartin Jansa
* there is no provider for gcov-native nor gcov-symlinks-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-05freeradius: fix the occasional verification failureMingli Yu
Fixes: # cd /etc/raddb/certs # ./bootstrap [snip] chmod g+r ca.key openssl pkcs12 -in server.p12 -out server.pem -passin pass:'whatever' -passout pass:'whatever' chmod g+r server.pem C = FR, ST = Radius, O = Example Inc., CN = Example Server Certificate, emailAddress = admin@example.org error 7 at 0 depth lookup: certificate signature failure 140066667427072:error:04067084:rsa routines:rsa_ossl_public_decrypt:data too large for modulus:../openssl-1.1.1g/crypto/rsa/rsa_ossl.c:553: 140066667427072:error:0D0C5006:asn1 encoding routines:ASN1_item_verify:EVP lib:../openssl-1.1.1g/crypto/asn1/a_verify.c:170: error server.pem: verification failed make: *** [Makefile:107: server.vrfy] Error 2 It seems the ca.pem mismatchs server.pem which results in failing to execute "openssl verify -CAfile ca.pem server.pem", so add the logic to check the file to avoid inconsistency. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-05libmicrohttpd: upgrade 0.9.70 -> 0.9.71Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-05jsonrpc: Fix build with libmicrohttpd 0.9.71Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-04mariadb: not use the bundled libpcre2Mingli Yu
>From mariadb 10.5.1, it starts to use pcre2 [1] which is the bundled libpre2 by default. If using the bundled one, it will fetch, unpack and build the libpcre2 during mariadb do_compile phase as mariadb uses the bundled libpcre2 as an external project, more details in [2]. To avoid downloading the libpcre2 source from website during mariadb do_compile phase, switch to use the system libpcre2. [1] https://mariadb.com/kb/en/pcre/ [2] https://github.com/MariaDB/server/blob/10.5/cmake/pcre.cmake Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-04meta-oe: opengl-es-cts install deqp test runnersAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-04abseil-cpp: Use SkipRecipe exceptionJacob Kroon
SkipPackage exception is deprecated. Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-04gnome-settings-daemon: Drop using autotools specific optionKhem Raj
gnome-settings-daemon has now switched to using meson therefore drop this setting which was used when autotools were used. Fixes WARNING: Unknown options: "introspection" Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-04libqmi: Delete --enable-more-warnings configure optionKhem Raj
Fixes QA Issue: libqmi: configure was passed unrecognised options: --enable-more-warnings [unknown-configure-option] Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-04boost-url: Add recipeJames Feist
boost-url is a library for manipulating URI and URL. Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03python3-lorem: Added recipeColin McAllister
Created Python3 recipe for python3-lorem. Signed-off-by: Colin McAllister <colinmca242@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03python3-paramiko: Added recipeColin McAllister
Created Python3 recipe for paramiko. Signed-off-by: Colin McAllister <colinmca242@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03python3-tqdm: Upgrade 4.47.0 -> 4.48.0Leon Anavi
Upgrade to release 4.48.0: - add tqdm.asyncio - reduce contrib.discord logging verbosity - fix potential pandas() modifying **kwargs bug - update documentation - add tests - misc framework updates 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-03python3-luma-core: Upgrade 1.14.0 -> 1.14.1Leon Anavi
Upgrade to release 1.14.1: - Pin spidev at v3.4 or lower; v3.5 seems to cause SystemException running on latest linux kernel - Fix bug in snapshot: should always redraw on startup 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-03python3-pandas: Upgrade 1.0.5 -> 1.1.0Leon Anavi
Upgrade to release 1.1.0. This is a minor release which includes some new features, bug fixes, and performance improvements. For more details have a look at: https://pandas.pydata.org/pandas-docs/version/1.1.0/whatsnew/v1.1.0.html License-Update: Updated years. 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>
2020-08-03python3-cffi: Upgrade 1.14.0 -> 1.14.1Leon Anavi
Upgrade to release 1.14.1: * CFFI source code is now `hosted on Heptapod`_. * Improved support for ``typedef int my_array_t[...];`` with an explicit dot-dot-dot in API mode * Windows (32 and 64 bits): multiple fixes for ABI-mode call to functions that return a structure. * Experimental support for MacOS 11 on aarch64. * Other minor changes and 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-08-03python3-xlsxwriter: Upgrade 1.2.9 -> 1.3.0Leon Anavi
Upgrade to release 1.3.0: - Added support for custom chart :ref:`custom data labels <chart_series_option_custom_data_labels>`. 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-03python3-xlsxwriter: 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-03python3-cbor2: Upgrade 5.1.1 -> 5.1.2Leon Anavi
Upgrade to release 5.1.2: - Bugfix: Refcount bug in C lib causing intermittent segfaults on shutdown 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-03python3-dynamic-dispatch: Upgrade 1.0.2 -> 1.0.3Leon Anavi
Upgrade to release 1.0.3: - Fix bug when instantiating a thrice derived classes via dynamic dispatch. Also a HOMEPAGE has been set. 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-03python3-pychromecast: Upgrade 7.1.2 -> 7.2.0Leon Anavi
Upgrade to release 7.2.0: - Allow passing an already existing zeroconf object to additional functions - Ignore browser updates for *._sub._googlecast._tcp.local. - Fix return type of get_listed_chromecasts - Remove host and port from Chromecast object 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-03python3-pid: Upgrade 3.0.3 -> 3.0.4Leon Anavi
Upgrade to release 3.0.4: - Use APPDATA and HOME locations 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-08-03python3-pymongo: Upgrade 3.10.1 -> 3.11.0Leon Anavi
Upgrade to release 3.11.0: - Added support for MongoDB 4.4. - Fixed a bug in change streams that could cause PyMongo to miss some change documents when resuming a stream that was started without a resume token and whose first batch did not contain any change documents. - Fixed an bug where using gevent.Timeout to timeout an operation could lead to a deadlock. For more details: https://pymongo.readthedocs.io/en/3.11.0/changelog.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>
2020-08-03python3-pyroute2: Upgrade 0.5.12 -> 0.5.13Leon Anavi
Upgrade to release 0.5.13: - netns: allow to pass custom libc reference - generic: att L2TP support - iproute: link_lookup() optimization - ndb: basic cluster support 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-03python3-gmqtt: Upgarde 0.6.5 -> 0.6.7Leon Anavi
Upgrade to release 0.6.7: - Handle incoming topic alias in proper way - Fix python3.8 warning and improve disconnect process 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-03python3-lxml: Upgrade 4.5.1 -> 4.5.2Leon Anavi
Upgrade to release 4.5.2: - Cleaner() now validates that only known configuration options can be set. - LP#1882606: Cleaner.clean_html() discarded comments and PIs regardless of the corresponding configuration option, if remove_unknown_tags was set. - LP#1880251: Instead of globally overwriting the document loader in libxml2, lxml now sets it per parser run, which improves the interoperability with other users of libxml2 such as libxmlsec. - LP#1881960: Fix build in CPython 3.10 by using Cython 0.29.21. - The setup options "--with-xml2-config" and "--with-xslt-config" were accidentally renamed to "--xml2-config" and "--xslt-config" in 4.5.1 and are now available again. 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-03python3-pywbem: Upgrade 0.17.3 -> 0.17.4Leon Anavi
Upgrade to release 0.17.4 with the following bug fixes: - Test: On Python 3.8, upgraded the minimum version of lxml from 4.4.1 to 4.4.3, in order to fix an XMLSyntaxError raised when encountering UCS-4 characters. - Test: Fixed issue with Swig when installing M2Crypto on native Windows in the Appveyor CI, reporting mssing files swig.swg and python.swg. This was fixed by pinning the swig version to 4.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>
2020-08-03rdist: fix parallel buildKai Kang
It fails to compile rdist occasionally when system load of build server is high: | In file included from common.c:57: | ../include/defs.h:49:10: fatal error: y.tab.h: No such file or directory | 49 | #include "y.tab.h" | | ^~~~~~~~~ | compilation terminated. Make $(COMMONOBJS) which include common.o to depends on related header files and y.tab.h to fix the parallel build failure. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03xfce4-eyes-plugin: 4.5.0 -> 4.5.1Kai Kang
4.5.1 - Update URLs. Remove ref. to translations.x.o (Bug #16162) - Allow compilation with panel 4.15 - Replace GtkStock buttons - Improve spacing (Bug #14664) - Make build less verbose - AC_CONFIG_MACRO_DIR -> AC_CONFIG_MACRO_DIRS - Translation Updates: Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03monit: Set monit files in temporary locationsShlomi Vaknin
Normally monit create its temporary files in $HOME directory. In case the rootfs is mounted as read-only, monit will not operate. This patch set monit configuration to store these files in /var/run Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03libbytesize: upgrade 2.3 -> 2.4Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03dash: upgrade 0.5.11 -> 0.5.11.1Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03rasdaemon: update to 0.6.6 and fix SRC_URI broken linkDaniel Dragomir
Get sources from another repository since the one from infradead.org is broken: fatal: remote error: access denied or repository not exported: /users/mchehab/rasdaemon.git Also, fix indentation. Signed-off-by: Daniel Dragomir <Daniel.Dragomir@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-31samba: upgrade 4.10.15 -> 4.10.17Yi Zhao
This is a security release in order to address the following defects: CVE-2020-10730: NULL pointer de-reference and use-after-free in Samba AD DC LDAP Server with ASQ, VLV and paged_results. CVE-2020-10745: Parsing and packing of NBT and DNS packets can consume excessive CPU CVE-2020-10760: LDAP Use-after-free in Samba AD DC Global Catalog with paged_results and VLV. CVE-2020-14303: Empty UDP packet DoS in Samba AD DC nbtd. Also backport 3 patches to fix build error with musl. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-31gerbera: Upgrade to 1.6.0Khem Raj
Add needed dependencies this version demands Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-31spdlog: Upgrade to 1.7.0Khem Raj
Use external fmt package Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-31libupnp: update to 1.14.0Oleksandr Kravchuk
inherit pkgconfig Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>