Commit Graph

28770 Commits

Author SHA1 Message Date
Alexander Kanavin
8b100a34f6
python3-h5py: backport a cython 3.x compatibility patch
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-08 19:54:38 -08:00
alperak
9c91e6018d
clinfo: upgrade 3.0.21.02.21 -> 3.0.23.01.25
Changelog:

748c393 (tag: 3.0.23.01.25) Version 3.0.23.01.25
6ffc5f4 Keep track of the known flags
8a259ee Mark ARM extensions as such
315a45f Fix some extended versioning support
fd78db3 cl_khr_mutable_dispatch
89581d9 Sempahore KHR extensions support
6dedc29 cl_khr_external_memory support
9e770d9 Cleanup and add TODO
3bb2d68 cl_intel_unified_shared_memory support
120b67c cl_khr_command_buffer support
a38c9cc Update cl_arm_scheduling_controls support
b43aa37 cl_intel_device_attribute_query support
5b0ebba cl_intel_command_queue_families support
c8de099 Option to handle the NULL platform like a normal one
a6862eb Correctly size some variables
62bbef9 Fix typo: comfornace
d6f189d Makefile: Define and use `MAN1DIR`
95051d9 Makefile: Support staged installs with `DESTDIR`
a2d2cfb Makefile: Simplify by removing targets and move them to install target
7870355 Revert "Makefile: Support staged installs with `DESTDIR`"
a3729b0 Properly indent NV execution properties
77b4693 Don't fetch array values when there aren't any
efdb0f0 Show ICD loader properties even if no platforms are present
a10af94 Older NVIDIA drivers don't support CL_DEVICE_PCI_DOMAIN_ID_NV
a5bda6d Makefile: Support staged installs with `DESTDIR`
72a1ee2 Some more ext vs (next) core things
aabec89 Add missing extension checks
20b7053 cl_arm_controlled_kernel_termination support
11201e9 cl_khr_pci_bus_info support
78c53d0 Fix string buffer used to report error
e36ff2b Support cl_arm_scheduling_controls
d34bc1a (tag: 3.0.21.02.21) Version 3.0.21.02.21

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-04 22:47:08 -08:00
Khem Raj
b1a7262087
libcppkafka: Update to tip of trunk
Fix the PV to point to last release + git as 0.4.0 is unreleased yet

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-04 22:47:08 -08:00
alperak
a7bbf879b5
onig: upgrade 6.9.8 -> 6.9.9
Changelog:

