summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-tox: Upgrade 4.15.1 -> 4.23.2Leon Anavi2024-11-281-1/+1
| | | | | | | | | Upgrade to version 4.23.2: - Support external tox.pytest usage via "test" extra Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bandit: Upgrade 1.7.10 -> 1.8.0Leon Anavi2024-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.8.0: - Bump docker/build-push-action from 6.7.0 to 6.9.0 - Rename doc file to match proper bandit ID - Removal of Python 3.8 support - Add more insecure cryptography cipher algorithms - Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 - Bump sigstore/cosign-installer from 3.6.0 to 3.7.0 - [pre-commit.ci] pre-commit autoupdate - No need to check httpx client without timeout defined - [pre-commit.ci] pre-commit autoupdate - Mark Python 3.13 as officially supported - Update project urls with added links - [pre-commit.ci] pre-commit autoupdate - Add a JSON to seek funding from the FLOSS/fund - Remove Sentry as a sponsor - Remove more leftover OpenStack references Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wrapt: Upgrade 1.17.0rc1 -> 1.17.0Leon Anavi2024-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to stable version 1.17.0: - Add __format__() method to ObjectProxy class to allow formatting of wrapped object. - Added C extension internal flag to indicate that wrapt should be safe for Python 3.13 free threading mode. Releases will include free threading variants of Python wheels. Note that as free threading is new, one should be cautious about using it in production until it has been more widely tested. - When a normal function or builtin function which had wrapt.decorator or a function wrapper applied, was assigned as a class attribute, and the function attribute called via the class or an instance of the class, an additional argument was being passed, inserted as the first argument, which was the class or instance. This was not the correct behaviour and the class or instance should not have been passed as the first argument. - When an instance of a callable class object was wrapped which didn't have a __get__() method for binding, and it was called in context whhere binding would be attempted, it would fail with error that __get__() did not exist when instead it should have been called directly, ignoring that binding was not possible. - The __round__ hook for the object proxy didn't accept ndigits argument. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portion: Upgrade 2.5.0 -> 2.6.0Leon Anavi2024-11-281-1/+1
| | | | | | | | | | Upgrade to version 2.6.0: - The how function of combine can access the current interval if pass_interval Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exo: Remove unused perl module dependencyKhem Raj2024-11-281-1/+1
| | | | | | | | This has been removed upstream as well [1] [1] https://gitlab.xfce.org/xfce/exo/-/commit/8b6667f42da26a7c78939c105477e2c0395f3c49 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburi-perl: add to meta-perl from oe-coreAlexander Kanavin2024-11-273-0/+166
| | | | | | | The recipe has no usage in core. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: drop recipeHiago De Franco2024-11-272-29/+0
| | | | | | | | | | | This recipe has been added to openembedded-core layer, since hwdata is now a requirement to build libdisplay-info, used by weston (see commit 3e5d5ba74bea "hwdata: add recipe from meta-openembedded" from oe-core). Therefore, drop this recipe. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nbdkit: Bump to the newest stable repoMarcin Nowakowski2024-11-272-0/+71
| | | | | | | | | | | | | | | | Recently, the official nbdkit repo has been changed: from https://github.com/libguestfs/nbdkit into https://gitlab.com/nbdkit/nbdkit Additionally, the newest stable tag version is v1.40.4. The patch used with version 1.33.11 is also copied and modified to support the latest changes. The version 1.33.11 is not removed for reference purposes. It was tested with one of openbmc images. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gmqtt: Upgrade 0.6.16 -> 0.7.0Leon Anavi2024-11-271-1/+1
| | | | | | | | | | | | | | Upgrade to version 0.7.0: - Resend QoS queue only on reconnect, not periodically - Fixed server_keep_alive - Try to use github actions - Fix github actions badge - Added the ability to pass your logger - Properly handle already encoded topics Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-frozenlist: Upgrade 1.4.1 -> 1.5.0Leon Anavi2024-11-271-1/+1
| | | | | | | | | | | | | | | | | | | Upgrade to version 1.5.0: - An incorrect signature of the __class_getitem__ class method has been fixed, adding a missing class_item argument under Python 3.8 and older. - Rendered issue, PR, and commit links now lead to frozenlist's repo instead of yarl's repo. - On the :doc:`Contributing docs <contributing/guidelines>` page, a link to the Towncrier philosophy has been fixed. - A name of a temporary building directory now reflects that it's related to frozenlist, not yarl. - Declared Python 3.13 supported officially in the distribution package metadata. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-simpleeval: Upgrade 1.0.0 -> 1.0.3Leon Anavi2024-11-271-2/+2
| | | | | | | | | | | Upgrade to version 1.0.3: - Spelling fixes in documentation, docstrings & tests - Fix support for 3.14 (deprecated features actually being removed, so getattr use was incorrect). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmd2: Upgrade 2.4.3 -> 2.5.7Leon Anavi2024-11-271-3/+3
| | | | | | | | | | | | | | Upgrade to version 2.5.7: - Fixed issue where argument parsers for overridden commands were not being created. - Fixed issue where Cmd.ppaged() was not writing to the passed in destination. License-Update: Updated copyright year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: Upgrade 2.9.2 -> 2.10.2Leon Anavi2024-11-271-1/+1
| | | | | | | | | | | | | | | | Upgrade to version 2.10.2: - Only evaluate FieldInfo annotations if required during schema building - Do not evaluate annotations for private fields - Support serialization as any for Secret types and Url types - Fix type hint of Field.default to be compatible with Python 3.8 and 3.9 - Add hashing support for URL types - Hide BaseModel.__replace__ definition from type checkers Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xorgxrdp: use the new xserver-abi.inc to generate Xserver ABI dependenciesRoss Burton2024-11-271-1/+7
| | | | | | | | Use the new function to generate the missing dependencies, and thus we can remove the INSANE_SKIP. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mdns: Upgrade 2559.1.1 -> 2559.40.32Alex Kiernan2024-11-271-2/+2
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: Upgrade 2.35.1 -> 2.36.0Leon Anavi2024-11-261-1/+1
| | | | | | | | | | Upgrade to version 2.36.0: - Use bytes instead of to_bytes in pyav metadata call - Remove support for Python 3.8 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: Upgrade 2.9.3 -> 3.0.0Leon Anavi2024-11-261-1/+1
| | | | | | | | | | | | | | | | | Upgrade to version 3.0.0: - Remove Python 2.7 support - .decode() now returns iterator (equivalent to past .iterdecode()) - .search() now returns iterator (equivalent to past .itersearch()) - Remove .iterdecode() and .itersearch() - Remove util.rindex(), use .index(..., right=1) instead, deprecated since 2.9 - Remove util.make_endian(), use bitarray(..., endian=...) instead, deprecated since 2.9 - Remove hackish support for bitarray() handling unpickling Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-scikit-build-core: Add recipeLeon Anavi2024-11-261-0/+13
| | | | | | | | | | | Add new recipe with version 0.10.7: - Avoid modifying the input dict - Avoid providing prepare-metadata methods if `failed` in overrides - Support negative envvar values correctly Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-settings: ignore some warnings.Jason Schonberg2024-11-261-0/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxfce4ui: Upgrade 4.19.3 -> 4.19.6Jason Schonberg2024-11-261-1/+1
| | | | | | | | | | | | Changelog: https://gitlab.xfce.org/xfce/libxfce4ui/-/tags/libxfce4ui-4.19.6 Changelog: https://gitlab.xfce.org/xfce/libxfce4ui/-/tags/libxfce4ui-4.19.5 The 4.19.5 version fixed a linking problem with clang which appeared in the 4.19.4 version of libxfce4ui. Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webkitgtk3: Add DESCRIPTION about API versionJörg Sommer2024-11-261-0/+6
| | | | | | | | | | | | | | It took me some time to see the difference between webkitgtk and webkitgtk3. So, give a hint in the DESCRIPTION why this recipe exists. And name the pkgconf file for javascriptcoregtk to make it easier to find this recipe, when you have no clue about these API versions. Credits to Debian for lifting the fog. https://salsa.debian.org/webkit-team/webkit/-/blob/f04cf703b06ce74bb94add3f75aa7ac5603d0eae/debian/rules#L11 Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: Upgrade 4.18.0 -> 4.19.0Jason Schonberg2024-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://gitlab.xfce.org/xfce/xfwm4/-/tags/xfwm4-4.19.0 - frame: clip title text from drawing behind buttons in stretched theme - mypixmap: fix origin for tiling in xfwmPixmapFill* functions - theme: ensure menu icon gets updated when redrawing stretched title frame - mypixmap: implement support for the matrix parameter in xfwmPixmapFillRectangle - frame: reference stretch theme variants - mypixmap: update xfwmPixmapFill* signatures to allow cairo_matrix_t param - mypixmap: use cairo in xfwmPixmapFillRectangle - theme: load '-stretch' variants - build: Bump requirements for Xfce 4.20 - settings-dialogs: Fix string leak - main: Fix string leak in setupLog - compositor: also block softpipe for GLX vsync - focus: Include skip taskbar/pager when passing focus - build: Fix build with libxfce4ui master - build: clang: Fix -Wcast-align - build: clang: Fix -Wsingle-bit-bitfield-constant-conversion - Prevent division by zero - Return if `tile` is not valid - Free `data` before returning - Fix emptying eventFilterStack - Allocate memory so that `logfile` can be freed with `g_free()` - `getWindowHostname` always sets `hostname` to a non-NULL value - Initialize `wm_command_count` variable - build: Fix -Werror=format= - Update bug report address - add missing break to fix use-after-free when alt-tabbing (#762) - Fix incorrect ifdef guard for startup notification - I18n: Update po/LINGUAS list - Remove usage of XDT_I18N() and intltool - Eliminate need for pre-processed configure.ac.in - Add generator for compile_flags.txt - Added check for working with external compositors - screen: Fix uninitialized rect in myScreenGetXineramaMonitorGeometry - stacking: Use WIN_LAYER_FULLSCREEN for focused fullscreen windows when modifying _NET_WM_STATE_ABOVE. - menu: Schedule a redraw for all menu options - screen: myScreenMaxSpaceForGeometry(): drop unused retval - drop dead code - drop obsolete prototypes - moveresize: clientResizeEventFilter(): drop unnecessary call to myScreenFindMonitorAtPoint - client: clientGetWMNormalHints(): simplify defaults and constraints - client: clientToggleMaximizedAtPoint: use clientReconfigure() - client: clientUpdateFullscreenSize(): use clientReconfigure() - placement: clientFill() skip unused computation - client: clientConstrainPos(): drop unneded local vars - client: getSizeExcludingMargins() return rect as GdkRectangle retval - client: getSizeExcludingMargins() pass rect as stack value instead of pointer - client: clientNewTileSize() pass rect as stack value instead of pointer - client: clientNewMaxSize() pass rect as stack value instead of pointer - client: drop unncessary code - client: clientConfigureWindows(): drop unncessary parameter - drop obsolete xfwm4rc - placement.c: make set_rectangle inline and drop unnecessary checks - placement.c: clientConstrainPos(): scope and optimize strut rects - compositor: Ditch the shadowPict - compositor: Expose just the window area - main: Fix our compositor selection - main: Simplify options handlers - netwm: Fix regular _NET_WM_STRUT - Corrected invalid use of g_return_val_if_fail for flow-control in move-to-monitor - build: Add GLib requirement Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfconf: Upgrade 4.18.1 -> 4.18.2Jason Schonberg2024-11-251-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/xfconf/-/tags/xfconf-4.18.2 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-appfinder: Upgrade 4.19.2 -> 4.19.3Jason Schonberg2024-11-251-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/xfce4-appfinder/-/tags/xfce4-appfinder-4.19.3 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxfce4util: Upgrade 4.19.2 -> 4.19.3Jason Schonberg2024-11-251-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/libxfce4util/-/tags/libxfce4util-4.19.3 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* garcon: Upgrade 4.19.0 -> 4.19.1Jason Schonberg2024-11-251-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/garcon/-/tags/garcon-4.19.1 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exo: Upgrade 4.19.0 -> 4.19.1Jason Schonberg2024-11-251-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/exo/-/tags/exo-4.19.1 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fsspec: Upgrade 2024.9.0 -> 2024.10.0Leon Anavi2024-11-251-2/+3
| | | | | | | | | | | | | | | | | | | Upgrade to release 2024.10.0: - Performance of memoryFS rm - Performance of git FS info - Avoid git hex for newer pygit - Tests fix for zip - Missing open_async for dirFS - Handle pathlib in zip - Skip tests needing kerchunk if not installed - Allow repeated kwargs in unchain - Code style - Allow pyarrow in referenceFS parquet - Don't hardcode test port for parallel runs Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tornado: Upgrade 6.4.1 -> 6.4.2Leon Anavi2024-11-251-1/+1
| | | | | | | | | | | | | Upgrade to release 6.4.2 which brings security improvements: Parsing of the cookie header is now much more efficient. The older algorithm sometimes had quadratic performance which allowed for a denial-of-service attack in which the server would spend excessive CPU time parsing cookies and block the event loop. This change fixes CVE-2024-7592. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cloudpickle: Upgrade 3.0.0 -> 3.1.0Leon Anavi2024-11-251-1/+1
| | | | | | | | | | | | | Upgrade to release 3.1.0: - Some improvements to make cloudpickle more deterministic when pickling dynamic functions and classes, in particular with CPython 3.13 - Fix a problem with the joint usage of cloudpickle's _whichmodule and multiprocessing Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: Upgrade 0.136.0 -> 0.136.2Leon Anavi2024-11-251-1/+1
| | | | | | | | | | | Upgrade to release 0.136.2: - fix: retrigger release from failed github workflow - fix(ci): run release workflow only on main repository - fix(docs): update python to 3.8 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typeguard: Upgrade 4.3.0 -> 4.4.1Leon Anavi2024-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | Upgrade to release 4.4.1: - Dropped Python 3.8 support - Changed the signature of typeguard_ignore() to be compatible with typing.no_type_check() - Avoid creating reference cycles when type checking uniontypes and classes - Fixed checking of variable assignments involving tuple unpacking - Fixed TypeError when checking a class against type[Self] - Fixed checking of protocols on the class level (against type[SomeProtocol]) - Fixed Self checks in instance/class methods that have positional-only arguments - Fixed explicit checks of PEP 604 unions against types.UnionType - Fixed checks against annotations wrapped in NotRequired not being run unless the NotRequired is a forward reference Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* taisei: Use libucontext with muslKhem Raj2024-11-241-2/+2
| | | | | | | | | | | | | Fixes errors like | koishi| Checking for function "getcontext" : NO (cached) | koishi| Checking for function "setcontext" : NO | koishi| Checking for function "makecontext" : NO (cached) | koishi| Checking for function "swapcontext" : NO (cached) | koishi| Message: ** Backend `ucontext_sjlj` is not supported | | ../git/subprojects/koishi/src/meson.build:43:4: ERROR: Problem encountered: Unsupported platform Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: update 115.16.1 -> 115.17.0Markus Volk2024-11-241-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: backport a patch to fix build with icu-76Martin Jansa2024-11-232-0/+30
| | | | | | | | | | | | | | | | | | | | | * icu was upgraded in oe-core in: https://git.openembedded.org/openembedded-core/commit/?id=ef2bd18dd1db7e5f01db76889933bfdbb5415aaf nodejs is now failing to link: TOPDIR/BUILD/hosttools/ld: nodejs/22.11.0/node-v22.11.0/out/Release/obj.host/gen-regexp-special-case/deps/v8/src/regexp/gen-regexp-special-case.o: in function `v8::internal::PrintSet(std::basic_ofstream<char, std::char_traits<char> >&, char const*, icu_76::UnicodeSet const&)': gen-regexp-special-case.cc:(.text._ZN2v88internal8PrintSetERSt14basic_ofstreamIcSt11char_traitsIcEEPKcRKN6icu_7610UnicodeSetE+0x8b): undefined reference to `icu_76::UnicodeSet::getRangeStart(int) const' TOPDIR/BUILD/hosttools/ld: gen-regexp-special-case.cc:(.text._ZN2v88internal8PrintSetERSt14basic_ofstreamIcSt11char_traitsIcEEPKcRKN6icu_7610UnicodeSetE+0xb6): undefined reference to `icu_76::UnicodeSet::getRangeEnd(int) const' TOPDIR/BUILD/hosttools/ld: gen-regexp-special-case.cc:(.text._ZN2v88internal8PrintSetERSt14basic_ofstreamIcSt11char_traitsIcEEPKcRKN6icu_7610UnicodeSetE+0xdf): undefined reference to `icu_76::UnicodeSet::getRangeCount() const' TOPDIR/BUILD/hosttools/ld: gen-regexp-special-case.cc:(.text._ZN2v88internal8PrintSetERSt14basic_ofstreamIcSt11char_traitsIcEEPKcRKN6icu_7610UnicodeSetE+0xed): undefined reference to `icu_76::UnicodeSet::getRangeStart(int) const' TOPDIR/BUILD/hosttools/ld: gen-regexp-special-case.cc:(.text._ZN2v88internal8PrintSetERSt14basic_ofstreamIcSt11char_traitsIcEEPKcRKN6icu_7610UnicodeSetE+0xfa): undefined reference to `icu_76::UnicodeSet::getRangeEnd(int) const' TOPDIR/BUILD/hosttools/ld: gen-regexp-special-case.cc:(.text._ZN2v88internal8PrintSetERSt14basic_ofstreamIcSt11char_traitsIcEEPKcRKN6icu_7610UnicodeSetE+0x121): undefined reference to `icu_76::UnicodeSet::getRangeStart(int) const' TOPDIR/BUILD/hosttools/ld: nodejs/22.11.0/node-v22.11.0/out/Release/obj.host/gen-regexp-special-case/deps/v8/src/regexp/gen-regexp-special-case.o: in function `v8::internal::PrintSpecial(std::basic_ofstream<char, std::char_traits<char> >&)': gen-regexp-special-case.cc:(.text._ZN2v88internal12PrintSpecialERSt14basic_ofstreamIcSt11char_traitsIcEE+0x43): undefined reference to `icu_76::UnicodeSet::UnicodeSet()' TOPDIR/BUILD/hosttools/ld: gen-regexp-special-case.cc:(.text._ZN2v88internal12PrintSpecialERSt14basic_ofstreamIcSt11char_traitsIcEE+0x59): undefined reference to `icu_76::UnicodeSet::UnicodeSet()' ... Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zopeinterface: Fix build with setuptools > 74Khem Raj2024-11-232-0/+25
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: Fix build with ICU-76+Khem Raj2024-11-232-0/+43
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webkitgtk3: Fix build with ICU-76+Khem Raj2024-11-232-0/+37
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: Specify right path for <numpy/ndarrayobject.h>Khem Raj2024-11-231-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: Fix build with icu 76+Khem Raj2024-11-232-0/+28
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Fix build with icu 76+Khem Raj2024-11-232-0/+53
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta: Add SECURITY.md file to all layersKhem Raj2024-11-2310-0/+200
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dovecot: Upgrade to 2.3.21.1Khem Raj2024-11-232-1/+26
| | | | | | Fix build with icu-76.x while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfconf: Upgrade 4.18.0 -> 4.18.1Jason Schonberg2024-11-221-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/xfconf/-/tags/xfconf-4.18.1 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-settings: Upgrade 4.18.2 -> 4.18.3Jason Schonberg2024-11-221-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/xfce4-settings/-/tags/xfce4-settings-4.18.3 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: Upgrade 4.18.3 -> 4.18.4Jason Schonberg2024-11-221-1/+2
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/xfce4-session/-/tags/xfce4-session-4.18.4 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-power-manager: Upgrade 4.18.1 -> 4.18.2Jason Schonberg2024-11-221-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/xfce4-power-manager/-/tags/xfce4-power-manager-4.18.2 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-dev-tools: Upgrade 4.18.0 -> 4.18.1Jason Schonberg2024-11-221-2/+2
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/tags/xfce4-dev-tools-4.18.1 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-appfinder: Upgrade 4.19.1 -> 4.19.2Jason Schonberg2024-11-221-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/xfce4-appfinder/-/tags/xfce4-appfinder-4.19.2 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keepalived: Backport fix to build with muslKhem Raj2024-11-222-0/+35
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>