summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* packagegroup-meta-python: Add python3-pytest-forked and python3-pytest-xdistKhem Raj2022-02-161-0/+2
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pytest-xdist: add 2.5.0Justin Bronder2022-02-161-0/+17
| | | | | | | | Adding a pytest plugin that enables distributed testing and loop-on-failing modes. Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pytest-forked: add 1.4.0Justin Bronder2022-02-161-0/+15
| | | | | | | | | Adding as a dependency of python3-pytest-xdist (which allows parallel execution of pytest test cases). Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-natsort: upgrade 8.0.2 -> 8.1.0Wang Mingyu2022-02-161-1/+1
| | | | | | | | | Changelog: ========= When using ns.PATH, only split off a maximum of two suffixes from a file name. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-twisted: upgrade 21.7.0 -> 22.1.0Wang Mingyu2022-02-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: year updated to 2022 Changelog: ========= Features -------- -Python 3.10 is now a supported platform (#10224) -Type annotations have been added to the twisted.python.fakepwd module. (#10287) Bugfixes -------- -twisted.internet.defer.inlineCallbacks has an improved type annotation, to avoid typing errors when it is used on a function which returns a non-None result. (#10231) -twisted.internet.base.DelayedCall.__repr__ and twisted.internet.task.LoopingCall.__repr__ had the changes from #10155 reverted to accept non-function callables. (#10235) -Revert the removal of .whl building that was done as part of #10177. (#10236) -The type annotation of the host parameter to twisted.internet.interfaces.IReactorTCP.connectTCP has been corrected from bytes to str. (#10251) -Deprecated twisted.python.threading.ThreadPool.currentThread() in favor of threading.current_thread(). -Switched twisted.python.threading.ThreadPool.currentThread() and twisted.python.threadable.getThreadID() to use 'threading.current_thread() to avoid the deprecation warnings introduced forthreading.currentThread()' in Python 3.10. (#10273) Improved Documentation ---------------------- -twisted.internet.utils.runWithWarningsSupressed behavior of waiting on deferreds has been documented. (#10238) -Sync API docs templates with pydoctor 21.9.0 release, using new theming capabilities. (#10267) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-werkzeug: upgrade 2.0.2 -> 2.0.3Wang Mingyu2022-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ========= - "ProxyFix" supports IPv6 addresses. :issue:'2262' - Type annotation for "Response.make_conditional", "HTTPException.get_response", and "Map.bind_to_environ" accepts "Request" in addition to "WSGIEnvironment" for the first parameter. :pr:'2290' - Fix type annotation for "Request.user_agent_class". :issue:'2273' - Accessing "LocalProxy.__class__" and "__doc__" on an unbound proxy returns the fallback value instead of a method object. :issue:'2188' - Redirects with the test client set "RAW_URI" and "REQUEST_URI" correctly. :issue:'2151' Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* packagegroup-meta-oe: Add googlebenchmarkKhem Raj2022-02-141-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* googlebenchmark: add 1.6.1Justin Bronder2022-02-141-0/+20
| | | | | | | | As meta-oe already has googletest, it seems appropriate to me to also add googlebenchmark which is structured quite similarly. Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* websocketpp: Apply upstream proposed patch to fix a Scons 4.2.0+ build failureGianfranco Costamagna2022-02-142-0/+507
| | | | | | | | See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003022 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>
* graphviz: native: create /usr/lib/graphviz/config6 in populate_sysrootChristian Eggers2022-02-141-0/+11
| | | | | | | | | | | | | | | | The `dot` tool requires to be run once after installation in order to create its configuration file. The do_prepare_recipe_sysroot task uses do_populate_sysroot in order to prepare the recipe-sysroot-native. Package postinstall scripts are not executed for -native packages, but files under ${BINDIR}/postinst-* are. This is quite the same as graphviz-setup.sh does for nativesdk. The general idea has been taken from OECORE/meta/classes/pixbufcache.bbclass. Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ebtables: remove perl from RDEPENDSChristian Eggers2022-02-141-1/+1
| | | | | | | | | The upstream ebtables-legacy-save perl script is replaced by a bash implementation (taken from Fedora). So there's nothing left which RDEPENDs on perl. Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: disable sse4.1 and sse4.2 on x86Mingli Yu2022-02-141-0/+3
| | | | | | | | | | | | | Disable sse4.1 and sse4.2 on x86 to fix the below build failure [1]. | ./opencv-4.5.5/git/modules/gapi/src/backends/fluid/gfluidcore_simd_sse41.hpp:387:47: error: '_mm_insert_epi64' was not declared in this scope; did you mean '_mm_insert_epi8'? 387 | val_0 = _mm_unpacklo_epi8(_mm_insert_epi64(val_0, reinterpret_cast<const int64_t>(&tmp[4 * (chanNum * mapsx[x + 1] + 1)]), 0), zero); | ^~~~~~~~~~~~~~~~ | _mm_insert_epi8 [1] https://github.com/opencv/opencv/issues/21597 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* capnproto: Fix build on mipsKhem Raj2022-02-121-0/+2
| | | | | | | | gcc and clang calls atomic intrinsics which needs linking with libatomic Fixes | /usr/src/debug/capnproto/0.9.1-r0/git/c++/src/capnp/arena.h:114: undefined reference to `__atomic_load_8' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gimp: Disable vector icons with clang on armKhem Raj2022-02-111-0/+1
| | | | | | | | | | Avoid qemu coredumps make[3]: *** [Makefile:2397: 24/gimp-center.svg] Segmentation fault (core dumped) make[3]: *** [Makefile:2397: 24/gimp-channel.svg] Segmentation fault (core dumped) make[3]: *** [Makefile:2397: 24/gimp-channel-blue.svg] Segmentation fault (core dumped) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dhcp-relay: Package needed shared libs from bindKhem Raj2022-02-111-3/+7
| | | | | | | Fixes ERROR: QA Issue: /usr/sbin/dhcrelay contained in package dhcp-relay requires libisccfg.so.163, but no providers found in RDEPENDS:dhcp-relay? [file-rdeps] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smarty: Upgrade to 4.1.0Khem Raj2022-02-111-3/+4
| | | | | | | | Changes are here [1] [1] https://github.com/smarty-php/smarty/releases/tag/v4.1.0 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libjs-jquery-icheck: Use hardcoded SHA for srcrevKhem Raj2022-02-111-4/+4
| | | | | | | Using tags is not good since it will fail to fetch with no network turned on Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: fix build error when pipewire-jack is usedPeter Bergin2022-02-111-3/+5
| | | | | | | | | | | | | | | | | | | | | If PACKAGECONFIG contains pipewire-jack the following error was seen: ERROR: pipewire-0.3.45-r0 do_package: QA Issue: pipewire: Files/directories were installed but not shipped in any package: /usr/bin/pw-jack /usr/share/pipewire/minimal.conf Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. pipewire: 2 installed and not shipped files. [installed-vs-shipped] File /usr/bin/pw-jack is added to pipewire-jack package. The removal of minimal.conf was conditional to not configuring 'pipewire-jack'. Can not see any reason to make it conditional on that specific option and make it always removed to avoid packaging error. Errors introduced in 687483235b5542401245711cb610ec327b33c403 Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* samba: upgrade 4.14.11 -> 4.14.12Yi Zhao2022-02-111-1/+1
| | | | | | | | | | | | | This is a security release in order to address the following defects: CVE-2021-44142: Out-of-Bound Read/Write on Samba vfs_fruit module. https://www.samba.org/samba/security/CVE-2021-44142.html CVE-2022-0336: Re-adding an SPN skips subsequent SPN conflict checks. https://www.samba.org/samba/security/CVE-2022-0336.html Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yaml-cpp: bump 0.7.0Justin Bronder2022-02-111-1/+1
| | | | | Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mbedtls: Upgrade to 2.28.0Mark Jonas2022-02-112-37/+2
| | | | | | | | | | Mbed TLS 2.28 is a long-time support branch. It will be supported with bug-fixes and security fixes until end of 2024. https://github.com/ARMmbed/mbedtls/releases/tag/v2.28.0 Signed-off-by: Mark Jonas <toertel@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* capnproto: update to 0.9.1Oleksandr Kravchuk2022-02-112-40/+1
| | | | | | | Removed upstreamed patch. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fping: update to 5.1Oleksandr Kravchuk2022-02-111-1/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: update to 1.24Oleksandr Kravchuk2022-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | ver 1.24: Fix issue with handshake and missing rekeying support. Fix issue with BSS ranking and zero signal strength. Fix issue with setting OWE IE length correctly. ver 1.23: Fix issue with handling handshake offloading. Fix issue with at_console and D-Bus policy. ver 1.22: Fix issue with handling periodic scanning. Fix issue with handling scanning completion. Fix issue with handling scanning for OWE auto-connect. Add support for additional DPP features. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libiio: use setuptools functions instead of distutilsSam Van Den Berge2022-02-111-3/+3
| | | | | | | | | | Since ca73393a36c4144662ea8570f904154188e9815a in oe-core, setuptools does not inherit from distutils3 anymore. Therefore replace the distutils functions and variables by their setuptools counterparts which are now available. Signed-off-by: Sam Van Den Berge <sam.van.den.berge@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: Upgrade 2.3.5 -> 2.3.6Leon Anavi2022-02-111-1/+1
| | | | | | | | | | | | | | Upgrade to release 2.3.6: - add optional value parameter to `util.count_n()` - determine machine endianness at build time when possible, by using the `PY_LITTLE_ENDIAN` macro, in order to optimize `shift_r8()` - add official Python 3.11 support Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-humanize: Upgrade 3.13.1 -> 3.14.0Leon Anavi2022-02-111-1/+1
| | | | | | | | | | | Upgrade to release 3.14.0: - Don't deprecate time.Unit enumeration - Use humanize.intcomma to format years in time module Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-imageio: Upgrade 2.14.1 -> 2.15.0Leon Anavi2022-02-111-1/+1
| | | | | | | | | | | | | | | | | Upgrade to release 2.15.0: - Fix webcam FPS settings on MacOS - Add format_hint to v3 API - Make tifffile read resolution metadata - Make RTD fail on warnings during CI - Remove link to download tracker - Type annotations for pillow - Contribution guidelines - Deprecate python 3.6 support Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pyopenssl: upgrade 21.0.0 -> 22.0.0Xu Huan2022-02-111-1/+1
| | | | | | | | | | changelog: Drop support for Python 2.7. #1047 The minimum cryptography version is now 35.0. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pyudev: upgrade 0.22.0 -> 0.23.2Xu Huan2022-02-111-1/+1
| | | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-oauthlib: upgrade 3.1.1 -> 3.2.0Xu Huan2022-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | changelog: =============================================================================== OAuth2.0 Client: Add Device Authorization Flow for Web Application Add PKCE support for Client Fallback to none in case of wrong expires_at format. OAuth2.0 Provider: Add support for CORS to metadata endpoint. Add support for CORS to token endpoint. Remove comma after Bearer in WWW-Authenticate OAuth2.0 Provider - OIDC: Call save_token in Hybrid code flow OIDC add support of refreshing ID Tokens with refresh_id_token The RefreshTokenGrant modifiers now take the same arguments as the AuthorizationCodeGrant modifiers (token, token_handler, request). General: Added Python 3.9, 3.10, 3.11 Improve Travis & Coverage Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-sqlalchemy: upgrade 1.4.29 -> 1.4.31Xu Huan2022-02-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: year updated to 2022 changelog: =============================================================================== -orm Fixed issue in Session.bulk_save_objects() where the sorting that takes place when the preserve_order parameter is set to False would sort partially on Mapper objects, which is rejected in Python 3.11. -postgresql Fixed regression where the change in #7148 to repair ENUM handling in PostgreSQL broke the use case of an empty ARRAY of ENUM, preventing rows that contained an empty array from being handled correctly when fetching results. -mysql Fixed regression in asyncmy dialect caused by #7567 where removal of the PyMySQL dependency broke binary columns, due to the asyncmy dialect not being properly included within CI tests. -mssql Added support for FILESTREAM when using VARBINARY(max) in MSSQL. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-requests-oauthlib: upgrade 1.3.0 -> 1.3.1Xu Huan2022-02-112-9/+8
| | | | | | | | | | | | | | | | changelog: =============================================================================== Add initial support for OAuth Mutual TLS (draft-ietf-oauth-mtls) Add eBay compliance fix Add Spotify OAuth 2 Tutorial Add support for python 3.8, 3.9 Fixed LinkedIn Compliance Fixes Fixed ReadTheDocs Documentation and sphinx errors Moved pipeline to GitHub Actions Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* tcpreplay: update HOMEPAGEYi Zhao2022-02-091-1/+2
| | | | | | | The official site was moved to https://tcpreplay.appneta.com/. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imagemagick: update SRC_URI branch to mainKartikey Rameshbhai Parmar2022-02-091-1/+1
| | | | | | | master branch on the repository has been renamed in upstream to main. Signed-off-by: Kartikey Rameshbhai Parmar <kartikey.rameshbhai.parmar@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* breakpad: fix branch for gtest in SRC_URIThomas Perrot2022-02-091-1/+1
| | | | | | | The commit 4fe018038f87 is in the main branch, so the do_fetch task failed. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireplumber: Add recipeCarlos Rafael Giani2022-02-081-0/+140
| | | | | | | | WirePlumber is a session / policy manager for PipeWire with support for Lua scripting and adding functionality by installing extra modules. Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: Upgrade to 0.3.45Carlos Rafael Giani2022-02-081-38/+79
| | | | | | | | | | | | | | | | | | | | | | | | Recipe changes: * media-session is no longer built, since it is now a separate subproject, and it is considered obsolete; WirePlumber is the alternative that is recommended by upstream; see: https://gitlab.freedesktop.org/pipewire/media-session/-/blob/d2880ed23aa6e3df7038b311145f390e4f3428ef/README.md#pipewire-media-session * new pipewire-v4l2 package that provides a virtual V4L2; contains a new "pw-v4l2" script to LD_PRELOAD libpw-v4l2.so device which transmits media data from/to a PipeWire graph * pw-top needs ncurses, which is why this is added to DEPENDS * pw-tools contains individual binary names to be able to separate the pw-v4l2 script from pw-tools * libcamera and ffmpeg features are usable now * remove unnecessary EXTRA_OEMESON switches for enabling plugins that are already on by default * add avahi, libcanberra, webrtc-echo-cancelling, bluez-aac, libusb packageconfigs * fix systemd-system-dir path and explicitly set systemd-user-dir path Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mosquitto: upgrade 2.0.12 -> 2.0.14Gianfranco Costamagna2022-02-082-4/+4
| | | | | | | | | - Upgrade license hash due to whitespace changes - refresh patch 1571.patch 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>
* ntopng: upgrade 5.0 -> 5.2.1Wang Mingyu2022-02-085-34/+34
| | | | | | | | change configure.seed to configure.ac.in refresh 0001-Makefile.in-don-t-use-the-internal-lua.patch Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ndpi: upgrade 4.0 -> 4.2Wang Mingyu2022-02-082-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refresh 0001-autogen.sh-not-generate-configure.patch Changelog: ========= New Features ----------- Add a "confidence" field indicating the reliability of the classification Add risk exceptions for services and domain names via ndpi_add_domain_risk_exceptions() Add ability to report whether a protocol is encrypted New Supported Protocols and Services ----------------------------------- Add protocol detection for: Badoo Cassandra EthernetIP Improvements ------------ Significantly reduced memory footprint from 2.94 KB to 688 B per flow Improve protocol detection for: BitTorrent ICloud Private Relay IMAP, POP3, SMTP Log4J/Log4Shell Microsoft Azure Pandora TV RTP RTSP Salesforce STUN Whatsapp QUICv2 Zoom Add flow risk: NDPI_CLEAR_TEXT_CREDENTIALS NDPI_POSSIBLE_EXPLOIT (Log4J) NDPI_TLS_FATAL_ALERT NDPI_TLS_CERTIFICATE_ABOUT_TO_EXPIRE Update WhatsAPP and Instagram addresses Update the list of default ports for QUIC Update WindowsUpdate URLs Add support for the .goog Google TLD Add googletagmanager.com Add bitmaps and API for handling compressed bitmaps Add JA3 in risk exceptions Add entropy calculation to check for suspicious (encrypted) payload Add extraction of hostname in SMTP Add RDP over UDP dissection Add support for TLS over IPV6 in Subject Alt Names field Improve JSON and CSV serialization Improve IPv6 support for almost all dissectors Improve CI and unit tests, add arm64, armhf and s390x as part of CI Improve WHOIS detection, reduce false positives Improve DGA detection for skipping potential DGAs of known/popular domain names Improve user agent analysis Reworked HTTP protocol dissection including HTTP proxy and HTTP connect Changes -------- TLS obsolete protocol is set when TLS < 1.2 (used to be 1.1) Numeric IPs are not considered for DGA checks Differentiate between standard Amazon stuff (i.e market) and AWS Remove Playstation VUE protocol Remove pandora.tv from Pandora protocol Remove outdated SoulSeek dissector Fixes ----- Fix race conditions Fix dissectors to be big-endian friendly Fix heap overflow in realloc wrapper Fix errors in Kerberos, TLS, H323, Netbios, CSGO, Bittorrent Fix wrong tuple comparison Fix ndpi_serialize_string_int64 Fix Grease values parsing Fix certificate mismatch check Fix null-dereference read for Zattoo with IPv6 Fix dissectors initialization for XBox, Diameter Fix confidence for STUN classifications Fix FreeBSD support Fix old GQUIC versions on big-endian machines Fix aho-corasick on big-endian machines Fix DGA false positive Fix integer overflow for QUIC Fix HTTP false positives Fix SonarCloud-CI support Fix clashes setting the hostname on similar protocols (FTP, SMTP) Fix some invalid TLS guesses Fix crash on ARM (Raspberry) Fix DNS (including fragmented DNS) dissection Fix parsing of IPv6 packets with extension headers Fix extraction of Realm attribute in STUN Fix support for START-TLS sessions in FTP Fix TCP retransmissions for multiple dissectors Fix DES initialisation Fix Git protocol dissection Fix certificate mismatch for TLS flows with no client hello observed Fix old versions of GQUIC on big-endian machines Misc ---- Add tool for generating automatically the Azure IP list Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gimp: Disable vector icons on x86 with clangKhem Raj2022-02-081-0/+1
| | | | | | | | | | | | | It workarounds qemu crashes seen when building with clang e.g. | make[3]: *** [Makefile:2397: 24/gimp-controller.svg] Segmentation fault | make[3]: *** Waiting for unfinished jobs.... | make[3]: *** [Makefile:2397: 24/gimp-color-space-perceptual.svg] Segmentation fault | make[3]: *** [Makefile:2397: 24/gimp-controller-keyboard.svg] Segmentation fault | make[3]: *** [Makefile:2397: 24/gimp-colormap.svg] Segmentation fault Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcgi-perl: upgrade 4.53 -> 4.54wangmy2022-02-081-1/+1
| | | | | | | | | | Changelog: ========= - fix use of cache when calling ->cookie - thanks to Sergey Panteleev for the PR Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcms: upgrade 2.12 -> 2.13.1wangmy2022-02-081-2/+1
| | | | | | | | | Changelog: ========= Fix for pure white going gray in grayscale transforms. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcpreplay: upgrade 4.3.4 -> 4.4.0wangmy2022-02-081-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= Update strlcpy.c and strlcat.c PR #636 Apply #616 fix to flows.c, fix #665 Bug #670: update Travis CI to focal Bug #669: LINUX installed netmap auto detection Feature #626 - Support for Q-in-Q VLAN tags Bug #677 skipbroadcast Bug #689: add security policy document Directories of pcaps as arguments PR #682 Bug #679 fix PPS calc for long-running sessions Bug #668 Improve SDK selection Bug #696 fix directory include feature Bug #695 mac os tests fail Bug #674 - Revert "send_packet: Avoid clock drift by using time since first packet" Feature #563 mac update on multicast Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensaf: upgrade 5.21.09 -> 5.22.01wangmy2022-02-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= * log: removal of letter 'C'/'R' from msgId in RFC5424 format [#3303] * log: Stop all threads while releasing the log agent object [#3302] * amf: Correct HC period to make it effect immediately[#3298] * log: Correct condition to shutdown the log agent [#3301] * log: Increase timeout in logtest [#3291] * log: Shutdown log agent when not in use [#3291] * log: Introduce the initial clm node status [#3291] * amf: Correct the version of csi attribute message [#3296] * ntf: correct the behavior of periodic check log pending [#3297] * mds: Resolve active MxN VDEST conflict in split brain [#3281] * smf: correct merge bundle rolling to single step [#3290] * ntf: get attribute value from local when value not existed [#3289] * immd: fix cannot find candidate for new immnd coordinator [#3284] * smf: make more robustness in BISU upgrade [#3286] * amfd: Tightens sync window condition to proceed headless restoration [#3271] * osaf: fixed redefinition of typedef 'SaConstStringT' [#3287] * amf: update runtime attributes of node to IMM in sync [#3285] * amfd: Correct checking CSICOMP while deleting CSI [#3282] * base: using mutex for test case sysf_ipc_test instead of atomic [#3283] * build: adaptive python version for rpm build [#3270] Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* devilspie2: upgrade 0.43 -> 0.44wangmy2022-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= * Default to Lua 5.3, and permit use of other versions * Add support for setting and deleting window properties * Add get_process_name(), which returns the name of the process owning the window (if possible) * Add get_monitor_index() and get_monitor_geometry(); improve monitor index/geometry discovery * Add get_window_is_decorated() (which uses the Motif window hints) * Alias center() as centre() * Extend centre() to allow centring on a given monitor and to allow horizontal or vertical only * Extend set_window_position() to allow positioning on a given monitor and control which corner is measured from. (Behaviour with two parameters is unchanged.) * Quote the option hyphens in the man page (preventing replacement) * Various const & compiler warning (gcc -Wextra) fix-ups * Support for UTF-8 strings in window properties * Allow replacements for pkg-config at compile time Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rtc-tools: Add a recipeFabio Estevam2022-02-072-0/+55
| | | | | | | | | | | rtc-tools is a useful utility developed by Alexandre Belloni for testing RTC kernel drivers, such as y2038 support. Based on the initial recipe from Heiko Schocher <hs@denx.de>. Signed-off-by: Fabio Estevam <festevam@denx.de> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: Fix build with muslKhem Raj2022-02-072-0/+55
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: Fix build with muslKhem Raj2022-02-072-0/+37
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>