* Update Unicode version 15.1.0
* NEW API: ONIG_OPTION_MATCH_WHOLE_STRING
* Fixed: (?I) option was not enabled for character classes (Issue #264).
* Changed specification to check for incorrect POSIX bracket (Issue #253).
* Changed [[:punct:]] in Unicode encodings to be compatible with POSIX definition. (Issue #268)
* Fixed: ONIG_OPTION_FIND_LONGEST behavior

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-04 22:47:07 -08:00
Mingli Yu
65116b253b
usleep: Make the version consistent
The package version is inconsistent as below:

 # rpm -qa | grep usleep
 usleep-1.0-r0.core2_64

 # usleep --version
 usleep version 1.2
	 usleep --help for more info

And there is below logic in meta-oe/recipes-core/usleep/files/usleep.c.
  if (showVersion) {
      printf("usleep version 1.2\n     usleep --help for more info\n");
      return 0;
  }

So update the PV value to make the version consistent.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-04 11:17:26 -08:00
Fabio Estevam
8838fb3928
picocom: Update to 2023-04
Update to the 2023-04 version.

Use the the new upstream repository and drop the fix that
has been upstreamed.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-04 11:17:26 -08:00
Enrico Scholz
34a20e8b8a
krb5: use PACKAGE_BEFORE_PN
The 'krb5-config' tool should be in ${PN}-dev (as intented by
binconfig class).

Use PACKAGE_BEFORE_PN for extra packages so that -dev is handled
before -user.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-04 11:17:26 -08:00
Richard Leitner
b56ab3d109
python3-pytest-cov: add missing python3-coverage dependency
As reported by "pip3 check" python3-pytest-cov depends on
python3-coverage:

	$ pip3 check
	pytest-cov 4.1.0 requires coverage, which is not installed.

This patch fixes this problem by adding python3-coverage to RDEPENDS

Signed-off-by: Richard Leitner <dev@g0hl1n.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-04 11:17:26 -08:00
Peter Marko
5231104a0a
protobuf-c: upgrade 1.4.1 -> 1.5.0
Current hash pointed to version with code already indentical
to v1.5.0, it was just missing three formal release commits:
    a15d80a Bump copyright years to 2023
    6600fd5 Bump version to 1.5.0
    8c201f6 CHANGELOG.md: 1.5.0

License-Update: copyright years refreshed

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-04 11:17:26 -08:00
Wang Mingyu
45672db184
python3-pydantic-core: upgrade 2.14.5 -> 2.14.6
Changelog:
 fix memory leak with recursive definitions creating reference cycles

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-04 11:17:26 -08:00
Ilya A. Kriveshko
7b66ea1081
srecord: fix install prefix
srecord's CMakeLists.txt was unconditionally setting CMAKE_INSTALL_PREFIX
for non-WIN32 builds, which caused it to ignore OE-supplied prefix
that contained the sysroot portion of the path.  Fixed by setting
the prefix only if it wasn't explicitly provided.

Signed-off-by: Ilya A. Kriveshko <iillyyaa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-03 09:14:13 -08:00
Leon Anavi
13a1b1b1a5
ssd1306_git.bb: Add ssd1306_linux
Add ssd1306_linux, a simple OLED I2C SSD1306 Linux driver based on
the i2c library libi2c from i2c-tools. Example usage for a
compatible display with resolution 128x64 pixels:

ssd1306_bin -n 1 -I 128x64
ssd1306_bin -n 1 -c
ssd1306_bin -n 1 -r 0
ssd1306_bin -n 1 -x 1 -y 1
ssd1306_bin -n 1 -l "Hello World"

Pending GitHub pull request to the upstream of the project:
https://github.com/armlabs/ssd1306_linux/pull/4

After fixing the upstream 0001-Use-include-filename.patch should
be removed from the recipe.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 11:09:07 -08:00
Jordan Crouse
231c8bd264
keepalived: Move the sample configuration files to a separate package
By default keepalived installs a bunch of sample configurations to
/etc/keepalived/samples. These are good demonstrations but will almost
certainly not apply to any real world situation.

Move the sample files to a separate package.

Signed-off-by: Jordan Crouse <jorcrous@amazon.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 11:08:36 -08:00
Jordan Crouse
efa0a0af25
collectd: Remove rrdtool from DEPENDS
The core collectd tool does not require rrdtool to build. There are some
configurable options that do need rrdtool but they are already properly
adding the dependency in PACKAGECONFIG. This saves building half a dozen
other libraries that wouldn't otherwise be present on a headless or server
style target.

Signed-of-by: Jordan Crouse <jorcrous@amazon.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 11:08:36 -08:00
Fabio Estevam
3f166bfbb7
i2cdev_git: Remove AUTHOR field
The AUTHOR field is no longer used in generating packages.

It may also create a possible confusion with the recipe maintainer
name, so let's remove it.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 08:24:09 -08:00
alperak
0f4a2e7606
libpaper: upgrade 2.1.0 -> 2.1.2
Changelog:

==== 2.1.2 ====

* This release contains a change only to the tests, which improves the detection of glibc.

==== 2.1.1 ====

* Fixes the -N flag of paperconf.

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 08:24:09 -08:00
Robert Yang
9ef06c6319
v4l-utils: Add PACKAGECONFIG for v4l2-tracer to fix determinstic build
Fixed do_package error when json-c is in the build dependencies chain:
ERROR: QA Issue: -dev package libv4l-dev contains non-symlink .so '/usr/lib/libv4l2tracer.so' [dev-elf]

This recipe builds out files such as av4l1compat.so v4l2convert.so and
libv4l2tracer.so which are not symlinks.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 08:24:09 -08:00
Wang Mingyu
e38540eaeb
thingsboard-gateway: upgrade 3.4.3.1 -> 3.4.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 00:35:53 -08:00
Wang Mingyu
5473dfef55
qpdf: upgrade 11.6.4 -> 11.7.0
Changelog:
 https://qpdf.readthedocs.io/en/stable/release-notes.html

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 00:35:53 -08:00
Wang Mingyu
fbff72263d
python3-pydot: upgrade 1.4.2 -> 2.0.0
Changelog:
=============
- Broken parsing caused by `pyparsing` updates fixed.
  With this, the pydot project rises from the dead.
- (Internal) CI
  Modernized and clarified the development process.
- Reorganized package/module structure.
- Reorganized exception hierarchy
- API (minor): Renamed the first parameter of the parser functions
- Test suite option '--no-check'.
- Drop support for Python 2 and Python < 3.7.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 00:35:53 -08:00
Wang Mingyu
31fad7ab5e
python3-gspread: upgrade 5.12.3 -> 5.12.4
Changelog:
===========
-Bump actions/setup-python from 4 to 5
-Fixed default value of merge_type parameter in merge_cells function docstring.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 00:35:52 -08:00
Wang Mingyu
a50b58f626
python3-flask: upgrade 2.3.3 -> 3.0.0
Changelog:
============
-Remove previously deprecated code.
-Deprecate the __version__ attribute. Use feature detection,
 or importlib.metadata.version("flask"), instead.
-Restructure the code such that the Flask (app) and Blueprint classes have
 Sans-IO bases.
-Allow self as an argument to url_for.
-Require Werkzeug >= 3.0.0.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 00:35:52 -08:00
Wang Mingyu
e17de9ffb9
python3-coverage: upgrade 7.3.4 -> 7.4.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 00:35:52 -08:00
Wang Mingyu
a10314fdd0
python3-cantools: upgrade 39.4.1 -> 39.4.2
Changelog:
 Fix range check with negative scalings

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 00:35:52 -08:00
Wang Mingyu
a4f5de2201
plocate: upgrade 1.1.19 -> 1.1.20
Changelog:
==========
- Fix updatedb writing incomplete .db files under Termux.
- Make the systemd timer run more consistently during the night.
- Add an (undocumented) flag --ignore-visibility to plocate,
  giving the equivalent of building the database with
  --require-visibility no. Drops setgid, of course, so you
  will usually need to be root to use it.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 00:35:52 -08:00
Wang Mingyu
36f7320193
python3-netaddr: upgrade 0.9.0 -> 0.10.0
Changelog:
 https://netaddr.readthedocs.io/en/latest/changes.html#release-0-10-0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 00:35:52 -08:00
Wang Mingyu
e53bbbed77
redis-plus-plus: upgrade 1.3.10 -> 1.3.11
Changelog:
==========
-Fix redlock to make multiple threads be able to lock on the same RedMutex
-Asynchronously update slot-node mapping in some edge cases
-Use weak_ptr to avoid joining EvenLoop thread in itself
-Support setting connection name
-Support shard pub/sub

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 00:35:51 -08:00
Wang Mingyu
2667ce85d0
imapfilter: upgrade 2.8.1 -> 2.8.2
Changelog:
===========
- Add IMAP support for UTF-8 (RFC 6855) when "charset" is set to "UTF-8"
- Don't use FETCH FAST macro use for better compatibility
- Bug fix; recovery mechanism error on Lua 5.1

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 00:35:51 -08:00
Wang Mingyu
0fae40f44c
squid: upgrade 6.5 -> 6.6
Changelog:
===========
- Bug 5328: Fix ESI build with libxml2 v2.12.0
- Bug 5319: QOS Netfilter MARK preservation is always disabled
- Bug 5318: peer_digest.cc:399: "fetch->pd && receivedData.data"
- Bug 5317: FATAL attempt to read data from memory
- Bug 5154: Do not open IPv6 sockets when IPv6 is disabled
- FTP: Ignore credentials with a NUL-prefixed username
- log_db_daemon: Fix DSN construction
- Limit the number of allowed X-Forwarded-For hops
- Do not update StoreEntry expiration after errorAppendEntry()
- improve handling of response sending errors

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 00:35:51 -08:00
Wang Mingyu
1bea2e8c30
libssh: upgrade 0.10.5 -> 0.10.6
0001-libgcrypt.c-Fix-prototype-of-des3_encrypt-des3_decry.patch
0001-tests-CMakeLists.txt-do-not-search-ssh-sshd-commands.patch
refreshed for 0.10.6

Changelog:
==========
* Fix CVE-2023-6004: Command injection using proxycommand
* Fix CVE-2023-48795: Potential downgrade attack using strict kex
* Fix CVE-2023-6918: Missing checks for return values of MD functions
* Fix ssh_send_issue_banner() for CMD(PowerShell)
* Avoid passing other events to callbacks when poll is called recursively (#202)
* Allow @ in usernames when parsing from URI composes

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 00:35:51 -08:00
Wang Mingyu
23c397a7f4
feh: upgrade 3.10.1 -> 3.10.2
Changelog:
* Fix crash in right-click / menu rendering code on some distributions

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 00:35:51 -08:00
Wang Mingyu
ff674dc992
exiftool: upgrade 12.71 -> 12.72
Changelog:
===========
- Added read support for AAC audio files
- Added a new QuickTime Keys Android tag
- Added a number of new values for some Ricoh GR III tags
- Decode timed metadata from Intsa360 Ace Pro MP4 videos
- Decode GPSDateTime milliseconds in timed Insta360 metadata
- Decode timed metadata from INNOV K5 TS videos
- Decode a number of new GoPro timed-metadata tags
- Decode a few new Xiaomi EXIF tags
- Fixed writing of JPG/ARW images from some newer Sony models to preserve
  HiddenData

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 00:35:51 -08:00
Wang Mingyu
bcf04e4948
ctags: upgrade 6.0.20231224.0 -> 6.1.20231231.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 00:35:51 -08:00
Wang Mingyu
a871d5edc4
cglm: upgrade 0.9.1 -> 0.9.2
Changelog:
===========
-add aabb2d
-add euler to quat functionality
-add new subtraction family of vector functions
-many others improvements and bugfixes

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 00:35:50 -08:00
Alexander Kanavin
cb6cd5a566
audit: reenable python bindings and bring in distutils via setuptools (needed with python 3.12)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-01 17:09:56 -08:00
alperak
7a6ca59ab1
libnvme: upgrade 1.6 -> 1.7.1
* Patch dropped because it is already available in the new version.

Changelog:

====== 1.7.1 ======

* The v1.7 contains a bug in the sysfs scan topology code which could double free some memory. As this is a very common code path to execute, it's worth to get this fix out fast.

======= 1.7 =======

* allocated payloads aligned
* refactoring and improvements of RAE handling in get log pages
* auto cleanup of resources
* build instruction update and improving build situation for older distros
* support for TP8018
* use sysfs only for topology scan

The last point addresses a long standing problem. Whenever 'nvme list' is used it could add error log entries for certain devices. With the corresponding kernel changes this will not happen anymore. It also unlocks some possible new features. Note this depends on the upcoming 6.8 kernel.

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-01 17:09:56 -08:00
Yi Zhao
e1c4be9bd4
vsomeip: upgrade 3.3.8 -> 3.4.10
ChangeLog:
https://github.com/COVESA/vsomeip/releases/tag/3.4.10

* Refresh patches
* Fix build for lld

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-01 17:09:56 -08:00
Khem Raj
107614cd20
mraa: Update to latest tip of trunk
Drop already applied patch.
Fix build with latest musl while here.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-31 19:33:19 -08:00
Alexander Kanavin
26385a54b0
hplip: provide setuptools for the distutils copy
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-31 08:27:50 -08:00
Alexander Kanavin
e594e1c292
python3-kmod: remove the recipe
Not compatible with cython 3.x, and has been inactive for years:
https://pypi.org/project/kmod/#description
https://github.com/agrover/python-kmod

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-31 08:27:50 -08:00
Alexander Kanavin
2e3c18f2d3
upm: get disutils copy via setuptools
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-31 08:27:50 -08:00
Alexander Kanavin
864a639148
rwmem: fix python modules packaging
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-31 08:27:50 -08:00
Alexander Kanavin
211ec629fe
mercurial: ensure setuptools is present as distutils is no longer (mercurial tries both)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-31 08:27:49 -08:00
Alexander Kanavin
ef1b5de04c
mongodb: skip until python 3.12 fixes are available.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-31 08:27:49 -08:00
Alexander Kanavin
628a8d011f
cockpit: add setuptools dependency to bring in distutils copy
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-31 08:27:49 -08:00
Alexander Kanavin
38cf12e8c3
libsigrokdecode: add python 3.12 support
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-31 08:27:49 -08:00
Alexander Kanavin
03dd014eb0
openipmi: update 2.0.32 -> 2.0.34
This resolves dependency on removed python distutils in particular.

openipmi-remove-host-path-from-la_LDFLAGS.patch is removed
as issue is fixed upstream.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-31 08:27:49 -08:00
Alexander Kanavin
69490517db
wireshark: update 4.0.10 -> 4.2.0
This resolves python 3.12 issues.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-31 08:27:49 -08:00
Alexander Kanavin
51e070301e
nmap: disable ndiff
In 7.80 this requires distutils (no longer provided in python 3.12).
This may be resolved in newer nmap versions, so if you care about it
please provide a version update: https://nmap.org/dist/

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-31 08:27:49 -08:00
Alexander Kanavin
e2da07a13e
python3-oslash: remove
Not compatible with python 3.12; dead upstream (no activity since 2020).

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-31 08:27:48 -08:00