Commit Graph

38512 Commits

Author SHA1 Message Date
Tafil Avdyli 0cbf09fcc7 fastfetch: upgrade 2.63.1 -> 2.64.0
Add PACKAGECONFIG entries for new optional build dependencies:
- libva for new Codec module
- libvdpau for new Codec module
- lua for Lua scripting support

Disable following CMake options explicitly:
- ENABLE_QUICKJS: no recipe exists for this yet
- ENABLE_EET: no recipe exists for this yet (introduced previously in 2.63.0)

Changelog: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.64.0

Signed-off-by: Tafil Avdyli <tafil@tafhub.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:47 -07:00
Jörg Sommer 8a62579490 zsh: Upgrade 5.9 -> 5.9.1
* Upstream changed from pcre to pcre2
* with-tcsetpgrp was dropped in "53081: remove old BeOS support code"

Changes

* POSIX real-time signals (SIGRTMIN etc) are now supported by the kill and
  trap builtins, TRAP* functions, and the signals parameter, where available.

* The kill builtin learnt a new option -q to send the signal via
  sigqueue(3) along with an arbitrary integer value, where available.

* The kill builtin also learnt a new -L option to print a list of all known
  signal numbers and their names.

* The new completion helper _as_if can be used to complete one command as
  if it were another command with particular arguments.

Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:47 -07:00
Li Zhou e8910a6acc minicoredumper: upgrade 2.0.7 -> 2.0.8
Upgrade minicoredumper from 2.0.7 to 2.0.8.
Remove below patches because they have been merged by 2.0.8
upstream version:
0001-corestripper-Fix-uninitialized-warning.patch
0002-Fix-2038-year-problem-in-timestamp-handling.patch
0001-coreinject-fix-assignment-of-const-qualified-type.patch

Changelog:
===========
* Address multiple compiler warnings and errors found by more recent
  toolchains. The issues existed technically, but were not a problem
  for real-world usage scenarios.

* Relocate the man pages for sbin binaries to section 8.

* Fix timestamp value in the core dump directory name for 32-bit
  systems with a 64-bit time_t definition after 2038-01-19.

* Improve status query for init script to check core_pattern usage and
  handle when the regd daemon is not enabled.

* Known problems:

    - If tar is active, core files larger than 8GB will be
      truncated. If it is known that the core files will be >8GB and
      the full core file is needed, tar must be disabled.

License-Update:
The COPYING changes in upstream commit 941079541a
update Copyright end dates to reflect when changes were last committed.
The COPYING.LGPLv2.1 change in upstream commit 00e3b2fdf7 replaces
the FSF postal mailing address with a URL as recommended by the GNU FAQ.
No license change, no impact on the recipe licensing.

Signed-off-by: Li Zhou <li.zhou@windriver.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:47 -07:00
Bin Cao b23409aef2 nodejs: fix v8 -Wtemplate-body build error with GCC 15 on ia32
GCC 15 introduced -Wtemplate-body (enabled by default as an error) which
performs stricter name lookup checking inside template bodies. In the
Int64LoweringReducer template class (only compiled for 32-bit targets),
the expression `__ Tuple<Word32, Word32>(...)` is ambiguous in a
dependent context because GCC cannot determine whether `Tuple` after
the `__` macro expansion (`Asm().`) refers to a template member function
or the struct type `Tuple`.

Add the C++ `template` disambiguator keyword to tell the compiler that
`Tuple` is a dependent template name. This is a minimal backport of commit
7772a2df9d0b4db9947dbb902b4aec33c35401c0.

