summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* canopenterm: Fix build with muslKhem Raj2024-11-222-1/+45
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* taisei: Fix build with muslKhem Raj2024-11-221-5/+23
| | | | | | This patch fixed issue on glibc but regressed on musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdex: Link with libucontext on muslKhem Raj2024-11-221-0/+3
| | | | | | | | Fixes errors like below x86_64-yoe-linux-musl-ld.lld: error: undefined symbol: getcontext Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gdm: update useradd settingsMarkus Volk2024-11-221-2/+3
| | | | | | | | | | | | | Set HOME_DIR back to /var/lib/gdm. If this is not specified, gdm will store its files in $HOME/.cache. This is pretty ugly because I think this directory should only be used by real users? Maybe /var/cache would be a better place, because it would be the system equivalent of $HOME/.cache? Use tmpfiles.d to ensure /var/lib/gdm is created with the right permissions even in case /var would be tmpfs Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* taisei: Fix build with clangKhem Raj2024-11-222-0/+41
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geary: Specify iso codes xml file locationsKhem Raj2024-11-222-2/+31
| | | | | | | | Do not check for these files to exist during build time, they are needed during runtime. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de>
* geary: add itstool-native dependencyMarkus Volk2024-11-221-0/+1
| | | | | | | | | | | fixes: | Configuring org.gnome.Geary.service using configuration | Program itstool found: NO | | ../git/help/meson.build:21:6: ERROR: Program 'itstool' not found or not executable Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: Add missing rdepsKhem Raj2024-11-221-0/+9
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdex: Inherit features_checkKhem Raj2024-11-221-1/+1
| | | | | | | Fixes QA Issue: libdex: recipe doesn't inherit features_check [unhandled-features-check] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typer: Move ptest rdeps to ptest packageKhem Raj2024-11-221-3/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntfs-3g-ntfsprogs: fix CVE-2023-52890Hongxu Jia2024-11-212-0/+43
| | | | | | | | | Backport fix from upstream https://github.com/tuxera/ntfs-3g/commit/75dcdc2cf37478fad6c0e3427403d198b554951d Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: Add missing rdep on tzdata moduleKhem Raj2024-11-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes {'python3-marshmallow': 'START: ptest-runner\n' '2024-11-22T04:11\n' 'ImportError while loading conftest ' "'/usr/lib/python3-marshmallow/ptest/tests/conftest.py'.\n" 'tests/conftest.py:5: in <module>\n' ' from tests.base import Blog, User, UserSchema\n' 'tests/base.py:14: in <module>\n' ' central = ZoneInfo("America/Chicago")\n' '../../python3.13/zoneinfo/_common.py:24: in ' 'load_tzdata\n' ' raise ZoneInfoNotFoundError(f"No time zone found ' 'with key {key}")\n' "E zoneinfo._common.ZoneInfoNotFoundError: 'No time " "zone found with key America/Chicago'\n" '\n' 'ERROR: Exit status is 4\n' 'DURATION: 1\n'} Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmozilla-ca-perl: Upgrade 20240730 -> 20240924Jason Schonberg2024-11-211-1/+1
| | | | | | | | | | | | | | Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20240924 Update from Mozilla repository to 2024-09-24 Added certificates: SecureSign Root CA12 sha256: 3f034bb5704d44b2d08545a02057de93ebf3905fce721acbc730c06ddaee904e SecureSign Root CA14 sha256: 4b009c1034494f9ab56bba3ba1d62731fc4d20d8955adcec10a925607261e338 SecureSign Root CA15 sha256: e778f0f095fe843729cd1a0082179e5314a9c291442805e1fb1d8fb6b8886c3a TWCA CYBER Root CA sha256: 3f63bb2814be174ec8b6439cf08d6d56f0b7c405883a5648a334424d6b3ec558 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmozilla-ca-perl: Upgrade 20240313 -> 20240730Jason Schonberg2024-11-211-1/+1
| | | | | | | | | | | | | Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20240730 Update from Mozilla repository to 2024-07-30 Added certificates: FIRMAPROFESIONAL CA ROOT-A WEB sha256: bef256daf26e9c69bdec1602359798f3caf71821a03e018257c53c65617f3d4a Removed certificates: GLOBALTRUST 2020 sha256: 9a296a5182d1d451a2e37f439b74daafa267523329f90f9a0d2007c334e23c9a Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmozilla-ca-perl: Upgrade 20231213 -> 20240313Jason Schonberg2024-11-211-1/+1
| | | | | | | | | | | | Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20240313 Update from Mozilla repository to 2024-03-13 Added certificates: Telekom Security TLS ECC Root 2020 sha256: 578af4ded0853f4e5998db4aeaf9cbea8d945f60b620a38d1a3c13b2bc7ba8e1 Telekom Security TLS RSA Root 2023 sha256: efc65cadbb59adb6efe84da22311b35624b71b3b1ea0da8b6655174ec8978646 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmozilla-ca-perl: Upgrade 20230821 -> 20231213Jason Schonberg2024-11-211-1/+1
| | | | | | | | | | | | | | | | | | Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20231213 Update from Mozilla repository to 2023-12-13 Added certificates: CommScope Public Trust ECC Root-01 sha256: 11437cda7bb45e41365f45b39a38986b0de00def348e0c7bb0873633800bc38b CommScope Public Trust ECC Root-02 sha256: 2ffb7f813bbbb3c89ab4e8162d0f16d71509a830cc9d73c262e5140875d1ad4a CommScope Public Trust RSA Root-01 sha256: 02bdf96e2a45dd9bf18fc7e1dbdf21a0379ba3c9c2610344cfd8d606fec1ed81 CommScope Public Trust RSA Root-02 sha256: ffe943d793424b4f7c440c1c3d648d5363f34b82dc87aa7a9f118fc5dee101f1 TrustAsia Global Root CA G3 sha256: e0d3226aeb1163c2e48ff9be3b50b4c6431be7bb1eacc5c36b5d5ec509039a08 TrustAsia Global Root CA G4 sha256: be4b56cb5056c0136a526df444508daa36a0b54f42e4ac38f72af470e479654c Removed certificates: Security Communication Root CA sha256: e75e72ed9f560eec6eb4800073a43fc3ad19195a392282017895974a99026b6c Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmozilla-ca-perl: Upgrade 20230807 -> 20230821Jason Schonberg2024-11-211-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20230821 Update from Mozilla repository to 2023-08-21 Added certificates: Atos TrustedRoot Root CA ECC TLS 2021 sha256: b2fae53e14ccd7ab9212064701ae279c1d8988facb775fa8a008914e663988a8 Atos TrustedRoot Root CA RSA TLS 2021 sha256: 81a9088ea59fb364c548a6f85559099b6f0405efbf18e5324ec9f457ba00112f SSL.com TLS ECC Root CA 2022 sha256: c32ffd9f46f936d16c3673990959434b9ad60aafbb9e7cf33654f144cc1ba143 SSL.com TLS RSA Root CA 2022 sha256: 8faf7d2e2cb4709bb8e0b33666bf75a5dd45b5de480f8ea8d4bfe6bebc17f2ed Sectigo Public Server Authentication Root E46 sha256: c90f26f0fb1b4018b22227519b5ca2b53e2ca5b3be5cf18efe1bef47380c5383 Sectigo Public Server Authentication Root R46 sha256: 7bb647a62aeeac88bf257aa522d01ffea395e0ab45c73f93f65654ec38f25a06 Removed certificates: E-Tugra Global Root CA ECC v3 sha256: 873f4685fa7f563625252e6d36bcd7f16fc24951f264e47e1b954f4908cdca13 E-Tugra Global Root CA RSA v3 sha256: ef66b0b10a3cdb9f2e3648c76bd2af18ead2bfe6f117655e28c4060da1a3f4c2 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmozilla-ca-perl: Upgrade 20230801 -> 20230807Jason Schonberg2024-11-211-1/+1
| | | | | | | | | Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20230807 Prevent extra headers in tarball and make it reproducible Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmozilla-ca-perl: Upgrade 20221114 -> 20230801Jason Schonberg2024-11-211-2/+2
| | | | | | | | | | | | | | | | | | | | Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20230801 Update from Mozilla repository to 2023-08-01 Added certificates: BJCA Global Root CA1 sha256: f3896f88fe7c0a882766a7fa6ad2749fb57a7f3e98fb769c1fa7b09c2c44d5ae BJCA Global Root CA2 sha256: 574df6931e278039667b720afdc1600fc27eb66dd3092979fb73856487212882 Removed certificates: E-Tugra Certification Authority sha256: b0bfd52bb0d7d9bd92bf5d4dc13da255c02c542f378365ea893911f55e55f23c Hongkong Post Root CA 1 sha256: f9e67d336c51002ac054c632022d66dda2e7e3fff10ad061ed31d8bbb410cfb2 Network Solutions Certificate Authority sha256: 15f0ba00a3ac7af3ac884c072b1011a077bd77c097f40164b2f8598abd83860c Staat der Nederlanden EV Root CA sha256: 4d2491414cfe956746ec4cefa6cf6f72e28a1329432f9d8a907ac4cb5dadc15a TrustCor ECA-1 sha256: 5a885db19c01d912c5759388938cafbbdf031ab2d48e91ee15589b42971d039c TrustCor RootCert CA-1 sha256: d40e9c86cd8fe468c1776959f49ea774fa548684b6c406f3909261f4dce2575c TrustCor RootCert CA-2 sha256: 0753e940378c1bd5e3836e395daea5cb839e5046f1bd0eae1951cf10fec7c965 Signed-off-by: Jason Schonberg <schonm@gmail.com> 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>
* Add recipe: pocketpy 2.0.2Michael Fitzmayer2024-11-211-0/+32
| | | | | | | | | | | | pocketpy is a portable Python 3.x Interpreter in Modern C. It aims to be an alternative to lua for game scripting, with elegant syntax, powerful features and competitive performance. pkpy is extremely easy to embed via a single header file pocketpy.h, without external dependencies. Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geary: Specify location of iso-codes xml filesKhem Raj2024-11-211-1/+4
| | | | | | | During cross-compiling it needs to know the location of staging area where these files are installed in RSS Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysprof: Upgrade to 47.1Pablo Saavedra2024-11-214-50/+51
| | | | | | | | | | | | The versioning scheme was changed to align to GNOME releases. This version resolves stack frames properly, as opposed to 3.48. Depends on libdex/libpanel recipes to be able to build the sysprof UI, besides the sysprof-cli executable. Co-Authored-By: Nikolas Zimmermann <nzimmermann@igalia.com> Signed-off-by: Pablo Saavedra <psaavedra@igalia.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpanel: initial add 1.8.1Pablo Saavedra2024-11-211-0/+22
| | | | | | | This is a dependency for upcoming sysprof 47.1 Signed-off-by: Pablo Saavedra <psaavedra@igalia.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdex: initial add 0.8.1Pablo Saavedra2024-11-211-0/+16
| | | | | | | This is a dependency for upcoming sysprof 47.1 Signed-off-by: Pablo Saavedra <psaavedra@igalia.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bmap-writer: add initial recipeAyoub Zaki2024-11-211-0/+22
| | | | | | | | | | this is an utility designed to efficiently write disk images to storage devices using block mapping (BMAP). It serves as a lightweight alternative to the Yocto BMAP tool. it is C++ based does not require Python and focuses solely on writing an image. Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mlcommons-loadgen: add a recipe for version 4.0.1Thomas Perrot2024-11-212-0/+23
| | | | | | | | The LoadGen is a reusable module that efficiently and fairly measures the performance of inference systems. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nvme-cli: Fix musl build erros for v2.11Ryosuke Saito2024-11-213-1/+76
| | | | | | | | | | | Backport two patches from https://github.com/linux-nvme/nvme-cli to resolve musl build errors in v2.11: - 0001-nvme-print-add-fallback-for-non-standard-locale-cate.patch - 0002-plugins-netapp-add-include-of-libgen.h-for-basename-.patch Signed-off-by: Ryosuke Saito <ryosuke.saito@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcpdump: add CVE_PRODUCTBenjamin Bouvier2024-11-211-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>
* net-snmp: add CVE_PRODUCTBenjamin Bouvier2024-11-211-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>
* ghex,gnome-chess,gnome-photos: Add missing dep on itstool-nativeKhem Raj2024-11-213-1/+3
| | | | | | Fixes build issues in these recipe in meta-gnome Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic-core: Upgrade to 2.27.0Khem Raj2024-11-212-11/+12
| | | | | | Add missing ptest rdep on python3-inline-snapshot Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inline-snapshot: Add recipeKhem Raj2024-11-211-0/+20
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-black: Add recipeKhem Raj2024-11-211-0/+23
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: Add missing rdependsKhem Raj2024-11-211-1/+5
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typer: Upgrade to 0.13.1Khem Raj2024-11-211-4/+9
| | | | | | | Changes https://github.com/fastapi/typer/releases/tag/0.13.1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: Upgrade to 0.24.4Khem Raj2024-11-212-118/+2
| | | | | | | | | | | | | | - add error for prefixed non multi units - build: typing_extensions version - build: switch from appdirs to platformdirs - fix GenericPlainRegistry getattr type - Replace references to the deprecated `UnitRegistry.default_format` - fix: upgrade to flexparser>=0.4, exceptions are no longer dataclasses. (required for Python 3.13) - Drop the backported patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask: Adjust runtime dependenciesKhem Raj2024-11-211-1/+2
| | | | | | | Drop python3-profile, its not needed anymore add python3-importlib-metadata and python3-asgiref for ptests Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-werkzeug: Upgrade to 3.1.3Khem Raj2024-11-211-1/+1
| | | | | | | | | https://github.com/pallets/werkzeug/releases/tag/3.1.0 https://github.com/pallets/werkzeug/releases/tag/3.1.1 https://github.com/pallets/werkzeug/releases/tag/3.1.2 https://github.com/pallets/werkzeug/releases/tag/3.1.3 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blinker: Upgrade to 1.9.0Khem Raj2024-11-211-2/+2
| | | | | | | Changes are here https://blinker.readthedocs.io/en/stable/#version-1-9-0 Signed-off-by: Khem Raj <raj.khem@gmail.com>