summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* opencl-headers: upgrade 04.17 -> 2023.04.17Khem Raj2023-11-051-0/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* googlebenchmark: upgrade 1.8.0 -> 1.8.3Khem Raj2023-11-051-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.0.20231001.0 -> 6.0.20231029.0Khem Raj2023-11-051-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlsec1: Fix the key name in verify2 testKhem Raj2023-11-051-2/+2
| | | | | | | | | This is a typo when compared to examples/Makefile check target Fixes Failed ptests: {'xmlsec1': ['verify-keys-manager']} Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlsec1: upgrade 1.2.37 -> 1.3.2Khem Raj2023-11-052-53/+9
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* feh: upgrade 3.10 -> 3.10.1Khem Raj2023-11-051-2/+2
| | | | | | License-Update: Copyright year changed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcab: upgrade 1.4 -> 1.6Khem Raj2023-11-051-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pahole: upgrade 1.24 -> 1.25Khem Raj2023-11-051-1/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* toybox: upgrade 0.8.8 -> 0.8.10Khem Raj2023-11-052-41/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xterm: upgrade 387 -> 388Khem Raj2023-11-051-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* abseil-cpp: upgrade 20230802.0 -> 20230802.1Khem Raj2023-11-051-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jack: upgrade 1.19.22 -> 2Khem Raj2023-11-051-7/+6
| | | | | | License-Update: Update license field to reflect missing AFL-2.1 and MIT licenses Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ccid: upgrade 1.5.2 -> 1.5.4Khem Raj2023-11-031-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: update to v2.1Bartosz Golaszewski2023-11-034-6/+14
| | | | | | | | | | | This is a small release bringing in a bunch of improvements and a couple new interfaces. Details are available in NEWS. We need to move the code in recipes around a bit as the tests now use shunit2. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* shunit2: new recipeBartosz Golaszewski2023-11-031-0/+14
| | | | | | | | Add a recipe for shunit2 - a testing framework for command-line tools and shell scripts. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* multipath-tools: Use https for githubFabio Estevam2023-11-031-1/+1
| | | | | | | | | | Per convert-srcuri.py script, github repos should be accessed via https. Change it accordingly. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-piccata: Use https for githubFabio Estevam2023-11-031-1/+1
| | | | | | | | | | Per convert-srcuri.py script, github repos should be accessed via https. Change it accordingly. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openocd: Use https for githubFabio Estevam2023-11-031-1/+1
| | | | | | | | | | Per convert-srcuri.py script, github repos should be accessed via https. Change it accordingly. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: Update 0.3.83 -> 0.3.84Markus Volk2023-11-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PipeWire 0.3.84 (2023-11-02) This is the fourth 1.0 release candidate that is API and ABI compatible with previous 0.3.x releases. Highlights - Fix a regression with openal because the queued buffers in the stream were not reported correctly. - Fix a bug in port busy counters that could cause random silent links. - Fix a regression in echo-cancel because it was not reporting its streams as ASYNC. - Fix a JACK regression where not all ports were enumerated in all cases. - Many more fixes and improvements. PipeWire - pw_stream now reports the queued buffers more accurately. This fixes a regression when using openal. (#3592) - The port busy counters were not updated correctly in some cases. This could lead to negotiation errors and silent links. (#3547) - Ignore latency maximum when forcing rate/quantum. (#3613) - Nodes can now be added to multiple groups and link-groups. (#3612) Modules - The filter-chain now also handles notify port dependencies correctly. (#3596) - Filter-chain has support for new linear, clamp, recip, exp, log, mult, sine builtin plugins. - The echo-cancel module now correctly reports its playback and capture streams as ASYNC to avoid running out of buffers. (#3593) - It is now possible to specify an array of remote names to connect to with the native protocol. - module-rtp-sap and module-rtp-sink now try to bind to the specified interface. SPA - The alsa plugin now removes the runtime properties such as period-num, period-size and max-latency when suspended. (#3613) Bluetooth - BAP Locations/Context is now set on endpoints as required by new bluez. - Improve selection of BAP leader. JACK - Add a jack_set_sample_rate() extension function. - Make sure we get the info of all nodes/ports before completing the jack_client_open() operation so that we can enumerate the ports correctly in all cases. (#3618) GStreamer - Fix types of metadata in pipewiresink. - Also copy metadata in buffers in all cases. - Fix size allocation in bufferpool for compressed formats. - Don't stop streaming thread when unlinked. (#3620) ALSA - The ALSA plugin now handles NULL values from mmap_areas. (#3600) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-unoconv: add recipeLeon Anavi2023-11-031-0/+23
| | | | | | | | | | Add unoconv version 0.9.0, an universal office converter - convert between any document format supported by LibreOffice/OpenOffice. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-screeninfo: add recipeLeon Anavi2023-11-031-0/+16
| | | | | | | | | | | | | | | | | Add screeninfo, fetch location and size of physical screens. Versions 0.8.1 and 0.8.0 changelog: - Added typing information - Started tracking changes - Switched to poetry - Added ignoring of enumerators that work, but return no valid monitors - Added ScreenInfoError to list of top-level symbols This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zopeevent: Add Zope.Event Python RecipeArthur Oliveira2023-11-031-0/+10
| | | | | | | | This commit adds the python3-zopeevent recipe, which provides a simple event system. It is licensed under ZPL-2.1. Signed-off-by: Arthur Oliveira <arthur.oliveira@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-restx: Add Flask-RestX Python RecipeArthur Oliveira2023-11-031-0/+13
| | | | | | | | | This commit introduces the python3-flask-restx recipe, which brings a fully featured framework for fast, easy, and documented API development with Flask. It is released under the BSD-3-Clause license. Signed-off-by: Arthur Oliveira <arthur.oliveira@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ipmitool: Update and eliminate unneeded patchJohnathan Mantey2023-11-022-45/+8
| | | | | | | | | | | | | | | | | | | | | | | The upstream ipmitool code has implemented an autoconfig control to enable and disable dynamic fetching of the IANA numbers file. As a result the patch removing the code that blocks fetching the IANA numbers is no longer relevant. The patch being removed explicitlly blocks downloading the IANA numbers file. Maintain this behavior at this level by using the --disable-registry-download feature. In order for that autoconfig switch to work, the recipe must inherit the pkgconfig feature. Without the pkgconfig dependency the code in the configure.ac file causes a compile time error. Tested: IANA numbers file isn't downloaded. Manually downloaded IANA file is installed in /usr/share/misc Enabling registry download enables dynamic download of IANA numbers Signed-off-by: Johnathan Mantey <johnathanx.mantey@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pcodedmp: add recipeLeon Anavi2023-11-021-0/+12
| | | | | | | | | | | | | | | Add pcodedmp, a VBA (Visual Basic for Applications; the macro programming language used in Microsoft Office) p-code disassembler version 1.2.6: - Some cosmetic changes - win_unicode_console not used when unavailable - win_unicode_console is now used only on Windows This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-olefile: add recipeLeon Anavi2023-11-021-0/+17
| | | | | | | | | | | | | | | Add olefile, a package to parse, read and write Microsoft OLE2 files. Version 0.46 changelog: - OleFileIO can now be used as a context manager (with...as), to close the file automatically (see doc). - Improved handling of malformed files. - Fixed several bugs. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-oletools: add recipeLeon Anavi2023-11-021-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Add oletools, Python tools to analyze security characteristics of MS Office and OLE files. Version 0.60.1 changelog: - olevba: fixed a bug when calling XLMMacroDeobfuscator removed keyword "sample" causing false positives - oleid: fixed OleID init issue - oleobj: added simple detection of CVE-2021-40444 initial stage added detection for customUI onLoad improved handling of incorrect filenames in OLE package - rtfobj: fixed code to find URLs in OLE2Link objects for Py3 - ftguess: added PowerPoint and XPS formats fixed issue with XPS and malformed documents added XLSB format - improved logging with common module log_helper This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-multivolumefile: add recipeLeon Anavi2023-11-021-0/+21
| | | | | | | | | | | | | Add multivolumefile, a multi volume file wrapper library. Version 0.2.3 changelog: - implement readall() - lint with black This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivetgui: 2.3.0 -> 2.4.2Kai Kang2023-11-023-99/+5
| | | | | | | | | | | Update python3-blivetgui from 2.3.0 to 2.4.2 * drop patches that there are not needed any more * not set var `B` that out of source tree build is supported * inherit setuptools3 rather than setuptools3_legacy Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivet: 3.4.3 -> 3.8.2Kai Kang2023-11-022-33/+4
| | | | | | | | | | | Update python3-blivet 3.4.3 to 3.8.2 * drop 0004-fix-new.roots-object-is-not-iterable.patch which is not needed any more * adjust indent as well Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymemcache: add recipeLeon Anavi2023-11-011-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | Add pymemcache, a comprehensive, fast, pure Python memcached client. Version 4.0.0 brings: - Drop python support for 2.7, 3.4 and 3.5 - Use default for get ignore_exc - Return default from hash client - Return default from hash client when using positional argument - Support noreply for hash flush_all - Drop support for Python 3.6 - Add official support for Python 3.10 - Handle a blank stat value - Small buffer pass optimization - Expand Client with a method for sending arbitrary commands - Add pluggable compression serde - Start to add type hints - Add py.typed file - Fix key_prefix issue with stats and cache_memlimit This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsbeautifier: add recipeLeon Anavi2023-11-011-0/+19
| | | | | | | | | | Add a new recipe for jsbeautifier version 1.14.9, JavaScript unobfuscator and beautifier. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inflate64: add recipeLeon Anavi2023-11-011-0/+16
| | | | | | | | | | Add python3-inflate64, a python package to provide compression and decompression feature with Enhanced Deflate algorithm. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-colorclass: add recipeLeon Anavi2023-11-011-0/+17
| | | | | | | | | | Add colorclass version 2.2.2, a colorful worry-free console applications for Linux, Mac OS X, and Windows. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-objectpath: Add ObjectPath Python RecipeArthur Oliveira2023-11-011-0/+9
| | | | | | | | This commit includes the python3-objectpath recipe, which introduces the agile NoSQL query language for semi-structured data. It is licensed under MIT. Signed-off-by: Arthur Oliveira <arthur.oliveira@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nacl: drop duplicate recipeKai Kang2023-11-012-35/+12
| | | | | | | | | | | | | Recipes python3-nacl and python3-pynacl are exactly the same reipces for python packge "PyNaCl", so drop the latter one python3-nacl_1.5.0.bb. And let python3-pynacl rprovides python3-nacl in case it is required by other recipes. Ajust the order in python3-pynacl as well accord to https://docs.yoctoproject.org/dev/contributor-guide/recipe-style-guide.html#recipe-ordering Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rarfile: add recipeLeon Anavi2023-11-011-0/+23
| | | | | | | | | | | | | | | | | | | | | Add rarfile, a Python module for RAR archive reading. Version 4.1 brings: - Support 7zip/p7zip as decompression backend - RAR5: check password before trying to read file - Make get_rar_version a public function - New option: part_only for RarFile, to read only single file and allow it to be middle-part of multi-volume archive - Add RarFile.printdir, use it in dumprar. Needed to examine FILE_COPY or HARD_LINK entries that do not contain data Add run-time dependencies on p7zip as it is one of the supported backend as well as to other required Python libraries. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel-profiles: 1.0.13 -> 1.0.14Kai Kang2023-10-312-26/+2
| | | | | | | | Upgrade xfce4-panel-profiles from 1.0.13 to 1.0.14. Drop the patch that it has dropped the creation of the link file already. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* emlog: Add PVKhem Raj2023-10-301-1/+1
| | | | | | This is 0.70 release with few more commits on top. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mbedtls: upgrade 3.4.1 -> 3.5.0Beniamin Sandu2023-10-304-70/+89
| | | | | | | | | | | | | * Includes security fix for CVE-2023-43615 - Buffer overread in TLS stream cipher suites * Includes security fix for CVE-2023-45199 - Buffer overflow in TLS handshake parsing with ECDH * Includes aesce compilation fixes Full changelog: https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.5.0 The extra patch fixes x86 32-bit builds. Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exfatprogs: upgrade 1.2.1 -> 1.2.2Christophe Vu-Brugier2023-10-301-1/+1
| | | | | Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mdio-tools: Add virtual/kernel dependency to avoid stale SPDX referenceAndrew Jeffery2023-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenBMC enables SPDX SBOM generation by default. For Meta's Bletchley platform we found that mdio-tools and its relationships with both mdio-netlink and the mdio-netlink kernel module break SPDX processing while generating the rootfs after a kernel bump. For example, the following output was generated by `bitbake obmc-phosphor-image`: ERROR: obmc-phosphor-image-1.0-r0 do_rootfs: Cannot find any SPDX file for document http://spdx.org/spdxdoc/kernel-module-mdio-netlink-6.5.4-da279e9-00089-gda279e98c07f-89187488-3164-50cb-94c5-8b76a30ea093 The error occurred after the following patch was applied (again, in the context of OpenBMC): diff --git a/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb b/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb index e6f98297c540..b852e993f0f6 100644 --- a/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb +++ b/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb @@ -1,6 +1,6 @@ KBRANCH ?= "dev-6.5" -LINUX_VERSION ?= "6.5.4" +LINUX_VERSION ?= "6.5.9" -SRCREV="da279e98c07f9c948c60a434ab0043a55c26ea1d" +SRCREV="fc8d4fdba5bd2b9b1cea2aa8a731531943c45aa7" require linux-aspeed.inc With the lack of a dependency the mdio-tools package is not rebuilt subsequent to the kernel bump and the package information remains stale, leading to an incorrect SPDX path being generated. Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openbox: Drop deprecated libcroco dependencyMarkus Volk2023-10-291-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: Remove deprecated libcroco dependencyMarkus Volk2023-10-291-2/+2
| | | | | | | - add dependency on gnome-desktop and libsecret Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet,networkmanager-openvpn, networkmanager: Apply linker ↵Khem Raj2023-10-285-3/+3
| | | | | | | | | versioning patch when using lld only This patch caused GNU linker to fail linking, therefore limit it to just lld. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcapplusplus: Add recipe for 23.09 releaseClément Péron2023-10-271-0/+21
| | | | | Signed-off-by: Clément Péron <peron.clem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* proj: Upgrade to 9.3.0 releaseClément Péron2023-10-271-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Upgrade 2023.6 -> 2023.7Jose Quaresma2023-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a87e9069 Release 2023.7 98f1501c Merge pull request #3081 from jlebon/pr/log-selinux-refresh bdac515a lib/deploy: Log SELinux policy refresh 4085eee9 Merge pull request #2843 from jmarrero/retry 4fb6e6f5 ostree-repo-pull: add options to configure retry behavior b9e73a38 Merge pull request #3078 from HuijingHei/karg-delete-array 67160862 doc: add `ostree admin deploy` option `--karg-delete` 003cb99c karg-delete: support multiple times d788c5b5 Merge pull request #3075 from cgwalters/reenable-composefs 5d92407b Merge pull request #3077 from cgwalters/debug-finalization-lock ac69c707 deploy: Remove lock when re-staging 833251cb tests: Use ext4, re-enable composefs test 824ac1af Merge pull request #3074 from cgwalters/more-errcontext-composefs e75c5c6e Merge pull request #3073 from cgwalters/context-no-stateroot 4a3e43c7 composefs: Add more error prefixing 265b7f9e deploy: Improve error message for nonexistent stateroot 3894fe2a Merge pull request #3062 from alexlarsson/transient-etc f617a341 Support transient /etc cd0fc9f4 Merge pull request #3072 from alexlarsson/fix-whiteout-test 334f53d7 Merge pull request #3063 from cgwalters/label-usretc-as-etc 397a1176 tests: Fix whiteout test 81c08746 repo: Add an option to label /usr/etc as /etc 6cce2e23 Merge pull request #3067 from cgwalters/ci-composefs 734ea3ee ci: Disable composefs test for now 2f76b030 ci: Ensure composefs+openssl are is enabled on Fedora befd8443 Merge pull request #3060 from owtaylor/export-hardlinks 3b2fd6e9 When exporting, use hardlinks for duplicated files 8c25452c Merge pull request #3049 from jlebon/pr/revert-virtiofs-hack 2363de71 Merge pull request #3059 from cgwalters/zipl-default-s390x b8ce61ba Revert "ci: Run cosa unprivileged" c4dcfbae Merge pull request #3046 from ostreedev/dependabot/submodules/composefs-cca8be4 e3d93a85 repo: Default bootloader to zipl on s390x ec7bc823 Merge pull request #3058 from cgwalters/doc-authenticated-repos d4adb795 docs: Add authenticated-repos.md 13be0786 Merge pull request #3021 from cgwalters/insttest-composefs-binding 46b7821d Merge pull request #3053 from ericcurtin/add_overlay_and_erofs_to_initrd cecb59dd boot/dracut: Add erofs and overlayfs kernel modules 372cbd7a tests: Add an integration test for composefs signatures cd606aa6 Merge pull request #3051 from cgwalters/rust-tests-update 87c43678 Merge pull request #3052 from cgwalters/switch-libglnx-source 01a847a2 gitmodules: Use github GNOME mirror e3291ccc tests: Rework detection of trivial-httpd 878d6016 Merge pull request #3047 from ostreedev/dependabot/submodules/libglnx-aff1eea ff73bebc build(deps): bump libglnx from `54ad67d` to `aff1eea` 7916cfb6 build(deps): bump composefs from `af86742` to `cca8be4` 92d25eb5 Merge pull request #3039 from cgwalters/rust-switch-include 26dcd4f5 rust: Switch to using `include` b7e39eba Merge pull request #2054 from jlebon/pr/static-delta-fetch-no-scan cd116a1e lib/pull: Drop static delta superblocks references 2fe88f80 ci: Run cosa unprivileged fc5aef6f lib/pull: Don't scan commit objects we fetch via deltas c8ed1c7a lib/pull: Fix miscounting of missing metadata 3c2587b6 app/pull-local: Add `--disable-static-delta` 0ac87956 Merge pull request #3038 from cgwalters/rust-drop-composefs 6a948567 Merge pull request #3037 from cgwalters/add-labeler-flow 2db17d21 rust: Drop composefs from crate 749857df Merge pull request #3035 from cgwalters/release-rust 12996948 ci: Add an automatic labeler action 1714e837 Merge pull request #3030 from ostreedev/dependabot/submodules/composefs-af86742 e52530b5 rust/sys: Also bump semver for this 4d3621db build(deps): bump composefs from `d085fbf` to `af86742` 00c04aef Merge pull request #3028 from ostreedev/dependabot/submodules/composefs-d085fbf b0e32811 Merge pull request #3029 from cgwalters/bump-glib aee1ab2c rust: Bump semver to 0.19 cccc0f1a rust: Port to glib 0.18 b60036dd build(deps): bump composefs from `597a766` to `d085fbf` 5fe050f5 Merge pull request #3027 from cgwalters/drop-cap-std-public 9121297e ci: Move lints into main build 242a9015 rust: Bump rust-version = 1.70 eec67ec1 Drop cap-std from our public APIs e93ebd73 Merge pull request #3018 from ostreedev/dependabot/submodules/composefs-597a766 8d838230 Merge pull request #3012 from cgwalters/default-early-prune d5cfbed5 sysroot: Promote the "early prune" behavior to default c0014e00 Merge pull request #2968 from cgwalters/drop-global-syncfs-by-default d976ec56 Merge pull request #3024 from cgwalters/clang-analyzer-fixes-5 0d7b8ebc build(deps): bump composefs from `1aed878` to `597a766` 52dbed4d Merge pull request #3023 from ostreedev/dependabot/submodules/libglnx-54ad67d 4eb3caca commit: Quiet clang-analyzer warning 5e1b6983 keyfile-utils: Quiet a clang-analyzer warning 3001ef28 build(deps): bump libglnx from `c02eb59` to `54ad67d` 03a19888 Merge pull request #3020 from cgwalters/less-return-if-fail-1 5837f27f Merge pull request #3019 from cgwalters/more-analyzer-fixes-4 886f5800 mutable-tree: Change some `g_return_if_fail` to `g_assert()` db4ca6e7 mutable-tree: Quiet clang-analyzer warning d001729b Merge pull request #3017 from cgwalters/more-analyzer-fixes-3 6538b170 repo: Quiet clang-analyzer warning 369e4ddd commit: Quiet clang-analyzer warning 5fc9eac0 commit: Quiet clang-analyzer warning bfb7482a lib/commit: Quiet clang-analyzer warning ee8c13b1 lib/delta: Remove dead code 3acdbac0 Merge pull request #3016 from cgwalters/more-analyzer-fixes-2 89e13a95 Merge pull request #2994 from cgwalters/refactor-composefs-warnings 0beaf5c9 pull: Quiet clang-analyzer warning e2779a7c commit: Quiet clang-analyzer warning 5b40d4bb pull: Add assertions to quiet clang-analyzer 0cfa5e86 lib/repo-finder: Squash memory leak f8549a9e Merge pull request #3013 from cgwalters/more-analyzer-fixes 7c13631a Merge pull request #3006 from cgwalters/misc-c99-style-5 1a16a7d6 switchroot: Use g_new/g_free consistently d3ede20b sign/ed25519: Fix two memory leaks a87789e8 commit: Drop dead code d36bf35c switchroot: Lower config parser to otcore, add unit tests 38880bff composefs: Hard error except on ENOENT even in "optional" case e952b1bf prepare-root: Fold together composefs signature cases 1d316e31 prepare-root: Init composefs options earlier aa9b7c3b prepare-root: Drop redundant print about signature/digest 4dd3cb35 Merge pull request #3005 from cgwalters/release 97d83e62 configure: post-release version bump cce1814c cmd/show-remote-url: Port to C99 style 116fdc3c cmd/log: Port to C99 style e578c019 cmd/export: Fold libarchive error handling 88334b8f cmd/export: Port to C99 style fa69eaac deploy: Remove global `sync` by default Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: add ed25519-opensslJose Quaresma2023-10-271-0/+1
| | | | | | | | Upstream reference: https://github.com/ostreedev/ostree/commit/7b85adfbbd97054e4b14ca4365c11fbadf97c70c Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: drop trivial-httpd-cmdlineJose Quaresma2023-10-271-10/+0
| | | | | | | | Upstream reference: https://github.com/ostreedev/ostree/commit/0c36e8143d3c95d454b65c38f923cf71d08d5eb7 Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>