Signed-off-by: Bin Cao <bin.cao.cn@windriver.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:47 -07:00
Peter Kjellerstedt 8aade001c1 php: Correct the license to PHP-3.01
The license used by PHP is actually PHP-3.01, not PHP-3.0.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:46 -07:00
Alex Kiernan d48ec5aec6 mdns: Add additional clients
Several useful clients are available as part of the overall mDNSResponder
build, package these alongside the main binary.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:46 -07:00
Alex Kiernan 8ab1198601 mdns: Unpick directory changes during install
Be explicit about where we're taking the installation pieces from rather than
having the complexity of mixed build/source pieces based on current directory
and then confusing anyone who tries to append to do_install.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:46 -07:00
Alex Kiernan c7271e11c7 mdns: Add PACKAGECONFIGs for idlesleepcontrol, spc and unicast
These three knobs are exposed to reduce the code size for embedded (see
mDNSCore/mDNSEmbeddedAPI.h). If you need them, you'll know you need
them, everyone else almost certainly doesn't.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:46 -07:00
Wang Mingyu c33a4574f2 xlsclients: upgrade 1.1.5 -> 1.1.6
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:45 -07:00
Wang Mingyu eada39ce0d sshfs-fuse: upgrade 3.7.5 -> 3.7.6
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:45 -07:00
Wang Mingyu 2074aa8e0d python3-zopeinterface: upgrade 8.4 -> 8.5
Changelog:
===========
- Build and upload free-threaded (cp314t, cp315t) wheels for all platforms.
- Replace all remaining PyDict_GetItem() calls in the C extension with
  exception-safe alternatives (PyDict_Contains, PyDict_GetItemWithError).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:45 -07:00
Wang Mingyu 4ba309bd44 python3-virtualenv: upgrade 21.3.3 -> 21.4.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:44 -07:00
Wang Mingyu a5521d2f8c python3-typer: upgrade 0.25.1 -> 0.26.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:44 -07:00
Wang Mingyu babb68c6cb python3-tox: upgrade 4.54.0 -> 4.55.0
Changelog:
=============
- ci(schemastore): sync fork before pushing branch
- feat: Also pass TERMINFO when in an interactive shell
- fix(pip): skip constrain_package_deps when constraints is set

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:44 -07:00
Wang Mingyu 7efb03070d python3-tornado: upgrade 6.5.5 -> 6.5.6
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:44 -07:00
Wang Mingyu 0ded2930cf python3-starlette: upgrade 1.1.0 -> 1.2.1
Changelog:
============
- Support httpx2 in the test client
- Use httpx2 for type checking in the testclient module
- Add assert error for requires() when request param is not Request type

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:43 -07:00
Wang Mingyu bcd5b983f8 python3-service-identity: upgrade 24.2.0 -> 26.1.0
Changelog:
===========
- Python 3.14 and 3.15 are now officially supported. #85 #93
- service-identity now uses cryptography's Rust-based ASN.1 decoder and doesn't
  depend on pyasn1 and pyasn1-modules anymore.
- Verifying a single-label hostname (e.g. localhost) against a wildcard
  certificate pattern now raises VerificationError cleanly instead of crashing
  with an opaque ValueError

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:43 -07:00
Wang Mingyu 1731e2583f python3-serpent: upgrade 1.42 -> 1.43
Changelog:
===========
- Fixed multiple bugs in serialization and parsing (complex number edge cases, custom types etc)
- Changed java maven publishing method

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:43 -07:00
Wang Mingyu 620f777776 python3-sentry-sdk: upgrade 2.60.0 -> 2.61.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:42 -07:00
Wang Mingyu 2aa01762f5 python3-redis: upgrade 7.4.0 -> 8.0.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:42 -07:00
Wang Mingyu 495ee09eb1 python3-python-multipart: upgrade 0.0.29 -> 0.0.30
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:42 -07:00
Wang Mingyu df45dce096 python3-pytest-asyncio: upgrade 1.3.0 -> 1.4.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:41 -07:00
Wang Mingyu 2e97a0caa1 python3-pyproject-api: upgrade 1.10.0 -> 1.10.1
Changelog:
===========
- chore(tox): migrate tox.ini to tox.toml
- Migrate type checking from mypy to ty
- Move from extras to dependency-groups
- Align dependency versions across projects
- Add permissions to workflows
- Move SECURITY.md to .github/SECURITY.md
- Switch FUNDING.yml to github: gaborbernat
- Standardize .github files to .yaml suffix
- ci(workflows): add zizmor security auditing
- chore: improve pyproject-api maintenance path

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:41 -07:00
Wang Mingyu e85cda200b python3-platformdirs: upgrade 4.9.6 -> 4.10.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:41 -07:00
Wang Mingyu 92587e59c9 python3-parse: upgrade 1.22.0 -> 1.22.1
Changelog:
  Parse zero-precision floats formatted without a decimal point

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:41 -07:00
Wang Mingyu b28e7d6753 python3-moteus: upgrade 0.3.101 -> 1.0.0
Changelog:
==========
- moteus_tool --calibrate for controllers configured for hall commutation now
  calibrate a fine position for each hall transition, which improves
  performance and consistency for hall based configurations
