summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-zeroconf: upgrade 0.132.2 -> 0.134.0Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | | | | Changelog: ============ - Improve performance when IP addresses change frequently - Improve helpfulness of ServiceInfo.request assertions - Improve performance of ip address caching - Enable building of arm64 macOS builds - Add classifier for python 3.13 - Python 3.13 support Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yarl: upgrade 1.9.4 -> 1.10.0Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== - Fixed joining a path when the existing path was empty - Added :meth:URL.without_query_params() <yarl.URL.without_query_params> method, to drop some parameters from query string - The previously protected types _SimpleQuery, _QueryVariable, and _Query are now available for use externally as SimpleQuery, QueryVariable, and Query - Replaced all :class:~typing.Optional with :class:~typing.Union - Significantly improved performance of parsing the network location - Added internal types to the cache to prevent future refactoring errors Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-watchdog: upgrade 4.0.2 -> 5.0.2Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Enable OS specific Mypy checks - [watchmedo] Fix tricks argument type of schedule_tricks() - [kqueue] Fix TypeError: kqueue.control() only accepts positional parameters - Drop support for Python 3.8 - [core] Enforced usage of proper keyword-arguments - [core] Renamed the BaseObserverSubclassCallable class to ObserverType - [inotify] Renamed the inotify_event_struct class to InotifyEventStruct - [inotify] Renamed the UnsupportedLibc exception to UnsupportedLibcError - [inotify] Removed the InotifyConstants.IN_CLOSE constant - [watchmedo] Renamed the LogLevelException exception to LogLevelError - [watchmedo] Renamed the WatchdogShutdown exception to WatchdogShutdownError - [windows] Renamed the FILE_NOTIFY_INFORMATION class to FileNotifyInformation - [windows] Removed the unused WATCHDOG_TRAVERSE_MOVED_DIR_DELAY constant - [core] Enable disallow_untyped_calls Mypy rule - [core] Enable disallow_untyped_defs Mypy rule - [core] Improve typing references for events - [inotify] Add support for IN_CLOSE_NOWRITE events. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-virtualenv: upgrade 20.26.3 -> 20.26.4Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | | | | Changelog: ========== - Fix whitespace around backticks in changelog - Test latest Python 3.13 - Fix typo in Nushell activation script - GitHub Actions: Replace deprecated macos-12 with macos-13 - Fix #2728: Activating venv create unwanted console output - Upgrade bundled wheels Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-validators: upgrade 0.33.0 -> 0.34.0Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | Changelog: =========== - feat: cache IANA TLDs for faster lookups - chore: update dependencies - docs: adds configuration info Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-types-python-dateutil: upgrade 2.9.0.20240821 -> 2.9.0.20240906Wang Mingyu2024-09-101-1/+1
| | | | | | | | Changelog: [python-dateutil] Add dateutil.parser.UnknownTimezoneWarning. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-types-psutil: upgrade 6.0.0.20240621 -> 6.0.0.20240901Wang Mingyu2024-09-102-10/+10
| | | | | | | | | | License-Update: "Apache-2.0 license" changed to "Apache-2.0" Changelog: Fix types for psutil.cpu_* functions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-scikit-build: upgrade 0.18.0 -> 0.18.1Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | | Changelog: =========== - Support for setuptools 74 - iOS and Android support - Fix for distutils change - Remove test directives Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: upgrade 13.7.1 -> 13.8.0Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Fixed -------- - Fixed Table rendering of box elements so "footer" elements truly appear at bottom of table, "mid" elements in main table body. - Fixed styles in Panel when Text objects are used for title - Fix pretty repr for collections.deque - Thread used in progress.track will exit if an exception occurs in a generator - Progress track thread is now a daemon thread - Fixed cached hash preservation upon clearing meta and links - Fixed overriding the background_color of Syntax not including padding - Fixed pretty printing of dataclasses with a default repr in Python 3.13 - Fixed selective enabling of highlighting when disabled in the Console - Fixed BrokenPipeError writing an error message - Fixed superfluous space above Markdown tables - Fixed issue with record and capture interaction - Fixed control codes breaking in append_tokens - Fixed exception pretty printing a dataclass with missing fields Changed ---------- - RichHandler errors and warnings will now use different colors (red and yellow) - Removed the empty line printed in jupyter while using Progress - Running tests in environment with FORCE_COLOR or NO_COLOR environment variables - ansi decoder will now strip problematic private escape sequences (like \x1b7) - Tree's ASCII_GUIDES and TREE_GUIDES constants promoted to class attributes Added --------- - Adds a case_sensitive parameter to prompt.Prompt. This determines if the - response is treated as case-sensitive. Defaults to True. - Added Console.on_broken_pipe Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: upgrade 3.7.0 -> 3.7.2Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Better error message, when pyserial is missing. - Slave=0 will return first response, used to identify device address. - Feature/add simulator api skeleton - Correct max. read size for registers. - Ruff complains, due to upgrade. - Properly process 'slaves' argument - Update repl requirement to >= 2.0.4 - Fix aiohttp < 3.9.0 - Simplify framer test setup - Clean up ModbusControlBlock - example docstrings diag_message -> pdu.diag_message - Explain version schema - Add more testing for WriteRegisters. - Proof for issue 2273. - Update simulator tests. - Correct README - Rename branch wait3.8.0 to wait_next_API Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.4.196 -> 2.4.197Wang Mingyu2024-09-101-1/+1
| | | | | | | | Changelog: fix: Avoid printing huge log when a request fails Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymetno: upgrade 0.12.0 -> 0.13.0Wang Mingyu2024-09-101-1/+1
| | | | | | | | Changelog: Expose UV Index Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pulsectl: upgrade 24.4.0 -> 24.8.0Wang Mingyu2024-09-101-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-platformdirs: upgrade 4.2.2 -> 4.3.1Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | | | Changelog: ========= - Speed up Hatch installation - Test with Python 3.13 - Test with latest PyPy - Use include-hidden-files: true to upload coverage artifacts - Ensure PlatformDirs is valid superclass type for mypy AND not an abstract class for other checkers Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pefile: upgrade 2023.2.7 -> 2024.8.26Wang Mingyu2024-09-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Close the data attribute before reassigning it - Floor division (//) does mathematical division with the floor functio… - Update new dvrt type and Load Config filed adapt to Windows11 - fix PE.get_data - Fix ambiguous string syntax for PEid parsing regexp - fixed a memory leak that caused the pe file to be access locked. - Exphash from sha256 to md5 to match imphash - More readable calls to superclass - Fix cache_adjust_FileAlignment to work with files not aligned to 0x200 - [StepSecurity] Apply security best practices - Create sets using curly brackets - Change IOError to OSError - Apply isort to sort all imports - Remove "OC Patch" comments - Update tox.ini Python versions - Use with statement to write to file - Remove distutils use - Use chaining comparison operators - Replace list comprehension with set comprehension - Use not in operator - Replace base class name with super() - Increase readability and consistency - Tiny comment improvements - Update oleaut32.py from oleaut32.dll - Improve parse_rich_header - Include ordinals for wsock32.dll - Update ws2_32.py from ws2_32.dll - Update pefile.py for typo - Add parsing for IMAGE_DEBUG_TYPE_EX_DLLCHARACTERISTICS Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-parse-type: upgrade 0.6.2 -> 0.6.3Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | | | | Changelog: =========== - UPDATE: parse_type/parse.py - Copy structured test suite to "tests/parse_tests/" - Copy structured test suite to "tests/parse_tests_with_parse_type" - REMOVE: tests/test_parse.py - README: Fix compact display of BADGES (was using multi-line) - CI: Add support for Python 3.12 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kiwisolver: upgrade 1.4.5 -> 1.4.7Wang Mingyu2024-09-101-2/+2
| | | | | | | | | | | | | | Changelog: =========== - fix the build infrastructure - drop support for Python 3.7 - add support for Python 3.13 - update linking strategy on Windows when building wheels License-Update: Copyright year updated to 1.4.7 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: upgrade 8.26.0 -> 8.27.0Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | Changelog: ========== - autocall was beeing call getitem - Only copy files in startup dir if we just created it. - Fix some tests on Python 3.13 RC1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-httpx: upgrade 0.27.0 -> 0.27.2Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | Changelog: ========== - Reintroduced supposedly-private URLTypes shortcut. - Support for zstd content decoding using the python zstandard package is added. Installable using httpx[zstd]. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-filelock: upgrade 3.15.4 -> 3.16.0Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | Changelog: ============= - Test Python 3.13 - Add 3.13 to CI Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-executing: upgrade 2.0.1 -> 2.1.0Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - add 3.13 to setup.cfg classifiers - test: optimized test preformance by moving deadcode check to the end (#89) - Catch exception if node is in unexpected statement (#84) - Merge pull request #80 from alexmojaki/3.13 - doc: review changes - fix: removed unused verification - fix: handle __firstlineno__ - refactor: review changes - test: skip module tests for now - test(3.13): added sample_results - fix: skip files with raise an recursion error in 3.13, because the recursion limit has no effect - fix: allow to LOAD_FAST variables for TypeVars - test: fixed tests for 3.13.0b1 - test(3.13): handle optimization of not not x - fix(3.13): a type variable can also have nonlocal variables - fix(3.13): COMPARE_OP maps always to ast.Compare - fix(3.13): a async function can also have nonlocal variables - fix(3.13): a lambda can also have nonlocal variables - fix(3.13): handle CALL_KW like method calls which are only located by the end position - fix(3.13): loading of __class__ is mapped to the last element of the class - fix(3.13): handle STORE_FAST_STORE_FAST and similar instructions as known issues - fix(3.13): fixed typing errors - build(3.13): added 3.13 to ci workflow - fix(3.13): added new rules to the verification - fix(3.13): show_caches is deprecated - fix: backward compatibility fix for changed source positions in 3.12.5 (#82) (#83) - Add many_calls tests to EXECUTING_SLOW_TESTS (#78) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus-fast: upgrade 2.24.0 -> 2.24.2Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | Fix: ======= - Ensure build uses cython3 - Add missing cython version pin to the build system Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nano: upgrade 8.1 -> 8.2Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | Changelog: ========== - At a Yes-No prompt, beside Y and the localized initial for "Yes", also ^Y is accepted. Similarly, ^N for "No", and ^A for "All". - A text-highlighting bug with Alt+Home/Alt+End is fixed. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libspiro: upgrade 20221101 -> 20240903Wang Mingyu2024-09-101-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-socket-ssl-perl: upgrade 2.088 -> 2.089Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | | Changelog: =========== - new option SSL_force_fingerprint to enforce fingerprint matching even if certificate validation would be successful without - document _get_ssl_object and _get_ctx_object for cases, where direct use of Net::SSLeay functions is needed Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-compress-perl: upgrade 2.212 -> 2.213Wang Mingyu2024-09-101-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-compress-lzma-perl: upgrade 2.212 -> 2.213Wang Mingyu2024-09-101-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libextutils-helpers-perl: upgrade 0.027 -> 0.028Wang Mingyu2024-09-101-1/+1
| | | | | | | | Changelog: - Add ext argument to man1_pagename and man3_pagename Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcompress-raw-zlib-perl: upgrade 2.212 -> 2.213Wang Mingyu2024-09-101-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcompress-raw-lzma-perl: upgrade 2.212 -> 2.213Wang Mingyu2024-09-101-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcompress-raw-bzip2-perl: upgrade 2.212 -> 2.213Wang Mingyu2024-09-101-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libbpf: upgrade 1.4.5 -> 1.4.6Wang Mingyu2024-09-101-2/+2
| | | | | | | | | | Changelog: =========== - BPF skeleton forward compatibility fix - BTF endianness inheritance bug fix Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.385 -> 0.387Wang Mingyu2024-09-101-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-autoar: upgrade 0.4.4 -> 0.4.5Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | Changelog: =========== * mime-types: Add tar variant of bzip2 * extractor: Fix source string leak Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: upgrade 2.8.5 -> 2.8.7Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== - Lots of fixes to unix sockets. - The addition of unix stream sockets to Windows. - Unix datagram and seqpacket sockets are now supported. - For older systems and newer systems whose pselect() operation is non-atomic (BSDs, MacOS) there were race conditions and some issues. Most should all be fixed now. - For MacOS and later BSDs, kevent() is now supported. - External threads doing gensio calls will now have their signal masks fixed up to work properly with gensio. - gtlsshd was not working on MacOS Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak-xdg-utils: upgrade 1.0.5 -> 1.0.6Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | Changelog: ========== - flatpak-spawn now supports --sandbox-a11y-own-name (if supported by portal) - flatpak-spawn prints a useful error when --host isn't permitted - fixed minor leak in flatpak-spawn Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eog: upgrade 45.4 -> 47.0Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | | Bugfix: ======== - Fix icon name - desktop: Add jpeg-xl to MimeType list - EogWindow: Raise priority of image loading and transformation jobs - EogMetadataDetails: Support copying metadata values to the clipboard Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.1.20240825.0 -> 6.1.20240908.0Wang Mingyu2024-09-101-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opengl-es-cts,vulkan-cts: Upgrade recipes to 3.2.11.0 and 1.3.9.2Khem Raj2024-09-0913-398/+199
| | | | | | | | - Drop patches which are upstreamed. - Move common patches to files/ dir - Use gcc to compile for now as it does not work with clang+libc++ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opentelemetry-cpp: Fix build with clang-19Khem Raj2024-09-092-1/+58
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: Correct the configuration optionsPeter Kjellerstedt2024-09-091-6/+5
| | | | | | | | | | | | | | | | | | | | | * Remove -DENABLE_ZLIB=ON (it is no longer optional). * Replace -DENABLE_CMS=lcms2 with -DENABLE_LCMS=ON. * Replace the splash PACKAGECONFIG with boost (splash is no longer optional). * Correct the options for the nss and tiff PACKAGECONFIGs. This avoids the following CMake warnings: Manually-specified variables were not used by the project: ENABLE_CMS ENABLE_SPLASH ENABLE_ZLIB WITH_NSS3 WITH_TIFF Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freeipmi: Add recipeKhem Raj2024-09-092-0/+74
| | | | | | Its needed bt netdata 1.47+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netdata: Upgrade to 1.47.0Khem Raj2024-09-092-9/+25
| | | | | | | Disable go plugins as we need some work to enable them. Convert to cmake build system Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-cpp: Move to tip of 1.4.x branchKhem Raj2024-09-091-3/+4
| | | | | | | - User git submodule fetcher - Disable building examples and enable MQTT C module Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poco: Drop RISCV patchKhem Raj2024-09-092-63/+2
| | | | | | | - Its not needed since GCC 13.2 onwards - Switch to poco-1.13.3 branch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imx-cst: Add recipeFabio Estevam2024-09-091-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a recipe for the i.MX CST (Code Signing Tool) version 3.4.0. The Code Signing Tool is used for secure boot implementation on i.MX devices. Example on how to use the CST tool to sign U-Boot on i.MX5/i.MX6/i.MX7: https://source.denx.de/u-boot/u-boot/-/blob/master/doc/imx/habv4/guides/mx6_mx7_secure_boot.txt Example on how to use the CST tool to sign U-Boot on i.MX8M: https://source.denx.de/u-boot/u-boot/-/blob/master/doc/imx/habv4/guides/mx8m_spl_secure_boot.txt Multiple layers include the imx-cst package and offer their version of the recipes: - meta-freescale - meta-secure-imx - meta-phytec and probably more. The idea of having imx-cst in meta-oe is to centralize and maintain the efforts in a single location. Move the existing imx-cst recipe from meta-freescale recipe to meta-oe. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: upgrade 4.2.6 -> 4.2.7Vijay Anusuri2024-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Bug Fixes The following vulnerability has been fixed: wnpa-sec-2024-11 NTLMSSP dissector crash. Issue 19943. CVE-2024-8250. The following bugs have been fixed: Fuzz job issue: fuzz-2024-01-31-7745.pcap. Issue 19627. OSS-Fuzz 70534: wireshark:fuzzshark_ip_proto-udp: Stack-overflow in dissect_cbor_main_type. Issue 19935. SOME/IP Protocol heuristic dissector fails to parse. Issue 19670. 6loWPAN: Page Number Field Incorrect Registration. Issue 19934. PacketBB incorrectly reports "Malformed Packet" Issue 19972. Release Notes: https://www.wireshark.org/docs/relnotes/wireshark-4.2.7.html Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libspelling: add recipeMarkus Volk2024-09-071-0/+13
| | | | | | | The gnome spellcheck library for gtk4 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: Fix build with libc++ 19Khem Raj2024-09-052-0/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | As noted in the libc++ 19 release notes [1], std::char_traits<> is now only provided for char, char8_t, char16_t, char32_t and wchar_t, and any instantiation for other types will fail. This causes nodejs-20 to fail to compile with clang 19 and libc++ 19, resulting in errors similar to: /usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined template 'std::char_traits<unsigned short>' 820 | static_assert(is_same<_CharT, typename traits_type::char_type>::value, | ^ ../deps/v8/src/inspector/string-16.h:114:28: note: in instantiation of template class 'std::basic_string<unsigned short>' requested here 114 | std::basic_string<UChar> m_impl; | ^ /usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here 23 | struct _LIBCPP_TEMPLATE_VIS char_traits; | ^ Upstream v8 has fixed this in commit 182d9c05e78 [2], so add it as a backported patch, until the next version of node is released. [1] https://libcxx.llvm.org/ReleaseNotes/19.html#deprecations-and-removals [2] https://chromium.googlesource.com/v8/v8.git/+/182d9c05e78 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: Upgrade to 24.09.0 releaseKhem Raj2024-09-056-1504/+17
| | | | | | Drop backported patches Signed-off-by: Khem Raj <raj.khem@gmail.com>