summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fcgiwrap: add recipeSenthil Selvaganesan2020-12-033-0/+338
| | | | | | | | | | fcgiwrap is a simple server for running CGI applications over FastCGI. It hopes to provide clean CGI support to Nginx and other web servers that may need it. Homepage: https://github.com/gnosek/fcgiwrap. Signed-off-by: Senthil Selvaganesan <SenthilKumaran.Selvaganesan@garmin.com> Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spdlog: Fix recipe so other recipes can use spdlog with external fmt.Philip Balister2020-12-032-2/+29
| | | | | | | | | | * I enabled the shared library option to eliminate linker issues with a package that used spdlog. * Edited the tweak.h file so programs use the external fmt library headers, not the oners in spdlog. Signed-off-by: Philip Balister <philip@opensdr.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-broker: upgrade 24 -> 25Luca Boccassi2020-12-031-1/+1
| | | | | | | See full changelog https://github.com/bus1/dbus-broker/releases/tag/v25 Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nanopb: move to dynamic-layersMartin Jansa2020-12-021-0/+0
| | | | | | | | | | | | | * depends on python3-protobuf from meta-python: * fixes: ERROR: Nothing RPROVIDES 'python3-protobuf' (but meta-oe/recipes-devtools/nanopb/nanopb_0.4.3.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'python3-protobuf' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python3-protobuf'] ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'nanopb', 'python3-protobuf'] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlt-daemon: add upstream patch to fix CVE-2020-29394Gianfranco2020-12-022-0/+39
| | | | | | | | | | | | More information on: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976228 | A buffer overflow in the dlt_filter_load function in dlt_common.c in | dlt-daemon 2.8.5 (GENIVI Diagnostic Log and Trace) allows arbitrary | code execution because fscanf is misused (no limit on the number of | characters to be read in a format argument). 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>
* pcsc-lite: provide pcsc-lite-lib-native explicitly for native buildRoland Hieber2020-12-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Commits e2180b00b3b8fcf776c3 and 8edd760e66b48e411d2a added support for native builds for the opensc and pcsc-lite recipes, but building opensc-native fails after commit 40b3a5123120da0e4586 (2019-12-04, "opensc: fix RDEPENDS in pcsc PACKAGECONFIG") with: ERROR: Required build target 'opensc-native' has no buildable providers. Missing or unbuildable dependency chain was: ['opensc-native', 'pcsc-lite-lib-native'] The commit in question is correct for target builds, but native builds don't have packages, therefore there is no pcsc-lite-lib-native package to depend on – the -lib part is also provided in pcsc-lite-native. Ideally we would fix this in the opensc recipe. However, using syntax like "PACKAGECONFIG_class-native[pcsc]" in the opensc recipe is apparently not possible to overwrite the dependency for a native build, and using RDEPENDS_remove has no effect either – apparently dependencies from PACKAGECONFIG are added after RDEPENDS_remove is evaluated. Therefore let pcsc-lite provide the missing package name for native builds, even if fixing this unrelated package is not the most elegant solution. Fixes: 40b3a5123120da0e4586 (2019-12-04, "opensc: fix RDEPENDS in pcsc PACKAGECONFIG") Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libconfig-autoconf-perl: upgrade 0.318 -> 0.319zhengruoqin2020-11-301-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zchunk: upgrade 1.1.6 -> 1.1.7zhengruoqin2020-11-301-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xserver-xorg-cvt-native: upgrade 1.20.5 -> 1.20.9zhengruoqin2020-11-301-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh: upgrade 6.22.02 -> 6.22.03zhengruoqin2020-11-302-31/+2
| | | | | | | | 0001-Remove-defining-handle_interrupt-twice.patch Removed since this is included in 6.22.03. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qpdf: upgrade 10.0.1 -> 10.0.4zhengruoqin2020-11-301-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* monit: upgrade 5.26.0 -> 5.27.1zhengruoqin2020-11-301-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dfu-util: upgrade 0.9 -> 0.10zhengruoqin2020-11-302-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crash: upgrade 7.2.8 -> 7.2.9zhengruoqin2020-11-302-56/+1
| | | | | | | | crash/0001-Fix-for-an-ARM64-gcc-10-compilation-error.-Without-t.patch Removed since this is included in 7.2.9 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-periphery: upgrade 2.2.4 -> 2.2.5zhengruoqin2020-11-301-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: update v1.4.5 -> v1.6.2Bartosz Golaszewski2020-11-301-3/+3
| | | | | | | | | We're now by default on linux v5.8 so the GPIO features supported by libgpiod v1.6 are available. Bump the version to v1.6.2 and extend the recipe to depend on additional testing packages if tests are being built. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* trace-cmd: create recipe for version 2.9.1Beniamin Sandu2020-11-303-0/+150
| | | | | Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-brocker: upgrade 23 -> 24Luca Boccassi2020-11-301-1/+1
| | | | | | | See full changelog https://github.com/bus1/dbus-broker/releases/tag/v24 Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-broker: rdepend on dbus-commonLuca Boccassi2020-11-301-0/+2
| | | | | | | | | The dbus package in oe-core was split, and the common configuration files that are also required by dbus-broker are now shipped in dbus-common, to avoid having to pull in the entire dbus-daemon. Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-matplotlib: Disable LTO for clang/riscvKhem Raj2020-11-291-0/+3
| | | | | | | | | | LTO fails to link on RV32/RV64 | Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension ( ignoring target-abi) | riscv64-yoe-linux-ld.lld: error: lto.tmp: cannot link object files with different floating-point ABI Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sortedcontainers: drop (moved to oe-core)Tim Orling2020-11-291-9/+0
| | | | | Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hypothesis: drop (moved to oe-core)Tim Orling2020-11-291-14/+0
| | | | | Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest: drop (moved to oe-core)Tim Orling2020-11-292-77/+0
| | | | | Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pluggy: drop (moved to oe-core)Tim Orling2020-11-292-30/+0
| | | | | Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-importlib-metadata: drop (moved to oe-core)Tim Orling2020-11-291-18/+0
| | | | | Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zipp: drop (moved to oe-core)Tim Orling2020-11-291-19/+0
| | | | | Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wcwidth: drop (moved to oe-core)Tim Orling2020-11-292-28/+0
| | | | | Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-packaging: drop (moved to oe-core)Tim Orling2020-11-291-14/+0
| | | | | Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-setuptools-scm: drop (moved to oe-core)Tim Orling2020-11-291-21/+0
| | | | | Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-py: drop (moved to oe-core)Tim Orling2020-11-291-15/+0
| | | | | Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-toml: drop (moved to oe-core)Tim Orling2020-11-291-15/+0
| | | | | Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pathlib2: drop (moved to oe-core)Tim Orling2020-11-291-13/+0
| | | | | Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-more-itertools: drop (moved to oe-core)Tim Orling2020-11-292-27/+0
| | | | | Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-iniconfig: drop (moved to oe-core)Tim Orling2020-11-291-9/+0
| | | | | Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-attrs: drop (moved to oe-core)Tim Orling2020-11-291-20/+0
| | | | | Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-atomicwrites: drop (moved to oe-core)Tim Orling2020-11-292-28/+0
| | | | | Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ptpd: Solve memory leak for function NTPDCrequestLi Zhou2020-11-292-0/+41
| | | | | | | | | | | | | | | | | | Solve the memory leak in function NTPDCrequest detected by valgrind tool. Memory leak log example: ==619== 21 bytes in 1 blocks are still reachable in loss record 1 of 3 ==619== at 0x4A09DB0: calloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so) ==619== by 0x43512E: NTPDCrequest (ntpdcontrol.c:255) ==619== by 0x43512E: NTPDCquery.isra.1 (ntpdcontrol.c:683) ==619== by 0x4359EE: ntpdInControl (ntpdcontrol.c:807) ==619== by 0x4364F5: ntpServiceUpdate (timingdomain.c:622) ==619== by 0x436935: timingDomainUpdate (timingdomain.c:756) ==619== by 0x4334A7: protocol (protocol.c:263) ==619== by 0x402BAE: main (ptpd.c:131) Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard-module: upgrade 1.0.20200908 -> 1.0.20201112Ricardo Salveti2020-11-271-1/+1
| | | | | | | | | | | | | Relevant changes: - fe40226 version: bump - d0bf51b qemu: bump default testing version - ce8faa3 compat: SYM_FUNC_{START,END} were backported to 5.4 - da5646f qemu: drop build support for rhel 8.2 - 99e954f netns: check that route_me_harder packets use the right sk - 25320ac noise: take lock when removing handshake entry from table Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: Link with libatomic for riscv32Khem Raj2020-11-271-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netplan: upgrade 0.99 -> 0.100zangrc2020-11-274-61/+43
| | | | | | | | 0001-src-parse.c-Initialize-key-to-NULL.patch Removed since this is included in 0.100. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-transitions: Upgrade 0.8.4 -> 0.8.5Leon Anavi2020-11-272-11/+9
| | | | | | | | | | | | | Upgrade to release 0.8.5: - AsyncMachine.switch_model_context is expected to be async now for easier integration of async code during model switch. - Bugfix: Initializing a machine with GraphSupport threw an exception when initial was set to a nested or parallel state 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-urllib3: Upgrade 1.25.11 -> 1.26.2Leon Anavi2020-11-271-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.26.2: - NOTE: urllib3 v2.0 will drop support for Python 2. - Added support for HTTPS proxies contacting HTTPS servers - Deprecated negotiating TLSv1 and TLSv1.1 by default. Users that still wish to use TLS earlier than 1.2 without a deprecation warning should opt-in explicitly by setting ssl_version=ssl.PROTOCOL_TLSv1_1 Starting in urllib3 v2.0: Connections that receive a ``DeprecationWarning`` will fail - Deprecated Retry options Retry.DEFAULT_METHOD_WHITELIST, Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST and Retry(method_whitelist=...) in favor of Retry.DEFAULT_ALLOWED_METHODS, Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT, and Retry(allowed_methods=...) Starting in urllib3 v2.0: Deprecated options will be removed - Added default User-Agent header to every request - Added urllib3.util.SKIP_HEADER for skipping User-Agent, Accept-Encoding, and Host headers from being automatically emitted with requests - Collapse transfer-encoding: chunked request data and framing into the same socket.send() call - Send http/1.1 ALPN identifier with every TLS handshake by default - Properly terminate SecureTransport connections when CA verification fails - Don't emit an SNIMissingWarning when passing server_hostname=None to SecureTransport - Disabled requesting TLSv1.2 session tickets as they weren't being used by urllib3 - Suppress BrokenPipeError when writing request body after the server has closed the socket - Wrap ssl.SSLError that can be raised from reading a socket (e.g. "bad MAC") into an urllib3.exceptions.SSLError - Fixed an issue where two User-Agent headers would be sent if a User-Agent header key is passed as bytes License-Update: Update copyright date 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-prettytable: Upgrade 1.0.1 -> 2.0.0Leon Anavi2020-11-271-3/+2
| | | | | | | | | | | | | | | | | | | Upgrade to release 2.0.0: - Add tbody and thead tags - Add add_rows to add several rows at once - Add Python 3.10-dev to CI Tests - Stop testing on Travis CI due to new open-source limitations - Move to src/ and tests/ layout - Drop support for EOL Python 2.7 and 3.5 - Fix padding_width = 0 - Don't create universal wheel for Python 2 (and 3) - Fix docs to match code: from_cursor -> from_db_cursor - readme: update function name in 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-ansi2html: Upgrade 1.5.2 -> 1.6.0Leon Anavi2020-11-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add native setuptools-scm and toml to the dependencies. Upgrade to release 1.6.0: - Add support for vt100 box drawing mode and high-intensity ansi codes - Fix undefined behavior with linkify when same url is repeated in same line - Prune CSS classes from output that are not used - Update style.py - Give more useful TaskWarrior example - Fix handling cursor move up with unique and empty lines - enable python 3 input decoding - Fix missing color CSS definitions - Prevent IndexError while handling CursorMoveUp - added setup.cfg - fix long lines - Started to implement LaTeX support - add option --title for filling in the title - add empty title element to head section in html output - added 2 color-schemes (solarized, osx). improved optparse handling schemes. - added support to select a color-scheme. added schemes 'xterm' and 'xterm... - Improve Makefile - Add and ship AsciiDoc manpage, improve --help, add --version - Fix README example to not produce unwanted spaces - Add missing license headers - Fix line handling - Add support for previously unhandled ANSI codes, improve approach on handling color state - Fix italic to be font-style (rather than font-weight) - Stop adding unwanted spaces - Fix writing to sys.stdout.buffer - Add convenience Makefile - Fix some bugs - add --inline style - Fix UnicodeDecodeError exception when Unicode characters appear in input 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-fastnumbers: Upgrade 3.0.0 -> 3.1.0Leon Anavi2020-11-272-9/+10
| | | | | | | | | | | | | | | Upgrade to release 3.1.0: - query_type function to determine what as type fastnumbers will interpret a given input - Support for Python 3.9 (eliminate use of private Python C function that is now hidden in 3.9) License-Update: 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>
* python3-luma-oled: Upgrade 3.7.0 -> 3.8.1Leon Anavi2020-11-271-2/+1
| | | | | | | | | | | Upgrade to release 3.8.1: - Improved diff_to_previous framebuffer performance - Fix mutable default parameter bug when using multiple displays 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.17.3 -> 2.0.1Leon Anavi2020-11-271-2/+1
| | | | | | | | | | | | | | Upgrade to release 2.0.1: - Improved diff_to_previous framebuffer performance - Add Linux framebuffer pseudo-device - Allow a wider range of SPI bus speeds - Fix to allow cmdline args to dynamically create a full_frame() instance 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-yarl: Upgrade 1.6.2 -> 1.6.3Leon Anavi2020-11-271-2/+1
| | | | | | | | | | | | | Upgrade to release 1.6.3: - No longer loose characters when decoding incorrect percent-sequences (like %e2%82%f8). All non-decodable percent-sequences are now preserved. - Provide x86 Windows 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>
* python3-bitstruct: Upgrade 8.11.0 -> 8.11.1Leon Anavi2020-11-271-2/+1
| | | | | | | | | | | Upgrade to release 8.11.1: - Fix memory leak in unpack dict C extension - Release with python3 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-pyrad: Upgrade 2.3 -> 2.4Leon Anavi2020-11-272-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.4: - Support poetry for for building this project - Use secrets.SysRandom instead of random.SystemRandom if possible - .get on Packets has an optional default parameter (to mimic dict.get()) - Fix: digestmod is not optional in python3.8 anymore - Fix: authenticator was refreshed before the packet was generated - Fix bug causing Message-Authenticator verification to fail if multiple instances of an attribute do not appear sequentially in the attributes list - Fixed VerifyReply broken when multiple instances of same attribute are not adjacent on reply - Fixed Missing send_packet for async Client - Fixed python3 support for SaltCrypt (was previously broken) License-Update: Use file 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>