- moteus.move_to now respects the velocity_limit argument across all devices
- moteus.move_to works properly when exiting the stopped state
- Don't inject await when it isn't needed, rending some python mode definitions
  possible that previously would have triggered syntax errors
- Fix the order of D and Q axes for current mode requests

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:40 -07:00
Wang Mingyu be121dbd8b python3-ipython: upgrade 9.13.0 -> 9.14.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:40 -07:00
Wang Mingyu 9f782944ea python3-inline-snapshot: upgrade 0.33.0 -> 0.34.0
Changelog:
===========
- get_snapshot_value() now accepts a which parameter ("new" or "old") to select
  whether to return the new (just-compared) or the old (previously stored)
  snapshot value
- Example.run_pytest: deterministic test order by using -p no:ranodmly

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:40 -07:00
Wang Mingyu 4419d084a7 python3-httptools: upgrade 0.7.1 -> 0.8.0
0001-Allow-building-with-latest-setuptools.patch
removed since it's included in 0.8.0

Changelog:
===========
- Add http-parser and llhttp licenses into the wheels
- Mark cython module as free-threading compatible
- Fix all typing issues
- Bump llhttp to 9.4.1
- Security: fix URL truncation issue
- Allow building with latest setuptools

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:39 -07:00
Wang Mingyu 144df89d04 python3-coverage: upgrade 7.14.0 -> 7.14.1
Changelog:
===========
- Fix: the HTML report used typographic niceties to make file paths more
  readable by adding a small amount of space around slashes.
