summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* libndp: Fix build with gcc-14/muslKhem Raj3 days2-0/+41
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Upgrade 2024.5 -> 2024.6Jose Quaresma3 days1-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add composefs packageconfig knob $ git --no-pager log --oneline v2024.5...v2024.6 d4a7a8d9 (tag: v2024.6) Release 2024.6 4ed4d618 Merge pull request #3245 from cgwalters/doc-offline-deltas 37b3c767 docs: Describe offline updates with static deltas 664116f0 Merge pull request #3244 from alexlarsson/fix-fsverity-supported 92f2abcb Merge pull request #3243 from cgwalters/loaded_ts_fix 083eacd6 Fix _ostree_ensure_fsverity reporting of supports in early exit ee066d79 sysroot: Handle `/ostree/deploy` having epoch 0 f911d40b Merge pull request #3234 from jmarrero/state-root cb70e406 ostree-sysroot-deploy: check if deployments are in the same stateroot. a00062bf Merge pull request #3238 from cgwalters/force-container-env 3d3f0b8d ci: Also skip if we detect /run/.containerenv 64ab0982 Merge pull request #3236 from cgwalters/clang-format a33c7d23 ci: Only run clang-format on ubuntu-stable GH runner cb13977a Merge pull request #3232 from ericcurtin/aboot-bootloader fa720d15 Merge pull request #3233 from dbnicholson/sync-summary-times 60f4592b repo: Make summary and signature mtime match ffbeff6c tests: Correctly skip single fsverity test 9e51fb16 docs: Fix spelling and grammer 998a0ab5 docs: More accurate diagram in bootloaders documentation for aboot c8c436e5 Merge pull request #3231 from alexlarsson/fix-aboot-non-ab 6ac8c49a prepare-root: Handle non-AB aboot properly 99ef9806 Merge pull request #3230 from cgwalters/initfs-epoch-2 818af91d Merge pull request #3108 from cgwalters/use-external-composefs eb54a441 Switch to external composefs 8a9f067d ci: Drop `SKIP_INSTALLDEPS=1` 3647395f tests: Skip composefs tests without the feature 74a3d2da init-fs: Add --epoch=2 0c0b6cee Merge pull request #3229 from cgwalters/init-deploy-0700 38f6b9b3 init-fs: Add --epoch 3c2e9d09 Merge pull request #3227 from alexlarsson/fix-fsverity-error-check 374fb05d _ostree_ensure_fsverity: Properly check for errors d05c48b7 Merge pull request #3226 from ericcurtin/rm-rhivos 24c0c1c4 README & docs: Remove "RHIVOS" acronym 3c25a93b Merge pull request #3220 from jlebon/pr/on-failure-isolate 05b3b662 ostree-prepare-root.service: add OnFailureJobMode=isolate dc4d4b55 Merge pull request #3218 from cgwalters/policy-allow-none b96b4ff4 Merge pull request #3216 from cgwalters/mirrorlist-retries 45453b73 sepolicy: Add missing `(nullable)` 76ab8621 curl: Also map HTTP errors for retries 7fdc792f Merge pull request #3215 from cgwalters/release 1bc7d207 configure: post-release version bump Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* malcontent: add recipeMarkus Volk3 days3-0/+95
| | | | | | | | | | | malcontent is an optional dependency for flatpak and gnome-software - Building the malcontent gtk4-ui leads to circular dependency malcontent <-> flatpak Add a separate package for malcontent-ui to avoid this and to make malcontent-control buildable. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xterm: Upgrade to 391Khem Raj3 days3-79/+33
| | | | | | Add a patch to fix build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poke: Upgrade to 4.0Khem Raj3 days4-104/+8
| | | | | | | - Drop patches not needed anymore - Package vim and emacs files into package of their own Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opentelemetry-cpp: Add recipeAbhilash Raju3 days1-0/+26
| | | | | | | | An Observability framework to create and manage telemetry data such as traces, metrics, and logs Signed-off-by: Abhilash Raju <abhilash.kollam@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: fix buildpath warningsGerard Salvatella3 days1-0/+2
| | | | | | | | In order to remove absolute paths from the cmake artifacts, paths from the `$lib` folder should also be stripped off, otherwise internally linked libraries (e.g. libz) may appear. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: fix build with gcc-14Martin Jansa3 days2-1/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | * bump SRCREV to get more gcc-14 fixes already merged upstream: $ git log --oneline 2.11.7..origin/stable-2.0 efa899d3d (HEAD -> stable-2.0, origin/stable-2.0) Merge pull request #10172 from AlessandroBono/wip/abono/incompatible-pointer 7894a7dfc redirection: Fix incompatible pointer type f3ed1f1ac redirection: Fix incompatible pointer type 4f411197d info: Fix incompatible pointer type a383740a2 next-dev-2.11.8-dev * fixes: http://errors.yoctoproject.org/Errors/Details/766906/ freerdp/2.11.2/git/libfreerdp/core/redirection.c:91:31: error: passing argument 1 of 'redirection_free_data' from incompatible pointer type [-Wincompatible-pointer-types] freerdp/2.11.2/git/libfreerdp/core/redirection.c:112:31: error: assignment to 'BYTE **' {aka 'unsigned char **'} from incompatible pointer type 'char **' [-Wincompatible-pointer-types] freerdp/2.11.2/git/libfreerdp/core/redirection.c:139:38: error: passing argument 1 of 'redirection_copy_data' from incompatible pointer type [-Wincompatible-pointer-types] freerdp/2.11.2/git/libfreerdp/core/info.c:88:39: error: initialization of 'const WCHAR *' {aka 'const short unsigned int *'} from incompatible pointer type 'BYTE *' {aka 'unsigned char *'} [-Wincompatible-pointer-types] and backport one commit from master to fix: git/channels/ainput/server/ainput_main.c:225:83: error: passing argument 3 of 'WTSVirtualChannelQuery' from incompatible pointer type [-Wincompatible-pointer-types] git/channels/ainput/server/ainput_main.c:419:36: error: passing argument 1 of 'ainput_server_context_free' from incompatible pointer type [-Wincompatible-pointer-types] git/channels/ainput/server/ainput_main.c:542:100: error: passing argument 3 of 'WTSVirtualChannelQuery' from incompatible pointer type [-Wincompatible-pointer-types] Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glib-testing: add recipeMarkus Volk3 days1-0/+14
| | | | | | | | | | | glib-testing is a build dependency for malcontent, where building the tests cant be disabled. We can only disable the run of installed tests in malcontent. Normally glib-testing gets included as a subproject wrap which is inappropriate for yocto/oe. Thus we need to provide a recipe for it. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uriparser: upgrade 0.9.7 -> 0.9.8Wang Mingyu3 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== * Protect against integer overflow in ComposeQueryEngine * Protect against integer overflow in ComposeQueryMallocExMm * Require CMake >=3.5.0 * CMake option URIPARSER_SHARED_LIBS=(ON|OFF) to control, whether to produce a shared or static library for uriparser and that alone, falls back to standard BUILD_SHARED_LIBS if available, else defaults to "ON" * Document that scheme-based normalization a la section 6.2.3 of RFC 3986 is a responsibility of the application using uriparser * Document supported code points for functions uriEscape(Ex)W * Update Clang from 15 to 18 * Adapt to breaking changes in Clang packaging * Get sanitizer CFLAGS and LDFLAGS back in sync * Pin GitHub Actions to specific commits for security Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: upgrade 16.2 -> 16.3Wang Mingyu3 days3-3/+3
| | | | | | | | | | | 0003-configure.ac-bypass-autoconf-2.69-version-check.patch refreshed for 16.3 Changelog: https://www.postgresql.org/docs/release/16.3/ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencl-icd-loader: upgrade 2023.12.14 -> 2024.05.08Wang Mingyu3 days1-1/+1
| | | | | | | | Changelog: Synchronize with OpenCL v3.0.16 specification release. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencl-headers: upgrade 2023.12.14 -> 2024.05.08Wang Mingyu3 days1-1/+1
| | | | | | | | Changelog: Synchronize with OpenCL v3.0.16 specification release. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ndctl: upgrade v78 -> v79Wang Mingyu3 days1-1/+1
| | | | | | | | | | | | Changelog: =========== - incorporates functionality up to and including the 6.9 kernel. - Highlights include test and build fixes a new cxl-wait-sanitize command, support for QOS Class in cxl-create-region, and a new cxl-set-alert-config command. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nano: upgrade 7.2 -> 8.0Wang Mingyu3 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | Changelog: ============= - Above modern bindings are activated also when the name of nano's executable (or a symlink to it) starts with the letter "e". - To open a file at a certain line number, one can now use also 'nano filename:number', besides 'nano +number filename'. - <Alt+Home> and <Alt+End> put the cursor on the first and last row in the viewport, while retaining the horizontal position. - When the three digits in an #RGB color code are all the same, the code is mapped to the xterm grey scale, giving access to fourteen levels of grey instead of just four. - For easier access, M-" is bound to placing/removing an anchor, and M-' to jumping to the next anchor. - Whenever an error occurs, the keystroke buffer is cleared, thus stopping the execution of a macro or a string bind. - The mousewheel scrolls the viewport instead of moving the cursor. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburing: upgrade 2.5 -> 2.6Wang Mingyu3 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | Changelog: ============ - Add getsockopt and setsockopt socket commands - Add test cases to test/hardlink - Man page fixes - Add futex support, and test cases - Add waitid support, and test cases - Add read multishot, and test cases - Add support for IORING_SETUP_NO_SQARRAY - Use IORING_SETUP_NO_SQARRAY as the default - Add support for IORING_OP_FIXED_FD_INSTALL - Add io_uring_prep_fixed_fd_install() helper - Support for napi busy polling - Improve/add test cases - Man page fixes - Add sample 'proxy' example Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnvme: upgrade 1.8 -> 1.9Wang Mingyu3 days1-1/+1
| | | | | | | | Changelog: https://github.com/linux-nvme/libnvme/releases/tag/v1.9 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libbpf: upgrade 1.4.0 -> 1.4.2Wang Mingyu3 days1-2/+2
| | | | | | | | | | | | Changelog: =========== - remove unnecessary struct_ops prog validity check - handle yet another corner case of nulling out struct_ops program - fix libbpf_strerror_r() handling unknown errors - libbpf: improve early detection of doomed-to-fail BPF program loading Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.381 -> 0.382Wang Mingyu3 days1-1/+1
| | | | | | | | Changelog: Update pci and vendor ids Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dool: upgrade 1.3.1 -> 1.3.2Wang Mingyu3 days1-1/+1
| | | | | | | | | | | | | | Changelog: ========== -Publish on PyPI -Add a new --dstat option to emulate old functionality -Remove code paths for Python 2.x as we're 100% Python 3.x now (and have been for a long time) -Add documentation about bits vs bytes to refer tickets to when we get questions -Fixes for long names on --top-io-adv plugin -The --freespace plugin can now optionally take a comma separate list of mount points now Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* orrery: Drop recipeKhem Raj3 days6-155/+0
| | | | | | | | | | This recipe does not compile with gcc-14, looking at its history this package comes from maemo5 days, There are no direct dependents in meta-openembedded so I am proposing to remove it. Last commit to this repo was made 12+ years ago. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <martin.jansa@gmail.com>
* libgpiod: update to v2.1.2Bartosz Golaszewski3 days1-1/+1
| | | | | | | | | | This is a small bugfix release that fixes a build issue with slibtool (not relevant to meta-oe ATM), makes the licensing of C++ bindings less restrictive and preemptively fixes an issue that will be triggered with linux v6.9 when running gpio-tools ptest suite. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak;xdg-desktop-portal: add missing runtime dependency on fuse3-utilsMarkus Volk3 days2-1/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse3: move from meta-filesystems to meta-oeMarkus Volk3 days2-0/+86
| | | | | | | | | | | | Technically flatpak and xdg-desktop-portal have a runtime dependency on fuse3-utils. I was worried that adding it might cause problems with CI since fuse3 is not included in meta-oe. Given that both packages also require fuse3 at buildtime it could be a good idea to move fuse3 to avoid a meta-filesystems dependency for meta-oe Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-looseversion: Move to meta-oeKhem Raj3 days1-0/+14
| | | | | | | | | its needed by fuse3 and right now its only needed by fuse3 in meta-openembedded layers, move it to meta-oe along with fuse3 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de>
* xdg-desktop-portal: update 1.18.1 -> 1.18.4Markus Volk3 days1-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in 1.18.4 ================= Released: 2024-04-18 - Don't allow commandline arrays when the first commandline item starts with whitespace or hyphen. (CVE-2024-32462) - Do not store device access permission if it returned an error. - Fix crash with config files without a default backend set. Changes in 1.18.3 ================= Released: 2024-04-04 - Don't try to read D-Bus object properties of Request objects on construction. - Fix various memory and file descriptor leaks. - Minuscule optimization to the ScreenCast portal so that it stores restoration data with a single D-Bus call, instead of two. - Fix a crash in the OpenURI file when trying to open a non-existing file. - Various smaller bug fixes. Changes in 1.18.2 ================= Released: 2023-11-22 - Pass the token to the OpenURI portal and, when missing, an empty string. - Fix various memory and file descriptor leaks in the Document portal. - Make files and folders openend with the Document portal close properly. This should fix cases where the Document portal prevented external devices from unmounting, due to files inside them not getting closed after applications stop using them. - Implement FUSE getlk and setlk callbacks.This should enable using sqlite3 through the Document portal. - Properly resolve fd symlinks before opening them with O_NOFOLLOW. - Fix cases where the portal id is assumed to match the .desktop file name. - Allow sending directories in the file transfer portal. This should make it possible to, among other things, drag and drop folders and files simultaneously from and to sandboxed applications. - Fallback to a hardcoded check to xdg-desktop-portal-gtk in the absence of any other portal or configuration file, as a last resort mechanism. - Various smaller fixes to the build system. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak: update 1.15.6 -> 1.15.8Markus Volk3 days3-64/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove included patches - set path for fusermount3 to avoid requirement for fuse3-native. This is needed since: https://github.com/flatpak/flatpak/commit/2cb17b4eb82ecedaa98b5b7f954cf3e52fa95682 Changes in 1.15.8 ~~~~~~~~~~~~~~~~~ Security fixes: * Don't allow an executable name to be misinterpreted as a command-line option for bwrap(1). This prevents a sandbox escape where a malicious or compromised app could ask xdg-desktop-portal to generate a .desktop file with access to files outside the sandbox. (CVE-2024-32462) Other bug fixes: * Pass the -export-dynamic linker option as -Wl,-export-dynamic, fixing build failures with clang 18 and lld 18 (#5760) * Fix a double-free when installation is cancelled (#5763) * Fix installed-tests failure with "FUSERMOUNT: unbound variable" (#5751) * Translation updates: pt_BR (#5762), tr (#5761) Changes in 1.15.7 ~~~~~~~~~~~~~~~~~ Released: 2024-03-27 Dependencies: * The Meson build system is now required. Compiling with Autotools is no longer possible. * In distributions that compile Flatpak to use a separate bubblewrap (bwrap) executable, version 0.9.0 is recommended. Several of the bug fixes listed below will not be active if an older version is used. * In distributions that compile Flatpak to use a separate xdg-dbus-proxy executable, version 0.1.5 is recommended. * If libmalcontent (parental controls) is enabled, it must be version 0.5.0 or later. New features: * Automatically remove obsolete driver versions and other autopruned refs (#5632) * `--socket=inherit-wayland-socket` (#5614) * Automatically reload D-Bus session bus configuration after installing or upgrading apps, to pick up any exported D-Bus services (#3342) Bug fixes: * Update included copy of bubblewrap to version 0.9.0: * `--symlink` is now idempotent, meaning it succeeds if the symlink already exists and already has the desired target (#2387, #3477, #5255) * Report a better error message if `mount(2)` fails with `ENOSPC` * Fix a double-close on error reading from `--args`, `--seccomp` or `--add-seccomp-fd` argument * Improve memory allocation behaviour * Silence various compiler warnings * Update included copy of bubblewrap to version 0.1.5: * Fix handling of long object paths * Don't parse `<developer><name/></developer>` as the application name (#5700) * Don't refuse to start apps when there is no D-Bus system bus available (#5076) * Don't try to repeat migration of apps whose data was migrated to a new name and then deleted (#5668) * Improve handling of mixed locales on systems with systemd-localed (#5497) * Improve display of ellipsized columns in wide terminals (#5722) * Make `flatpak info -e` look for extensions in all installations (#5670) * Fix warnings from newer GLib versions (#5660, #5737) * Always set the `container` environment variable (#5610) * Always let the app inherit redirected file descriptors (#5626) * In `flatpak ps`, add xdg-desktop-portal-gnome to the list of backends we'll use to learn which apps are running in the background (#5729) * Don't use `WAYLAND_SOCKET` unless given `--socket=inherit-wayland-socket` (#5614) * Use `fusermount3` if compiled with FUSE 3, overridable with `-Dsystem_fusermount` compile-time option (#5104) * Avoid leaking a temporary variable from /etc/profile.d/flatpak.sh into the shell environment (#5574) * Improve async-signal safety (#5687) * Fix various memory leaks (#5683, #5690, #5691) * Avoid undefined behaviour of signed left-shift when storing object IDs in a hash table (#5738) * Detect the correct gtk-doc when cross-compiling (#5650) * Detect the correct wayland-scanner when cross-compiling (#5596) * Documentation improvements (#5659, #5677, #5682, #5664, #5719) * Skip more tests when FUSE isn't available (#5611) * Translation updates (#5602, #5707) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* source-han-sans-*-fonts: Switch away from SVN fetcher in SRC_URIAlexandre Truong3 days4-20/+8
| | | | | | | | | | | | | | | | | | | | | | | | We get fetch errors from the SRC_URI provided. See errors at [0]. svn protocol was used but it's not supported by github anymore So, an http url will be passed instead. * For the record the svn protocol itself isn't deprecated in bitbake fetcher, just github no longer provides a svn access as mentioned in [1] * github no longer provides support for subversion clients [2] it was shut down on 2024-01-08 [3] * The sha256sum has also been changed since the previous one was for the 1.004 release's archive, while we are on 2.004. [0]: https://autobuilder.yoctoproject.org/typhoon/#/builders/156/builds/353/steps/16/logs/errors [1]: https://git.openembedded.org/bitbake/commit/?h=master&id=a735898abcf056f897c9350bb128a5637e6b4617 [2]: https://docs.github.com/en/enterprise-server@3.11/get-started/working-with-subversion-on-github/support-for-subversion-clients [3]: https://github.blog/2023-01-20-sunsetting-subversion-support/ Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcelog: Fix build with GCC14 and muslKhem Raj9 days2-0/+44
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: Upgrade to 8.2404.0Khem Raj9 days2-2/+37
| | | | | | Add a patch to fix build with gcc14+musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libteam: Upgrade to 1.32 releaseKhem Raj9 days5-88/+43
| | | | | | | Drop upstreamed patches Fix build with GCC-14 on musl systems Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Upgrade to 1.9.9Khem Raj10 days2-13/+10
| | | | | | | Disable incompatible-pointer-types warning as error to fix build with gcc-14 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk+: Disable incompatible-pointer-types warning as errorKhem Raj10 days1-0/+2
| | | | | | | Fixes build with GCC-14 which treats this warning as error by default Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fvwm: Fix build with gcc-14Khem Raj10 days4-0/+115
| | | | | | Fixes for C99 compatibility Signed-off-by: Khem Raj <raj.khem@gmail.com>
* transmission: Upgrade to 4.0.5Khem Raj10 days1-25/+10
| | | | | | | | | | | | | | | License-Update: Copyright Years updated Add missing MIT license,see COPYING file Switch to cmake build system as thats the new and only build system supported. Use gtk4 when selecting gtk knob, it can support gtk3 as well however, its not added as knob, if needed someone should send a patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xkbutils: upgrade 1.0.5 -> 1.0.6Trevor Gamblin10 days1-2/+2
| | | | | | | | | | | | | | | | | | In particular, make it build with gcc 14. License-Update: Remove "All rights reserved" from copyright line Changelog: 2939632 xkbutils 1.0.6 e2ee9c2 Change sprintf calls to use snprintf instead aa03a3b Remove uSetErrorFile() 5f875c8 xkbwatch: Fix -Wincompatible-pointer-types warning (Issue #2) 6dbcbb5 Remove "All rights reserved" from Oracle copyright notices 56c99e3 gitlab CI: stop requiring Signed-off-by in commits Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xlsfonts: upgrade 1.0.7 -> 1.0.8Trevor Gamblin10 days1-1/+1
| | | | | | | | | | | | | | | In particular, make it build with gcc 14. Changelog: d20bea4 xlsfonts 1.0.8 71d8e89 Use reallocarray() if available 2b9d8f5 Fix -Wincompatible-pointer-types warning from gcc (issue #1) e53bf74 gitlab CI: stop requiring Signed-off-by in commits 314d802 man page: emphasize this program is for querying an X server Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp3: Upgrade to 3.5.1 releaseKhem Raj10 days1-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: Upgrade to 2.11.7Khem Raj10 days2-1/+29
| | | | | | Partially backport a fix to build with gcc-14 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vbxguestdrivers: upgrade 7.0.14 -> 7.0.18Gianfranco Costamagna10 days1-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>
* composefs: add native target supportJose Quaresma10 days1-0/+4
| | | | | | | | The next version of ostree v2024.6 will be available soon and optional will require composefs-native. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* composefs: bump ecef20c1Jose Quaresma10 days2-80/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This is required to add the native target support. - Drop upstream merged patch: 0001-musl-basename-use-portable-implementation-for-basena.patch https://github.com/containers/composefs/pull/273 Changelog: $ git --no-pager log --oneline HEAD...v1.0.3 ecef20c (HEAD -> main, origin/main, origin/HEAD) Merge pull request #276 from wahtari/copy_file_range e78c7a4 Merge pull request #277 from alexlarsson/fix-newline-error 1d82bc1 mkcomposefs: Drop newline from error string 3e38d73 Added copy_file_range for faster file copy. 85a693d Merge pull request #273 from fboudra/musl-basename 31afa13 musl: basename: use portable implementation for basename API 4776580 Merge pull request #275 from eriksjolund/fix-spelling-in-error-message 4a68a42 Merge pull request #269 from wahtari/threading-for-mkcomposefs 7266546 fuse: fix spelling in error message b49499b added threads in mkcomposefs for digest calculation and file copy d144db0 refactored lcfs_load_node_from_file to enable multi-threading in mkcomposefs af69922 Merge pull request #266 from eriksjolund/erofs-add-missing-free 1eecf38 Merge pull request #267 from eriksjolund/mkcomposefs-add-missing-free a880713 mkcomposefs: Add missing free() 456d618 erofs: Add missing free() and lcfs_node_unref() 1179638 Merge pull request #265 from eriksjolund/handle-empty-basedir-option 301b78f Merge pull request #268 from eriksjolund/set-errno-for-unknown-format 09ca740 writer: Set errno for unknown format a96f786 mountcomposefs: Handle empty basedir option fc9a526 Merge pull request #260 from eriksjolund/handle-error-from-build-node 9b85011 Merge pull request #262 from eriksjolund/add-error-check-and-rearrange 2cb505b Merge pull request #263 from eriksjolund/writer-set-errno 9b417be writer: Set errno d5ffbeb Merge pull request #261 from eriksjolund/add-missing-node-unref 9c393a4 Merge pull request #259 from eriksjolund/handle-error-from-node-set-content 396a3b8 mkcomposefs: Handle NULL from lcfs_node_new() 238a94a lib: Set errno in lcfs_node_new() c1181fa erofs: Handle error from lcfs_build_node_from_image() 49288d5 erofs, mkcomposefs: Handle error from lcfs_node_set_content() 4e0b147 lib: Add missing lcfs_node_unref() 9bc76dd Merge pull request #258 from eriksjolund/fix-missing-options d59dd9b mountcomposefs, mkcomposefs: Add missing options to usage information 418f4f7 Merge pull request #255 from cgwalters/mount-minor-tweaks 72c602a Merge pull request #256 from eriksjolund/fix-error-message 770cc36 fuse: Fix filepath argument in error message 465c079 man/mount.composefs: Fix a typo and two markdown lint warnings 8565a8b Merge pull request #254 from edbaunton/edbaunton/man-mkcomposefs-inline b99a978 man mkcomposefs: detail inlining logic 47f6949 Merge pull request #253 from rborn-tx/support-older-linux-headers 453eaef ci: Add build test for Ubuntu Focal 384f306 mount: Allow building when macro LOOP_CONFIGURE is not available f163eba mount: Allow building when macro MOUNT_ATTR_IDMAP is not available 80e99bd Merge pull request #250 from cgwalters/doc-verification f6e8510 README.md: Fix markdownlint warnings 3b7e567 README.md: Drop removed `signed` mount option 091b51f Merge pull request #247 from cgwalters/readlinkat-overflow 232336d Merge pull request #248 from cgwalters/more-analyzer a6904d6 writer: Close mmap leak e9632ca Merge pull request #246 from eriksjolund/handle-null-from-strndup 6b2192b writer: Fix (almost certainly unreachable) overflow bdc2c4c mkcomposefs: Handle NULL from strndup() e63786d Merge pull request #245 from giuseppe/run-distcheck-ci 5d3fe92 tests: do not hardcode number of threads d6e55bf .github: run make distcheck as part of the CI f6bbf54 Merge pull request #244 from alexlarsson/mount-api 4e5883b mount.composefs: Add tryverity option 15bdcd6 lib: Add TRY_VERITY mount option f884f57 mount: Use the new lowerdir+ and datadir+ options bd6ce95 Merge pull request #243 from giuseppe/add-fuzzing 171eae0 mkcompose: fix crash if no target for hardlink 7b1518f mkcomposefs: tree_from_dump does not exit(2) on errors a8ac3d5 mkcomposefs: reject dump without root node 28a9d6b tests: add fuzzing tests for mkcomposefs 932f748 tools: add fuzzing entrypoint for mkcomposefs Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* composefs: refactorJose Quaresma10 days1-3/+11
| | | | | | | | | - add recipe DESCRIPTION - remove the PV as it can be taken from the recipe name - specify some EXTRA_OECONF configuration to avoid host contamination Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* composefs: move from meta-filesystems to meta-oe layerJose Quaresma10 days2-0/+98
| | | | | | | | We can make this more widely available as we don't depend anymore on fuse3. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uw-imap: Add a patch to support newer than TLSv1.0Zoltán Böszörményi10 days2-0/+30
| | | | | | | | | | | | | | | | | | | | | The patch 0001-Support-OpenSSL-1.1.patch enabled building uw-imap against OpenSSL 1.1.0 or later. However, TLSv1_client_method() and TLSv1_server_method() restricts uw-imap to TLSv1.0. These APIs, along with explicitly versioned APIs like TLSv1_1_*_method() and TLSv1_2_*_method() are deprecated in OpenSSL 1.1.0 or later. The replacements are unversioned API functions: TLS_client_method() and TLS_server_method() which support TLS version autonegotiation. This allows the PHP IMAP extension to work with IMAP servers that enforce TLSv1.2 or higher. Fixes: https://bugs.php.net/bug.php?id=76928 Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: Upgrade to 8.2.18Soumya Sambu10 days2-10/+13
| | | | | | | | | | | | Includes fixes for CVE-2024-3096, CVE-2024-2756 and other bugs. Changelog: https://www.php.net/ChangeLog-8.php#8.2.18 Rebase 0001-ext-opcache-config.m4-enable-opcache.patch to new version Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* re2: remove dev dependencies from main packagePeter Marko12 days1-4/+1
| | | | | | | | | | | | It's a bad idea to add dev dependencies to main package. It's pulling build dependencies including toolchain items. The dependencies "were needed" because main package contains packageconfig file. This can be fixed by correct packaging. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: Upgrade to 20.13.0 releaseKhem Raj12 days3-2/+2
| | | | | | | | | | | nodejs release notes [1] License-Update: Copyright year changed for Unicode License [2] [1] https://nodejs.org/en/blog/release/v20.13.0 [2] https://github.com/nodejs/node/commit/d5a316f5ea3fade3140c2ae35c144b500fb5d758 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* oprofile: Fix file_manip_tests ptestKhem Raj12 days2-0/+48
| | | | | | Remove assumptions around absolute paths which used __FILE__ macro Signed-off-by: Khem Raj <raj.khem@gmail.com>
* syslog-ng: ignore incompatible-pointer-types issues with gcc-14Martin Jansa12 days1-0/+8
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>