summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* packagegroup-meta-oe: Remove log4cplusKhem Raj2020-09-031-1/+0
| | | | | | log4cplus is now in oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-networking: Remove dhcpcd and keaKhem Raj2020-09-031-2/+0
| | | | | | They moved out from meta-networking into core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dhcpcd: pkg moved to coreArmin Kuster2020-09-033-108/+0
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kea: pkg moved to coreArmin Kuster2020-09-035-140/+0
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* log4cplus: pkg moved to coreArmin Kuster2020-09-031-19/+0
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tmux: Add -p option to mkdirKhem Raj2020-09-031-1/+1
| | | | | | This help avoiding a build failure when this dir already exists Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fping: Upgrade 4.4 -> 5.0Leon Anavi2020-09-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 5.0: - In non-quiet loop and count mode, a line is printed for every lost packet - The returned size in bytes now always excludes the IP header, so if before it reported '84 bytes' e.g. when using 'fping -l', now it reports '64 bytes'. This is to make the reported size consistent with ping(8) from iputils and also with fping when pinging a IPv6 host (which never included the IPv6 header size). - The number of sent pings is only counted when the pings are received or have timed out, ensuring that the loss ratio will be always correct. This makes it possible, for example, to use loop mode (-l) with interval statistics (-Q) and a timeout larger than period, without having the issue that initially some pings would be reported as missing - Improved precision of measurements from 10us to 1us - The reported size of received packets is now always correct on Linux even for packets > 4096 bytes - Travis CI automated testing now also macos testing and additional ubuntu distributions Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mosquitto: Upgrade 1.6.11 -> 1.6.12Leon Anavi2020-09-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.6.12: Security: - In some circumstances, Mosquitto could leak memory when handling PUBLISH messages. This is limited to incoming QoS 2 messages, and is related to the combination of the broker having persistence enabled, a clean session=false client, which was connected prior to the broker restarting, then has reconnected and has now sent messages at a sufficiently high rate that the incoming queue at the broker has filled up and hence messages are being dropped. This is more likely to have an effect where max_queued_messages is a small value. This has now been fixed. Broker: - Build warning fixes when building with WITH_BRIDGE=no and WITH_TLS=no. Clients: - All clients exit with an error exit code on CONNACK failure. - Don't busy loop with `mosquitto_pub -l` on a slow connection. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* znc: Upgrade 1.7.5 -> 1.8.1Leon Anavi2020-09-031-1/+1
| | | | | | | | | | | Upgrade to release 1.8.1: - Bug fix: authenticated users can trigger an application crash (with a NULL pointer dereference) if echo-message is not enabled and there is no network. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pillow: Upgrade 6.2.1 -> 7.2.0Leon Anavi2020-09-022-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 7.2.0: - Do not convert I;16 images when showing PNGs - Fixed ICNS file pointer saving - Fixed loading non-RGBA mode APNGs with dispose background - Deprecated _showxv - Deprecate Image.show(command="...") - Updated JPEG magic number - Change STRIPBYTECOUNTS to LONG if necessary when saving - Write JFIF header when saving JPEG - Replaced tiff_jpeg with jpeg compression when saving TIFF images - Writing TIFF tags: improved BYTE, added UNDEFINED - Consider transparency when pasting text on an RGBA image - Added method argument to single frame WebP saving - Use ImageFileDirectory_v2 in Image.Exif - Corrected reading EXIF metadata without prefix - Fixed drawing a jointed line with a sequence of numeric values - Added support for 1-D NumPy arrays - Parse orientation from XMP tags - Speed up text layout by not rendering glyphs - Fixed ZeroDivisionError in Image.thumbnail - Replaced TiffImagePlugin DEBUG with logging - Fix repeatedly loading .gbr - JPEG: Truncate icclist instead of setting to None - Fixes default offset for Exif - Fixed bug when unpickling TIFF images - Fix pickling WebP - Replace IOError and WindowsError aliases with OSError License-Update: Word wrap and updated copyright 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-flask-pymongo: Consolidate in a single fileLeon Anavi2020-09-022-16/+16
| | | | | | | | 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-flask-mail: Consolidate in a single fileLeon Anavi2020-09-022-13/+13
| | | | | | | | 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-flask-nav: Consolidate in a single fileLeon Anavi2020-09-022-14/+14
| | | | | | | | 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-traitlets: Upgrade 4.3.3 -> 5.0.0Leon Anavi2020-09-021-3/+2
| | | | | | | | | | | | | | | | | | | | Upgrade to release 5.0.0: Traitlets 5.0 is a new version of traitlets that accumulate changes over a period of more close to four years; A number of internal refactoring made the internal code structure cleaner and simpler, and greatly improved the diagnostic error messages as well has help and documentation generation. Major changes: - Removal of Python 2 support, - Removal of Python 3.0-3.6 support - Follow NEP 29, and are thus Python 3.7+ only. - Remove six as a dependency - Remove funcsig as a dependency. 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.16.0 -> 1.16.1Leon Anavi2020-09-021-2/+2
| | | | | | | | | | Upgrade to release 1.16.1: - Fix bug in bitmap_font: glyph_index now computed correctly 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.17.0 -> 0.17.1Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | 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> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hpack: Upgrade 3.0.0 -> 4.0.0Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | 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> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hpack: Consolidate in a single fileLeon Anavi2020-09-022-12/+9
| | | | | | | | 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-ipython: Upgrade 7.17.0 -> 7.18.1Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | 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> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-more-itertools: Upgrade 8.4.0 -> 8.5.0Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | | | 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> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prompt-toolkit: Upgrade 3.0.6 -> 3.0.7Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | | | | | | 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> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-parse: Upgrade 1.16.0 -> 1.17.0Leon Anavi2020-09-021-2/+2
| | | | | | | | | | 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> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-paramiko: Upgrade 2.7.1 - 2.7.2Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | 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> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sh: Upgrade 1.13.1 -> 1.14.0Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | 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> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmd2: Upgrade 1.3.5 -> 1.3.8Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | | | 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> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-user: Consolidate in a single fileLeon Anavi2020-09-022-18/+18
| | | | | | | | 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-google-api-python-client: Upgrade 1.10.1 -> 1.11.0Leon Anavi2020-09-021-2/+2
| | | | | | | | | | Upgrade to release 1.11.0: - Add support for mtls env variables 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 3.0 -> 3.1Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* python3-luma-core: Upgrade 1.15.0 -> 1.16.0Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | 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> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ecdsa: Upgrade 0.15 -> 0.16.0Leon Anavi2020-09-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-texttable: add recipeHongxu Jia2020-09-021-0/+11
| | | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* toybox: Add packageconfigs for iconv and getconfKhem Raj2020-09-021-1/+12
| | | | | | | | | | | | | | | | | | | | | | | iconv and getconf are also provided by glibc-utils which is built along with glibc and update-alternatives don't work with special packages like glibc since it causes cyclic dependencies e.g glibc->opkg-utils->glibc therefore creating u-a for iconv and getconf gets into trouble when glibc-utils is added to image along with toybox, usually with ptest enabled images by default. Therefore we turn these two applets into packageconfigs and delete them by default from u-a, if one want toybox to provide them then clear no-iconv and no-getconf from PACKAGECONFIG via a bbappend e.g. PACKAGECONFIG_remove = "no-getconf no-iconv" Remove bashism by enquiring for VIRTUAL-RUNTIME_init_manager from bitbake datastore Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imapfilter: Fix linker flagsKhem Raj2020-09-012-1/+21
| | | | | | | Linker flags were not being respected as a result it was passing wrong gnu_hash options while linking. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nss: remove signlibs.shMartin Jansa2020-09-012-26/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Looks like my "solution" also isn't working well at least for images with read-only-rootfs in IMAGE_FEATURES. pkg_postinst_ontarget_${PN} is always forced to run on the target, which for read-only-rootfs results in: log.do_rootfs: ... NOTE: If an image is being built, the postinstalls for the following packages will be postponed for first boot: nss ... ERROR: The following packages could not be configured offline and rootfs is read-only: ['nss'] and now looking at the /usr/bin/signlibs.sh and it does pretty much the same as the postinst script when D isn't empty. >From oe-core git history it shows that signlibs.sh was added first: https://git.openembedded.org/openembedded-core/commit/?id=a4580f967c8064294a06d406acf5deb24aee2acc then the offline version of postinst was added to support read-only-rootfs in: https://git.openembedded.org/openembedded-core/commit/?id=64e87fc6e99bc1d4807034166735034b1f92bad8 and nss-native should always provide the shlibsign since: https://git.openembedded.org/openembedded-core/commit/?id=88540c5b08dea069660d1a68e506aebdd68e6ae0 and only after https://git.openembedded.org/openembedded-core/commit/?id=8f782f7095e718dd9452055af53363beb6bdbece it looked like signlibs.sh was something special only for target. So it looks to me, that we should just remove signlibs.sh script and let the same postinst be used on target and offline (with or without D being empty). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mycroft: rdep on procpsKhem Raj2020-09-011-0/+3
| | | | | | mycroft needs pgrep Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-multimedia: Add new recipesKhem Raj2020-09-011-22/+75
| | | | | | Re-arrange to make one line per package Signed-off-by: Khem Raj <raj.khem@gmail.com>
* schroedinger: Update SRC_URIKhem Raj2020-09-011-1/+1
| | | | | | http://www.diracvideo.org is not accessible anymore Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: fix CVE-2020-15389Slater, Joseph2020-09-012-0/+52
| | | | | | | Backport from github meta-xilinx-tools. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lua: fix CVE-2020-15945Wenlin Kang2020-09-012-0/+168
| | | | | | | | Backport with modifications to apply successfully. Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com> Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netkit-rwho: Convert to ontarget postinstKhem Raj2020-09-011-2/+1
| | | | | | Starting the service is something to be done when its booted on target Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netkit-ftp: Use update-alternatives for ftpKhem Raj2020-09-011-1/+5
| | | | | | So it can live with other providers Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netkit-rwho: Use update-alternatives for tftpKhem Raj2020-09-011-1/+5
| | | | | | So it can live along other providers Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ssmtp: Use update alternatives for conflicts with esmtpKhem Raj2020-09-011-1/+14
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netkit-rpc: Use update alternatives for rpcinfoKhem Raj2020-09-011-0/+7
| | | | | | This helps it live along rpcbind Signed-off-by: Khem Raj <raj.khem@gmail.com>
* quagga,pimd: Use update-alternatives for pimdKhem Raj2020-09-012-2/+10
| | | | | | | pimd is provided by both quagga and pimd, prefer quagga over pimd when both are in image Signed-off-by: Khem Raj <raj.khem@gmail.com>
* autossh: Depend on ssh instead of hardcoding opensshKhem Raj2020-09-011-1/+1
| | | | | | This helps it to use dropbear Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bearssl: fix GNU_HASH link errorKhem Raj2020-09-012-0/+33
| | | | | | | | Fixes No GNU_HASH in the ELF binary /mnt/b/yoe/master/build/tmp/work/cortexa57-yoe-linux/bearssl/0.6-r0/packages-split/bearssl/usr/lib/libbearssl.so.6.0.0, didn't pass LDFLAGS? [ldflag s] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-networking: Add new packagesKhem Raj2020-09-011-56/+188
| | | | | | Reorganize to have one package per line Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: Depend on dhcpcdKhem Raj2020-09-011-1/+1
| | | | | | dhcp-client is being removed from oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Exclude from world buildsKhem Raj2020-08-311-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>