- Add a 3.16 PyPI classifier

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:39 -07:00
Wang Mingyu 978a0ca52e opencl-icd-loader: upgrade 2025.07.22 -> 2026.05.29
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:39 -07:00
Wang Mingyu 4638be57bf opencl-headers: upgrade 2025.07.22 -> 2026.05.29
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:39 -07:00
Wang Mingyu c4a43a3f43 opencl-clhpp: upgrade 2025.07.22 -> 2026.05.29
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:38 -07:00
Wang Mingyu 8391285d58 libxfce4windowing: upgrade 4.20.5 -> 4.20.6
Changelog:
=============
- Add xfw_screen_get_monitor_for_gdk_monitor()
- Add missing "New in 4.20.6" docs section
- Add missing chain up to parent class
- I18n: Update po/LINGUAS list
- XfwMonitor: Fix (xdg_)output_done event handling
- XfwMonitor: Fix typo and initialize class member
- Ignore workarea/workspace count mismatches
- Fix incorrect max to clamp workspace number to
- Implement workspace geometry for wayland
- Add XfwWorkspace:geometry property
- Fix missing workspace signal connections in test program
- Add test program to enumerate workspaces
- Fix X11 workspace geometry and layout getting out of date
- Fix incorrect col & row ordering for Wayland workspace coordinates
- Fix width -> height typo for XfwWorkspaceX11 geometry
- Add fallback monitor on X11 if XRandR doesn't report anything
- Don't depend on wayland-scanner and wayland-protocols
- XfwWindowWayland: Connect to XfwScreen::monitor-added
- XfwWindowWayland: Connect to XfwScreen::monitor-removed
- Translation Updates:
  Georgian, Kazakh, Korean, Lao, Russian, Turkish

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:38 -07:00
Wang Mingyu 366c65fd3b libwacom: upgrade 2.18.0 -> 2.19.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:38 -07:00
Wang Mingyu cdf3121363 libsdl3: upgrade 3.4.8 -> 3.4.10
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:37 -07:00
Wang Mingyu 4970b91a0a libjs-jquery-cookie: upgrade 3.0.7 -> 3.0.8
Changelog:
============
- Restore ES5 compatibility, inadvertently broken in 3.0.7
- Lift Node version restriction, inadvertently restricted to >= 20 in 3.0.7

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:37 -07:00
Wang Mingyu cb1beb95fd libgphoto2: upgrade 2.5.33 -> 2.5.34
0001-libgphoto2-fix-const-correctness-for-c23-builds.patch
CVE-2026-40333.patch
CVE-2026-40334.patch
CVE-2026-40335.patch
CVE-2026-40336.patch
CVE-2026-40338.patch
CVE-2026-40339.patch
CVE-2026-40340.patch
CVE-2026-40341.patch
removed since they're included in 2.5.34

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:37 -07:00
Wang Mingyu 2f84b8c1f1 imagemagick: upgrade 7.1.2-23 -> 7.1.2-24
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:37 -07:00
Wang Mingyu 5f807c9be9 glaze: upgrade 7.7.0 -> 7.7.1
Changelog:
============
- Support YAML tagged variants (meta::tag/ids discriminator)
- Add CORS preflight test coverage for under-tested scenarios
- Fix float serialization on 32-bit MSVC (zmij SIMD path)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:36 -07:00
Wang Mingyu 78e5d3c646 gdm: upgrade 50.0 -> 50.1
Changelog:
===========
* Fixed issue where GDM failed to properly terminate conflicting graphical sessions
  started outside of GDM (e.g. ThinLinc, TigerVNC). GDM now queries logind directly
  to find and terminate all conflicting sessions
* Fixed plymouth hanging indefinitely on headless systems or systems without monitors,
  which prevented the system from reaching graphical.target
* Fixed XDG_DATA_DIRS construction to prevent gnome-shell from failing to find its
  files when /usr/share had higher precedence than /usr/local/share
* Fixed bug where GDM would set XDG_SESSION_TYPE=wayland on X11 sessions
* Translation updates

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:36 -07:00
Wang Mingyu 20f49f4e9e exiftool: upgrade 13.58 -> 13.59
Changelog:
===============
- Security update
- Added NewUUID Extra tag
- Added a new Canon RF lens
- Added config_files/novelty.config to the distribution
- Decode tags from the Sony ILCE-7RM6
- Decode a new FujiFilm tag
- Decode a few more DJI protobuf tags
- Decode a new Ricoh Pentax tag
- Issue Error instead of Warning when writing XMP with some problems which
  could cause loss of data
- Improved error message when reading wrongly encoded CSV or JSON file
- Enhanced -config option to allow piped input with "-config -"
- Enhanced -validate option to do more strict checking of EXIF-for-XMP tags
- Patched -sort option avoid inconsistent output ordering of same-named tags
- Patched Composite SubSec date/time tags to specify the EXIF group for the
  SubSec and OffsetTime tags upon which they are based (avoids non-standard
  XMP tags from being incorrectly used here)
- Fixed bug in -diff feature when finding differences for specific tags and a
  specified tag was missing from the source file

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:36 -07:00
Wang Mingyu f9ad123263 evince: upgrade 48.1 -> 48.4
Changelog:
==============
* Bump DjVuLibre version required
* Fix crash in the accessible code when page cache text is NULL
* Fix xml element in Hindi translation
* Quote strings in arguments used when calling ev_spawn

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:36 -07:00
Wang Mingyu 6358f4faeb debootstrap: upgrade 1.0.143 -> 1.0.144
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:35 -07:00
Wang Mingyu 6a1f98457f ctags: upgrade 6.2.20260524.0 -> 6.2.20260531.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:35 -07:00
Leon Anavi 0d541bae09 python3-cbor2: Upgrade 5.9.0 -> 6.1.1
Upgrade to release 6.1.1:

