summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* wireguard-module: 1.0.20210219 -> 1.0.20220627Jose Quaresma2022-08-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also change the git protocol to https. Relevant changes: - 18fbcd6 version: bump - 3ec3e82 compat: handle backported rng and blake2s - ba45dd6 qemu: give up on RHEL8 in CI - c7560fd qemu: set panic_on_warn=1 from cmdline - 33c87a1 qemu: use vports on arm - 894152a netns: limit parallelism to $(nproc) tests at once - f888673 netns: make routing loop test non-fatal - f9d9b4d device: check for metadata_dst with skb_valid_dst() - f909532 qemu: enable ACPI for SMP - ec89ca6 socket: ignore v6 endpoints when ipv6 is disabled - fa32671 socket: free skb in send6 when ipv6 is disabled - ffb8cd6 qemu: simplify RNG seeding - 4eff63d queueing: use CFI-safe ptr_ring cleanup function - 273018b crypto: curve25519-x86_64: use in/out register constraints more precisely - 4f4c019 compat: drop Ubuntu 14.04 - 743eef2 version: bump - 3c9f3b6 crypto: curve25519-x86_64: solve register constraints with reserved registers - 8e40dd6 compat: udp_tunnel: don't take reference to non-init namespace - ea6b8e7 compat: siphash: use _unaligned version by default - 5325bc8 ratelimiter: use kvcalloc() instead of kvzalloc() - e44c78c receive: drop handshakes if queue lock is contended - 5707d38 receive: use ring buffer for incoming handshakes - 68abb1b device: reset peer src endpoint when netns exits - ea3f5fb main: rename 'mod_init' & 'mod_exit' functions to be module-specific - cb001d4 netns: actually test for routing loops - 2715e64 compat: update for RHEL 8.5 - 2974725 compat: account for grsecurity backports and changes - 50dda8c compat: account for latest c8s backports - d378f93 version: bump - fb4a0da qemu: increase default dmesg log size - 8f4414d qemu: add disgusting hacks for RHEL 8 - fd7a462 allowedips: add missing __rcu annotation to satisfy sparse - 383461d allowedips: free empty intermediate nodes when removing single node - 03add82 allowedips: allocate nodes in kmem_cache - b56d48c allowedips: remove nodes in O(1) - 3c14c4b allowedips: initialize list head in selftest - 4d8b7ed peer: allocate in kmem_cache - 6fbc0e6 global: use synchronize_net rather than synchronize_rcu - 405caf0 kbuild: do not use -O3 - b50ef4d netns: make sure rp_filter is disabled on vethc - e67b722 version: bump - 1edffe2 Revert "compat: skb_mark_not_on_list will be backported to Ubuntu 18.04" - 2cf9543 compat: update and improve detection of CentOS Stream 8 - 122f06b compat: icmp_ndo_send functions were backported extensively Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireplumber: update to v0.4.11Markus Volk2022-08-221-3/+5
| | | | | | | | - install systemd-user-service - install modules to get the binary running Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: Upgrade 2022.7.25 -> 2022.8.17Leon Anavi2022-08-221-1/+1
| | | | | | | | | | Upgrade to release 2022.8.17: - \v for vertical spacing, added \p{HorizSpace} (\p{H}) and \p{VertSpace} (\p{V}). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: Upgrade 6.4.1 -> 6.4.4Leon Anavi2022-08-221-1/+4
| | | | | | | | | | | | | | | | | | Upgrade to release 6.4.4: - Wheels are now provided for Python 3.11 - Fix a failure when combining data files if the file names contained glob-like patterns - Fix a messaging failure when combining Windows data files on a different drive than the current directory - Fix path calculations when running in the root directory, as you might do in a Docker container - Filtering in the HTML report wouldn't work when reloading the index page. This is now fixed - Fix a problem with Cython code measurement Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mdio-tools: add recipesEnguerrand de Ribaucourt2022-08-223-0/+31
| | | | | | | | | Self-description from the README: mdio-tools is a low-level debug tool for communicating with devices attached to an MDIO bus. Signed-off-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com> Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: sleep more in android-gadget-startDevendra Tewari2022-08-221-1/+1
| | | | | | | Increase sleep to 10 seconds otherwise interface is not ready on rpi0w. Signed-off-by: Devendra Tewari <devendra.tewari@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlt-daemon: fix dlt-system.service failed since buffer overflowChangqing Li2022-08-192-0/+41
| | | | | | | | | | dlt-system.service start failed with error: dlt-system[367]: *** buffer overflow detected ***: terminated dlt-system.service: Failed with result 'watchdog'. dlt-system.service: Main process exited, code=dumped, status=6/ABRT dlt-system.service: Watchdog timeout (limit 2s)! Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spdlog: Fix CMake flagCarsten Bäcker2022-08-191-2/+2
| | | | | | https://github.com/gabime/spdlog/blob/eb3220622e73a4889eee355ffa37972b3cac3df5/CMakeLists.txt#L72 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* klibc: Fix build with kernel 5.19 headersKhem Raj2022-08-192-0/+35
| | | | | | Backport relevant patch. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Upgrade to 1.9.7 and fix build on x86Khem Raj2022-08-182-2/+47
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Use CMAKE_C_STANDARD_LIBRARIES cmake var to pass libatomicKhem Raj2022-08-181-2/+3
| | | | | | | | | | | | Since libatomic needs to be linked last in the list of libs, take advantange of using CMAKE_C_STANDARD_LIBRARIES insread of FLB_DEPS since DFLB_DEPS is not appended last to linker flags in CMakefiles it ends up with undefined references for libatomic symbols in libs appearing after FLB_LIBS in sequence Use it for mips too Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Upgrade to 0.23.9Khem Raj2022-08-181-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* audit: Revert the tweak done in configure step in do_installKhem Raj2022-08-171-0/+2
| | | | | | | | | This tweak is needed for building audit but not the interfaces it may expose via the headers, therefore undo the tweak before packaging things up Reported-By: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-term: Upgrade 2.3 -> 2.4Leon Anavi2022-08-171-4/+5
| | | | | | | | | | | | | | | | | | | Upgrade to release 2.4: - Add Python 3.8-3.10 to tox.ini. Remove old Python versions. - Replace deprecated python setup.py test in tox.ini. - Remove deprecated test_suite from setup.py. - Move metadata to setup.cfg and add a pyproject.toml file. - Include tests in sdist but not in wheel. - Fix escape sequence warning in byte string literal. - Open /dev/tty in binary mode under both Python 2 and 3. - Officially change opentty's bufsize argument default from 1 to -1. Under Python 3, 1 has effectively meant -1 all along but Python 3.8 now issues a warning. - Add readto, getfgcolor, getbgcolor, islightmode, and isdarkmode. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yarl: Upgrade 1.7.2 -> 1.8.1Leon Anavi2022-08-171-1/+2
| | | | | | | | | | | | Upgrade to release 1.8.1: - Added URL.raw_suffix, URL.suffix, URL.raw_suffixes, URL.suffixes, URL.with_suffix - Fixed broken internal references to :meth:`~URL.human_repr` - Fixed broken external references to :doc:`multidict:index` docs Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cytoolz: Upgrade 0.11.2 -> 0.12.0Leon Anavi2022-08-171-2/+3
| | | | | | | | | | | | | Upgrade to release 0.12.0: - Update to toolz 0.12.0 - Build wheels automatically with cibuildwheel! - Support newer Python versions - Improve import times - Use versioneer.py to manage versions Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-abi: Upgrade 3.0.0 -> 3.0.1Leon Anavi2022-08-171-1/+1
| | | | | | | | | | Upgrade to release 3.0.1: - Fix small warnings for make docs - Rename: encode_abi()->encode() and decode_abi()->decode() Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyperf: Upgrade 2.3.0 -> 2.4.1Leon Anavi2022-08-171-2/+2
| | | | | | | | | | | | Upgrade to release 2.4.1: - Reject --tracemalloc in pyperf command - Support reporting geometric mean by benchmark tags - Add pyston as an implementation with a jit - Add support for profiling benchmarks Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libproc-waitstat-perl: Fix LICENSE stringSaul Wold2022-08-171-1/+1
| | | | | | | | The create_spdx bbclass does not currently handle the lack of spaces around the op (| or &). For now fix the LICENSE string. Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-telnet-perl: Fix LICENSE stringSaul Wold2022-08-171-1/+1
| | | | | | | | The create_spdx bbclass does not currently handle the lack of spaces around the op (| or &). For now fix the LICENSE string. Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxml-libxml-perl: Fix LICENSE stringSaul Wold2022-08-171-1/+1
| | | | | | | | The create_spdx bbclass does not currently handle the lack of spaces around the op (| or &). For now fix the LICENSE string. Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-ldap-perl: Fix LICENSE stringSaul Wold2022-08-171-1/+1
| | | | | | | | The create_spdx bbclass does not currently handle the lack of spaces around the op (| or &). For now fix the LICENSE string. Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libauthen-sasl-perl: Fix LICENSE stringSaul Wold2022-08-171-1/+1
| | | | | | | | The create_spdx bbclass does not currently handle the lack of spaces around the op (| or &). For now fix the LICENSE string. Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmime-types-perl: Fix LICENSE stringSaul Wold2022-08-171-1/+1
| | | | | | | | The create_spdx bbclass does not currently handle the lack of spaces around the op (| or &). For now fix the LICENSE string. Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdigest-sha1-perl: Fix LICENSE stringSaul Wold2022-08-171-1/+1
| | | | | | | | The create_spdx bbclass does not currently handle the lack of spaces around the op (| or &). For now fix the LICENSE string. Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-socket-ssl-perl: Fix LICENSE stringSaul Wold2022-08-171-1/+1
| | | | | | | | The create_spdx bbclass does not currently handle the lack of spaces around the op (| or &). For now fix the LICENSE string. Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdigest-hmac-perl: Fix LICENSE stringSaul Wold2022-08-171-1/+1
| | | | | | | | The create_spdx bbclass does not currently handle the lack of spaces around the op (| or &). For now fix the LICENSE string. Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libipc-signal-perl: Fix LICENSE stringSaul Wold2022-08-171-1/+1
| | | | | | | | The create_spdx bbclass does not currently handle the lack of spaces around the op (| or &). For now fix the LICENSE string. Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.38.7 -> 0.39.0zhengruoqin2022-08-161-1/+2
| | | | | | | Add dependence python3-async-timeout Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asttokens: upgrade 2.0.5 -> 2.0.7zhengruoqin2022-08-161-1/+5
| | | | | | | | | | Add dependence python3-six Changelog: Fix astroid type checking import errors Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.55.0 -> 2.56.0zhengruoqin2022-08-161-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gcovr: upgrade 5.1 -> 5.2zhengruoqin2022-08-161-2/+2
| | | | | | | | | License-Update: Copyright year updated to 2022. Modify fomat of LICENSE. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask: upgrade 2.1.3 -> 2.2.2zhengruoqin2022-08-161-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-engineio: upgrade 4.3.3 -> 4.3.4zhengruoqin2022-08-161-1/+1
| | | | | | | | | | Changelog: =========== Let companion ASGI app handle lifespan events Use configured request timeout when making a WebSocket connection Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-autobahn: upgrade 22.6.1 -> 22.7.1zhengruoqin2022-08-161-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yappi: upgrade 1.3.5 -> 1.3.6Wang Mingyu2022-08-161-1/+1
| | | | | | | | Changelog: - cibuildwheel integration Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 2.0.1 -> 2.0.2Wang Mingyu2022-08-161-1/+1
| | | | | | | | | | Changelog: ========== Fix XSD 1.1 assertions effective scope Add support for Python 3.11 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-werkzeug: upgrade 2.2.1 -> 2.2.2Wang Mingyu2022-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ========== - Fix router to restore the 2.1 strict_slashes == False behaviour whereby leaf-requests match branch rules and vice versa. - Fix router to identify invalid rules rather than hang parsing them, and to correctly parse / within converter arguments. - Update subpackage imports in werkzeug.routing to use the import as syntax for explicitly re-exporting public attributes. - Parsing of some invalid header characters is more robust. - When starting the development server, a warning not to use it in a production deployment is always shown. - LocalProxy.__wrapped__ is always set to the wrapped object when the proxy is unbound, fixing an issue in doctest that would cause it to fail. - Address one ResourceWarning related to the socket used by run_simple. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 1.4.39 -> 1.4.40Wang Mingyu2022-08-161-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-setuptools-declarative-requirements: upgrade 1.2.0 -> 1.3.0Wang Mingyu2022-08-161-1/+1
| | | | | | | | | Changed ------- Ignore lines that start with -i. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzmq: upgrade 23.2.0 -> 23.2.1Wang Mingyu2022-08-161-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycodestyle: upgrade 2.9.0 -> 2.9.1Wang Mingyu2022-08-161-1/+1
| | | | | | | | | Changes: E275: fix false positive for yield expressions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycares: upgrade 4.2.1 -> 4.2.2Xu Huan2022-08-161-2/+1
| | | | | | | | Changelog: Build macOS arm64 and musllinux wheels Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.21.4 -> 4.21.5Xu Huan2022-08-161-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nocaselist: upgrade 1.0.5 -> 1.0.6Xu Huan2022-08-161-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.21.0 -> 2.21.1Xu Huan2022-08-161-1/+1
| | | | | | | | | Fix ------ Seeking to last frame caused EoF in pyav Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hexbytes: upgrade 0.2.2 -> 0.2.3Xu Huan2022-08-161-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-humanize: upgrade 4.2.3 -> 4.3.0Xu Huan2022-08-161-1/+1
| | | | | | | | | | | | | | | | Changelog: ========= Added ------- Add Greek translation Polish: Added thousand, fixed big numbers Fixed ------ Fix intword for negative numbers Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.9.1 -> 2.10.0Xu Huan2022-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: ========== Features -------- add integration tests for pluggable auth support for configurable token lifetime support for configurable token lifetime Bug Fixes --------- async certificate decoding Async system tests were not unwrapping async_generators Fix IDTokenCredentials update bug make expiration_time optional in response schema refactor credential subclass parameters Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohue: Upgrade 4.4.2 -> 4.5.0Leon Anavi2022-08-161-1/+1
| | | | | | | | | | | | Upgrade to release 4.5.0: - Add support for new Hue Tap Dial (relative rotary) - Fix KeyError on fake Hue bridges - Add monitor configuration type - Updated rate limit statuscode Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>