summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
...
* parallel: upgrade 20241022 -> 20241122Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | Changelog: ============ * --pipe --block works similar to --pipepart --block if --block size is negative. * DBURLs can be written with / instead of %2F for sqlite and CSV. * Bug fixes and man page updates. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: use system libs instead of vendored onesPatrick Wicki2024-11-291-2/+9
| | | | | | | | | | | Make use of the new build option to unbundle some vendored dependencies. Currently supported are libbacktrace, c-ares, jemalloc, luajit and nghttp, all of which have Yocto recipes. librdkafka is currently below the required version (>=2.3.0) so for that it will fall back to the vendored version. Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: upgrade to v3.2.1Patrick Wicki2024-11-298-30/+82
| | | | | | | | | | | | | Changelogs since v3.1.9: - https://fluentbit.io/announcements/v3.1.10/ - https://fluentbit.io/announcements/v3.2.0/ - https://fluentbit.io/announcements/v3.2.1/ Also add pending patch for a cprofiles bug. Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> 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>
* mozjs: Fix build with icu 76+Khem Raj2024-11-232-0/+28
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* canopenterm: Fix build with muslKhem Raj2024-11-222-1/+45
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add recipe: canopenterm 1.0.8Michael Fitzmayer2024-11-211-0/+29
| | | | | | | | | | CANopenTerm is an open-source software tool designed for the development, testing, and analysis of CANopen CC networks and devices. It extends its capabilities to support other CAN CC protocols, including SAE J1939 and OBD-II. Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hplip: Address reproducibility issuesDan McGregor2024-11-192-10/+73
| | | | | | | | | | | | The distributed configure script removes the existing CFLAGS if it finds python3. Correct this, so that our prefix mapping flags and other OpenEmbedded flags get applied. This patch was acquired from the comments in https://bugs.launchpad.net/hplip/+bug/1879445 Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: upgrade 2024.8 -> 2024.9Wang Mingyu2024-11-191-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: =========== - deploy: Don't recompute verity checksums if not enabled - prepare-root: allow sysroot.readonly=true with kernel cmdline ro - rust-bindings: Fix readthedocs.io link - curl: Add more assertions for curl return values - checkout: Add commentary around whiteout "quoting" - commit: Give a better error message for unhandled file type - deploy: Don't copy xattrs for devicetree - tests: Skip checking for immutable bit on composefs - tests: Work around GPG 2.2.45 error behaviour when revoking an expired key - checkout: Only verify digest if repo requires fsverity - prepare-root: Fix composefs docs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: upgrade 3.2.0 -> 3.2.1Wang Mingyu2024-11-191-2/+2
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== - crypto: check that IOC_OPAL_GET_STATUS is defined - smart: Clarify use of ID_ATA_SMART_ACCESS udev property - smart: Clarify ID_ATA_SMART_ACCESS udev property values - nvme: Avoid element-type g-i annotations - README: Update supported technologies - dist: Fix source URL in spec - packit: Fix generating spec from template - dist: Sync spec with downstream - misc: Fix installing test dependencies on Debian/Ubuntu - ci: Do not try to install test dependencies for CodeQL analysis - lvm: Clarify the global config functionallity in libblockdev - ci: Install 'python3-libdnf5' for TMT test plans - Makefile: Fix generating RPM log during bumpver Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* magic-enum: Upgrade 0.9.6 -> 0.9.7Ricardo Simoes2024-11-191-1/+1
| | | | | | | | Changelog: https://github.com/Neargye/magic_enum/releases/tag/v0.9.7 Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: add CVE_PRODUCTBenjamin Bouvier2024-11-191-0/+2
| | | | | | | Add exact CPE name in CVE_PRODUCT. Signed-off-by: Benjamin Bouvier <benjamin.bouvier@ekinops.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: add CVE_PRODUCTBenjamin Bouvier2024-11-191-0/+2
| | | | | | | Add exact CPE name in CVE_PRODUCT. Signed-off-by: Benjamin Bouvier <benjamin.bouvier@ekinops.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libfastjson: add CVE_PRODUCTBenjamin Bouvier2024-11-191-0/+2
| | | | | | | Add exact CPE name in CVE_PRODUCT. Signed-off-by: Benjamin Bouvier <benjamin.bouvier@ekinops.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: Fix the ptest path to test-driverOla x Nilsson2024-11-191-10/+12
| | | | | | | | | | | | | | | | | | | Add a sed substitution for ${PTEST_PATH}/${TESTDIR}/Makefile that transforms LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver to LOG_DRIVER = $(SHELL) $(top_builddir)/test-driver SH_LOG_DRIVER = $(SHELL) $(top_builddir)/test-driver which is where the test-driver script can be found when installed. The addition of this substition makes ptests work with or without an automake patch in OE-Core that does the same thing. Relates to [YOCTO #15635] Signed-off-by: Ola x Nilsson <olani@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: Fix the ptest path to test-driverOla x Nilsson2024-11-191-8/+10
| | | | | | | | | | | | | | | | | Add a sed substitution for ${PTEST_PATH}/${TESTDIR}/Makefile that transforms SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver to SH_LOG_DRIVER = $(SHELL) $(top_builddir)/test-driver which is where the test-driver script can be found when installed. The addition of this substition makes ptests work with or without an automake patch in OE-Core that does the same thing. Relates to [YOCTO #15635] Signed-off-by: Ola x Nilsson <olani@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parallel: Package zsh-completions and extend to native recipeKhem Raj2024-11-191-14/+24
| | | | | | Add missing perl modules in rdeps Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parallel: Add recipe for GNU ParallelZhang Peng2024-11-061-0/+29
| | | | | | | | This recipe adds the parallel package, a shell tool for executing jobs in parallel using one or more computers. Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sanlock: upgrade 3.9.4 -> 3.9.5Wang Mingyu2024-11-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libzip: upgrade 1.11.1 -> 1.11.2Wang Mingyu2024-11-051-1/+1
| | | | | | | | Changelog: Fix performance regression in `zip_stat` introduced in 1.11. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Drop unnecessary SRC_URI md5sum from the recipes in meta-oe.J. S.2024-11-0528-28/+0
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Add IPO option as a packageconfig knobKhem Raj2024-11-051-0/+4
| | | | | | | | | | | | | | | LTO seems to fail when using clang compiler, therefore disable it for now. | arm-yoe-linux-musleabi-ld.lld: error: undefined hidden symbol: co_swap_function.llvm.232435740610378447 | >>> referenced by arm.c:76 (lib/monkey/deps/flb_libco/arm.c:76) | >>> library/fluent-bit.lto.libfluent-bit.a(flb_input_thread.c.o at 1278594).o:(input_thread) | >>> referenced by flb_input_thread.c:0 (src/flb_input_thread.c:0) | >>> library/fluent-bit.lto.libfluent-bit.a(flb_input_thread.c.o at 1278594).o:(input_thread) | >>> referenced by arm.c:76 (lib/monkey/deps/flb_libco/arm.c:76) | >>> library/fluent-bit.lto.libfluent-bit.a(flb_output.c.o at 1447274).o:(.Lflb_output_task_flush$local) | >>> referenced 88 more times Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: fix building with wasm supportPatrick Wicki2024-10-212-0/+43
| | | | | | | | | Patch the cmake config of the wasm micro runtime dependency. This fixes the build for x86 by avoiding the cmake try_run() which cannot be invoked in cross-compiling mode. Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Mitigate init manager detection issuesNiko Mauno2024-10-213-41/+49
| | | | | | | | | | | | | | | | Avoid following CMake failure which during do_configure stemming from non-cross compile friendly condition check executed on a build host which has /usr/share/upstart directory | CMake Error at src/CMakeLists.txt:550 (install): | install DIRECTORY given unknown argument "/etc/fluent-bit/". Also handle systemd init manager case more appropriately, so that it works also when the build host does not have a /lib/systemd/system directory. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vlock: fix do_fetch errorJiaying Song2024-10-181-1/+1
| | | | | | | | | Change the SRC_URI to the correct value due to the following error: WARNING: vlock-2.2.3-r0.vr2401 do_fetch: Failed to fetch URL http://distfiles.gentoo.org/distfiles/vlock-2.2.3.tar.gz, attempting MIRRORS if available Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcec: disable python wrapperAlexander Kanavin2024-10-161-1/+1
| | | | | | | | No longer python 3.13 compatible: https://github.com/Pulse-Eight/libcec/issues/664 Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsigrokdecode: add py3.13 compatibility tweakAlexander Kanavin2024-10-161-1/+1
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mraa: disable python bindingsAlexander Kanavin2024-10-161-3/+3
| | | | | | | | Not compatible with python 3.13: https://github.com/eclipse/mraa/issues/1135 Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cmpi-bindings: disable python3 due to 3.13 incompatibilityAlexander Kanavin2024-10-161-1/+1
| | | | | | | | Upstream ticket: https://github.com/kkaempf/cmpi-bindings/issues/18 Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-115: upgrade 115.11.0 -> 115.16.1Yi Zhao2024-10-151-1/+1
| | | | | | | | | ChangeLog: https://www.mozilla.org/en-US/firefox/115.16.0/releasenotes/ https://www.mozilla.org/en-US/firefox/115.16.1/releasenotes/ Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Enable static libs when building ptestsKhem Raj2024-10-131-1/+1
| | | | | | Helps run/pass some more ptests Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidgets: upgrade 3.2.1 -> 3.2.6Yi Zhao2024-10-139-76/+100
| | | | | | | | | | | | | ChangeLog: https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.6/docs/changes.txt * Drop 0001-locale-Avoid-using-glibc-specific-defines-on-musl.patch as it has been merged upstream * Refresh patches * Add UPSTREAM_CHECK_GITTAGREGEX Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* valkey: Upgrade 8.0.0 -> 8.0.1Leon Anavi2024-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade valkey to version 8.0.1: - Fix a build issue with RDMA when using additional make parameters - Fix an issue where CLUSTER SLOTS might return the wrong tcp or tls port when called from inside a script or from a module - Fix a crash when CLUSTER SLOTS or CLUSTER SHARDS is called from inside a script or from a module - Fix a build issue on systems where <threads.h> is unavailable - Fix an issue with the default sentinel.conf being invalid - Build binary releases with systemd support - Avoid .c, .d and .o files from being copied to the binary tar.gz releases - (CVE-2024-31449) Lua library commands may lead to stack overflow and potential RCE - (CVE-2024-31227) Potential Denial-of-service due to malformed ACL selectors - (CVE-2024-31228) Potential Denial-of-service due to unbounded pattern matching Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Upgrade recipe to 3.1.9Niko Mauno2024-10-1017-554/+297
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to https://fluentbit.io/announcements/older-versions/ Security Policy: support for current series ends three months after a new series is released. Fluent Bit v1.9 Series has beel EOL since Dec 5, 2022, so upgrade the recipe to currently supported / newest available version. Relevant changelogs since previous 1.9.9 version of the component - https://fluentbit.io/announcements/v2.0.0/ - https://fluentbit.io/announcements/v2.1.0/ - https://fluentbit.io/announcements/v2.2.0/ - https://fluentbit.io/announcements/v3.0.0/ - https://fluentbit.io/announcements/v3.1.0/ - https://fluentbit.io/announcements/v3.1.1/ - https://fluentbit.io/announcements/v3.1.2/ - https://fluentbit.io/announcements/v3.1.3/ - https://fluentbit.io/announcements/v3.1.4/ - https://fluentbit.io/announcements/v3.1.5/ - https://fluentbit.io/announcements/v3.1.6/ - https://fluentbit.io/announcements/v3.1.7/ - https://fluentbit.io/announcements/v3.1.8/ - https://fluentbit.io/announcements/v3.1.9/ Associated added PACKAGECONFIG knobs are described for the most part in https://github.com/fluent/fluent-bit/blob/v3.1.9/CMakeLists.txt#L107-L167 The PACKAGECONFIG knobs are named according to the constant names used in upstream source code. Please note that here the 'yaml' PACKAGECONFIG option has changed to 'config-yaml', and instead of 'kafka' there is now 'out-kafka'. As a related side note, the plugin options are now defined in https://github.com/fluent/fluent-bit/blob/v3.1.9/cmake/plugins_options.cmake I have tested this change briefly against "qemuarm64" and "qemuppc" machines that the fluent-bit systemd service starts successfully in current master based core-image-minimal, and against "qemuarm" machine using yoe/meta-clang based core-image-minimal. Also tested using an i.MX6 board that the new Fluent Bit version seems to work as well as it did with the old 1.9.9 version with respect to logging in a Yocto Scarthgap based image. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jansson: add JSON_INTEGER_IS_LONG_LONG for cmakeChen Qi2024-10-102-0/+52
| | | | | | | | | This macro is documented, so it should be consistent across different build systems. It's defined in autotools, but not cmake. Add it for cmake. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 7.2.5 -> 7.2.6Yi Zhao2024-10-1010-26/+25
| | | | | | | | | | | | | | | | | | | | ChangeLog: Security fixes ============== * (CVE-2024-31449) Lua library commands may lead to stack overflow and potential RCE. * (CVE-2024-31227) Potential Denial-of-service due to malformed ACL selectors. * (CVE-2024-31228) Potential Denial-of-service due to unbounded pattern matching. Bug fixes ========= * Fixed crashes in cluster mode (#13315) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 6.2.14 -> 6.2.16Yi Zhao2024-10-108-40/+36
| | | | | | | | | | | | | | ChangeLog: Security fixes ============== * (CVE-2024-31449) Lua library commands may lead to stack overflow and potential RCE. * (CVE-2024-31228) Potential Denial-of-service due to unbounded pattern matching. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* haveged: upgrade 1.9.18 -> 1.9.19Yi Zhao2024-10-101-2/+1
| | | | | | | | ChangeLog: https://github.com/jirka-h/haveged/releases/tag/v1.9.19 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wtmpdb: fix installed-vs-shipped build errorYoann Congal2024-10-091-0/+1
| | | | | | | | | | | | | | | | | wtmpdb installs a PAM plugin in "${base_libdir}/security/pam_wtmpdb.so". This path is not in default FILES. Add this path to FILES:${PN} to fix this error: ERROR: wtmpdb-0.11.0-r0 do_package: QA Issue: wtmpdb: Files/directories were installed but not shipped in any package: /lib/security/pam_wtmpdb.so Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. wtmpdb: 1 installed and not shipped files. [installed-vs-shipped] ERROR: wtmpdb-0.11.0-r0 do_package: Fatal QA errors were found, failing task. ERROR: Logfile of failure stored in: .../poky/build-master/tmp/work/core2-64-poky-linux/wtmpdb/0.11.0/temp/log.do_package.939726 ERROR: Task (.../poky/meta-openembedded/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb:do_package) failed with exit code '1' Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: disable rocksdb support for armv5 and libc-musl:powerpcKai Kang2024-10-091-0/+5
| | | | | | | | | | | | rocksdb is not compatible with libc-musl:powerpc and armv5, so remove 'rocksdb' from PACKAGECONFIG. Otherwise it complains error: | ERROR: Nothing PROVIDES 'rocksdb' (but /path_to/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.15.0.bb DEPENDS on or otherwise requires it) | rocksdb was skipped: incompatible with host arm-poky-linux-gnueabi (not in COMPATIBLE_HOST) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: upgrade 3.1.1 -> 3.2.0Yi Zhao2024-10-062-98/+7
| | | | | | | | | | | | | | ChangeLog: https://github.com/storaged-project/libblockdev/releases/tag/3.2.0 * Drop 0001-libext2fs-unused-parameters-fix.patch as the issue has been fixed upstream. * Add PACKAGECONFIG[smart] and PACKAGECONFIG[smartmontools]. * Add libyaml dependency for PACKAGECONFIG[lvm] and PACKAGECONFIG[lvm-dbus]. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* highway: Drop forcing gcc-only toolchainKhem Raj2024-10-041-2/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* highway: Update the risc32 RVV selection patchKhem Raj2024-10-041-36/+35
| | | | | | Use the v3 of upstream submitted patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: Enable 64bit atomics checkKhem Raj2024-10-021-5/+6
| | | | | | | | | Build checks for this during configure but the test is a runtime test, which does not work when cross-compiling, therefore prescribe this by caching it for architecture/compiler options where it will work ok. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openlmi-tools: Remove obsolete recipeNiko Mauno2024-09-301-28/+0
| | | | | | | | | | | | | | | | | This recipe depends on meta-python2, master branch of which has not been updated sine February 2022, see https://git.openembedded.org/meta-python2/log/?h=master Also, the SRC_URI address leads to fedorahosted.org retirement announcement page, HOMEPAGE does not seem to work, and https://pypi.org/project/openlmi-tools/ declares the programming language as Python 2.7. Thus, remove the obsolete recipe, along with associated packagegroup declarations/references. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tmux: upgrade 3.4 -> 3.5Wang Mingyu2024-09-301-1/+1
| | | | | | | | Changelog: https://raw.githubusercontent.com/tmux/tmux/3.5/CHANGES Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: upgrade 2024.7 -> 2024.8Wang Mingyu2024-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - repo: NUL terminate readlinkat result - deploy: Log to journal for boot space, not stderr - commit/payload-link: Ensure we don't overrun target_checksum size - sysroot: Make coverity happy with dirname+strdup - tests: Attempt to update auto-prune test - grub2: Show output when run in systemd by default - lib/traverse: Fix minor memory leak - github/workflows/tests: Update actions/upload-artifact to v4 - Redo pages workflow - spec: %autorelease can't be resolved by COPR - bootloader/grub2: Handle empty static configs - workflow/docs: Fix deployments - curl: Assert that curl_multi_assign worked - curl: Make socket callback during cleanup into no-op Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libzip: upgrade 1.10.1 -> 1.11.1Wang Mingyu2024-09-301-1/+1
| | | | | | | | | | | | | | | | | | Changelog: =========== * Fix zipconf.h for version number with missing third component. * Stop searching after finding acceptable central directory, even if it contains inconsistencies. * Only write Zip64 EOCD if fields don't fit in normal EOCD. Previously libzip also wrote it when any directory entry required Zip64. * Allow bytes from 0x00-0x1F as UTF-8. * Add new error code 'ZIP_ER_TRUNCATED_ZIP' for files that start with a valid local header signature. * 'zipcmp': add '-T' option for comparing timestamps. * 'zip_file_replace' now removes the target's extra field information. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libidn: upgrade 1.41 -> 1.42Yi Zhao2024-09-293-401/+18
| | | | | | | | | | | | | | | | | | ChangeLog: https://git.savannah.gnu.org/cgit/libidn.git/tree/NEWS?h=v1.42 License-Update: Copyright years updated to 2024 for idna.h and idn.c Correct ending line number for license text in idna.h and idn.c[1][2] * Drop backport patch * Refresh patch [1] https://git.savannah.gnu.org/cgit/libidn.git/tree/lib/idna.h?h=v1.42 [2] https://git.savannah.gnu.org/cgit/libidn.git/tree/src/idn.c?h=v1.42 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: Update Upstream-Status of a merged patchYoann Congal2024-09-261-1/+1
| | | | | | | | https://github.com/polkit-org/polkit/pull/497 was merged as https://github.com/polkit-org/polkit/commit/1d4f7f4d9f3d74fb2649c96faa8677416c1aefc2 Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>