- Fixed cbor2.load() returning corrupted data for payloads exceeding
  4096 bytes

From 6.1.0:

- Added the allow_duplicate_keys parameter to CBORDecoder, load and
  loads (default: True). When set to False, a CBORDecodeError is raised
  upon encountering a duplicate key within the same map.
- Added support for decoding from any object supporting the buffer API
  (e.g. memoryview or bytearray) in addition to bytes
- Fixed compatibility issues with 32-bit systems

From 6.0.1:

- Fixed an error in the mutability logic during decoding, leading to
  values being decoded as immutable in unexpected places

From 6.0.0:

- MAJOR REWRITE: The Python and C implementations of the encoder and
  decoder were replaced with a single, Rust-based implementation in the
  interest of maintainability.
- BACKWARD INCOMPATIBLE Changed the signature of the tag_hook decoder
  callables to accept (CBORTag, immutable as arguments instead of
  CBORDecoder, CBORTag)
- BACKWARD INCOMPATIBLE Changed the signature of the object_hook decoder
  callables to accept (Mapping[Any, Any], bool) instead of (CBORDecoder,
  dict[Any, Any])
- BACKWARD INCOMPATIBLE Removed the break_marker singleton as no longer
  necessary
- BACKWARD INCOMPATIBLE Removed the CBORDecodeValueError exception,
  instead chaining ValueError or TypeError to a CBORDecodeError
- BACKWARD INCOMPATIBLE Changed the decoding of semantic tag 261 to
  yield an IPv4Interface or IPv6Interface if the address contains host
  bits
- BACKWARD INCOMPATIBLE Removed the individual decoding functions from
  the API as they were mistakenly called directly by users. Please open
  an issue if you need them back.
- BACKWARD INCOMPATIBLE Changed the encoding of IP addresses to use the
  semantic tags 52 and 54 instead of the deprecated 260 and 261
- BACKWARD INCOMPATIBLE Dropped the deprecated cbor2.decoder and
  cbor2.encoder modules - everything in the API is now importable
  directly from cbor2
- BACKWARD INCOMPATIBLE The cbor2.FrozenDict class has now been renamed
  frozendict and is not available on Python 3.15 where the built-in
  frozendict class must be used instead
- Added the semantic_decoders decoder option to add or override decoders
  for specific semantic tags
- Added the immutable decoder flag to always use immutable containers
  where possible when decoding a CBOR stream
- Added the allow_indefinite decoder option to optionally disallow
  indefinite-length strings and containers
