summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* libusb-compat: add simple ptest (example programs)Yoann Congal2023-02-283-1/+50
| | | | | | | | | | Build and run example programs as test. This will only catch major errors (.so lib won't load etc.) because no output check is done, only return status is checked. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Ever ATILANO <ever.atilano@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusb-compat: upgrade sources to fix -native buildYoann Congal2023-02-281-1/+1
| | | | | | | | | | | | | | | | Fixes [YOCTO #15032] by upgrading the source to a commit including the fix : change SONAME detection source from ldd to objdump ldd detects used libraries by partially running the target binary. This is a problem for when the target binary is not runnable (e.g. cross-compilation). Switch to objdump which only reads info from the ELF file without running anything from it. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Ever ATILANO <ever.atilano@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusb-compat: Revert "libusb-compat: move libraries to base_libdir"Yoann Congal2023-02-281-8/+0
| | | | | | | | | | | | | | Revert commit ed937940f54d1a376b518fc276da78811c4ac50b from oe-core: libusb-compat: move libraries to base_libdir udev links to libusb-compat, and so this library needs to be in base_libdir (/lib) instead of libdir (/usr/lib). The libdir=base_libdir configuration was needed for udev but it's not the case anymore. Remove it to simplify the recipe. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Ever ATILANO <ever.atilano@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glmark2: Update to 2023.01Fabio Estevam2023-02-273-31/+8
| | | | | | | | | | | | | | | | | | | | | | | | Update to the 2023.01 version: glmark2 2023.01 (20230119) ========================== * Add gbm-gl/glesv2 flavors for GBM offscreen rendering. * Add x11-gl-egl flavor that uses EGL under X11. * Implement SwapInterval 0 for the DRM backend. * Support multisampled configs in --visual-config. * Support explicitly specifying the config id in --visual-config. * Add CPU time and shader compilation time to available results. * Add --results to specify which kind of results to report. * Add --results-file to export results to XML or CSV. * Add --version command-line option. Remove 0001-libmatrix-Include-missing-utility-header.patch, which has been upstreamed and refresh 0002-run-dispmanx-fullscreen.patch to avoid fuzz warnings. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburing: enable native/nativesdk buildsRoss Burton2023-02-271-0/+2
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zchunk: upgrade 1.2.4 -> 1.3.0Stefano Babic2023-02-272-38/+2
| | | | | | | | | Release zchunk 1.3.0 with the following changes: * meson: Use global function in argp check * Add ZCK_NO_WRITE option to disable writing to a file Signed-off-by: Stefano Babic <sbabic@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lmbench: set up /usr/bin/hello as alternativeDenys Dmytriyenko2023-02-261-2/+2
| | | | | | | | | As lmbench installs this rather generically-named /usr/bin/hello binary, it conflicts with the one provided by mbedtls, hence set it up as an alternative to avoid conflicts when both are installed to rootfs or SDK. Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usb-modeswitch: update 2.6.0 -> 2.6.1Michael Haener2023-02-241-3/+7
| | | | | Signed-off-by: Michael Haener <michael.haener@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imlib2: Fix install conflict when enable multilib.Wang Mingyu2023-02-241-0/+3
| | | | | | | | Error: Transaction test error: file /usr/bin/imlib2-config conflicts between attempted installs of lib32-imlib2-bin-1.7.1-r0.armv7ahf_neon and imlib2-bin-1.7.1-r0.aarch64 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet: Fix install conflict when enable multilib.Wang Mingyu2023-02-241-1/+3
| | | | | | | | Error: Transaction test error: file /usr/bin/libnet-config conflicts between attempted installs of libnet-dev-1.2-r0.aarch64 and lib32-libnet-dev-1.2-r0.armv7ahf_neon Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* krb5: Fix install conflict when enable multilib.Wang Mingyu2023-02-241-0/+3
| | | | | | | | Error: Transaction test error: file /usr/bin/krb5-config conflicts between attempted installs of lib32-krb5-user-1.17.2-r0.armv7ahf_neon and krb5-user-1.17.2-r0.aarch64 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: bump version to v2.0-rc3Bartosz Golaszewski2023-02-242-1/+1
| | | | | | | | | I decided to make one more RC before the final release as there was one late minor change to C++ interface (marking public classes as final). Next week libgpiod v2.0 should be finally carved in stone. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvpx: Enable native supportJoshua Watt2023-02-241-0/+2
| | | | | | | Enable support for building libvpx as a native recipe Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvpx: Explicitly link with pthread supportJoshua Watt2023-02-241-0/+1
| | | | | | | | | | | | When building for the native build host, explicitly add the -pthread option to link against the pthread libraries. This errors like: vp9_encoder.c:(.text+0x2073): undefined reference to `pthread_once' when building the native variant Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* plocate: add recipeCatalin Enache2023-02-242-0/+18
| | | | | | | | plocate, a much faster locate Signed-off-by: Catalin Enache <catalin.enache@windriver.com> Signed-off-by: Dragos-Marian Panait <dragos.panait@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* .patch: fix Upstream-Status formatting issues reported by patchreview tool ↵Martin Jansa2023-02-2433-35/+33
| | | | | | | from oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openhpi, uw-imag, python3-m2crypto: replace Unknown Upstream-Status with PendingMartin Jansa2023-02-241-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: fix Upstream-Status formatYi Zhao2023-02-2410-14/+10
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zchunk: upgrade to 1.2.4Ross Burton2023-02-243-22/+60
| | | | | | | Add a patch submitted upstream to fix the argp detection with clang. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: remove redundant commentRoss Burton2023-02-241-2/+0
| | | | | | | This commented-out assignment should have been removed in 3ff0235. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Upgrade to 10.11.2Mingli Yu2023-02-223-1/+1
| | | | | | | | | Upgrade mariadb to 10.11.2 [1]. [1] https://mariadb.com/kb/en/mariadb-10-11-2-release-notes Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak: update 1.15.1 -> 1.15.3Markus Volk2023-02-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.15.3 Released: 2023-02-21 Build system: Building this version of Flatpak with Meson is recommended. The source release flatpak-1.15.3.tar.xz no longer contains Autotools-generated files, although this version can still be built using Autotools after running ./autogen.sh. Future versions are likely to remove the Autotools build system. Bug fixes: When splitting an upgrade into two steps (download without installing, and then upgrade without allowing further downloads) like GNOME Software does, if an app is marked EOL and superseded by a replacement, don't remove the superseded app in the first step, which would result in the replacement incorrectly not being installed (#5172) Fix a crash when --socket=gpg-agent is used (#5095) Fix a crash when listing apps if one of them is broken or misconfigured (#5293) If an app has invalid syntax in its overrides or metadata, mention the filename in the error message (#5293) Unset $GDK_BACKEND for apps, ensuring GTK apps with --socket=fallback-x11 can work (#5303) Fix a deprecation warning when compiled with curl >= 7.85 (#5284) Translation updates: es, ru (#5266, #5312, #5313) Internal changes: Better diagnostic messages for why runtimes are or are not considered unused (#5237) 1.15.2 Released: 2023-02-06 Bug fixes: Never try to export a parent of reserved directories as a --filesystem, for example /run, which would prevent the app from starting (#5205, #5207) Never try to export a --filesystem below /run/flatpak or /run/host, which could similarly prevent the app from starting The above change also fixes apps not starting if a --filesystem is a symlink to the root directory (#1357) Show a warning when the --filesystem exists but cannot be shared with the sandbox (#1357, #5035, #5205, #5207) Display the intended messages for flatpak repair (#5204) Exporting an app to an existing repository on a CIFS filesystem now works as intended (#5257) Unset $GIO_EXTRA_MODULES for apps, avoiding misbehaviour in some GLib apps when set to a path on the host (#5206) Unset $XKB_CONFIG_ROOT for apps, avoiding crashes in GTK and Qt apps under Wayland when this variable is set to a path not available in the sandbox (#5194) When using the fish shell, avoid duplicate XDG_DATA_DIRS entries if the profile script is sourced more than once (#5198) Update included copy of bubblewrap to 0.7.0 for better error messages Install SELinux files correctly when building with Meson Translation updates: ru, tr (#5256, #5262) Internal changes: Update included copy of libglnx flatpak -v now uses the INFO log level, and flatpak -vv uses the DEBUG log level in the flatpak log domain. Previously, the extra messages that were logged by flatpak -vv were in a separate "flatpak2" log domain. G_MESSAGES_DEBUG=flatpak previously had an effect similar to flatpak -v, and is now more similar to flatpak -vv. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* appstream: update 0.15.5 -> 0.16.1Markus Volk2023-02-221-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 0.16.1 ~~~~~~~~~~~~~~ Released: 2023-02-10 Notes: * This is a bugfix-only release to primarily address an issue introduced in v0.15.6 that caused any clients using GIR bindings to crash after a while. Specification: * docs: Clarify the locations where catalog icons should be placed * spec: Expand documentation for <issue> elements * spec: Mention that <issues> is not part of the description * spec: Give some guidance about tone in release descriptions Bugfixes: * Fix binding helper macro to behave correctly if a function is passed directly * Override-merge icons and provided items correctly * tests: Ensure locale is C.UTF-8 in pool tests Miscellaneous: * release: Add sanity checks at beginning of each function Contributors: Corentin Noël, Matthias Klumpp, Pablo Correa Gómez, Philip Withnall Version 0.16.0 ~~~~~~~~~~~~~~ Released: 2023-01-26 Features: * pool: Offer API to look up components by bundles * Bump format version to 0.16 * Add new AsSystemInfo to read information about the current OS and device * Add helper to get device names from a modalias * Implement support for external release metadata * Add validation support for external release metadata * compose: Validate external release metadata used for the catalog as well * its: Add rule for standalone release metadata * Add function to test if an AsRelation is satisfied on the current system * cli: Add command to list category contents * cli: Display colored checkmarks if possible * cli: Add new is-satisfied check to test relations from the command-line * cli: Add Markdown export support for metainfo-to-news * qt: Add support for SystemInfo & relation satisfication checks Specification: * spec: Specify a metadata format for external release descriptions Bugfixes: * Fix build with Clang 15 * Give a better error message if trying to list too many categories * Adjust documentation of AsPool.get_components_by_categories to reflect reality * validator: Validate merge component catalog data properly again Miscellaneous: * Consistently name catalog metadata as such everywhere Contributors: Aleix Pol, Matthias Klumpp, Rafael Fontenelle Version 0.15.6 ~~~~~~~~~~~~~~ Released: 2022-12-22 Features: * qt: Add API for ContentRating descriptions and ratingIds * Add some coccinelle semantic patches for common style issues * compose: Allow building without SVG support (for bootstrap only) * validator: Check for nodes that are text nodes even though they shouldn't be * validator: Extend validation for custom tag * validator: Improve Screenshot validation Specification: * docs: Fix typos in <extends> documentation Bugfixes: * validator: internat: Don't allow bandwidth_mbitps when value is offline-only * validator: Fix timestamp validation * validator: Allow release descriptions to start with punctuation * compose: Only add no-metainfo tag if component isn't already ignored * compose: Show better error in AscImage if compose was build without rsvg * Add a hack to clarify proper PtrArray element ownership for language bindings * qt: Port away from deprecated QDateTime API * qt: Deprecate Component::requires * qt: Fix warning * qt: Fix stringListToCharArray and Pool::componentsByCategories * qt: Port away from deprecated foreach * as-review: Add a typedef for property enums * as-review: Install properties at once rather than individually * as-review: Specify G_PARAM_STATIC_STRINGS for properties * as-review: Emit GObject::notify on property value changes * as-review: Add missing property for as_review_{get,set}_priority() * ascli: fix NULL pointer dereference Miscellaneous: * docs: Split releases specification into its own section * style: Make code easier to read by using helper macros in all places * Make some compiler warnings fatal unconditionally Contributors: Aleix Pol, JakobDev, Matthias Klumpp, Nicolas Fella, Philip Withnall, r-ricci, Will Thompson Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: no need to stage binaries for targetRoss Burton2023-02-221-13/+0
| | | | | | | | Target nodejs doesn't depend on nodejs-native to build anymore, so there is no need to stage these binaries. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: remove LD assignmentRoss Burton2023-02-221-2/+2
| | | | | | | | | | | The purpose of this appears to have been lost, and the build succeeds without it. If it is needed, then it should be added to EXTRA_OEMAKE alongside the CC and CXX assignments. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: don't force cross-compilation in native buildsRoss Burton2023-02-221-1/+5
| | | | | | | | | | By not forcing the cross-compile build logic in native builds the build is a _lot_ faster. Walltime in buildstats-diff on my machine: nodejs-native do_compile -475.6s -41.2% 1153.4s -> 677.7s Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: use a postfunc to prune source treeRoss Burton2023-02-221-2/+2
| | | | | | | | Instead of overriding do_unpack entirely and calling into base_do_unpack, use a postfunc. This keeps the prune logic separated neatly. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: run configure.py in verbose modeRoss Burton2023-02-221-1/+1
| | | | | | | It's useful to know what configure is detecting, so pass --verbose. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: remove redundant expand=True to getVar()Ross Burton2023-02-221-6/+6
| | | | | | | The expand argument defaults to True, so there's no need to specify it. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: disable intel IPPMingli Yu2023-02-221-24/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ipp related code has IP issue as below. ===================================================================== $ cat tmp/work/corei7-64-wrs-linux/opencv/4.6.0-r0/git/ippicv_lnx/icv/include/ippicv.h | head -n 30 /* // Copyright 2014-2019 Intel Corporation All Rights Reserved. // // The source code, information and material ("Material") contained herein is // owned by Intel Corporation or its suppliers or licensors, and title // to such Material remains with Intel Corporation or its suppliers or // licensors. The Material contains proprietary information of Intel // or its suppliers and licensors. The Material is protected by worldwide // copyright laws and treaty provisions. No part of the Material may be used, // copied, reproduced, modified, published, uploaded, posted, transmitted, // distributed or disclosed in any way without Intel's prior express written // permission. No license under any patent, copyright or other intellectual // property rights in the Material is granted to or conferred upon you, // either expressly, by implication, inducement, estoppel or otherwise. // Any license under such intellectual property rights must be express and // approved by Intel in writing. // // Unless otherwise agreed by Intel in writing, // you may not remove or alter this notice or any other notice embedded in // Materials by Intel or Intel's suppliers or licensors in any way. // */ #if !defined( __IPPICV_H__ ) #define __IPPICV_H__ #ifdef __cplusplus extern "C" { #endif ===================================================================== So disable intel IPP [1] to avoid IP issue. [1] https://www.intel.com/content/www/us/en/developer/articles/troubleshooting/intel-integrated-performance-primitives-intel-ipp-open-source-computer-vision-library-opencv-faq.html Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uftrace: upgrade 0.13 -> 0.13.1Wang Mingyu2023-02-222-42/+2
| | | | | | | | 0001-build-Fix-a-build-race-related-to-utils-mermaid.html.patch removed since it's included in 0.13.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zabbix: upgrade 6.2.6 -> 6.2.7Wang Mingyu2023-02-221-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uchardet: upgrade 0.0.7 -> 0.0.8Wang Mingyu2023-02-221-3/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sip: upgrade 6.7.5 -> 6.7.7Wang Mingyu2023-02-221-1/+1
| | | | | | | | Changelog: Significantly reduced the memory requirements. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: upgrade 14.5 -> 15.2Wang Mingyu2023-02-204-52/+16
| | | | | | | | | | | | | | 0001-Add-support-for-RISC-V.patch 0001-configure.ac-bypass-autoconf-2.69-version-check.patch refreshed for 15.2. remove_duplicate.patch removed since it's included in 15.2. License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 23.01.0 -> 23.02.0Wang Mingyu2023-02-201-1/+1
| | | | | | | | | | | | | Changelog: ========== * CairoOutputDev: Fix rendering of color type 3 fonts * CairoOutputDev: Add handling matte entry * Fix segfault on wrong nssdir * Fix "NSS could not shutdown" * pdfsig: Point out supports PKCS#11 URIs as nickname Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler-data: upgrade 0.4.11 -> 0.4.12Wang Mingyu2023-02-201-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcsc-tools: upgrade 1.6.1 -> 1.6.2Wang Mingyu2023-02-201-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* v4l-utils: Update 1.23.0+fd544473 -> 1.23.0+9431e4b2Marek Vasut2023-02-193-79/+3
| | | | | | | | | Update V4L2 utils to latest git HEAD and drop patches now upstream: 575e0a9f ("media-info: Include missing <cstdint> for uintptr_t") 96022d88 ("configure.ac, Makefile.am: Support building without NLS") Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Upgrade 2022.7 -> 2023.1Alex Kiernan2023-02-183-70/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop upstreamed patches, switch to github-releases for upstream checks, update comments regarding making ptest pass as C.UTF-8 is default in glibc now. Alex Kiernan (2): lib/repo-checkout: Add ALLPERMS for musl tests: Handle musl's ERANGE mapping Benno Rice (1): Replace the radix64 crate with base64 Colin Walters (5): fetcher: Avoid too large queues for metadata processing configure: post-release version bump rust: Bump to 0.17 bindings: Consistently check for `dox` feature Release 2023.1 Dan Nicholson (16): tests/inst: Update hyper-staticfile to 0.9.4 Strip trailing whitespace on all C files repo: Add API to regenerate and sign repo metadata bin/summary: Use ostree_repo_regenerate_metadata commit: Allow skipping automatic summary generation repo: Create metadata commit in ostree_repo_regenerate_metadata lib: Provide internal summary signing with separate directory repo: Prevent publishing summary without matching signature bin: Cleanup documentation of --cache-dir option bin/refs: Sort listing bin/refs: Add option to print revisions bin/remote-refs: Add option to print revisions bin/show: Add options to list metadata keys ostree/dump: Add support for summary metadata keys bin/summary: Add options to show metadata bin/remote-summary: Add options to show metadata Eric Curtin (1): bootloader: Add an aboot (Android) bootloader backend Jonathan Lebon (1): ostree/prune: Calculate reachability under exclusive lock Luca BRUNO (4): lib: assert more invariants configure: use pkg-config with newer gpgme and gpg-error lib/repo: fix an 'unused-function' warning lib/sysroot-upgrader: add some 'nullable' annotations Tareque Md Hanif (1): docs: Fix link to ostree-rs Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburing: Update to latest tip of treeKhem Raj2023-02-182-2/+51
| | | | | | Add a patch to fix build on musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netplan: upgrade 0.104 -> 0.106Wang Mingyu2023-02-183-50/+5
| | | | | | | | | | | 0001-Makefile-do-not-use-Werror.patch refreshed for new version. 0001-Makefile-fix-parallel-build-failure.patch removed since it's included in new version. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nano: upgrade 7.1 -> 7.2Wang Mingyu2023-02-181-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ============ bindings: let ^/ toggle between the 'search' and 'gotoline' menus bump version numbers and add a news item for the 7.2 release copyright: update the years for the FSF docs: give ^K and ^U some useful function in the alternative bindings docs: put the binding of ^Y after its unbinding, for it to be effective gnulib: update to its current upstream state input: disallow bracketed pastes when in view mode syntax: html: colorize specially the other two emphasizing tags too tweaks: avoid warnings when compiling with -Wpedantic tweaks: rewrap an old news item tweaks: separate a special thanks from the preceding ones Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* neon: upgrade 0.32.4 -> 0.32.5Wang Mingyu2023-02-181-1/+1
| | | | | | | | | | | | | | Changelog: ========= * NOTE: Since 0.32.0 the "$KRB5_CONFIG" environment variable is ignored when running configure. Use KRB5_CONF_TOOL instead to specify an alternative to /usr/bin/krb5-config. * Fail for configure --with-gssapi if GSSAPI can't be enabled (issue #102) * Add Georgian translation * Fixes for Windows MSYS2/MinGW build, including cross-build Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minicoredumper: upgrade 2.0.2 -> 2.0.3Wang Mingyu2023-02-182-39/+1
| | | | | | | | | | | | | | | | | | | | | | | 0001-minicoredumper_demo-Use-optnone-attribute-with-clang.patch removed since it's included in 2.0.3 Changelog: ========== * Dump zero-blocks as 4KB blocks instead of single bytes to speed up piping to the compressor. (Only relevant if tar is not used.) * Drop core data exceeding the ustar 8GB limit. The core file is appropriately truncated and the actions are logged. This fixes tar file corruption for core files >8GB. * Known problems: - If tar is active, core files larger than 8GB will be truncated. If it is known that the core files will be >8GB and the full core file is needed, tar must be disabled. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusb-compat: upgrade 0.1.7 -> 0.1.8Wang Mingyu2023-02-182-7/+9
| | | | | | | | 0001-usb.h-Include-sys-types.h.patch refreshed for new version Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburing: upgrade 2.2 -> 2.3Wang Mingyu2023-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Support non-libc build for aarch64. - Add io_uring_{enter,enter2,register,setup} syscall functions. - Add sync cancel interface, io_uring_register_sync_cancel(). - Fix return value of io_uring_submit_and_wait_timeout() to match the man page. - Improvements to the regression tests - Add support and test case for passthrough IO - Add recv and recvmsg multishot helpers and support - Add documentation and support for IORING_SETUP_DEFER_TASKRUN - Fix potential missing kernel entry with IORING_SETUP_IOPOLL - Add support and documentation for zero-copy network transmit - Various optimizations - Many cleanups - Many man page additions and updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jsonrpc: upgrade 1.3.0 -> 1.4.1Wang Mingyu2023-02-182-56/+2
| | | | | | | | | | | | | | | | | | | | | 0001-Fix-build-with-libmicrohttpd.patch removed since it's included in 1.4.1 Changelog: =========== - Fedora CI build by updating to Catch v2.13.7 - Typo in README (#313) - Deprecation warnings for Jsoncpp (#312) - Compatibility with newer libmicrohttpd versions (>= 0.9.71) (#298 #299) - Typo in diagram (#293) - File descriptor leaks in connectors - Vendoring catch library instead of downloading from github - Moved from travis-ci to circleci (#311) - Use '.empty()' checks instead of '.size() == 0' Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jack: upgrade 1.19.21 -> 1.19.22Wang Mingyu2023-02-182-56/+2
| | | | | | | | | | | | | | | | | 0001-Remove-usage-of-U-mode-bit-for-opening-files-in-pyth.patch removed since it's included in 1.19.22. Changelog: ========== The waf autooption --example-tools has been removed. The example clients and tools are no longer part of the jack2 project. Drop dependencies that were only used for example clients and tools (readline, sndfile and zita libs) Fix build with python3.11+ Fix compatibility with macOS 12+ Fix ringbuffer thread safety on ARM Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glog: Fix build with clang on 32bit platformsKhem Raj2023-02-182-0/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>