summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
...
* poppler-data: set precise BSD licenseRoss Burton2022-02-031-1/+1
| | | | | | | The cMap data is under a BSD-3-Clause license. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remmina: Upgrade to 1.4.23Alejandro Hernandez Samaniego2022-02-031-2/+2
| | | | | | | - Disable support for ayatana-appindicator Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: Update contrib 4.5.2 -> 4.5.5Daniel Gomez2022-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Patch [1] was dropped but contrib repo was not updated leading into the glog link issues for the sfm module. Update opencv_contrib 4.5.2 -> 4.5.5. Error: /var/lib/yocto/builds/build_honister/tmp/work/bobcat-poky-linux/ qtec-screwcounter-camera/1.0+gitAUTOINC+7f76d8d874-r0/ recipe-sysroot-native/usr/bin/x86_64-poky-linux/../../libexec/ x86_64-poky-linux/gcc/x86_64-poky-linux/11.2.0/ld: /var/lib/yocto/builds/build_honister/tmp/work/bobcat-poky-linux/ qtec-screwcounter-camera/1.0+gitAUTOINC+7f76d8d874-r0/recipe-sysroot/ usr/lib/../lib/libopencv_sfm.so: undefined reference to `google::LogMessageFatal::LogMessageFatal(char const*, int)' [1]: meta-oe/recipes-support/opencv/opencv/0001-sfm-link-with-Glog_LIBS.patch Signed-off-by: Daniel Gomez <dagmcr@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcereal: upgrade 1.3.0 -> 1.3.1wangmy2022-01-252-42/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: year updated to 2022 0001-Use-GNUInstallDirs-instead-of-hard-wiring-install-di.patch removed since it is included in 1.3.1 Changelog: ========= Highlighted fixes and enhancements include: ------------------------------------------ Github actions in place of Travis CI Doctest updates (and upstream patches!) to support all targeted compilers Cmake modernization Bug fixes and minor enhancements: --------------------------------- Fix typo in docs in #597 Add MSVC 2019 to build, default ctor for static object Fix json.hpp compilation issue when int32_t is a long [cpp20] explicitly capture 'this' as copy Fix rapidjson for Clang 10 Fixes to prevent clang-diagnostic errors cleanup cmake files to be a little more moderen CVE-2020-11105: Store a copy of each serialized shared_ptr within the archive to prevent the shared_ptr to be freed to early add license files for components of cereal Catch short documents in JSON input C++17: use inline globals for StaticObjects Use std::variant::emplace when loading Use std::optional::emplace() when loading non-empty optional Fix itsNextName not clearing when not found + style change Update doctest to 2.4.6 + local fixes slated for upstream Fixed loading of std::vector Update license to match BSD template Update doctest to 2.4.7 Use GNUInstallDirs instead of hard wiring install directories Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: Update to FreeRDP 2.5.0Marek Vasut2022-01-251-1/+1
| | | | | | | | | | Update FreeRDP to latest stable version, 2.5.0, to pull in latest batch of bugfixes. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Alexander Kanavin <alex@linutronix.de> Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spdlog: Update the external fmt patchKhem Raj2022-01-251-17/+59
| | | | | | Complete the tweakme.h inclusion Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: update 4.5.2 -> 4.5.5Alexander Kanavin2022-01-253-89/+2
| | | | | | | | | Drop backports. Disable ffmpeg, as opencv is not yet compatible with ffmpeg 5.0. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: upgrade 6.1.30 -> 6.1.32Gianfranco Costamagna2022-01-251-1/+1
| | | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fmt: upgrade 8.0.1 -> 8.1.1Wang Mingyu2022-01-241-1/+1
| | | | | | | | | | | Changelog: ========= Restored ABI compatibility with version 8.0.x Fixed chrono formatting on big endian systems Fixed a linkage error with mingw Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* monit: upgrade 5.29.0 -> 5.30.0wangmy2022-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= -New: Add a read-only option to the set httpd statement. The option can be used on the TCP socket, the unix socket, or both. -Changed: Issue #1011: The include statement was limited to 512 files, increase the limit to 1024 files. -Fixed: The disk read and write bytes didn't show up in M/Monit for Monit 5.27.0 or later. -Fixed: Issue #998: Monit 5.29.0 may fail to compile on platforms without the monotonic clock support. -Fixed: Issue #1002: 32-bit Linux machines with more then 4GB of RAM reported wrong system memory size and swap size values. -Fixed: Issue #1005: When the port statement was used with the generic protocol test and the target server returned zeros in response, Monit >= 5.20.0 may crash. -Fixed: Issue #1009: When one executes an action via the Monit HTML GUI (uses a POST request), the Monit HTTP server will redirect the browser back to the base URL, so the browser won't perform the POST request again on an automatic page refresh, which is performed to poll for status changes. -Fixed: Issue #1015: The set httpd statement supports only one address option. Display warning if multiple address options are used. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xorg-xrdp: Upgraded from 0.2.5 to 0.2.18.leimaohui2022-01-191-5/+3
| | | | | | | | | - Upgraded 0.2.5 to 0.2.18 - Deleted xorg-xrdp from PNBLACKLIST, because build error with openssl 3.0 of xrdp has beed fixed. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xrdp: Fixed build error with openssl 3.0 and upgraded from 0.9.17 to 0.9.18.leimaohui2022-01-191-15/+9
| | | | | | | | | | | | - Fixed build error with openssl 3.0 according to the suggestion of upsream. Please reference to https://github.com/neutrinolabs/xrdp/issues/2121. - Upgraded from 0.9.17 to 0.9.18. - git repository of xrdp has recursive sources, so, reference to Fedora, modified SRC_URI to a tarball download URL of github. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uriparser: upgrade 0.9.5 -> 0.9.6wangmy2022-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= * Fixed: [CVE-2021-46141] Fix a bug affecting both uriNormalizeSyntax* and uriMakeOwner* functions where the text range in .hostText would not be duped using malloc but remain unchanged (and hence "not owned") for URIs with an IPv4 or IPv6 address hostname; depending on how an application uses uriparser, this could lead the application into a use-after-free situation. As the second half, fix uriFreeUriMembers* functions that would not free .hostText memory for URIs with an IPv4 or IPv6 address host; also, calling uriFreeUriMembers* multiple times on a URI of this very nature would result in trying to free pointers to stack (rather than heap) memory (GitHub #121, GitHub #124) Commit 987b046e41f407d17c622e580fc82a5e834b4329 Commit b1a34743bc1472e055d886e29e9b53f670eb3282 * Fixed: [CVE-2021-46142] Fix functions uriNormalizeSyntax* for out-of-memory situations (i.e. malloc returning NULL) for URIs containing empty segments (any of user info, host text, query, or fragment) where previously pointers to stack (rather than heap) memory were freed (GitHub #122, GitHub #124) Commit c0483990e6b5b454f7c8752b36760cfcb0d093f5 * Fixed: CMake: Call "enable_language(CXX)" prior to tinkering with CMAKE_CXX_* variables (GitHub #110) * Fixed: CMake: Support absolute paths for both CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR (GitHub #114) * Fixed: Windows: Address MSVC compiler warnings (GitHub #111, GitHub #113) * Fixed: Documentation: Space requirements for uriUriStringToUnixFilename did not take into account short form "file:/bin/bash" of RFC 8089 of 2017 (with prefix "file:/" rather than "file:///") that uriparser supports since release 0.8.6 in 2018 (GitHub #118, GitHub #119) * Fixed: Compile error with MinGW GCC 9 related to a mismatched prototype for function inet_ntop (GitHub #117, GitHub #120) * Fixed: Compile warnings in test suite code (GitHub #120) * Improved: Respect variable ${CPP} in doc/preprocess.sh (GitHub #115) * Added: Test suite invocation for MinGW using Wine (GitHub #120) * Soname: 1:29:0 - see https://verbump.de/ for what these numbers do Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* htop: Update to 3.1.2Robert Joslyn2022-01-182-31/+32
| | | | | | | | | | | | | | | | | | | | | | | Upstream renamed the branch to "main", update SRC_URI. Refresh pkg-config patch. Update PACKAGECONFIG options. The linux-affinity option was renamed to affinity. Add a packageconfig conflict between affinity and hwloc, since these are mutually exclusive. The setuid option was removed by upstream, and a capabilities option added. The sensors option switched from --with/--without to --enable/--disable. Reorder the option to match the order used in the configure script to make future updates easier. License-Update: The previous license contained an exception for the Portable Linux Processor Affinity (PLPA) project. This exception has been removed, so the project uses an unmodified GPLv2 license. Minor formatting and whitespace changes were also made to match the license text as published by the FSF. Commit making change: https://github.com/htop-dev/htop/commit/088dc5b9a7a5352ee7fdf85f3aff1368958634eb Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tree: upgrade 2.0.0 -> 2.0.1Yi Zhao2022-01-181-1/+1
| | | | | | | | | | | | | | | | Version 2.0.1 (01/03/2022) - Simplify Makefile and the following changes: prefix -> PREFIX, BINDIR -> DESTDIR, -O4 -> -O3, mode 644 for man page installation (Michal Vasilek) - Make patterns ending in '/' match directories (but not files) for -I / -P (Michiel Beijen) should also fix issues with --gitignore as well (Taylor Faubion) - Fix --gitignore not matching files relative to the path of the .gitignore (Taylor Faubion) I did say it was hacked together. - Refactored color.c a bit to simplify the code as a prelude to meta coloring. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: ignore the mkdir errors in MakefileYi Zhao2022-01-182-0/+34
| | | | | | | | | | | Ignore the mkdir errors to fix the parallel build failure: ../../build/shtool mkdir -p TOPDIR/tmp-glibc/work/cortexa15t2hf-neon-wrs-linux-gnueabi/openldap/2.5.9-r0/image/usr/lib mkdir: cannot create directory 'TOPDIR/tmp-glibc/work/cortexa15t2hf-neon-wrs-linux-gnueabi/openldap/2.5.9-r0/image/usr/lib': File exists make[1]: *** [Makefile:288: install-local] Error 1 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcp: Fix build race conditionKhem Raj2022-01-182-0/+12
| | | | | | | | | Fixes | chkacc1.c:8:10: fatal error: localconfig.h: No such file or directory | 8 | #include "localconfig.h" | | ^~~~~~~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: Use setuptools3-baseKhem Raj2022-01-122-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tbb: upgrade to 2021.5.0Ross Burton2022-01-121-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 21.12.0 -> 22.01.0Andreas Müller2022-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Release 22.01.0: core: * Allow local (relative to dll) fonts dir on Windows * TextOutputDev: require more spacing between columns. Issue #1093 * Fix crash in Splash::gouraudTriangleShadedFill. Issue #1183 * Fix crash when calling Form::reset() * GfxSeparationColorSpace: Check validity of colorspace and function. Issue #1184 * Minor code improvements glib: * Include glib.h before using defines from it * Close file descriptors on error * Plug some memory leaks * Replace use of deprecated g_memdup/g_time_zone_new * Remove FD-taking functions on windows utils: * pdfsig: Add support for documents with passwords * pdfsig: Fix signing with -sign if nss password is needed Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dool: Added a new OSS that forked from dstat project.leimaohui2022-01-112-0/+63
| | | | | | | Please referece to https://github.com/dstat-real/dstat. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcp: Fix build to exclude qt5Khem Raj2022-01-113-1/+33
| | | | | | | Pass right options to ar Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Lei Maohui <leimaohui@fujitsu.com>
* pcp: Added a new recipe which provides dstat command.leimaohui2022-01-115-0/+358
| | | | | | | | | | | Performance Co-Pilot is a system performance analysis toolkit - Collect performance metrics from your systems efficiently. - Analyze systems' performance metrics in real-time or using historical data. - Extend the collected performance metrics in a simple way. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dstat: Deleted terminated project.leimaohui2022-01-112-113/+0
| | | | | | | Please reference to https://github.com/dstat-real/dstat. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tbb: enable native/nativesdk buildsRoss Burton2022-01-071-0/+2
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcsc-tools: upgrade 1.5.7 -> 1.5.8wangmy2022-01-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 21.11.0 -> 21.12.0Andreas Müller2022-01-051-1/+1
| | | | | | | | | | | | | | | | | | | Release 21.12.0: core: * Add API to add images * CairoOutputDev: Fix de-duping of Flate images * Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393 * Minor code improvements glib: * Add API for validation of signatures * Add API to read/save to file descriptor utils: * pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117 build system: * Increase C++ standard to 17 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fltk: upgrade 1.3.7 -> 1.3.8Andreas Müller2022-01-051-2/+2
| | | | | | | | | | | | | | | | | Changes in FLTK 1.3.8 - Make "FLTK_CONSOLIDATE_MOTION" user-definable (issue #76) - Fix compiler warnings (backported from 1.4) - Add new dialog fl_choice_n() with extended return values (#282) - Account for deprecation of [NSBitmapImageRep initWithFocusedViewRect:] in macOS 10.14 - macOS: fix fullscreen window when other windows were created before - Fix issue #279: "HiDpi issue on macOS with retina display" - Fix issue #287: "FLTK 1.3.6 doesn't handle fullscreen on macOS" - Fix issue #288: "FLTK 1.3.6+ doesn't notify window movement on macOS" - macOS: Allow building with non-Apple compiler that may not support blocks Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: add UPSTREAM_CHECK_GITTAGREGEXYi Zhao2022-01-051-0/+2
| | | | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest version. Before the patch: $ devtool latest-version lvm2 INFO: Current version: 2.03.11 INFO: Latest version: 19990504 INFO: Latest version's commit: af9010d115cd3b97939cec0120126aba262ec57a After the patch: $ devtool latest-version lvm2 INFO: Current version: 2.03.11 INFO: Latest version: 2.03.14 INFO: Latest version's commit: ef4521831d15a1785e034f6c6f536a03446f6e05 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upower: add UPSTREAM_CHECK_GITTAGREGEXYi Zhao2022-01-051-0/+2
| | | | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest version. Before the patch: $ devtool latest-version upower INFO: Current version: 0.99.13 INFO: Latest version: 014 INFO: Latest version's commit: 8cbaa7f70b1bc8aa96f420f9061b20e5d8839ea7 After the patch: $ devtool latest-version upower INFO: Current version: 0.99.13 INFO: Latest version: 0.99.13 INFO: Latest version's commit: 0f6cc0a10be22d7ddd684e1cd851e4364a440494 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlsec1: enable native buildYi Zhao2021-12-291-0/+2
| | | | | | | It is required by openscap 1.3.5. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tbb: Disable LTO on rv64Khem Raj2021-12-281-2/+2
| | | | | | | ABI mismatches still happen with clang on rv64 as well so disable LTO for now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tree: upgrade 1.8.0 -> 2.0.0wangmy2021-12-271-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= * This started out as a 1.9.0 release but then I got fed up with the abundance of directory listers (8 in total, 2 each for each output mode). Nothing is terribly well tested since there are a lot of changes and I would like to get this out the door finally, please report breakage. This reduced so much code that all the below additions only resulted in a code base that is only 54 lines larger than 1.8.0. * Rolled all the directory listers into 2 functions that call output specific functions (removes one TODO). *-R option now recursively calls the emit_tree() function rather than using system() to re-call tree. Also removes a TODO. * Adds --info to print information about files/directories from information found in .info files (removes a maybe do) In HTML output, comments show as mouse over tooltips, which I imagine will be the most useful use of this "feature". * Output un-indented JSON on file descriptor 3 ("stddata") automatically if file descriptor 3 is present (currently Linux only.) Maybe switch to BSON. * Always HTML escape filenames in HTML output even when -C is used. * Return a non-zero exit status if there is a failure to open any directory. * Added --gitignore option to filter out files specified by .gitignore files. (also reads $GIT_DIR/info/exclude if present.) To facilitate gitignore, adds support for ** on pattern matching to allow /**/ to match a single /. This is not well tested and kind of hacked together, so may not work correctly. * Now also supports multiple -I and -P instances. * Now prints meta data for the top level directory as well. * Split spaghetti code in main into individual functions. * Properly sort --fromfile input * Make tree colorization use reset (rs code in dir_colors,) not normal color when resetting attributes * Honor -n (no color) even if the CLICOLOR_FORCE environment variable is set * Fix --sort option to not require = * Defer sorting for --du until the entire sub-directory tree has been processed. * Optimized makefile, HP/UX support (Osipov, Michael). Note that this changes the prefix default to /usr/local, which is becoming required for many systems now. * Renamed (the by now very obsolete) doc/tree.1.fr to doc/tree.fr.1 * Fix JSON string escaping such that it is not using the HTML escaping * Add --filesfirst option (John A. Fedoruk). Cleaned up sorting code to make --dirsfirst and --filesfirst top level meta-sorts. * "arial" not "ariel" (Mark), HTML style-sheet cleaned up in any event. * Deprecate using local -DLINUX / -DCYGWIN and use the OS provided __linux__ or __CYGWIN__ * XML/HTML/JSON output needs to be mutually exclusive, last command line switch wins. * Make sure we use xmalloc instead of malloc in a number of places Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nss: upgrade 3.64 -> 3.73.1Sakib Sajal2021-12-248-17/+17
| | | | | | | Upgrade to 3.73.1 fixes CVE-2021-43527. Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* satyr: upgrade 0.38 -> 0.39wangmy2021-12-211-1/+1
| | | | | | | | | | | Changelog: ========= Use g_malloc() and g_free() instead of malloc()/free() in many instances Fix call to a deprecated in Python tests Add test case for sr_rpm_package_cmp() Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nano: upgrade 5.9 -> 6.0wangmy2021-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes between v5.9 and v6.0: ------------------------------ bindings: allow rebinding ^Z also on a Linux console (a VT) bindings: allow toggling line numbers (when enabled) also in tiny version bindings: let ^T in the tiny version invoke spell checker (when included) browser: with --zero, do not use the bottom row for displaying filenames build: fix compilation when configured with --disable-color build: fix compilation when configured with --disable-nanorc build: fix compilation when configured with --enable-tiny build: fix compilation with --enable-tiny --enable-nanorc build: fix compilation with --enable-tiny --enable-wrapping build: include the YAML syntax file among the distributed files bump version numbers and add a news item for the 6.0 release display: clear the status bar early enough, so that --zero can show text display: do not wipe the status bar when --zero or --minibar is active display: ensure feedback will be cleared also on a one-row terminal display: make sure there are at least as many text lines as help lines display: move some code for overwriting verbatim feedback with --zero display: redraw the screen in tiny version upon resuming from suspension display: with --zero, redraw the bottom row instead of wiping a message docs: add a hint about making ^L do just 'refresh' to the sample nanorc docs: add a meta description for the HTML rendering of the manual docs: add a suggested rebind and three suggested unbinds to the sample rc docs: avoid large Table of Contents at top of HTML version of manual docs: clarify that --enable options do not fully counteract --enable-tiny docs: correct the description of the layout -- four areas, not five docs: document the effect of --quickblank together with --zero/--minibar docs: explain the effect of --zero / -0 / 'set zero' docs: explain what it means when --rawsequences is needed docs: give more examples of things that --enable-tiny excludes docs: improve the title of the manual, away from the bare "nano" docs: list the new color names, from 'rosy' to 'crimson' docs: mark options -z, --suspendable, and 'set suspendable' as obsolete docs: mention "grey" also at the other place where color names are listed docs: mention M-Z (for toggling the interface) among the Feature Toggles docs: mention that --zero and 'set zero' hide also the help lines docs: move the chapter about editor basics into third position docs: prevent a black square in the PDF after the long synopsis line docs: reshuffle a GNU marker, to make the title clearer in search engines docs: reword several of the descriptions in the chapter on building nano docs: reword the beginning of the chapter on nanorc files docs: say thanks to the Indonesian translator feedback: give a more accurate message when the help lines won't appear feedback: refuse the --constantshow toggle (M-C) on a one-row terminal feedback: report an unbindable function key as an "Unknown sequence" feedback: report the number of inserted lines also with --zero or --mini feedback: show a relevant message for M-O when the syntax has 'tabgives' feedback: suppress chatty messages when --zero is active feedback: to have a status bar, suppress --zero while in the help viewer feedback: when reporting an unbound function key, mention its number feedback: when the user types ^Z, say they can suspend nano with ^T^Z feedback: with --mini or --zero, suppress number of lines for new buffer feedback: with --mini/--zero, suppress message when toggling whitespace feedback: with --zero, drop a message in a short while, as with --minibar files: allow inserting also when started with the --noread option files: clear original filename when the user toggles Append or Prepend gnulib: update to its current upstream state help: do not show ^S when --preserve is in effect help: ensure there is a blank line between title bar and start of text help: group the now lone mouse toggle with the "behavioral" ones help: remove an unneeded restriction for small terminals help: skip the leading blank line when the terminal is very flat help: when done, always redraw the "bottom bars", also with --zero history: process file faster by not filtering out hypothetical duplicates input: ensure that no more bytes are consumed than are available justify: correctly determine whether top-of-buffer has been reached memory: avoid a tiny leak when an option with an argument is given twice memory: avoid leaking the filename when dottifying it on the minibar new feature: option --zero for an interface without bars options: make --zero imply --nohelp, and 'set zero' imply 'set nohelp' pasting: when less than a line is pasted, allow automatic hard-wrapping prompt: avoid resetting the history pointer when the search is cancelled prompt: begin at bottom of history list when at secondary prompt prompt: keep a clear answer clear also after an excursion into history rcfile: recognize fourteen new color names, mostly for subdued shades rcfile: remove the deprecated 'cutwordleft' and 'cutwordright' keywords replacing: keep centering the occurrence, also after toggling help lines replacing: keep the spotlighted occurrence in view, also with --zero replacing: keep the spotlighting, also after toggling the help lines search: with --zero, do not obscure an occurrence on the bottom row search: with --zero, drop a message at the same time as the spotlight statusbar: count words in the way that matches how Ctrl+Right moves statusbar: overwrite a message also when using --constant with --zero suspension: enable ^Z by default -- ignore -z option and drop M-Z toggle suspension: leave ^Z unbound by default -- just ^T^Z will suspend nano syntax: debian: remove file -- Debian itself will have to handle it syntax: default: colorize comments as one of the last things syntax: default: colorize dates, URLs, and nano's release motto syntax: email: use a character class, as \s does not work inside brackets syntax: gentoo: remove file -- Gentoo itself will have to handle it syntax: nanorc: add 'execute' menu for unbind, and drop a bad constraint syntax: nanorc: avoid colorizing #rgb codes as if they were comments syntax: nanorc: colorize a trailing comment when it begins with non-hex syntax: nanorc: colorize each of the fourteen new color names as valid syntax: nanorc: improve the file-matching regex syntax: nanorc: paint arguments of 'include' and 'extendsyntax' specially syntax: nanorc: require whitespace before the start= and end= keywords syntax: python: colorize backslash escapes, such as \n and \xef syntax: ruby: colorize embedded documentation as a comment syntax: rust: do not colorize as string the text between two strings syntax: sql: add a few more missing keywords, like TRUE and FALSE syntax: sql: add more missing keywords, like INNER and OUTER JOIN syntax: sql: add some missing keywords, like ALL and ANY and OR syntax: sql: add two missing data types -- xml and tsquery syntax: sql: colorize as flow control only keywords that clearly are such syntax: sql: colorize keywords regardless of case, and tweak the colors syntax: sql: colorize only single-quoted things as strings syntax: sql: colorize strings differently than types syntax: sql: remove alien stuff -- it was copied mostly from ruby syntax syntax: texinfo: be more precise in colorizing @commands syntax: texinfo: colorize the special @-plus-punctuation commands too syntaxes: avoid coloring "this\" as if it were a valid string syntaxes: colorize hex more strictly by using character class [:xdigit:] syntaxes: drop three redundant end-of-line anchors syntaxes: undouble the backslash within bracket expressions syntaxes: use one regex for coloring quoted strings, to avoid overlap tabbing: also with --zero, stay one row away from the prompt bar tweaks: add an auxiliary variable, to prepare for handling --zero tweaks: add two spaces and two comments, and drop an internal check tweaks: adjust two values -- help lines need at least 6 rows to be shown tweaks: avoid a compiler warning with --enable-tiny --enable-linenumbers tweaks: avoid redrawing the entire window when just a 'touch' will do tweaks: condense the definitions of all the empty functions tweaks: condense the regexes for Types in the SQL syntax tweaks: don't redraw the help lines (if present), and normalize a brace tweaks: drop a fragment of code that became functionless tweaks: elevate two messages, so they get shown with --mini or --zero tweaks: elide a variable that is confusing and has just one use case tweaks: elide two functions that each were called just once tweaks: elide two parameters, as they are now always the same tweaks: exclude some hidden-interface code from the tiny version tweaks: exclude some suspension code from the tiny version tweaks: fix a parentheses mistake -- found by a warning from Clang tweaks: fix a somewhat humorous typo tweaks: fix typo, and improve description of 'set zero' in sample nanorc tweaks: fold a special case into the general one tweaks: fold some regexes together, and trim or improve some comments tweaks: frob a couple of comments, and drop two, for conciseness tweaks: improve a comment, and drop two cluttering compile conditions tweaks: invert a condition, to get an early return instead of indentation tweaks: just let do_wrap() set 'refresh_needed' instead of returning TRUE tweaks: mark keystrokes consistently with @kbd in the manual tweaks: move a translator hint to where xgettext will see it tweaks: normalize whitespace, drop unneeded prototype, condense comment tweaks: on one-row terminals, suppress the message for two toggles tweaks: place the unsetting of a flag better, and rename a variable tweaks: put three email addresses between the customary angled brackets tweaks: reassign a copy of a string to a variable more economically tweaks: reduce redundancy (--enable-color implies --enable-nanorc) tweaks: remove redundant pair of parentheses, and swap two alternatives tweaks: remove redundant parentheses, trim comments, fold some regexes tweaks: remove two unneeded unsettings tweaks: rename a function and its parameter, to be clearer tweaks: rename a function, away from using an abbreviation tweaks: rename a function, for some contrast and to get rid of a suffix tweaks: rename a function, to describe better what it does nowadays tweaks: rename a function, to make it make sense tweaks: rename a variable, to be distinctive and less confusing tweaks: rename a variable, to be easier to read and to make more sense tweaks: rename five empty functions, to get rid of a meaningless suffix tweaks: rename three functions, to better fit the general scheme tweaks: rename three parameters, away from single letters tweaks: rename two empty functions, to be more to the point tweaks: rename two functions, to get rid of another senseless suffix tweaks: rename two functions, to get rid of one more senseless suffix tweaks: rename two functions, to get rid of the senseless suffix of one tweaks: rename two more functions, to lose a senseless suffix tweaks: rename two parameters and one variable, away from single letters tweaks: rename two variables, away from abbreviations tweaks: rename two variables, to fit with the names of similar ones tweaks: replace a verbose condition with a simpler early return tweaks: replace the obscure @* with the slightly clearer @sp tweaks: replace two direct refreshes with two scheduled ones tweaks: reshuffle a coloring rule, to have related ones together tweaks: reshuffle a few lines, and rename a variable tweaks: reshuffle a few lines, for Christmas and to group things better tweaks: reshuffle a fragment of code to a better place tweaks: reshuffle a line and adjust indentation after previous change tweaks: reshuffle a line into its proper order, and improve two comments tweaks: reshuffle some conditions, so that the ifs have similar formats tweaks: reshuffle some conditions, to have more balanced lines tweaks: reshuffle some lines, one for clarity, others for conciseness tweaks: reshuffle the flag conversion into their order in the help text tweaks: reshuffle two conditions, re-indent, and rewrap a line tweaks: reword a paragraph, and use usual M- to depict Meta keystrokes tweaks: rewrap an old news item, for distraction tweaks: rewrap three old NEWS items, for esthetics, and fix a date tweaks: shorten a comment, and drop some conditionalizing tweaks: shorten the description of --zero in the manuals a bit tweaks: shorten two comments, and fold two statements together tweaks: swap two parts of specific regexes, for consistency with others tweaks: untangle two case items, and shorten a message tweaks: use a color closer to the rest of the string, to reduce contrast tweaks: use a few fewer capitals, and drop an unneeded synonym docs: add a description of the hexadecimal #rgb color specification rcfile: support #rgb format for specifying colors in 256-color terminals Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libteam: improve the ptest outputMingli Yu2021-12-213-0/+40
| | | | | | | | There is no PASS or FAIL related status report before, so improve the ptest output to print the status. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* inotify-tools: Fix build on muslKhem Raj2021-12-213-1/+73
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* inotify-tools: Disable -WerrorKhem Raj2021-12-151-0/+4
| | | | | | This is to squash a new warning popping with glibc 2.35 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* inotify-tools: Upgrade to 3.21.9.6Khem Raj2021-12-151-3/+2
| | | | | | | | | | | | | | Changes https://github.com/inotify-tools/inotify-tools/compare/e268888...8f8fcdf Fixes build errors /usr/include/bits/stdlib.h:46:12: e3.21.9.6rror: call to '__realpath_chk_warn' declared with attribute warning: second argument of realpath must be either NULL or at least PATH_MAX bytes long buffer [-Werror=attribute-warning] | 46 | return __realpath_chk_warn (__name, __resolved, sz); | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | cc1: all warnings being treated as errors Signed-off-by: Khem Raj <raj.khem@gmail.com>
* srecord: properly initialize libtoolRoss Burton2021-12-132-0/+74
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* srecord: add libgcrypt PACKAGECONFIGRoss Burton2021-12-131-2/+3
| | | | | | | | | | | Instead of forcibly disabling libgcrypt, add a PACKAGECONFIG and enable it as functionality is good. Also remove the redundant libtool-native DEPENDS as autotools adds this dependency by default. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* srecord: remove obsolete support for renamed libtoolRoss Burton2021-12-131-1/+1
| | | | | | | | libtool is now longer renamed to ${host}-libtool, so remove the changes to support this. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgusb: upgrade 0.3.8 -> 0.3.9Wang Mingyu2021-12-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "ccid: Fix floating runtime dependency on flex"Jacob Kroon2021-12-132-19/+0
| | | | | | | | | | | With the switch to recipe-specific sysroots this patch is no longer needed. Tested building with and without the patch and the resulting binaries are identical. This reverts commit 960314be5d854212ee65604a68a92a3616b2a544. Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librdkafka: update to 1.8.2Oleksandr Kravchuk2021-12-132-91/+6
| | | | | | | Dropped upstreamed patch. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fftw: Update to fftw-3.3.10Philip Balister2021-12-101-1/+1
| | | | | | | | * Minor bug fixes. * Ptests good on qemux86_64. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: fix strip issue with new patchYi Zhao2021-12-093-22/+39
| | | | | | | | | | | | | | | | The patch install-strip.patch tries to fix the [already-stripped] QA error with an outdated install-sh script which causes a parallel installation failure: ../../build/shtool mkdir -p TOPDIR/tmp-glibc/work/core2-32-wrs-linux/openldap/2.5.9-r0/image/usr/lib STRIPPROG="" ../../i686-wrs-linux-libtool --mode=install ../../contrib/ldapc++/install-sh -c -m 644 liblber.la TOPDIR/tmp-glibc/work/core2-32-wrs-linux/openldap/2.5.9-r0/image/usr/lib mkdir: cannot create directory 'TOPDIR/tmp-glibc/work/core2-32-wrs-linux/openldap/2.5.9-r0/image/usr/lib': File exists With the new version of openldap, we can fix the strip issue by unsetting STRIP_OPTS. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: upgrade 2.5.8 -> 2.5.9Yi Zhao2021-12-094-6/+6
| | | | | | | | OpenLDAP 2.5.9 Release (2021/10/25) Fixed slapo-accesslog to initialize minCSN on import of 2.4 databases (ITS#9720) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tbb: Upgrade to 2021.4.0Khem Raj2021-12-099-155/+76
| | | | | | | | | | | * Drop upstreamed patches * Drop 0001-set_my_tls_end_of_input-Use-an-arbitrary-but-valid-p.patch * which is fixed differently * Forward port rest of them * Add a patch to fix build with musl * Add a patch to disable LTO on rv32 (configuration) and arm ( crashes ) Signed-off-by: Khem Raj <raj.khem@gmail.com>