- Dropped support for Python 3.9
- Fixed the decoder not rejecting invalid two-byte simple value
  sequences (0xF800 - 0xF81F)

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:35 -07:00
Etienne Cordonnier 541a0b2340 uutils-coreutils: upgrade 0.8.0 -> 0.9.0
See release notes at https://github.com/uutils/coreutils/releases/tag/0.9.0

Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:34 -07:00
Shilong Jiao 42dcb0197e lcms: add ptest support
Test results on qemux86-64:
START: ptest-runner
BEGIN: /usr/lib/lcms/ptest
PASS: Base types ...Ok.
PASS: quick floor ...Ok.
PASS: Fixed point 15.16 representation ...Ok.
PASS: D50 roundtrip ...Ok.
PASS: 1D interpolation in 2pt tables ...Ok.
PASS: 1D interpolation in 4pt tables ...Ok.
PASS: 1D interpolation in 18pt tables ...Ok.
PASS: 1D interpolation in descending 3pt tables ...Ok.
PASS: 1D interpolation in descending 18pt tables ...Ok.
PASS: 3D interpolation Trilinear (float)  ...Ok.
PASS: 3D interpolation Trilinear (16)  ...Ok.
PASS: Reverse interpolation 4 -> 3 ......Ok.
PASS: 3D interpolation with granularity ...Ok.
PASS: 4D interpolation with granularity ...Ok.
PASS: 6D interpolation with granularity ...Ok.
PASS: 8D interpolation with granularity ...Ok.
PASS: Lab to XYZ and back (float only)  ...Ok.
PASS: Lab V2 encoding ...Ok.
PASS: Blackbody radiator ...Ok.
PASS: Linear gamma curves (float) ....Ok.
PASS: Curve 2.2 (float) ...|Err|<0.001953 .Ok.
PASS: Curve 1.8 (table) ...|Err|<0.053287 .Ok.
PASS: Curve 3.0 (table) ...|Err|<0.049726 .Ok.
PASS: Curve 2.2 (word table) ...|Err|<0.972654 .Ok.
PASS: Parametric curves ...Ok.
PASS: Join curves descending ...Ok.
PASS: Join curves sRGB (Float) ...Ok.
PASS: Join curves sigmoidal ...Ok.
PASS: 1 Stage LUT  ...Ok.
PASS: 2 Stage LUT (16 bits) ...Ok.
PASS: 3 Stage LUT (16 bits) ...Ok.
PASS: 4 Stage LUT (16 bits) ...Ok.
PASS: 5 Stage LUT (16 bits)  ...Ok.
PASS: 6 Stage LUT (16 bits)  ...Ok.
PASS: XYZ to XYZ LUT (float only)  ...Ok.
PASS: Named Color LUT ...Ok.
PASS: Floating point formatters ...Ok.
PASS: ChangeBuffersFormat ...Ok.
PASS: Multilocalized Unicode (II) ...Ok.
PASS: Create named color profile ...Ok.
PASS: Header version ...Ok.
PASS: Error reporting on bad profiles ...Ok.
PASS: Curves only transforms .........Ok.
PASS: Encoded Lab->Lab transforms ...Ok.
PASS: Matrix-shaper transform (float) ...Ok.
PASS: Matrix-shaper transform (8 bits) ...Ok.
PASS: Known values across matrix-shaper ...Ok.
PASS: Gray Lab input profile ...Ok.
PASS: Gray Lab output profile ...Ok.
PASS: Matrix-shaper proofing transform (16 bits) ...Ok.
PASS: CMYK roundtrip on perceptual transform ...Ok.
PASS: Black ink only preservation ...Ok.
PASS: Deciding curve types ...Ok.
PASS: TAC detection ...Ok.
PASS: CGATS parser on junk ...Ok.
PASS: PostScript generator ...Ok.
PASS: MD5 digest ...Ok.
PASS: floating point tags on XYZ ...Ok.
PASS: Parametric curve on Rec709 ...Ok.
PASS: Floating Point segmented curve with short sampled segment ...Ok.
PASS: Check MetaTag ...Ok.
PASS: Set free a tag ...Ok.
PASS: Planar 8 optimization ...Ok.
PASS: Swap endian feature ...Ok.
PASS: Forged MPE profile ...Ok.
PASS: Empty MLUC ...Ok.
PASS: OkLab color space ...Ok.
PASS: centering of Lab16 ...Ok.
PASS: Unbounded mode w/ integer output ...Ok.
PASS: Bad CGATS file ...Ok.
PASS: Gamut check on floats ...Ok.
PASS: Context memory handling ...Ok.
PASS: Alarm codes context ...Ok.
PASS: 1D interpolation plugin ...Ok.
PASS: Parametric curve plugin ...Ok.
PASS: Tag type plugin ...Ok.
PASS: Optimization plugin ...Ok.
PASS: Full transform plugin ...Ok.
PASS: Double from float ...Ok.
DURATION: 10
END: /usr/lib/lcms/ptest
STOP: ptest-runner
TOTAL: 1 FAIL: 0

Signed-off-by: Jiao Song <sjiao@windriver.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:34 -07:00
Jörg Sommer bd45ae6ece ssh-audit: Add 3.3.0 of ssh configuration auditing tool
Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:34 -07:00
Khem Raj f3521aa7ab nodejs: Delete clang libatomic patch
This patch is not right and moreover not needed anymore
with latest clang

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-07 18:21:34 -07:00