summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ipmiutil: Upgrade to 3.1.9Khem Raj2023-05-263-43/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes 03/12/2020 ARCress ipmiutil-3.1.6 changes (iver 3.16) util/iconfig.c - fix Fedora bug 1811462 [abrt] ipmiutil config -a util/ipmiutil.c - show version with usage in -h case scripts/ipmiutil.env.template - renamed env as template (contributed by mwilliams<at>illuminate.solutions) scripts/Makefile.am - renamed env as template scripts/checksel - also rm -f $ddir/sel.idx after isel -d (contributed by eguzovsky<at>gmail.com) doc/Makefile.am - change gzip -f to gzip -nf for man pages (SR#40 patch from Jeremy Puhlman) 08/31/2020 ARCress ipmiutil-3.1.7 changes (iver 3.17) setup/* - added Win msi setup files lib/lanplus/lanplus.c - revert WIN IPv6 changes, add os_assert routine lib/lanplus/lanplus_crypt.c - switch assert to os_assert/return lib/lanplus/lanplus_crypt_implc.c - switch assert to os_assert util/ipmidir.h - AMD_SMB_1_STATUS_* 1< to 1<< (SF_SR#41) util/isel.c - fix compile warning util/ilan.c - fix compile warning configure.ac - add --enable-doc option to allow not building documentation contributed by Fabrice Fontaine (ffontaine) util/isensor.c - add SDR conflict 0xC5 handling retries with delay contributed by albertlav 11/15/2021 ARCress ipmiutil-3.1.8 changes (iver 3.18) libeay32.dll - updated for Windows 64 lanplus ssleay32.dll - updated for Windows 64 lanplus util/oem_supermicro.c - disable DIMM decoding from SMBIOS for SuperMicro (albertlav) util/ilan.c - new -W option to limit lan settings util/ipmicmd.h - add VENDOR_MITAC util/subs.c - add VENDOR_MITAC util/ipmilanplus.c - print reason if no lan2 util/ipmilan2.c - print reason if no lan2 util/isensor.c - never skip free_sdr_cache() SR#45 configure.ac - fix --disable-lanplus option to avoid random disables, recognize openssl-3.0 for SSL flags 03/03/2023 ARCress ipmiutil-3.1.9 changes (iver 3.19) util/isensor.c - fix -i get_idx_range to show last idx in range util/igetevent.c - fix printf extra arg util/memif.c - SR56: try UEFI address 6d5a7000 if F0000 error configure.ac - Clang 16 fixes, resolve -Wimplicit-function-declaration issues (Sam James sam@gentoo.org 11/16/2022) lib/lanplus/lanplus.h - resolve implicit os_assert declaration (Sam James) util/ireset.c - SR58: remove is_romley case for ireset -D scripts/ipmiutil_wdt - SR43: changed $prog to $progn for Debian scripts/uninstall.vbs - SR53: add ; to fix path SR53 (Windows): install libeay32.dll, ssleay32.dll into ipmiutil path also util/ipmidir.c - ipmi_open_direct(char) util/mem_if.c - UCHAR/int doc/ipmiutil.spec - enumerate ipmiutil.env, ipmiutil.env.template configure.ac - add -Wlto-type-mismatch to cfwarn Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x265: Pass --debug-prefix-map to nasmKhem Raj2023-05-261-0/+4
| | | | | | | | | Ensures absolute source paths are not emitted into nasm assembled objects Fixes WARNING: x265-3.2.1-r0 do_package_qa: QA Issue: File /usr/lib/.debug/libx265.so.179 in package x265-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sgpio: Pass CFLAGS to makeKhem Raj2023-05-261-0/+1
| | | | | | Ensures all compiler options are passed to build Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vlan: Pass CFLAGS via CCFLAGSKhem Raj2023-05-261-1/+1
| | | | | | | | | | CCFLAGS is used in Make rules which will ensure file remapping options are used when compiling Fixes WARNING: vlan-1.9-r0 do_package_qa: QA Issue: File /usr/sbin/.debug/vconfig.vlan in package vlan-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: Point TOP_SRCDIR to target pathKhem Raj2023-05-262-0/+25
| | | | | | | | | | source_root uses absolute path to build time srcdir which results in buildpath errors Fixes File /usr/bin/tracker3 in package tracker contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgphoto2: Edit out sysroot from CC variable in configureKhem Raj2023-05-262-6/+49
| | | | | | | | | Configure emits HAVE_CC variable to be used in sourcecode and its built from CC env var, CC in OE contains buildpaths in --sysroot option, therefore edit this option out in configure.ac itself and remove all other workarounds to fix this issue in recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: add dependency on pyhthon3-pygobject-nativeRoss Burton2023-05-261-0/+1
| | | | | | | | The build of NM involves running Python that uses PyGObject, so add that to DEPENDS. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel-profiles: requires gobject-introspection-data DISTRO_FEATURERoss Burton2023-05-261-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* menulibre: requires gobject-introspection-data DISTRO_FEATURERoss Burton2023-05-261-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* catfish: requires gobject-introspection-data DISTRO_FEATURERoss Burton2023-05-261-1/+3
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-whiskermenu-plugin: don't forcibly recommend a menu editorRoss Burton2023-05-261-2/+0
| | | | | | | | | | A menu plugin doesn't need to recommend a specific menu editor. This also means that the whiskermenu plugin can be built without gobject-introspection being present, which means menulibre is unbuildable. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivetgui: requires gobject-introspection-data DISTRO_FEATURERoss Burton2023-05-261-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-xfce-extended: only build catfish and panel-profies if G-I enabledRoss Burton2023-05-261-2/+2
| | | | | | | These recipes need gobject-introspection-data to be enabled. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: requires gobject-introspection-data DISTRO_FEATURERoss Burton2023-05-261-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geoclue: the library doesn't need gobject-introspectionRoss Burton2023-05-261-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-photos: requires gobject-introspection-data DISTRO_FEATURERoss Burton2023-05-261-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-desktop: gobject-introspection is not in fact mandatoryRoss Burton2023-05-261-2/+0
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpeas: requires gobject-introspection-data DISTRO_FEATURERoss Burton2023-05-261-2/+2
| | | | | | | Until libpeas 2 is released, g-i is a hard requirement. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe.bb: only build libpeas if gobject-introspection is enabledRoss Burton2023-05-251-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grilo-plugins: add PACKAGECONFIG for trackerRoss Burton2023-05-251-1/+3
| | | | | | | | Add a PACKAGECONFIG for the tracker plugin, and enable it only if gobject-introspection is enabled. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eog: requires gobject-introspection-data DISTRO_FEATURERoss Burton2023-05-251-1/+2
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* setxkbmap: upgrade 1.3.3 -> 1.3.4Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | Changelog: ============ Check for the XWAYLAND extension Fix "Xwayland" spelling Route the Xwayland warning through stderr Be more careful about querying randr gitlab CI: stop requiring Signed-off-by in commits Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 2.2.3 -> 2.3.0Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | Changelog: =========== Improve sequence/all restriction checks for XSD 1.1 Add schema argument to Wsdl11Document Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tzlocal: upgrade 4.3 -> 5.0.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: =========== - The logging info under windows made it look like it looked up the registry info even when you had a TZ environment, but it doesn't actually do that. - Improved the handling of loggers. - Fixed a bug in the new assert_tz_offset method. - Change how the system offset is calculated to deal with non-DST temporary changes, such as Ramadan time in Morocco. - Change the default to only warn when the timezone offset and system offset disagree (but still not even warn if TZ is set) - Add the assert_tz_offset() method to the top level for those who want to explicitly check and fail. - Removed the deprecation shim. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* valijson: upgrade 1.0 -> 1.0.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | Changelog: ========= Fixes typos in preprocessor macros Adds Github Actions configuration for CI Fixes validation_visitor to work with forward iterator adapters Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdma-core: upgrade 45.0 -> 46.0Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========== Merge pull request #1327 from haoyue-Xu/bugfixes libhns: Disable local invalidate operation Merge pull request #1330 from amzn/change-maintainer MAINTAINERS: Update EFA provider maintainer Merge pull request #1329 from selvintxavier/bnxt_update bnxt_re/lib: Remove deferred arming logic bnxt_re/lib: Fix the UD completion reported Merge pull request #1328 from amzn/tests-fix tests: Skip rc_flush tests if not supported in kernel tests: Fix get_net_name for cases there is no net device Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.22.2 -> 1.24.0Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== New: Celery Beat exclude tasks option New: Add support for ExceptionGroups Prefer importlib.metadata over pkg_resources if available Work with a copy of request, vars in the event Pinned version of dependency that broke the build Disable Django Cache spans by default. New: Add loguru integration Do not truncate request body if request_bodies is "always" Fixed Celery headers for Beat auto-instrumentation Add db.operation to Redis and MongoDB spans Make sure we're importing redis the library Add include_source_context option Import Markup from markupsafe Fix __qualname__ missing attribute in asyncio integration Remove relay extension from AWS Layer Add a note about pip freeze to the bug template Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-stevedore: upgrade 5.0.0 -> 5.1.0Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | Changelog: ========== * Revert "Moves supported python runtimes from version 3.8 to 3.10" * Moves supported python runtimes from version 3.8 to 3.10 * Update master for stable/2023.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zchunk: upgrade 1.3.0 -> 1.3.1Wang Mingyu2023-05-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-websocket-client: upgrade 1.5.1 -> 1.5.2Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | Changelog: ========= - Add typehints (#908) - Fix pytype errors (#906) - Fix args passed to logging function (#898) - Standardize PEP 3101 formatting (c6a445f) - Add more verbose exception for unsuccessful handshake for #900 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlsxwriter: upgrade 3.1.0 -> 3.1.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | Changelog: ========== * Add support for new Excel dynamic functions added in 2023. * Added support for adding a color to the 'invert_if_negative' chart option. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 2.0.13 -> 2.0.15Wang Mingyu2023-05-251-1/+1
| | | | | | | | Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.15 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-xdist: upgrade 3.3.0 -> 3.3.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | Bug Fixes ======== -#907: Avoid remote calls during startup as execnet by default does not ensure remote affinity with the main thread and might accidentally schedule the pytest worker into a non-main thread, which breaks numerous frameworks, for example asyncio, anyio, PyQt/PySide, etc. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.18.0 -> 2.18.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | | Bug Fixes ========= Self signed jwt token should be string type Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 4.1.7 -> 4.2.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | Changelog: https://docs.djangoproject.com/en/4.2/releases/4.2.1/ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pulsectl: upgrade 23.5.1 -> 23.5.2Wang Mingyu2023-05-251-1/+1
| | | | | | | | Changelog: Fix incorrect type for PA_SAMPLE_SPEC.channels, affecting big-endian architectures Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.23.0 -> 4.23.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | | Changelog: =========== Add a workaround for GCC constexpr bug (67ecdde) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: upgrade 2.15.4 -> 2.15.5Wang Mingyu2023-05-251-1/+1
| | | | | | | | Changelog: Handle objects.Super in helpers.object_type(). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-u-msgpack-python: upgrade 2.7.2 -> 2.8.0Wang Mingyu2023-05-251-2/+2
| | | | | | | | | | | | | | Changelog: =========== Migrate module to package. Migrate documentation to Sphinx. Improve types and formatting in docstrings. Add type stubs. License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-can: upgrade 4.2.0 -> 4.2.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | Bugfixes: =========== The ASCWriter now logs the correct channel for error frames (#1578, #1583). Fix PCAN library detection (#1579, #1580). On Windows, the first two periodic frames were sent without delay (#1590). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asgiref: upgrade 3.6.0 -> 3.7.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========== * On Python 3.10 and below, the version of the "typing_extensions" package is now constrained to be at least version 4 (as we depend on functionality in that version and above) * Contextvars are now required for the implementation of Local as Python 3.6 is now no longer a supported version. * sync_to_async and async_to_sync now pass-through * Debug and Lifespan State extensions have resulted in a typing change for some request and response types. This change should be backwards-compatible. * "asgiref" frames will now be hidden in Django tracebacks by default. * Raw performance and garbage collection improvements in Local, SyncToAsync, and AsyncToSync. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: upgrade 2023.2 -> 2023.3Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== configure: post-release version bump treegen: Require at least one mutation ci: Turn off errors for deprecated-declarations ci: Drop workaround for fedora-release-container rust: Bump MSRV to 1.64 build-sys: Squash automake conditional warning re '.PHONY' Add clang formatting infrastructure lib: clang-format 'ostree.h' tree-wide: Fix various include ordering issues lib: Fix one include clang-format: Don't align backslashes tree-wide: Run clang-format ci: Validate clang-format tests/inst: Add xshell and use it in one place tests: Ensure real GIO backends aren't used ci: Add test configuration with soup3 fetcher/soup3: Rewrite without threads fetcher: add libsoup3 backend lib/sysroot-cleanup: Convert bootdir listing to dfd-relative lib/sysroot-cleanup: Make some static utility functions global lib/sysroot-cleanup: Drop dead code lib/sysroot-cleanup: Factor out bootfs cleanup lib/sysroot-cleanup: Make bootfs cleanup function global libotutil: add utility functions for calculating directory size lib/sysroot-deploy: Nuke 'finalize-failure.stamp' on successful finalization tests/kola: delete unused .gitignore tests/kolainst: Add 'make localinstall' lib/sysroot-deploy: Add experimental support for automatic early prune configure: post-release version bump lib/fetcher: Add some debugging messages to the libsoup request path Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.28.1 -> 2.29.0Wang Mingyu2023-05-251-1/+1
| | | | | | | | Feature: New SPE v3 plugin Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.2.5 -> 7.2.6Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== - Fix: the lcov command could raise an IndexError exception if a file is translated to Python but then executed under its own name. Jinja2 does this when rendering templates. Fixes issue 1553. - Python 3.12 beta 1 now inlines comprehensions. Previously they were compiled as invisible functions and coverage.py would warn you if they weren't completely executed. This no longer happens under Python 3.12. - Fix: the coverage debug sys command includes some environment variables in its output. This could have included sensitive data. Those values are now hidden with asterisks, closing issue 1628. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-antlr4-runtime: upgrade 4.12.0 -> 4.13.0Wang Mingyu2023-05-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Issues fixed ------------ antlr4 jar doubled in size in 4.9.3 (unicode, comp:performance) Go: exponentially bad/absymal performance as of ... (type:bug, target:go) Go runtime panic (type:bug, target:go) Improvements, features ------------------------ Update LexerATNSimulator.cs with virtual Consume (type:improvement, target:csharp) Feature/fixembedding (type:improvement, target:go, comp:performance) Provide Javascript port of TokenStreamRewriter (type:feature, target:javascript, target:typescript) License-Update: Version updated to 4.13.0 "Home-page" changed to "Project-URL: Homepage," "Eric Vergnaud" removed from Author Author-email changed to "Eric Vergnaud <eric.vergnaud@wanadoo.fr>" Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dominate: upgrade 2.7.0 -> 2.8.0Wang Mingyu2023-05-251-1/+1
| | | | | | | | Changelog: Fix incorrect context handling when a tag is used 2+ levels deeper than it was created. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-restful: upgrade 0.3.9 -> 0.3.10Wang Mingyu2023-05-251-1/+1
| | | | | | | | Changelog: Compatibility with Flask 2.3 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fetchmail: upgrade 6.4.23 -> 6.4.37Wang Mingyu2023-05-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | License-Update: Update SSL configure instructions and license info. Changelog: =========== - OpenSSL 1.1.1t and 3.0.8 and wolfSSL 5.5.4 (or newer on the respective compatible branches) remain supported. - updated translations and bumped SSL/TLS library version requirements. - fixed a critical softbounce bug - finds both rst2html5 with and without .py suffix when rebuilding the distribution. - updated the configure script for --with-ssl properly identifying the right OpenSSL on a system with multiple OpenSSL versions installed, and updates the manual page and its HTML conversion process, and adds some error checking to the .netrc parser. - added a wolfSSL compatibility workaround - updated the manual page and several other documentation files, adds preliminary wolfSSL 5.0 support on systems that provide a C99 compiler, fixed up a specific fix for a compatibility issue with the end-of-life OpenSSL 1.0.2 around the expiry of the DST Root CA X3 certificate which impairs connectivity to Let's-Encrypt-certified sites. Supported OpenSSL versions 1.1.1 and newer are unaffected. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.19.0 -> 1.19.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Security --------- - CVE-2023-32067. High. 0-byte UDP payload causes Denial of Service [12] - CVE-2023-31147. Moderate. Insufficient randomness in generation of DNS query IDs [13] - CVE-2023-31130. Moderate. Buffer Underwrite in ares_inet_net_pton() [14] - CVE-2023-31124. Low. AutoTools does not set CARES_RANDOM_FILE during cross compilation [15] Bug fixes ---------- - Fix uninitialized memory warning in test [1] - Turn off IPV6_V6ONLY on Windows to allow IPv4-mapped IPv6 addresses [2] - ares_getaddrinfo() should allow a port of 0 [3] - Fix memory leak in ares_send() on error [4] - Fix comment style in ares_data.h [5] - Remove unneeded ifdef for Windows [6] - Fix typo in ares_init_options.3 [7] - Re-add support for Watcom compiler [8] - Sync ax_pthread.m4 with upstream [9] - Windows: Invalid stack variable used out of scope for HOSTS path [10] - Sync ax_cxx_compile_stdcxx_11.m4 with upstream to fix uclibc support [11] Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mailcap: upgrade 2.1.53 -> 2.1.54Wang Mingyu2023-05-251-2/+1
| | | | | | | | | | Changelog: ========== - mime.types: Sync with IANA as of 2023-05-22 - typediff.py: remove unnecessary import Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>