summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* nss: Add missing CVE productMathieu Dubois-Briand2022-12-091-0/+2
| | | | | Signed-off-by: Mathieu Dubois-Briand <mbriand@witekio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spice-gtk: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2022-12-091-1/+3
| | | | | | | | | | | Fixes: ERROR: Nothing PROVIDES 'libepoxy' (but /build/layers/meta-openembedded/meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb DEPENDS on or otherwise requires it) libepoxy was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'spice-gtk', 'libepoxy'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-amdgpu: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2022-12-091-0/+2
| | | | | | | | | | | | | Fix the below yocto compliance issue: ERROR: Nothing PROVIDES 'virtual/libgbm' (but /build/layers/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-amdgpu_22.0.0.bb DEPENDS on or otherwise requires it). Close matches: virtual/libc virtual/libomxil virtual/libusb0 ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'xf86-video-amdgpu', 'virtual/libgbm'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: install config files into correct placeChen Qi2022-12-091-2/+2
| | | | | | | | | | | | | | | The current location has no effect, because NetworkManager is not looking for config files there. In meson.build, we have: nm_pkglibdir = join_paths(nm_prefix, 'lib', nm_name) config_extra_h.set_quoted('NMLIBDIR', nm_pkglibdir) It's clear that the configuration directory should be nonarch_libdir instead of libdir. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: fix dhcpcd PACKAGECONFIGChen Qi2022-12-091-1/+1
| | | | | | | | | | | | | | Without this patch, even if dhcpcd is enabled, the NetworkManager cannot find it. Below are the messages from NetworkMananger: dhcp: init: DHCP client 'dhcpcd' not available dhcp: init: Using DHCP client 'internal' The problem is that dhcpcd needs to be specified as a path, otherwise NetworkManager tries to find it in /usr/sbin/dhcpcd. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mdns: Upgrade 1310.140.1 -> 1790.40.31Alex Kiernan2022-12-0923-557/+707
| | | | | | | | | | | | | | | | | | | | | | | | Reinstate and rework patches from @garmin.com dropped in 21afab4609d0 ("mdns: update to version 1096.40.7") as these were the functional pieces of this series; we should either maintain it as a whole or drop it in its entirety. With this update and without this series, steady-state operation is a constant churn of all names being removed and re-added every few seconds. These were refactored to handle the move to getifaddrs() from get_ifi_info(). Check and cleanup all the other patches, much of which was redundant. Move source releases to github which is where the Apple site now redirects to (though these are still effectively just tarball dumps into git). Cleanup the recipe so it doesn't override all the packaging defaults. Fixup musl installs so they don't fail attempting to patch a non-existent /etc/nsswitch.conf. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dool: Add patch to fix rebuildAlexander Stein2022-12-082-0/+262
| | | | | | | | | When cleaning the package during rebuild in base_do_configure() 'make clean' deletes docs/dool.1. This files comes from source repository but can't be recreated using 'make docs'. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ujson: upgrade 5.5.0 -> 5.6.0Wang Mingyu2022-12-081-1/+1
| | | | | | | | | | Changelog: ========= Update vendored double-conversion to 3.2.1 (#570) Fix len integer overflow issue (#567) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 5.31.1 -> 5.31.2Wang Mingyu2022-12-081-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twine: upgrade 4.0.1 -> 4.0.2Wang Mingyu2022-12-081-1/+1
| | | | | | | | Changelog: Remove deprecated function to fix twine check with pkginfo 1.9.0. (#941) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-traitlets: upgrade 5.5.0 -> 5.6.0Wang Mingyu2022-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ============ Adopt jupyter releaser #806 Use base setup dependency type #805 More CI Cleanup #803 More maintenance cleanup #802 Add project description #801 Bump actions/setup-python from 2 to 4 #798 Bump actions/checkout from 2 to 3 #797 Bump pre-commit/action from 2.0.0 to 3.0.0 #796 Bump actions/upload-artifact from 2 to 3 #795 Add dependabot #794 Add more typings #791 Format changelog #789 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.21.9 -> 4.21.10Wang Mingyu2022-12-081-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* stressapptest: Upgrade to latest tipKhem Raj2022-12-081-1/+3
| | | | | | Brings in support for mips along with other fixes Signed-off-by: Khem Raj <raj.khem@gmail.com>
* perfetto: Do not pass TUNE_CCARGS to native/host compilerKhem Raj2022-12-081-4/+4
| | | | | | | | TUNE_CCARGS are meant to be passed to target compilers only. This fixes build failures seen on qemux6 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de>
* spice-gtk: add missing license informationMarkus Volk2022-12-081-2/+7
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: remove deprecated sassc-native dependencyMarkus Volk2022-12-081-1/+0
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: upgrade 3.21.5 -> 3.21.10He Zhe2022-12-081-1/+1
| | | | | Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* proj: avoid leaking host path in libprojClément Péron2022-12-081-1/+1
| | | | | | | | | | | | | When compiling libproj for a SDK, the proj-targets.cmake generated contains the host path in the INTERFACE_LINK_LIBRARIES. This path comes from the sqlite3 libraries that gives the full path to the sqlite3 library at build time. Force the libproj to link with "sqlite3" instead of a full path. Signed-off-by: Clément Péron <peron.clem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* proj: add a packageconfig to build as a static libraryClément Péron2022-12-081-1/+2
| | | | | | | | | Add a packageconfig to build Proj as a static library. Keep the library shared by default. Signed-off-by: Clément Péron <peron.clem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crucible: Upgrade to 2022.12.06Fabio Estevam2022-12-081-1/+1
| | | | | | | Upgrade to the crucible 2022.12.06 version. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imapfilter: Upgrade to 2.7.6Khem Raj2022-12-081-3/+5
| | | | | | | | | | | | | Use git fetcher to avoid src-uri-bad build QA error Changes in this release [1] License-Update: Update copyright years [2] [1] https://github.com/lefcha/imapfilter/compare/v2.7.5...v2.7.6 [2] https://github.com/lefcha/imapfilter/commit/ce6b9050b284b9944ac52371a4a2254fc73bc219 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: Fix multilib buildsLei Maohui2022-12-081-1/+1
| | | | | | | | | | | | | | Recover ${nonarch_libdir}/${BPN}-1 into FILES:${PN} to fix install do_package error when multilib is enabled. Fixes ERROR: polkit-122-r0 do_package: QA Issue: polkit: Files/directories were installed but not shipped in any package: /usr/lib/polkit-1/polkit-agent-helper-1 /usr/lib/polkit-1/polkitd Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. polkit: 2 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libadwaita: remove deprecated sassc-native dependencyMarkus Volk2022-12-061-1/+0
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thunar-archive-plugin: update 0.4.0 -> 0.5.0Markus Volk2022-12-061-3/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tuna: add recipeErwann Roussy2022-12-061-0/+24
| | | | | | | | | | | | | | | | Tuna is a cui/gui tool for tuning of running processes. It is useful to see and changed irq affinity on an embedded board. The chosen revision of tuna is the last commit to this day and not the last release. This is due to the python3-ethtool module which was required in the last release but isn't anymore. Tuna now has a built-in module instead. Despite tuna's homepage's dependencies section, python3-inet_diag isn't required anymore. Signed-off-by: Erwann Roussy <erwann.roussy@savoirfairelinux.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: Do not build tcl support for nativeChangqing Li2022-12-061-0/+3
| | | | | | | | | | | | | | | | | | | | | with enable-tcl=yes, task do_configure looks for tclConfig.sh on buildhost, and source it. But there is no dpkg-architecture in current PATH, and the tclConfig.sh enter into an dead loop since dpkg-architecture not found and finanlly Segmentation faulted. Therefore it is better to disable tcl do_configure failure: using /usr/lib/tclConfig.sh /usr/lib/tclConfig.sh: line 2: dpkg-architecture: command not found /usr/lib//tcl8.6/tclConfig.sh: line 2: dpkg-architecture: command not found ... /usr/lib//tcl8.6/tclConfig.sh: line 2: dpkg-architecture: command not found /usr/lib//tcl8.6/tclConfig.sh: line 2: dpkg-architecture: command not found NOTE: The following config.log files may provide further information. Segmentation fault (core dumped) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sip: Add recipe for 6.7.5Khem Raj2022-12-061-0/+16
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minio: Disable on mipsKhem Raj2022-12-051-1/+2
| | | | | | | It does not build due to CGO building in shared mode and needing PIC but somewhere it needs to be fixed to build. Until then disable it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-photos: update dependenciesMarkus Volk2022-12-051-4/+15
| | | | | | | | - add PACKAGECONFIG for DOC -remove references to TMPDIR Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uefi-firmware: add recipe for version 1.9Tomasz Żyjewski2022-12-051-0/+17
| | | | | | | | | | Install uefi-firmware-parser tool The UEFI firmware parseer is a simple module and set of scripts for parsing, extracting, and recreating UEFI firmware volumes. Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-python: add missing packagesBartosz Golaszewski2022-12-051-0/+2
| | | | | | | | The recently added kmod and watchdogdev packages were not added to the meta-python packagegroup. This fixes it. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wxgtk4: replace deprecated inspect.getargspecKai Kang2022-12-052-0/+67
| | | | | | | | | | Backport patch to replace deprecated inspect.getargspec in lib pubsub. And add python3-pip to RDEPENDS which is required by utils wxdemo, wxdocs and wxget provided by python3-wxgtk4. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postfix: fix multilib conflict of sample-main.cfKai Kang2022-12-051-1/+1
| | | | | | | | | | | | | It fails to install postfix and lib32-postfix at same time: | Error: Transaction test error: | file /etc/postfix/sample-main.cf conflicts between attempted installs of lib32-postfix-cfg-3.7.3-r0.i586 and postfix-cfg-3.7.3-r0.core2_64 Rename sample-main.cf with ${MLPREFIX}. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smcroute: upgrade 2.5.5 -> 2.5.6Wang Mingyu2022-12-051-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========== - Add smcroutectl batch support, issue #189. Based on the IPC support added in issue #185 - Fix #178: invalid systemd daemon type Simple/Notify vs simple/notify - Fix #179: typo in wildcard routes section of README - Fix #180: minor typo in file and directory names in documentation - Fix #183: casting in IPC code hides error handling of recv() - Fix #186: NULL pointer dereference in utimensat() replacement function. Found accidentally by Alexey Smirnov. Only triggered on systems that don't have a native utimensat() in their C-library, or if you try to build SMCRoute without using its own build system ... - Fix #187: strange behavior joining/leaving the same group - Fix #192: typo in README Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlsec1: upgrade 1.2.36 -> 1.2.37Wang Mingyu2022-12-051-1/+1
| | | | | | | | Changelog; Fixed two regressions from 1.2.36 release: issue #437 and issue #449. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zabbix: upgrade 6.2.4 -> 6.2.5Wang Mingyu2022-12-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.14.1 -> 2.15.0Wang Mingyu2022-12-051-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: =========== Features --------- Add api_key credentials Introduce a way to provide scopes granted by user Bug Fixes --------- Allow mtls sts endpoint for external account token urls. CI broken by removal of py.path Ensure JWT segments have the right types Updated the lower bound of interactive timeout and fix the kwarg Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-path: upgrade 16.5.0 -> 16.6.0Wang Mingyu2022-12-051-1/+1
| | | | | | | | Changelog: mtime and .atime are now settable. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.66.0 -> 2.68.0Wang Mingyu2022-12-051-1/+1
| | | | | | | | Changelog: https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-core: upgrade 2.10.2 -> 2.11.0Wang Mingyu2022-12-051-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========= Features --------- Add support for Python 3.11 (#466) (ff379e3) Allow representing enums with their unqualified symbolic names in headers (#465) (522b98e) Bug Fixes -------- Major refactoring of Polling, Retry and Timeout logic (#462) (434253d) Require google-auth >= 2.14.1 (#463) (7cc329f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-geomet: upgrade 0.3.0 -> 1.0.0Wang Mingyu2022-12-051-3/+2
| | | | | | | | | | | | | | Changelog: ========== Fix bug in _round_and_pad with exponential coordinate values (#73) Use assertNotEqual instead of assertNotEquals in tests, for Python 3.11 compatibility (#77) Add support for Python 3.8, 3.9, and 3.10 (#79, #84) Drop support for end-of-life Python versions 2.7, 3.4, 3.5, and 3.6 (#84) Fix structure of coordinate values in GeoJSON to EsriJSON conversion (#82) Update README with to add History and Limitations sections, and to expand on functionality (#86) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cbor2: upgrade 5.4.3 -> 5.4.5Wang Mingyu2022-12-051-1/+1
| | | | | | | | | | | | | Changelog: ========== Added official Python 3.11 support Raise proper exception on invalid bignums Make Tagged item usable as a map key Eliminate potential memory leak in tag handling Documentation tweaks Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asttokens: upgrade 2.1.0 -> 2.2.0Wang Mingyu2022-12-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 22.11.0 -> 22.12.0Wang Mingyu2022-12-051-1/+1
| | | | | | | | Changelog: * Form::addFontToDefaultResources: Be stubborn in finding a font we can use. Issue #1272 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-apt: upgrade 2.3.0 -> 2.5.0Wang Mingyu2022-12-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ply: upgrade 2.2.0 -> 2.3.0Wang Mingyu2022-12-051-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: upgrade 8.6.0 -> 8.7.0Wang Mingyu2022-12-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensc: upgrade 0.22.0 -> 0.23.0Wang Mingyu2022-12-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ Support signing of data with a length of more than 512 bytes (#2314) By default, disable support for old card drivers (#2391) and remove support for old drivers MioCOS and JCOP (#2374) Bump minimal required OpenSSL version to 1.1.1 and add support for OpenSSL 3.0 (#2438, #2506) Compatibility with LibreSSL (#2495, #2595) Remove support for DSA (#2503) Extend p11test to support symmetric keys (#2430) Notice detached reader on macOS (#2418) Support for OAEP padding (#2475, #2484) Fix for PSS salt length (#2478) Improve fuzzing by adding new tests (#2417, #2500, #2520, #2550, #2637) Fixed various issues reported by OSS-Fuzz and Coverity regarding card drivers, PKCS#11 and PKCS#15 init Fix issues with OpenPACE (#2472) Containers support for local testing Add support for encryption and decryption using symmetric keys (#2473, #2607) Stop building support for Gost algorithms with OpenSSL 3.0 as they require deprecated API (#2586) Fix detection of disconnected readers in PCSC (#2600) Add configuration option for on-disk caching of private data (#2588) Skip building empty binaries when dependencies are missing and remove needless linking (#2617) Define arm64 as a supported architecture in the Installer package (#2610) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: upgrade 1.51.0 -> 1.51.1Wang Mingyu2022-12-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asyncinotify: upgrade 2.0.8 -> 3.0.1Wang Mingyu2022-12-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>