summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-path: upgrade 16.4.0 -> 16.5.0wangmy2022-09-281-1/+1
| | | | | | | | | | | Changelog: ========== Refreshed packaging. #197: Fixed default argument rendering in docs. #209: Refactored write_lines to re-use open semantics. Deprecated the linesep parameter. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pandas: upgrade 1.4.4 -> 1.5.0wangmy2022-09-281-2/+2
| | | | | | | License-Update: copyright year updated to 2022. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ldap: upgrade 3.4.2 -> 3.4.3wangmy2022-09-281-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========== This is a minor release to bring back the removed OPT_X_TLS option. Please note, it's still a deprecated option and it will be removed in 3.5.0. The following deprecated option has been brought back: OPT_X_TLS Fixes: -------- Sphinx documentation is now successfully built pypy3 tests stability was improved setup.py deprecation warning is now resolved Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-langtable: upgrade 0.0.59 -> 0.0.60wangmy2022-09-281-1/+1
| | | | | | | | | | | | Changelog: =========== * Add list_common_locales() function (Resolves: https://github.com/mike-fabian/langtable/issues/15) * For ar_IN locale, langtable should give the 'ara' keyboard layout as the first choice (Resolves: Resolves: https://github.com/mike-fabian/langtable/issues/14) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-humanize: upgrade 4.3.0 -> 4.4.0wangmy2022-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ========== Added ------- Add installation instructions (#56) Internationalise the decimal separator in intcomma() (#53) Internationalise intcomma for de_DE locale (#49) Fixed ------ Replace short scale with long scale for Polish numbers (#54) Fix intcomma() failing with a string as input when ndigits is not None (#52) Fix some pylint findings (#42) Fix "ValueError: math domain error" for metric(0) (#47) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-h11: upgrade 0.13.0 -> 0.14.0wangmy2022-09-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: upgrade 1.49.0 -> 1.49.1wangmy2022-09-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-tools: upgrade 1.49.0 -> 1.49.1wangmy2022-09-281-1/+1
| | | | | | | | | | | | | | | Changelog: ========= All ------ Update protobuf to v21.6 on 1.49.x. (#31028) Ruby ------ Backport "Fix ruby windows ucrt build #31051" to 1.49.x. (#31053) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.11.0 -> 2.11.1wangmy2022-09-281-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========== Bug Fixes ----------- Fix socket leak in impersonated_credentials (#1123) (b1eb467), closes #1122 Make pluggable auth tests work in all environments (#1114) (bb5c979) Skip oauth2client adapter tests if oauth2client is not installed (#1132) (d15092f) Update token refresh threshold from 20 seconds to 5 minutes (#1146) (261a561) Documentation ------------- samples: Add auth samples and tests (#1102) (ac87520) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.61.0 -> 2.62.0wangmy2022-09-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-djangorestframework: upgrade 3.13.1 -> 3.14.0wangmy2022-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== * Django 2.2 is no longer supported. [#8662] * Django 4.1 compatibility. [#8591] * Add --api-version CLI option to generateschema management command. [#8663] * Enforce is_valid(raise_exception=False) as a keyword-only argument. [#7952] * Stop calling set_context on Validators. [#8589] * Return NotImplemented from ErrorDetails.__ne__. [#8538] * Don't evaluate DateTimeField.default_timezone when a custom timezone is set. [#8531] * Make relative URLs clickable in Browseable API. [#8464] * Support ManyRelatedField falling back to the default value when the attribute specified by dot notation doesn't exist. Matches ManyRelatedField.get_attribute to Field.get_attribute. [#7574] * Make schemas.openapi.get_reference public. [#7515] * Make ReturnDict support dict union operators on Python 3.9 and later. [#8302] * Update throttling to check if request.user is set before checking if the user is authenticated. [#8370] Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-license-expression: Upgrade 21.6.14 -> 30.0.0Leon Anavi2022-09-281-2/+6
| | | | | | | | | | | | | Upgrade to release 30.0.0: - Use latest skeleton (and updated configure script) - Drop using calver - Improve error checking when combining licenses License-Update: Fix merge error in LICENSE Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytz-deprecation-shim: Runtime dependenciesLeon Anavi2022-09-281-0/+4
| | | | | | | Add zoneinfo as a runtime dependency. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zabbix: upgrade 6.2.2 -> 6.2.3wangmy2022-09-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thrift: upgrade 0.16.0 -> 0.17.0wangmy2022-09-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: refresh patchChen Qi2022-09-271-15/+15
| | | | | | | Refresh patch to avoid QA issue about patch fuzz. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pangomm-2.48: upgrade 2.50.0 -> 2.50.1wangmy2022-09-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencl-headers: upgrade 2022.05.18 -> 2022.09.23wangmy2022-09-271-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpeas: upgrade 1.32.0 -> 1.34.0wangmy2022-09-271-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== * Resource-based plugins are sorted by module-name before loading to aid in reproducibility. * Sorting of plugins with dependencies has been altered to improve sort-order with more complex plugin dependency graphs. * Translation updates: - Hebrew - Georgian - Bulgarian Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgee: upgrade 0.20.5 -> 0.20.6wangmy2022-09-271-1/+1
| | | | | | | | | | Changelog: ========== * Fixes for newer valac * Keep the original exception in Future.map/flat_map Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 5.9.20220911.0 -> 5.9.20220925.0wangmy2022-09-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cairomm-1.16: upgrade 1.16.1 -> 1.16.2wangmy2022-09-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unbound: upgrade 1.16.2 -> 1.16.3wangmy2022-09-271-1/+1
| | | | | | | | Bug Fixes - Patch for CVE-2022-3204 Non-Responsive Delegation Attack. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnsmasq: upgrade 2.86 -> 2.87wangmy2022-09-274-201/+10
| | | | | | | | | | License-Update : format of License file changed. CVE-2022-0934.patch deleted since it's included in 2.87. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp-xsl: upgrade 42.0 -> 42.1wangmy2022-09-271-1/+1
| | | | | | | | | | | | | | Changelog: ========= * Updated translations: bg hr ka sr sv Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: upgrade 3.3.3 -> 3.4.0wangmy2022-09-271-1/+1
| | | | | | | | | | | Highlighted changes since 3.3.0: * Added tracker_sparql_connection_deserialize_async() API to deserialize RDF content. * Library is no built monolithically, Vala dependency is removed * Improved performance of database updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-font-viewer: upgrade 42.0 -> 43.0wangmy2022-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== Fonts 43.beta comes with a new "About" button in the main window and the following translation updates: - Abkhazian - Dutch - Friulian - Georgian - Hebrew - Icelandic - Italian - Latvian - Nepali - Occitan (post 1500) - Turkish Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade 2022.08.21 -> 2022.09.04wangmy2022-09-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-unixsocket: Fix override syntaxKhem Raj2022-09-271-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: CVE-2022-3190 Infinite loop in legacy style dissectorHitendra Prajapati2022-09-262-0/+146
| | | | | | | | | | | | | Source: https://gitlab.com/wireshark/wireshark/-/commit/67326401a595fffbc67eeed48eb6c55d66a55f67 MR: 122044 Type: Security Fix Disposition: Backport from https://gitlab.com/wireshark/wireshark/-/commit/67326401a595fffbc67eeed48eb6c55d66a55f67 ChangeID: 13f833dfbd8f76db1ea01984441b212f08e6e4f5 Description: CVE-2022-3190 wireshark: Infinite loop in legacy style dissector. Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntp: add missing runtime dependency on libgcc for sntpFrank de Brabander2022-09-261-1/+2
| | | | | | | | | | This runtime dependency was already added for ntpd but not yet for the sntp binary. This will result in an error when pthread_exit() is called: "libgcc_s.so.1 must be installed for pthread_cancel to work" Signed-off-by: Frank de Brabander <debrabander@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: Upgrade 3.8.1 -> 3.8.3Leon Anavi2022-09-261-2/+2
| | | | | | | | | | | | Upgrade to release 3.8.3: - Increased the upper boundary of the multidict dependency to allow for the version 6 License-Update: Update copyright year from 2020 to 2022 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: build with USE_SYSTEMD=yes when systemd is enabledOvidiu Panait2022-09-232-2/+7
| | | | | | | | | | | | | Compile redis with full systemd support when the chosen init system is systemd. Enabling systemd supervision allows redis to communicate the actual server status (i.e. "Loading dataset", "Waiting for master<->replica sync") to systemd, instead of declaring readiness right after initializing the server process. Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusbgx: add PACKAGECONFIG to make build predicableMing Liu2022-09-231-10/+19
| | | | | | | | | | | | | | Also introduce a ${PN}-examples subpackage since all binaries get built only when --enable-examples is set to true, move them into ${PN}-examples package. Another advantage of this change is that now libusbgx only contains a .so library so the recipes DEPENDs on it wont involve in unnecessary binaries or systemd/sysvinit scripts. Also uprev to the latest git hash in master and fix some inconsistent coding style and an invalid EXTRA_OECONF. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mdio-tools,mdio-netlink: Upgrade recipes to 1.2.0Khem Raj2022-09-223-2/+1
| | | | | | | | | | | | | | | | | | | | | brings in Added mdio: A new addressing mode "mmd-c22": Used to access MMDs attached to MDIO controllers without Clause 45 support by using registers 13 and 14 in the device's Clause 22 register space mdio: Pretty print gigabit link capability information from a PHY's extended status register mdio: Pretty print lots of status information from MMDs (C45 PHYs) mvls: Decode priority override information of ATU entries Changed mvls: Table listings now always prints out the device information, even on single chip systems. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcoap: Upgrade 4.3.0 -> 4.3.1Alex Kiernan2022-09-223-100/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop merged backport of 7e20aa9ef172 ("coap_session.c: Balance SESSIONS_ADD and SESSIONS_DELETE usage"). c694baead2f9 Update version to release 4.3.1 ab9488559f5e Doxygen: Fix missing links for later versions of asciidoc 144f9c4381c1 Manual pages: Update NAME section to contain all of the alternative names 707aed35d39b Doxygen: Hyperlink man page functions 46feac2455ab Misc: Tidy up documentation and space usage d09204e24aba Doxygen: Add in individual man pages for the ease of finding the functions 09aab40d14f9 Tag release candidate 2 for version 4.3.1 2755af4d1a16 block.c: Clarify ignored result from coap_get_data() 5f0eea8dbbc4 coap_session.c: Fix adding NULL pointer on error in coap_new_server_session() ea89cb842cf6 coap_cache.txt.in: Fix typo in function name 922e81a0d21f Doc: Include statement about upgrading to 4.3.1 5c498249e7e7 ChangeLog: Add summary for version update to 4.3.1 4f12b9be1b7b coap_event.h: Clean up Doxygen documentation for coap_event_t 43bfbea924e0 Copyright: Update dates to 2022 where appropriate 37731524a0ad RFC8516: Document support a7b2f2b4901b block.c: Timeout coap_lg_crcv_t structures correctly f4507e6e9adb Block: Report event on large xmit failures 3d387a5be485 block.c: Correct size of allocated PDU buffer 6a9a787503ec Observe: Clean up server timing out after observe failures 725e464421e0 mcast: Tidy up logging 381ff3d94da2 PDU Data: Clean up internal usage of PDU data 0f0cac71f5e5 Observe: Support disabling observe cancellation on session close bc4c75060b86 coap_mbedtls.c: Fix output type of a log message b8f01cef06f0 net.c: Move variable into correct block 58a8b338045b net.c: Send appropriate delayqueue entries in coap_cancel_all_messages() b4306bb79162 observe: Make sure the correct token in used for cancellation c68d1e9fe785 mutex: Do not output mutex warnings for LwIP and Contiki 7f551fcea56b coap_mbedtls.c: Upgrade to mbedTLS v3.2.1 - Updated the deprecated APIs with the respective alternatives - `mbedtls_ssl_conf_min_version` => `mbedtls_ssl_conf_min_tls_version` - Updated fields for `mbedtls_ssl_ciphersuite_t` - `max_major_version`/`max_minor_version` => `max_tls_version` - Added macros for backward compatibility 8c15b896ef30 esp-idf: Stop -Wformat errors for uint32_t variables 0ca2fd4a90b5 Tag release candidate 1 for version 4.3.1 9962bab56f6b Updated tinydtls to current develop HEAD 8fbe440f8aaa coap_io.c: Updates for esp-idf port d2306569d16a proxy: Make proxy requests separate responses 98ecf5a2a166 tinydtls: Update submodule to latest version 8c973a454e73 mid_duplicates: Drop general responses duplicates dc92fe5e1ea6 coap.h.windows.in: Fix missing file renames 347270b9abc4 file naming: Rename files to have coap_ prefix 8b9377ef2ad4 coap_mbedtls.c: Fix memory leak e8052b3988ec resource.c: Further fix making subscribers iteration safe f93b9a3e37cf coap_mbedtls.c: Catch connection reset in coap_tls_write d5bcb8159b73 resource.c: Make subscribers iteration safe in coap_notify_observers 0d9f2531e5dd coap_session.c: Free off session's last_token on session deletion 415fbdb7cddf RFC9175: Add in support for the Echo and Request-Tag options 88ae9563e665 mcast support: Support multicast granular to the resource level 73565196a8f3 block.c: Fix error handling with Block transfers 132c72619032 net.c: Handle multiple same token request/responses d68f5d6f5713 net.c: Handle well_known requests when there is no libcoap block support fe51d3335e81 lwip: Fix minor issues 6046dcbd5589 net.c: Fix broken client only build 20f15a17d698 Large Observes: Prevent server sending new response if active response 5a10ce4890ff Congestion Control: add in RFC7252 configuration flexibility 41afb92141c5 net.c: Update .well-known/core handling to use common logic 6b32ed3de2fb coap_io.c: Track ICMP Host Administravely Prohibited error 279755b1df9e coap_send: Make error checks for coap_send() more rigorous 925d39fd8cfb coap-server.c: Cleanup misplaced comment c77176714770 coap_gnutls.c: Handle another error in do_gnutls_handshake() 801e5492f2e6 CSM: Move coap_client_delay_first() to later in code processing 346a831cd604 block.c: Correctly preset updated_block variable 56db248daba6 async.c: Remove white space 256a758e0273 TLS SIGPIPE: Stop programs exiting with code 141 (128 + 13:SIGPIPE) 6649bdef39db net.c: fix null pointer exception 03a9059439d0 BERT: Support block BERT szx of 7 for reliable protocols 445a9481deca RFC7390: Update support for RFC7390 428f759659a4 coap_mbedtls.c: Fix coap_rng() return for 3.x code 1b2668f562e9 CMakeLists.txt: Correctly determine cmsghdr support for determining addresses 21fd838dc781 coap_io_prepare_io: Re-order function code for correctly updating sockets[] cfbf3ab617f8 doc/main.md: Update copyright year f28044303abe net.c: Make sure separate response is CON for CON requests 069a0786ce85 CSM: Support different XMT and RCV Max-Message-Size 9cbe5757cb69 recursive mutex: Stop recursive Mutex when doing handler callbacks d9c19c378f3f event.h: Add events for server session state management 7e20aa9ef172 coap_session.c: Balance SESSIONS_ADD and SESSIONS_DELETE usage 806861359b81 configure.ac: Allow using non-vendored TinyDTLS with autotools build 6c8b76d534a0 tinydtls: Update to latest version aa391b5b7601 async: Handle changes to delay when using epoll 65cba25cc7e5 coap-client.c: Delay sending each request using -G by 1 second d57d44aa142a block.c: Fix data leak in coap_add_data_large_internal eb7656850f1c pdu.h: Add Content-Format for application/ace+cbor c8458f262ab8 coap_mbedtls.c: Fix return brace location 583c29fd47d9 coap_mbedtls.c: Make TLS error recovery more rigorous 02deef8da6ac coap_prng.c: Added alternate RNG implementation - For targets having their own hardware entropy/RNG implementation using mbedtls_hardware_poll() - This change was made as since mbedtls-3.x, passing a RNG function to all functions that accept a f_rng parameter is mandatory 916a534e170b coap_mbedtls.c: Upgrade to mbedTLS v3.x - Added MBEDTLS_ALLOW_PRIVATE_ACCESS to access private struct members wherever required - Updated deprecated functions from hashing module (E.g. mbedtls_sha256_starts_ret() -> mbedtls_sha256_starts()) - Added mandatory RNG parameter for some functions (mbedtls_pk_parse_keyfile(), mbedtls_pk_parse_key()) - Remove support for parsing SSLv2 ClientHello b42c184f74a6 block.c: Fix possible null-pointer dereference df72a53f2d66 coap_openssl.c: Support Microsoft VS builds 0f76881802af autogen.sh: Fix missing file ar-lib 19928e81bd42 builds: Set CFLAGS += -Werror in all linux subdirectory compilations b2ad43319a0f doc/Makefile.am: Include module_api_wrap.h in a distribution dfc678c33bd1 Proxy: Support unknown Critical but Safe-To-Forward options 93f2738c451d coap_pdu_setup.txt.in: Clarify / more make readable the pdu setup information 5b32d716fa03 github workflow: Support windows-2022 bd9ced550e07 pdu.c: Fix coap_insert_option with delta = 269 ba585f848ff5 [OSS-Fuzz] pdu_parse_target.c: Check result of coap_pdu_parse() a2e0046c802f [OSS-Fuzz] pdu_parse_target.c: Fix compiler warning b3d503cbff07 sessions: Prevent multiple client session confusion 726b9630e51f coap_block.txt.in: Clarify / more make readable the block handling information 756bb042395d pdu building: Enforce the application order of building a PDU c02ca5f097d6 coap_pdu_access.txt.in: Add in documentation for coap_get_uri_path() aaf611559482 proxy_uri: Fix handling the resource for uri path in Proxy-Uri a8c00f2af9c6 coap_pdu_setup.txt.in: Better document coap_encode_var_safe8() 64e56410177b versioning: Make current git describe available 0a16d790ce53 cmake_coap_config.h.in: Fix definitions for when building with tinydtls 17aaa81b5ad3 Caching: Highlight requirements ignoring certain CoAP Options 74582eddde28 resource.c: Support deleting resources that have not yet been added 32d2d0e1c62b request_handler: Report only when app's request handler is actually called 5dc2dfca86ec block.c: Do not match large response if no Block2 option in request 18888cd0dde3 cmake: Install example programs if examples enabled c0e032ffad0b block: Check block size space correctly 693a4e231386 net.c: correct return value in coap_send_internal() 38bffb7f99d9 configure.ac: Fix have mbedtls lib, but no mbedtls-dev issue 694a205f28dc coap-server.c: Fix proxy response type and code e8e33f0424ad coap-server: Add in POST support for unknown request handler 3f5ec5467a1d coap_cache.c: Correctly build cache key e43cf9369ac5 RFC7959: Handle both client and server initiating requests bdf7686613ec coap_write_session: Account correctly for partial TCP writes 76194be8cd3f coap-client.c: Allow time for all server responses to mcast d395df1a812f coap_session.c: Do not check for duplicate mids if reliable protocol 73389b8192e8 handlers: Clarify which handlers are client only, server only or both df9071c93eff coap_session.[hc]: Added function to retrieve PSK identity from session 7791897e8f4c api-version-bump.sh: Added missing changes for win32 4834b86067ae pkg-config: Don't use hard coded binary d139beab67ff pkg-config: Don't use hard coded binary 166ef51ed155 Windows: Update libcoap-2 objects to libcoap-3 31722c208ac9 PSK: Make PSK hint / key / identity retrieval simpler d746fc24e5a7 coap_pdu_parse: Add to public API 0aeb0d624797 doxygen: Tidy up Modules and Files tab information f026f5701ece client+server: Reduce code size by building libcoap for client or server only a7f53b4d6b0a coap_debug.h: Allow <syslog.h> to be included before and after <coap3/coap.h> 77f8cf59702e DTLS/TLS: Support TLS when DTLS is not enabled 587de900c2cc coap_mbedtls.c: Add in TLS support 94b297aae7a5 coap_mbedtls.c: Fix build fail for client only mbedtls cc2648aef685 net.c: Protect against session release in coap_io_do_io() ca44071b8afe net.h: do not include sys/select.h in Windows builds e984f38b8fd6 [DTLS] make buffer sizes for psk and psk_identity configurable 54dbc3eeb815 [RIOT] coap_time.h: fix COAP_TICKS_PER_SECOND for undefined XTIMER_HZ 05e7f12d7ca8 net.h: Include sys/select.h for fd_set 25a59905792f doxygen: Fix summary output for manual pages a5c0d12354ed doc: Document the coap_can_exit() function a1d78d505d98 tiny.c: Fix message id generation 67f189f134a2 CMakeLists.txt: Fix macOS builds by checking for if_nametoindex support 8ce139d349bc coap_event.h: Make coap_event_t an enum b0ca3ae643d1 resource.c: Delete previous subscription correctly 98b9179d5666 async: Correct MID usage in response c61748f4dd33 RFC7959: session->lg_xmit not being released for a server 482be755fe29 gnutls: GNUTLS_CRT_RAW not defined e0d6477b5ec9 man: Update man page documentation d52986f00459 coap_resource_init: Leading '/' is not required for uri_path 60c69557f3d5 pdu.h: Remove unassigned response code COAP_RESPONSE_CODE_OK 87fab6d573cf coap_mbedtls.c: Allow ESP-IDF systems to be compiled without PSK support 77d1aae06b17 Fix condition for MBEDTLS_INCLUDE_DIRS 4bbf25ba338a coap-client: Add in support for generating multiple requests 50530704df9a tinydtls: update to latest version License-Update: Update year Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: update 8.2206->8.2208Zheng Qiu2022-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | | Package changes mainly include performance improvements to template processing/json, imptcp, additional functions to openssl, bug fixes and additional/updated tests: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog ptest results for qemux86-64 with kvm and increasing filesystem space to 5GB using IMAGE_ROOTFS_EXTRA_SPACE : Version | Passed | Failed | Skipped 8.2206 | 465 | 0 | 5 8.2208 | 465 | 1 | 5 The test imfile-statefile-delete.sh is failed because state file still exists while it should be deleted. Already reported to rsyslog developers. Signed-off-by: Zheng Qiu <zheng.qiu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* squid: upgrade 4.15 -> 5.7Andrej Kozemcak2022-09-227-166/+27
| | | | | | | | | | | - drop included patches - refresh remaining patches - update to new ptest Licence change: update year Signed-off-by: Andrej Kozemcak <andrej.kozemcak@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* emacs: Update to version 28.2Alejandro Enedino Hernandez Samaniego2022-09-223-194/+165
| | | | | | | | | | | | | | - Remove upstreamed patch emacs-glibc-2.34.patch - Rebase usemake-docfile-native.patch - Emacs isnt aware we are cross compiling, detects host arch, e.g. x86 and tries to build seccomp-filter using cross-compiler even though it wont work for the target arch, explicitly disable seccomp to avoid configure script from wronfully enabling it for target. - Fix emacs-minimal package runtime issue. - Fix target pollution (buildpaths) reference to TMPDIR. Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cglm: New recipe for cglm-0.8.5Vincent Davis Jr2022-09-221-0/+25
| | | | | Signed-off-by: Vincent Davis Jr <vince@underview.tech> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Make graph dependencies optionalAndres Beltran2022-09-211-2/+4
|
* fwupd: Replace python3.7 patch with upstreamed oneKhem Raj2022-09-213-34/+27
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ot-br-posix: Add dep to ipset as used by firewallPhilippe Coval2022-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | ipset is used by firewall module of ot-br-posix: third_party/openthread/repo/src/posix/platform/firewall.cpp:\ return ExecuteCommand("%s add %s %s -exist", kIpsetCommand, aSetName, aAddress); Related observed issue looked like: ``` oniro@oniro-linux-blueprint-gateway-raspberrypi4-64:~$ sudo journalctl -u otbr-agent.service Apr 28 17:42:32 oniro-linux-blueprint-gateway-raspberrypi4-64 systemd[1]: Started OpenThread Border Router Agent. Apr 28 17:42:38 oniro-linux-blueprint-gateway-raspberrypi4-64 otbr-agent[330]: sh: ipset: not found ``` Relate-to: https://gitlab.eclipse.org/eclipse/oniro-blueprints/transparent-gateway/meta-oniro-blueprints-gateway/-/issues/6 Cc: Stefan Schmidt <stefan.schmidt@huawei.com> Forwarded: https://github.com/openembedded/meta-openembedded/pull/611 Signed-off-by: Philippe Coval <philippe.coval.ext@huawei.com>
* python3-h5py: fix wrong file driver versionhongxu2022-09-212-0/+54
| | | | | | | | | | | | | | | | | | | Due to commit [1] applied in hdf5 (1.13.2), import hdf5 failed |>>> import h5py |Traceback (most recent call last): | File "<stdin>", line 1, in <module> | File "/usr/lib/python3.10/site-packages/h5py/__init__.py", line 56, in <module> | from . import h5a, h5d, h5ds, h5f, h5fd, h5g, h5r, h5s, h5t, h5p, h5z, h5pl | File "h5py/h5fd.pyx", line 220, in init h5py.h5fd |RuntimeError: Wrong file driver version # (wrong file driver version #) Initial driver version to fix the error [1] https://github.com/HDFGroup/hdf5/commit/42b767fc67ad1e13735e3cee2077f2e108f9463e Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-termcolor: Upgrade 1.1.0 -> 2.0.1Leon Anavi2022-09-213-40/+16
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.0.1: - Add support for Python 3.11 and PyPy - Add support for Python 3.10 - Add type annotations to the project and run mypy on CI - Add tests - Refer to GitHub Releases for release notes for 2.0.0+ - Autodeploy to TestPyPI and to PyPI for GH releases - Migrate from setuptools + setuptools_scm to hatchling + hatch-vcs - Replace deprecated license_file with license_files in setup.cfg - Use declarative metadata in setup.cfg - Replace 3.9-dev with 3.9 in CI to use Python 3.9 final - Drop support for EOL Python <= 3.6 - Remove hardcoded VERSION constant - Update source URL License-Update: Removed new line from the end of license file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2022.8.17 -> 2022.9.13zhengruoqin2022-09-211-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzmq: upgrade 23.2.1 -> 24.0.0zhengruoqin2022-09-211-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproj: upgrade 3.3.1 -> 3.4.0zhengruoqin2022-09-211-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycocotools: upgrade 2.0.4 -> 2.0.5zhengruoqin2022-09-211-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.21.5 -> 4.21.6wangmy2022-09-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>