summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rdma-core: upgrade 28.0 -> 30.0Zang Ruochen2020-08-052-18/+29
| | | | | | | | 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>
* lcov: fix lcov-native buildMartin Jansa2020-08-051-2/+5
| | | | | | | * 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>
* freeradius: fix the occasional verification failureMingli Yu2020-08-052-0/+136
| | | | | | | | | | | | | | | | | | | | | | | 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>
* libmicrohttpd: upgrade 0.9.70 -> 0.9.71Zang Ruochen2020-08-051-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jsonrpc: Fix build with libmicrohttpd 0.9.71Zang Ruochen2020-08-052-1/+56
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: not use the bundled libpcre2Mingli Yu2020-08-043-2/+3
| | | | | | | | | | | | | | | | >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>
* meta-oe: opengl-es-cts install deqp test runnersAníbal Limón2020-08-041-0/+7
| | | | | Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* abseil-cpp: Use SkipRecipe exceptionJacob Kroon2020-08-041-4/+4
| | | | | | | SkipPackage exception is deprecated. Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-settings-daemon: Drop using autotools specific optionKhem Raj2020-08-041-1/+0
| | | | | | | | | | 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>
* libqmi: Delete --enable-more-warnings configure optionKhem Raj2020-08-041-2/+0
| | | | | | | Fixes QA Issue: libqmi: configure was passed unrecognised options: --enable-more-warnings [unknown-configure-option] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boost-url: Add recipeJames Feist2020-08-041-0/+17
| | | | | | | 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>
* python3-lorem: Added recipeColin McAllister2020-08-031-0/+16
| | | | | | | | 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>
* python3-paramiko: Added recipeColin McAllister2020-08-031-0/+14
| | | | | | | | 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>
* python3-tqdm: Upgrade 4.47.0 -> 4.48.0Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | | | | | 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>
* python3-luma-core: Upgrade 1.14.0 -> 1.14.1Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | | 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>
* python3-pandas: Upgrade 1.0.5 -> 1.1.0Leon Anavi2020-08-031-3/+3
| | | | | | | | | | | | | 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>
* python3-cffi: Upgrade 1.14.0 -> 1.14.1Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | | | | | | 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>
* python3-xlsxwriter: Upgrade 1.2.9 -> 1.3.0Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | 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>
* python3-xlsxwriter: Consolidate in a single fileLeon Anavi2020-08-032-13/+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>
* python3-cbor2: Upgrade 5.1.1 -> 5.1.2Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | 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>
* python3-dynamic-dispatch: Upgrade 1.0.2 -> 1.0.3Leon Anavi2020-08-031-2/+3
| | | | | | | | | | | | | 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>
* python3-pychromecast: Upgrade 7.1.2 -> 7.2.0Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | | | | 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>
* python3-pid: Upgrade 3.0.3 -> 3.0.4Leon Anavi2020-08-031-2/+2
| | | | | | | | | | 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>
* python3-pymongo: Upgrade 3.10.1 -> 3.11.0Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | | | | | | | | | 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>
* python3-pyroute2: Upgrade 0.5.12 -> 0.5.13Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | | | 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>
* python3-gmqtt: Upgarde 0.6.5 -> 0.6.7Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | 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>
* python3-lxml: Upgrade 4.5.1 -> 4.5.2Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | 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>
* python3-pywbem: Upgrade 0.17.3 -> 0.17.4Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | | | | | 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>
* rdist: fix parallel buildKai Kang2020-08-032-0/+32
| | | | | | | | | | | | | | | | | 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>
* xfce4-eyes-plugin: 4.5.0 -> 4.5.1Kai Kang2020-08-031-2/+1
| | | | | | | | | | | | | | | 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>
* monit: Set monit files in temporary locationsShlomi Vaknin2020-08-031-0/+6
| | | | | | | | | 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>
* libbytesize: upgrade 2.3 -> 2.4Zang Ruochen2020-08-031-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dash: upgrade 0.5.11 -> 0.5.11.1Zang Ruochen2020-08-031-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rasdaemon: update to 0.6.6 and fix SRC_URI broken linkDaniel Dragomir2020-08-031-5/+5
| | | | | | | | | | | | | 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>
* samba: upgrade 4.10.15 -> 4.10.17Yi Zhao2020-07-314-2/+193
| | | | | | | | | | | | | | | | | 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>
* gerbera: Upgrade to 1.6.0Khem Raj2020-07-311-3/+2
| | | | | | Add needed dependencies this version demands Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spdlog: Upgrade to 1.7.0Khem Raj2020-07-311-2/+4
| | | | | | Use external fmt package Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libupnp: update to 1.14.0Oleksandr Kravchuk2020-07-311-5/+2
| | | | | | | inherit pkgconfig Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jasper: upgrade 2.0.16 -> 2.0.19Zang Ruochen2020-07-311-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zlog: upgrade 1.2.14 -> 1.2.15Zang Ruochen2020-07-311-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-c: upgrade 1.3.2 -> 1.3.4Zang Ruochen2020-07-311-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nlohmann-json: upgrade 3.7.3 -> 3.9.0Zang Ruochen2020-07-313-146/+2
| | | | | | | | | | | -License-Update: Copyright year updated to 2020. -0001-Templatize-basic_json-ctor-from-json_ref.patch -0001-typo-fix.patch Removed since these are included in 3.9.0 Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linuxptp: upgrade 2.0 -> 3.0Zang Ruochen2020-07-313-140/+4
| | | | | | | | | | | time_t_maybe_long_long.patch Removed since this is included in 3.0. Refresh the following patch: build-Allow-CC-and-prefix-to-be-overriden.patch Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ifenslave: update to 2.11Oleksandr Kravchuk2020-07-311-7/+2
| | | | | | | ifenslave binary and its man page were removed (see @2b0da97853367e34). Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpeas: update to 1.26.0Oleksandr Kravchuk2020-07-312-2/+27
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* live555: upgrade 20190828 -> 20200721Andreas Müller2020-07-312-2/+5
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* live555: merge recipe with incAndreas Müller2020-07-312-61/+53
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 0.89.0 -> 0.90.1Andreas Müller2020-07-312-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.90.1: core: * Fix regression on PS conversion. Regression only happened on applications that are locale enabled i.e. Okular but not pdftops, when using a quite new lcms and the user locale uses , as decimal separator instead of . * Add UTF16LE support to TextStringToUCS4. Even if the standard clearly says it should be UTF16BE Release 0.90.0: core: * Color profile tweaks * Small signature improvements * BBoxOutputDev: Fix calculation when type3 fonts are involved * Fix potential crash when reading Forms * Fix infinite loop in broken file glib: * Fix adding annots in rotated pages * Add ability to reset forms * Several fixes to the documentation qt5: * Make it clear we require Qt 5.5 * demo: Fix crash on broken files * Small documentation improvements utils: * pdftoppm: Add option to set display profile * pdftops: Add a -rasterize option with values always, never, or whenneeded build system: * Require cmake 3.5 * More modern cmake way to link against curl Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exiv2: upgrade 0.27.1 -> 0.27.3Andreas Müller2020-07-312-2/+45
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* broadcom-bt-firmware: add PE backOleksandr Kravchuk2020-07-311-0/+2
| | | | | | | It was mistakenly removed in @77469168db5062. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>