summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* usbids: upgrade 2025.04.01 -> 2025.09.15Jason Schonberg2025-10-051-2/+2
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* perfetto: Use gn from native sysrootKhem Raj2025-10-021-3/+3
| | | | | | | | | | | Prebuilts shipped with sources is a x86_64 binary which works ok on x86_64 build hosts, but we do have arm64 hosts quite commonly used to build OE these days, where this fails miserably. Therefore use the gn from gn-native, so we can get it targtted correctly for build host architecture. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Ross Burton <ross.burton@arm.com>
* mariadb: 11.4.8Zoltán Böszörményi2025-10-025-46/+5
| | | | | | | | | | | | | | | | | | | | 11.4.7 fixes a huge performance drop from 11.4.5 to 11.4.6. https://mariadb.com/docs/release-notes/community-server/mariadb-11-4-series/mariadb-11.4.7-release-notes 11.4.8 fixes several crash problems and other issues. https://mariadb.com/docs/release-notes/community-server/mariadb-11-4-series/mariadb-11.4.8-release-notes Removed 0001-aio_linux-Check-if-syscall-exists-before-using-it.patch which is not applicable anymore, the code was rewritten. Adapted 0001-sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch to fix fuzz. Add libxml2-native to DEPENDS in mariadb-native to fix the do_configure failure with the new version. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Fix a crash in my_convert()Zoltán Böszörményi2025-10-022-0/+94
| | | | | | | | | | | | | | | | | | | In some cases (most notably when running mysqldump), the server crashes in the my_convert() function, in a code protected by #if defined(__i386__) || defined(__x86_64__) ... #endif The crash does not happen with the generic code. Remove the x86[-64] specific optimization. This change was endorsed in https://jira.mariadb.org/browse/MDEV-37786 Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nspr: upgrade 4.36 -> 4.37Jason Schonberg2025-10-021-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rygel: update 44.1 -> 45.0Markus Volk2025-10-021-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - adjust PACKAGECONFIG for gtk and localsearch 45 (stable) =========== Translation updates All contributors to this release: - Alan Mortensen <alanmortensen.am@gmail.com> - Anders Jonsson <anders.jonsson@norsjovallen.se> - Antonio Marin <gnmer.6qxyg@slmail.me> - Asier Saratsua Garmendia <asiersarasua@ni.eus> - Aurimas Aurimas Černius <aurisc4@gmail.com> - Balázs Úr <balazs@urbalazs.hu> - Changwoo Ryu <cwryu@debian.org> - Daniel Mustieles <daniel.mustieles@gmail.com> - Daniel Rusek <mail@asciiwolf.com> - Ekaterine Papava <papava.e@gtu.ge> - Hugo Carvalho <hugokarvalho@hotmail.com> - Jordi Mas i Hernandez <jmas@softcatala.org> - Juliano de Souza Camargo <julianosc@protonmail.com> - Nathan Follens <nfollens@gnome.org> - Quentin PAGÈS <pages_quentin@hotmail.com> - Yuri Chornoivan <yurchor@ukr.net> Added/updated translations: - po/ca.po, courtesy of Jordi Mas i Hernandez - po/cs.po, courtesy of Daniel Rusek - po/da.po, courtesy of Alan Mortensen - po/es.po, courtesy of Daniel Mustieles - po/eu.po, courtesy of Asier Saratsua Garmendia - po/hu.po, courtesy of Balázs Úr - po/ka.po, courtesy of Ekaterine Papava - po/ko.po, courtesy of Changwoo Ryu - po/lt.po, courtesy of Aurimas Aurimas Černius - po/nl.po, courtesy of Nathan Follens - po/oc.po, courtesy of Quentin PAGÈS - po/pt_BR.po, courtesy of Juliano de Souza Camargo - po/pt.po, courtesy of Hugo Carvalho - po/ro.po, courtesy of Antonio Marin - po/sv.po, courtesy of Anders Jonsson - po/uk.po, courtesy of Yuri Chornoivan 45.rc (unstable) ================ LocalSearch: - Fix file upload All contributors to this release: - Danial Behzadi <dani.behzi@ubuntu.com> - Jens Georg <mail@jensge.org> - Yaron Shahrabani <sh.yaron@gmail.com> - luming zh <lumingzh@qq.com> - Fran Diéguez <frandieguez@gnome.org> - Piotr Drąg <piotrdrag@gmail.com> - Artur S0 <arturios05@bk.ru> Added/updated translations: - fa.po, courtesy of Danial Behzadi - gl.po, courtesy of Fran Dieguez - he.po, courtesy of Yaron Shahrabani - pl.po, courtesy of Piotr Drąg - ru.po, courtesy of Artur So - zh_CN.po, courtesy of lumingzh 45.beta (unstable) ================== LocalSearch: - Fix UPnP container contents after store update - Fix graph names Bugs fixed in this release: - https://gitlab.gnome.org/GNOME/rygel/issues/110 All contributors to this release: - Jens Georg <mail@jensge.org> - Emin Tufan Çetin <etcetin@gmail.com> Added/updated translations: - tr.po, courtesy of Emin Tufan Çetin 45.alpha (unstable) =================== Major changes: - Port UI parts to GTK4 - Drop support for Tracker 3 - Add support for LocalSearch Presets: - Fix OpenH264 preset config - Add more presets for other codecs Transcoding: - Remove WMV decoder from list of default-enabled transcoders Server: - Support .ssa subtitles Bugs fixed in this release: - https://gitlab.gnome.org/GNOME/rygel/issues/240 - https://gitlab.gnome.org/GNOME/rygel/issues/241 - https://gitlab.gnome.org/GNOME/rygel/issues/242 All contributors to this release: - Jens Georg <mail@jensge.org> - Pawan Chitrakar <chautari@gmail.com> - Vasil Pupkin <3abac@3a.by> - Yuki Okushi <yokushi@gnome.org> - Martin <miles@filmsi.net> - Piotr Drąg <piotrdrag@gmail.com> - Baxrom Raxmatov <magdiyevbahrom@gmail.com> Added/updated translations: - be.po, courtesy of Yuras Shumovich - ja.po, courtesy of Yuki Okushi - ne.po, courtesy of Pawan Chitrakar - sl.po, courtesy of Martin Srebotnjak Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* neon: upgrade 0.33.0 -> 0.34.2Jason Schonberg2025-09-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in release 0.34.2 (neon-0.34.2.tar.gz), 15th April 2025 Fix regression in NTLM auth in 0.34.0 (issue #190). Add docs for ne_ssl_proto_name, ne_ssl_protovers, ne_get_request_target. Changes in release 0.34.1 (neon-0.34.1.tar.gz), 14th April 2025 Fix regression in 207 parsing of elements which omit a reason-phrase (issue #188). Fix ne_move() to submit lock tokens for the parent collection of a source resource locked with depth: 0. Changes in release 0.34.0 (neon-0.34.0.tar.gz), 23rd November 2024 Interface changes: API and ABI backwards-compatible with 0.27.x and later NE_SESSFLAG_SSLv2 is now ignored New interfaces and features: ne_request.h: add ne_get_response_location(), add ne_get_request_target() ne_redirect.h: adds relative URI resolution per RFC 9110 ne_socket.h: add ne_iaddr_set_scope(), ne_iaddr_get_scope(), ne_sock_getproto() ne_session.h: add NE_SESSFLAG_STRICT session flag ne_session.h: ne_session_create() now accepts scoped IPv6 link-local literal addresses following the RFC 6874 syntax; ne_session.h: add ne_ssl_set_protovers() to configure TLS protocol version ranges ne_utils.h: add NE_FEATURE_GSSAPI, NE_FEATURE_LIBPXY feature flags ne_ssl.h: add ne_ssl_proto_name() HTTP strictness/compliance updated for RFC 9110/9112; notably stricter in parsing header field line, chunked transfer-coding, status-line. Bug fixes: auth: the ‘realm’ string passed to credentials callback is now cleaned of non-printable characters. Documentation & header updates for RFC 9110/9112. New NE_MINIMUM_VERSION() autoconf macro for better version handling. Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udisks2: upgrade 2.10.1 -> 2.10.2Saravanan2025-09-302-53/+1
| | | | | | | | | | | | This patch addresses below CVE's: CVE-2025-6019 CVE-2025-8067 Changelog: https://github.com/storaged-project/udisks/releases Signed-off-by: Saravanan <saravanan.kadambathursubramaniyam@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dracut: Fix the multi-lib configLiu Yiding2025-09-301-1/+1
| | | | | | | | | When enabling multi-lib,following error occured: | install: cannot create regular file 'build-dir/build-yocto/tmp/work/aarch64-ubinux-linux/dracut/108/image/usr/lib64/dracut/dracut.conf.d/': No such file or directory Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webkitgtk3: add patch to fix qemuarmJason Schonberg2025-09-292-0/+129
| | | | | | | | The patch here is backported from webkitgtk 2.50 and allows 32 bit arm to successfully build (qemuarm) Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencl-cts: build GL, GL ES and Vulkan interoperability testsDmitry Baryshkov2025-09-281-0/+9
| | | | | | | | Follow DISTRO_FEATURES and build optional GL, GL ES and Vulkan interoperability tests. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencl-cts: build SPIR-V files for the spirv-new testDmitry Baryshkov2025-09-281-1/+1
| | | | | | | | Pull in spirv-tools-native package in order to build SPIR-V files for the spirv-new test. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vulkan-cts: update to 1.4.3.3Dmitry Baryshkov2025-09-282-2/+2
| | | | | | | Update Vulkan CTS to 1.4.3.3, fixing several issues in the tests. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webkitgtk3: upgrade 2.48.3 -> 2.48.7Jason Schonberg2025-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WebKitGTK 2.48.7 release: Fix a number of GStreamer memory leaks. Fix several crashes and rendering issues. WebKitGTK 2.48.6 release: Fix emojis incorrectly rendered in their text variant. Add support for font collection / fragment identifiers. Fix web process deadlock on exit. Fix stuttering when playing WebP animations. Fix CSS animations with cubic-bezier timing function. Do not start the MemoryPressureMonitor if it’s disabled. Fix several crashes and rendering issues. WebKitGTK 2.48.5 release: Fix several crashes. WebKitGTK 2.48.4 release: Improve emoji font selection with USE_SKIA=ON. Improve playback of multimedia streams from blob URLs. Fix the build with USE_SKIA_OPENTYPE_SVG=ON and USE_SYSPROF_CAPTURE=ON. Fix the build on LoongArch with USE_SKIA=ON. Fix crash when using a WebKitWebView widget in an offscreen window. Fix several crashes and rendering issues. Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: Support building for nativePeter Kjellerstedt2025-09-271-5/+10
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glog: Support building for nativePeter Kjellerstedt2025-09-271-1/+2
| | | | | | | This is needed to build opencv-native. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* collectd: set working SRC_URIGyorgy Sarvari2025-09-271-2/+2
| | | | | | | | The project started to outsource the source hosting to Google storage and Github. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: upgrade 1.3.14 -> 1.3.15Gyorgy Sarvari2025-09-272-36/+2
| | | | | | | | | | | | | | | | | | Drop 0001-update-cmake_minimum_required-to-3.5.patch, because it is included in this release. Add back 0001-CMakeLists.txt-fix-substitution-for-static-libs.patch to SRC_URI, because it was removed accidentally during a previous update. Changelog: - Support cmake FetchContent feature - Support more hash commands - Make variant parser more efficient - Fix event loop crash: avoid closing handle opened by hiredis Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smartmontools: upgrade 7.4 -> 7.5Gyorgy Sarvari2025-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: - CI and release builds are now reproducible if same SOURCE_DATE_EPOCH, build recipes and toolchains are used. - smartctl '-j -A': New JSON value 'endurance_used' (ATA/SCSI/NVMe). - smartctl '-j -A': New JSON value 'spare_available' (ATA/NVMe). - smartctl '-j -i': Re-added the JSON value 'model_name' also for SCSI devices (regression). - smartctl '-j -c': NVMe support. - smartctl '-j -n ...': New JSON values 'power_mode.*' (ATA only). - smartctl '-H -A': Support for NVMe SMART/Health Information per namespace. - smartctl '-i': ATA ACS-6 updates. - smartctl '-x': No longer includes '-g wcreorder'. - smartctl '-x', '-l scterc': No longer returns exit status 4 if SCT ERC is not supported by the device. - smartctl '-l error': No longer prints bogus ATA error log entries if the error index is nonzero but the error count is zero. - smartctl '-l ssd': Fixed corruption of the output of the SCSI Format Status log page. - smartctl '-l ssd': Now detects 'no format since manufacture' from the SCSI Format Status log page. - smartctl '-l farm': Fixed the unit of 'Write Power On' time. - smartctl '-l farm': Fixed the byte order of ATA 'Assembly Date'. - smartctl '-l farm': Fixed a possible segfault. - smartctl '-l farm -q noserial': Suppresses serial and WWN also from FARM. - smartctl '-l farm -T permissive': Overrides false negative FARM support check for rebranded drives. - smartctl '-t TEST': Fixed self-tests of single namespace NVMe devices. - smartd '-A': NVMe attribute log support. - smartd: Ignores NSID in duplicate check of single namespace devices. - smartd: No longer issues LOG_CRIT warnings for 'Set Feature' related NVMe error information log entries. - smartd: No longer hangs on systems with large file descriptor limits. - smartd: No longer logs invalid "old test ... not run" messages if staggered self-tests are used. - smartd.conf '-l selftest[sts] -s ...': NVMe self-test support. - smartd.conf '-H MASK': Ability to ignore specific bits of NVMe SMART/Health value 'Critical Warning'. - smartd.conf '-p': Checks NVMe SMART/Health value 'Available Spare'. - smartd.conf '-u [-f]': Checks NVMe SMART/Health values 'Percentage Used' and 'Media and Data Integrity Errors'. - smartd.conf '-W ...': No longer includes individual sensors in NVMe temperature check as some devices report other values there. - ATA: Device type '-d jmb39x-q2,N' for another JMB39x protocol variant used by QNAP-TR002 NAS devices. - SCSI: Fixed range checks of mode page offset and VPD inquiry. - SCSI: Fixed buffer overflow parsing of VPD page. - SCSI: Fixed handling of multiple designators in VPD page. - USB/NVMe: '-d sntjmicron' no longer triggers USB resets on queries of the self-test log. - USB/NVMe: '-d sntasmedia' now supports log pages > 512 bytes. - USB/NVMe/SAT: New experimental NVMe/SAT autodetection options '-d snt*/sat'. - Fixed segfault on missing option argument on systems using musl libc. - HDD, SSD and USB additions to drive database. - automake < 1.13 are no longer supported. - Custom make rules are now silenced if 'make V=0' is used. - Enhanced makefile targets 'dist-*' to create reproducible source tarballs if SOURCE_DATE_EPOCH is set. - The makefile no longer uses GNU make specific syntax elements (exception: reproducible builds for macOS). - Dropped support for platforms without 'sigaction()'. - configure: Now also detects MidnightBSD. - configure: Dropped option '--with-signal-func'. - configure: Default for '--with-nvme-devicescan' is now 'yes' also on NetBSD. - Version information is now also set if build from GH R/O mirror. - Linux: 'smartd.service' now avoids a warning about an unset environment variable. - Linux: Dropped autodetection of deprecated device type '-d marvell'. - macOS: Support for reproducible builds of the DMG image. - OpenBSD: NVMe support. - Windows: Increased WMI timeout. - Windows: Support for reproducible builds of the installer. - Windows: Uninstaller is no longer damaged if the installer is signed. - Windows 'update-smartd-drivedb.ps1': Fixed call of 'gpg.exe' if it appears more than once in the PATH. - Windows 'update-smartd-drivedb.ps1 -Verbose': Now also prints the download command. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gsoap: upgrade 2.8.134 -> 2.8.135Jason Schonberg2025-09-271-2/+2
| | | | | | | | | | | | | | | License-Change: update copyright from 2015 to 2024. from the changelog.md file : Version 2.8.135 (07/01/2024) --- - Updated `soap::http_extra_header` optional user-defined custom HTTP header string to permit multiple HTTP headers in the specified string separated by newlines, the specified headers are checked by the engine to conform to HTTP header formats. Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* indent: upgrade 2.2.12 -> 2.2.13Gyorgy Sarvari2025-09-276-64/+25
| | | | | | | | | | | | | | | | | | | Drop 0001-Fix-builds-with-recent-gettext.patch - it built fine for me without it. Building requires full makeinfo, not only a lite version, so switched the texinfo class to texinfo-replacement-native dependency. Changelog: - Fix buffer overflows and use after free bugs - Recognize binary integer literals - New and updated translations, thanks to our translators: - Updated translations: Catalan, Croatian, French, Galician, German, Greek, Hungarian, Indonesian, Italian, Romanian, Serbian, Spanish, Turkish, Ukrainian - New translation: Portuguese Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* indent: fix CVE-2024-0911hongxu2025-09-272-0/+124
| | | | | | | | | | | | | Backport a fix from upstream to resolve CVE-2024-0911 https://git.savannah.gnu.org/git/indent.git feb2b646e6c3a05018e132515c5eda98ca13d50d (cherry picked from commit 26ef6a9c2da06b7de4116c483f9197fd4cf2a4cb) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* indent: fix CVE-2023-40305Yogita Urade2025-09-273-0/+8452
| | | | | | | | | | | | | | | GNU indent 2.2.13 has a heap-based buffer overflow in search_brace in indent.c via a crafted file. Reference: https://savannah.gnu.org/bugs/index.php?64503 (cherry picked from commit 7da6cb848bc42b3e6bd5d2b37b52ba75510a6ca0) Signed-off-by: Yogita Urade <yogita.urade@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: only add clinfo if DISTRO_FEATURES has openclYoann Congal2025-09-261-1/+1
| | | | | | | | | | | | | | Since commit f65ae714d885 ("opencl: make use of the 'opencl' DISTRO_FEATURE"), clinfo has a feature check on "opencl". Only add it to its meta-oe package groups if the opencl is in DISTRO_FEATURES. Fixes this warning (as seen on AB[0]): stdio: WARNING: Nothing RPROVIDES 'clinfo' (but [...]/packagegroup-meta-oe.bb RDEPENDS on or otherwise requires it) [0]: https://autobuilder.yoctoproject.org/valkyrie/#/builders/82/builds/453/steps/12/logs/warnings Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mosh: set working SRC_URIGyorgy Sarvari2025-09-261-2/+4
| | | | | | | | The project switched to storing their releases on Github, and the original links stopped working. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: upgrade 8.4.12 -> 8.4.13Jason Schonberg2025-09-261-1/+1
| | | | | | | | | This is a bugfix release. There are integer overflow and memory leak fixes included. Changelog: https://www.php.net/ChangeLog-8.php#8.4.13 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: update 3.9 -> 3.10Markus Volk2025-09-261-1/+1
| | | | | | | | | | ver 3.10: Fix issue with handling neighbor report on BSS TM request. Fix issue with handling deauth and FT association failure. Fix issue with handling roaming and old frequencies. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lsscsi: fix versioningAnkur Tyagi2025-09-251-0/+2
| | | | | | | PE bump is needed because previous PV "030" > current PV "0.32" Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmime-types-perl: upgrade 2.28 -> 2.29Wang Mingyu2025-09-241-2/+2
| | | | | | | License-Update: the license declaration has shifted from line 11 to line 13. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freeradius: Fix the multilib configLiu Yiding2025-09-241-2/+2
| | | | | | | | | | | | | When enabling multilib with lib32, the radiusd will use etc file for lib32 as default #systemctl status radiusd ...... /usr/sbin/radiusd -d /etc/lib32-raddb It should be lib64 as default. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: upgrade 22.19.0 -> 22.20.0Jason Schonberg2025-09-243-1/+1
| | | | | | | Chagelog: https://github.com/nodejs/node/releases/tag/v22.20.0 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* znc: upgrade 1.8.2 -> 1.10.1Gyorgy Sarvari2025-09-242-26/+22
| | | | | | | | | | The project has switched to cmake since the last update. The changelog is long, but there is a link: https://github.com/znc/znc/blob/master/ChangeLog.md Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-broker: Add a runtime dependency on dbus-toolsPeter Kjellerstedt2025-09-241-1/+1
| | | | | | | | This matches dbus' runtime dependencies and is needed for the dbus-broker package to be a drop-in replacement for the dbus package. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* arno-iptables-firewall: upgrade 2.1.2 -> 2.1.2aGyorgy Sarvari2025-09-241-2/+2
| | | | | | | | | Changelog: - dig wrapper function was broken since 2.1.2 - No longer send nslookup/dig stderr to /dev/null Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ipset: upgrade 7.22 -> 7.24Gyorgy Sarvari2025-09-242-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: 7.24 Userspace changes Improve fixing commas in sorted json output Fix extra quotes around elements in json output (bugzilla #1793, issue 3.) Fix commas in sorted json output (bugzilla #1793, issue 4) Fix unquoted port range in json output (bugzilla #1793, issue 1) Fix extraneous comma in terse list json output (Joachim, bugzilla #1793, issue 2) bash-completion: restore fix for syntax error (Jeremy Sowden) Correct typo in man-page (Jeremy Sowden) Kernel part changes netfilter: ipset: fix region locking in hash types Handle "netfilter: ipset: Fix for recursive locking warning" patch for backward compatibility netfilter: ipset: Fix for recursive locking warning 7.23 Userspace changes tests: runtest.sh: Keep running, print summary of failed tests (Phil Sutter) tests: cidr.sh: Fix for quirks in RHEL's ipcalc (Phil Sutter) tests: cidr.sh: Respect IPSET_BIN env var (Phil Sutter) ipset: Fix implicit declaration of function basename (Mike Pagano) tests: Reduce testsuite run-time (Phil Sutter) lib: ipset: Avoid 'argv' array overstepping (Phil Sutter) lib: data: Fix for global-buffer-overflow warning by ASAN (Phil Sutter) Kernel part changes netfilter: ipset: Hold module reference while requesting a module (Phil Sutter) netfilter: ipset: add missing range check in bitmap_ip_uadt (Jeongjun Park) netfilter: ipset: Fix suspicious rcu_dereference_protected() Replace BUG_ON() with WARN_ON_ONCE() according to usage policy. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproj: added nativeJan Vermaete2025-09-241-0/+3
| | | | | | | + homepage added Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typer: upgrade 0.17.4 -> 0.19.1Wang Mingyu2025-09-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-spidev: upgrade 3.7 -> 3.8Wang Mingyu2025-09-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2025.9.1 -> 2025.9.18Wang Mingyu2025-09-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pystemd: upgrade 0.13.4 -> 0.14.0Wang Mingyu2025-09-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymongo: upgrade 4.15.0 -> 4.15.1Wang Mingyu2025-09-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inline-snapshot: upgrade 0.28.0 -> 0.29.0Wang Mingyu2025-09-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: upgrade 1.74.0 -> 1.75.0Wang Mingyu2025-09-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-tools: upgrade 1.74.0 -> 1.75.0Wang Mingyu2025-09-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-reflection: upgrade 1.74.0 -> 1.75.0Wang Mingyu2025-09-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-channelz: upgrade 1.74.0 -> 1.75.0Wang Mingyu2025-09-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gevent: upgrade 25.8.2 -> 25.9.1Wang Mingyu2025-09-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dirty-equals: upgrade 0.9.0 -> 0.10.0Wang Mingyu2025-09-241-2/+2
| | | | | | | License-Update: add "to present" to Copyright Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.10.6 -> 7.10.7Wang Mingyu2025-09-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: upgrade 40.5.0 -> 40.6.0Wang Mingyu2025-09-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>