SUSE-CU-2025:9067-1: Security update of containers/open-webui
sle-container-updates at lists.suse.com
sle-container-updates at lists.suse.com
Wed Dec 17 08:05:08 UTC 2025
SUSE Container Update Advisory: containers/open-webui
-----------------------------------------------------------------
Container Advisory ID : SUSE-CU-2025:9067-1
Container Tags : containers/open-webui:0 , containers/open-webui:0.6.41 , containers/open-webui:0.6.41-13.9
Container Release : 13.9
Severity : important
Type : security
References : 1082318 1111657 1121717 1140255 1144506 1146257 1148184 1148184
1171566 1186870 1199282 1199282 1226020 1230028 1237519 1240064
1243381 1243855 1245190 1247207 1250754 1252250 1253043 1253332
1253333 CVE-2019-13132 CVE-2019-6250 CVE-2024-12224 CVE-2024-5171
CVE-2024-58266 CVE-2025-12817 CVE-2025-12818
-----------------------------------------------------------------
The container containers/open-webui was updated. The following patches have been included in this update:
-----------------------------------------------------------------
Advisory ID: SUSE-SU-2019:110-1
Released: Thu Jan 17 14:17:05 2019
Summary: Security update for zeromq
Type: security
Severity: important
References: 1121717,CVE-2019-6250
This update for zeromq fixes the following issues:
Security issue fixed:
- CVE-2019-6250: fix a remote execution vulnerability due to
pointer arithmetic overflow (bsc#1121717)
-----------------------------------------------------------------
Advisory ID: SUSE-SU-2019:1776-1
Released: Mon Jul 8 18:18:37 2019
Summary: Security update for zeromq
Type: security
Severity: important
References: 1082318,1140255,CVE-2019-13132
This update for zeromq fixes the following issues:
- CVE-2019-13132: An unauthenticated remote attacker could have exploited
a stack overflow vulnerability on a server that is supposed to be protected
by encryption and authentication to potentially gain a remote code execution.
(bsc#1140255)
- Correctly mark license files as licence instead of documentation (bsc#1082318)
-----------------------------------------------------------------
Advisory ID: SUSE-RU-2019:3400-1
Released: Tue Dec 31 08:18:40 2019
Summary: Recommended update for libsodium
Type: recommended
Severity: moderate
References: 1146257
This update for libsodium fixes the following issues:
- build libsodium23-32bit, which is required by zeromq's -32bit packages. (bsc#1146257)
-----------------------------------------------------------------
Advisory ID: SUSE-RU-2020:1801-1
Released: Tue Jun 30 13:07:01 2020
Summary: Recommended update for zeromq
Type: recommended
Severity: low
References: 1171566
This update of zeromq fixes the following issue.
- the libzmq5-32bit package is shipped on x86_64 platforms. (bsc#1171566)
-----------------------------------------------------------------
Advisory ID: SUSE-RU-2022:4491-1
Released: Wed Dec 14 13:31:51 2022
Summary: Recommended update for libsodium, python-Django, python-PyNaCl, python-cffi, python-hypothesis, python-packaging, python-readthedocs-sphinx-ext, python-semver, python-sphinx_rtd_theme
Type: recommended
Severity: important
References: 1111657,1144506,1148184,1186870,1199282
This update for libsodium, python-Django, python-PyNaCl, python-cffi, python-hypothesis, python-packaging, python-readthedocs-sphinx-ext, python-semver, python-sphinx_rtd_theme fixes the following issues:
libsodium:
- Version update from 1.0.16 to 1.0.18 (bsc#1199282, jsc#PM-3243, jsc#SLE-24629)
* Enterprise versions of Visual Studio are now supported
* Visual Studio 2019 is now supported
* 32-bit binaries for Visual Studio 2010 are now provided
* Emscripten: print and printErr functions are overridden to send errors to the console, if there is one
* Emscripten: UTF8ToString() is now exported since Pointer_stringify() has been deprecated
* Libsodium version detection has been fixed in the CMake recipe
* Generic hashing got a 10% speedup on AVX2.
* New target: WebAssembly/WASI (compile with dist-builds/wasm32-wasi.sh)
* New functions to map a hash to an edwards25519 point or get a random point: core_ed25519_from_hash() and core_ed25519_random()
* crypto_core_ed25519_scalar_mul() has been implemented for scalar*scalar (mod L) multiplication
* Support for the Ristretto group has been implemented for interoperability with wasm-crypto
* Improvements have been made to the test suite
* Portability improvements have been made
* 'randombytes_salsa20' has been 'renamed to randombytes_internal'
* Support for NativeClient has been removed
* Most ((nonnull)) attributes have been relaxed to allow 0-length inputs to be NULL.
* The -ftree-vectorize and -ftree-slp-vectorize compiler switches are now used, if available, for optimized builds
* For the full list of changes please consult the packaged ChangeLog
- Disable LTO to bypass build failures on Power PC architecture (bsc#1148184)
python-cffi:
- Version update from 1.11.2 to 1.15.0 (bsc#1199282, jsc#PM-3243, jsc#SLE-24629)
* Fixed MANIFEST.in to include missing file for Windows arm64 support
* Fixed Linux wheel build to use gcc default ISA for libffi
* Updated setup.py Python trove specifiers to currently-tested Python versions
* CPython 3.10 support (including wheels)
* MacOS arm64 support (including wheels)
* Initial Windows arm64 support
* Misc. doc and test updates
- Fix for using to proper void returning function not to corrupt memory in tests. (bsc#1111657)
python-Django:
- New package at version 2.0.7 (bsc#1199282, jsc#PM-3243, jsc#SLE-24629)
python-hypothesis:
- Version update from 3.40.1 to 3.76.0 (bsc#1199282, jsc#PM-3243, jsc#SLE-24629)
* This release deprecates using floats for min_size and max_size
* The type hint for average_size arguments has been changed from Optional[int] to None, because non-None values are
always ignored and deprecated.
* Fix a broken link in a docstring
* Deprecate the use of 'min_size=None', setting the mdefault min_size to 0
* Strategies are now fully constructed and validated before the timer is started
* Fix some broken formatting and links in the documentation
* Check that the value of the print_blob setting is a PrintSettings instance
* Being able to specify a boolean value was not intended, and is now deprecated. In addition, specifying True will
now cause the blob to always be printed, instead of causing it to be suppressed.
* Specifying any value that is not a PrintSettings or a boolean is now an error
* Changes the documentation for hypothesis.strategies.datetimes, hypothesis.strategies.dates,
hypothesis.strategies.times to use the new parameter names min_value and max_value instead of the deprecated names
* Ensure that Hypothesis deprecation warnings display the code that emitted them when youâre not running in -Werror
mode
* For the full list of changes please consult the changelog at
https://hypothesis.readthedocs.io/en/latest/changes.html#v3-76-0
python-packaging:
- Version update from 16.8 to 21.3 (bsc#1199282, jsc#PM-3243, jsc#SLE-24629)
* Fix testsuite on big-endian targets
* Ignore python3.6.2 since the test doesn't support it
* Replace the blank pyparsing 3 exclusion with a 3.0.5 exclusion
* Fix a spelling mistake
* Work around dependency generator issues (bsc#1186870)
* Remove dependency on attrs (bsc#1144506)
* Update documentation entry for 21.1.
* Update pin to pyparsing to exclude 3.0.0.
* PEP 656: musllinux support
* Drop support for Python 2.7, Python 3.4 and Python 3.5.
* Replace distutils usage with sysconfig
* Add support for zip files in `parse_sdist_filename`
* Use cached `_hash` attribute to short-circuit tag equality comparisons
* Specify the default value for the `specifier` argument to `SpecifierSet`
* Proper keyword-only 'warn' argument in packaging.tags
* Correctly remove prerelease suffixes from ~= check
* Fix type hints for `Version.post`` and `Version.dev`
* Use typing alias `UnparsedVersion``
* Improve type inference for `packaging.specifiers.filter()`
* Tighten the return type of `canonicalize_version()`
* For the full list of changes please consult the packaged CHANGELOG file
python-PyNaCl:
- Version update from 1.2.1 to 1.4.0 (bsc#1199282, jsc#PM-3243, jsc#SLE-24629)
* Add dependency requirement to python-six, needed by the testsuite
* Update `libsodium` to 1.0.18.
* **BACKWARDS INCOMPATIBLE:** We no longer distribute 32-bit `manylinux1`
wheels. Continuing to produce them was a maintenance burden.
* Added support for Python 3.8, and removed support for Python 3.4.
* Add low level bindings for extracting the seed and the public key
from crypto_sign_ed25519 secret key
* Add low level bindings for deterministic random generation.
* Add `wheel` and `setuptools` setup_requirements in `setup.py`
* Fix checks on very slow builders (#481, #495)
* Add low-level bindings to ed25519 arithmetic functions
* Update low-level blake2b state implementation
* Fix wrong short-input behavior of SealedBox.decrypt()
* Raise CryptPrefixError exception instead of InvalidkeyError when trying
to check a password against a verifier stored in a unknown format
* Add support for minimal builds of libsodium. Trying to call functions
not available in a minimal build will raise an UnavailableError
exception. To compile a minimal build of the bundled libsodium, set
the SODIUM_INSTALL_MINIMAL environment variable to any non-empty
string (e.g. `SODIUM_INSTALL_MINIMAL=1`) for setup.
python-semver:
- New package at version 2.13.0 (bsc#1199282, jsc#PM-3243, jsc#SLE-24629)
python-sphinx_rtd_theme:
- Version update from 0.2.4 to 0.5.1 (bsc#1199282, jsc#PM-3243, jsc#SLE-24629)
* Add github, gitlab, bitbucket page arguments option
* Add html language attribute
* Add language to the JS output variable
* Add open list spacing
* Add option to style external links
* Add pygments support
* Add setuptools entry point allowing to use sphinx_rtd_theme as Sphinx html_theme directly.
* Add Sphinx as a dependency
* Allow setting 'rel' and 'title' attributes for stylesheets
* Changed code and literals to use a native font stack
* Color accessibility improvements on the left navigation
* Compress our Javascript files
* Do not rely on readthedocs.org for CSS/JS
* Fix line height adjustments for Liberation Mono
* Fix line number spacing to align with the code lines
* Fix many sidebar glitches
* Fix many styling issues
* Fix mkdocs version selector
* Fix small styling issues
* Fix some HTML warnings and errors
* Fix table centering
* Hide Edit links on auto created pages
* Include missing font files with the theme
* Updated dependencies
* Write theme version and build date at top of JavaScript and CSS
-----------------------------------------------------------------
Advisory ID: SUSE-SU-2024:2056-1
Released: Tue Jun 18 13:06:40 2024
Summary: Security update for libaom
Type: security
Severity: important
References: 1226020,CVE-2024-5171
This update for libaom fixes the following issues:
- CVE-2024-5171: Fixed heap buffer overflow in img_alloc_helper() caused by integer overflow (bsc#1226020).
-----------------------------------------------------------------
Advisory ID: SUSE-RU-2024:2586-1
Released: Mon Jul 22 13:44:35 2024
Summary: Recommended update for lv2, serd, sord, sratom
Type: recommended
Severity: moderate
References:
This update for lv2, serd, sord, sratom fixes the following issues:
lv was updated to 1.18.4:
* Fix build issues with newer toolchains.
* Fix spelling errors.
* atom: Fix spelling errors.
* patch: Fix spelling errors.
* patch: Fix type and range of patch:value.
* patch: Make the type of patch:wildcard more precise.
* state: Fix spelling errors.
* ui: Deprecate ui:resize.
* ui: Fix spelling errors.
serd was updated to 0.30.16:
* Switch to meson
* Add html documentation do devel
0.30.16 changes:
* Add SERD_STATIC to pkg-config Cflags for static-only builds
* Adopt REUSE machine-readable licensing standard
* Allow programs to be used from subproject
* Fix spelling mistake in serdi man page
0.30.14 changes:
* Fix memory consumption when reading documents
* Switch to Meson build system
* Update README and project metadata
update to 0.30.12:
* Fix warnings and build issues with clang 13 and VS 2019
* Fix writing long literals with triple quotes
* Improve documentation style
* Support combining several BSD-style command line flags in serdi
* Write statements with invalid URI characters in lax mode
update to 0.30.10:
* Add fallback configuration if documentation theme is unavailable
* Fix SERD_DISABLE_DEPRECATED
* Fix building for older MacOS versions on newer MacOS
* Fix documentation installation directory
* Deprecate serd_uri_to_path()
* Don't install API man pages
* Fix potential memory error when serialising URIs
* Move headers to an include directory
* Refuse to write relative URI references to NTriples
* Remove the need for a generated configuration header
* Remove use of C character class functions that may use locale
* Split up and reorganize unit tests
* Use aligned allocation via C11 or Windows API where possible
sord was updated to 0.16.14:
Update to 0.16.14:
* Adopt REUSE machine-readable licensing standard
* Allow programs to be used from subproject
* Fix accidentally exposed internal zix symbols
* Fix various warnings
* Switch to meson build system
Update to 0.16.10:
* Fix Windows build
* Fix potential crash or incorrectness issue with GCC 10 again
Update to 0.16.8:
* Fix potential undefined behavior
* Fix potentially incorrect search results
* Remove the need for a generated configuration header
Update to 0.16.6:
* Fix potential crash or incorrectness issues with GCC 10
* Fix various minor warnings and other code quality issues
Update to 0.16.2:
* Update waf bundle to 2.0.9
* Fix warious compiler warnings and clang-format reports
sratom was updated to 0.6.14:
Update to 0.6.14
* Fix potential null pointer dereference
update to 0.6.6:
* Fix various minor warnings and other code quality issues
Update to 0.6.2:
* Update waf internals to work with python 3.7
-----------------------------------------------------------------
Advisory ID: SUSE-RU-2024:3472-1
Released: Fri Sep 27 14:51:53 2024
Summary: Recommended update for libsodium
Type: recommended
Severity: important
References: 1148184,1199282
This update for libsodium fixes the following issues:
libsodium:
- Version update from 1.0.16 to 1.0.18 (bsc#1199282, jsc#PM-3243, jsc#SLE-24629)
* Emscripten: print and printErr functions are overridden to send errors to the console, if there is one
* Emscripten: UTF8ToString() is now exported since Pointer_stringify() has been deprecated
* Libsodium version detection has been fixed in the CMake recipe
* Generic hashing got a 10% speedup on AVX2.
* New target: WebAssembly/WASI (compile with dist-builds/wasm32-wasi.sh)
* New functions to map a hash to an edwards25519 point or get a random point: core_ed25519_from_hash() and core_ed25519_random()
* crypto_core_ed25519_scalar_mul() has been implemented for scalar*scalar (mod L) multiplication
* Support for the Ristretto group has been implemented for interoperability with wasm-crypto
* Improvements have been made to the test suite
* Portability improvements have been made
* 'randombytes_salsa20' has been 'renamed to randombytes_internal'
* Support for NativeClient has been removed
* Most ((nonnull)) attributes have been relaxed to allow 0-length inputs to be NULL.
* The -ftree-vectorize and -ftree-slp-vectorize compiler switches are now used, if available, for optimized builds
* For the full list of changes please consult the packaged ChangeLog
- Disable LTO to bypass build failures on Power PC architecture (bsc#1148184)
-----------------------------------------------------------------
Advisory ID: SUSE-OU-2025:1080-1
Released: Mon Mar 31 19:40:43 2025
Summary: Optional update for libaom, libyuv
Type: optional
Severity: low
References: 1237519
This update for libaom, libyuv fixes the following issues
- Add libaom-devel to SLE Module Desktop Applications(bsc#1237519)
-----------------------------------------------------------------
Advisory ID: SUSE-RU-2025:1348-1
Released: Fri Apr 18 10:39:35 2025
Summary: Recommended update for libvpl
Type: recommended
Severity: moderate
References: 1240064
This update for libvpl fixes the following issue:
- release into the correct channels.
-----------------------------------------------------------------
Advisory ID: SUSE-SU-2025:2586-1
Released: Fri Aug 1 10:49:05 2025
Summary: Security update for rav1e
Type: security
Severity: moderate
References: 1243855,CVE-2024-12224
This update for rav1e fixes the following issues:
- CVE-2024-12224: Fixed improper validation of unsafe equivalence in punycode. (bsc#1243855)
-----------------------------------------------------------------
Advisory ID: SUSE-SU-2025:3077-1
Released: Thu Sep 4 12:54:48 2025
Summary: Security update for rav1e
Type: security
Severity: moderate
References: 1230028,1247207,CVE-2024-58266
This update for rav1e fixes the following issues:
- CVE-2024-58266: shlex: Fixed certain bytes allowed to appear unquoted and unescaped in command arguments (bsc#1247207)
-----------------------------------------------------------------
Advisory ID: SUSE-RU-2025:4350-1
Released: Wed Dec 10 14:52:26 2025
Summary: Recommended update for libX11
Type: recommended
Severity: important
References: 1252250
This update for libX11 fixes the following issues:
- Fix: Barcode scanner input gets jumbled when ibus is running and
an application written in certain frameworks has focus (bsc#1252250)
* imDefLkup: commit first info in XimCommitInfo
* ximcp: Unmark to fabricate key events with XKeyEvent serial
-----------------------------------------------------------------
Advisory ID: SUSE-RU-2025:4361-1
Released: Thu Dec 11 07:26:12 2025
Summary: Recommended update for python-kiwi
Type: recommended
Severity: moderate
References: 1243381,1245190,1250754
This update for python-kiwi fixes the following issues:
- Switch to Python 3.11 based python-kiwi (jsc#PED-13168)
* Requires Python 3 Module to be activated. If not already active, please activate it using SUSEConnect.
- Fixed get_partition_node_name (bsc#1245190)
- Added new eficsm type attribute (bsc#1243381)
- Dependencies rebuilt with no source changes:
* python-cssselect
* python-docopt
* python-simplejson
* python-xmltodict
* pv
-----------------------------------------------------------------
Advisory ID: SUSE-RU-2025:4362-1
Released: Thu Dec 11 11:08:27 2025
Summary: Recommended update for gcc15
Type: recommended
Severity: moderate
References: 1253043
This update for gcc15 fixes the following issues:
- Enable the use of _dl_find_object even when not available at build time. [bsc#1253043]
-----------------------------------------------------------------
Advisory ID: SUSE-SU-2025:4363-1
Released: Thu Dec 11 11:10:23 2025
Summary: Security update for postgresql17, postgresql18
Type: security
Severity: important
References: 1253332,1253333,CVE-2025-12817,CVE-2025-12818
This update for postgresql17, postgresql18 fixes the following issues:
Changes in postgresql18:
- Fix build with uring for post SLE15 code streams.
Update to 18.1:
* https://www.postgresql.org/about/news/p-3171/
* https://www.postgresql.org/docs/release/18.1/
* bsc#1253332, CVE-2025-12817: Missing check for CREATE
privileges on the schema in CREATE STATISTICS allowed table
owners to create statistics in any schema, potentially leading
to unexpected naming conflicts.
* bsc#1253333, CVE-2025-12818: Several places in libpq were not
sufficiently careful about computing the required size of a
memory allocation. Sufficiently large inputs could cause
integer overflow, resulting in an undersized buffer, which
would then lead to writing past the end of the buffer.
- pg_config --libs returns -lnuma so we need to require it.
Update to 18.0:
* https://www.postgresql.org/about/news/p-3142/
* https://www.postgresql.org/docs/18/release-18.html
Changes in postgresql17:
Update to 17.7:
* https://www.postgresql.org/about/news/p-3171/
* https://www.postgresql.org/docs/release/17.7/
* bsc#1253332, CVE-2025-12817: Missing check for CREATE
privileges on the schema in CREATE STATISTICS allowed table
owners to create statistics in any schema, potentially leading
to unexpected naming conflicts.
* bsc#1253333, CVE-2025-12818: Several places in libpq were not
sufficiently careful about computing the required size of a
memory allocation. Sufficiently large inputs could cause
integer overflow, resulting in an undersized buffer, which
would then lead to writing past the end of the buffer.
- switch library to pg 18
The following package changes have been done:
- libgcc_s1-15.2.0+git10201-150000.1.6.1 updated
- libstdc++6-15.2.0+git10201-150000.1.6.1 updated
- libSvtAv1Enc1-1.8.0-150600.1.16 added
- libX11-data-1.8.7-150600.3.6.1 updated
- libaom3-3.7.1-150600.3.5.1 added
- libatomic1-15.2.0+git10201-150000.1.6.1 updated
- libgomp1-15.2.0+git10201-150000.1.6.1 updated
- libitm1-15.2.0+git10201-150000.1.6.1 updated
- liblsan0-15.2.0+git10201-150000.1.6.1 updated
- libopenh264-8-2.6.0-150600.1.2 added
- libpgm-5_2-0-5.2.122-150400.15.6 added
- libquadmath0-15.2.0+git10201-150000.1.6.1 updated
- librav1e0_6-0.6.6-150600.3.6.1 added
- libserd-0-0-0.30.16-150600.10.3.1 added
- libsodium23-1.0.18-150000.4.8.1 added
- libubsan1-15.2.0+git10201-150000.1.6.1 updated
- libvmaf1-2.2.0-150400.1.8 added
- libvpl2-2.10.1-150600.3.2.1 added
- opencv4-cascades-data-4.12.0-150600.1.1 updated
- libX11-xcb1-1.8.7-150600.3.6.1 updated
- libsoxr0-0.1.3-150600.1.2 added
- libgfortran5-15.2.0+git10201-150000.1.6.1 updated
- libiec61883-0-1.2.0-1.27 added
- libavc1394-0-0.5.4-1.27 added
- libsord-0-0-0.16.14-150600.16.3.1 added
- python311-azure-search-nspkg-1.0.0-150400.11.5.1 added
- libX11-6-1.8.7-150600.3.6.1 updated
- libzmq5-4.2.3-3.15.4 added
- libsratom-0-0-0.6.14-150600.16.3.1 added
- liblilv-0-0-0.24.10-150600.10.2.1 added
- libva-x11-2-2.20.0-150600.1.3 added
- libavutil59-7.1.1-150600.1.2 added
- libswscale8-7.1.1-150600.1.2 added
- libswresample5-7.1.1-150600.1.2 added
- libpostproc58-7.1.1-150600.1.2 added
- libavcodec61-7.1.1-150600.1.2 added
- libsrt1_5-1.5.3-150600.1.2 added
- libopencv412-4.12.0-150600.1.1 added
- libopencv_objdetect412-4.12.0-150600.1.1 added
- libopencv_imgcodecs412-4.12.0-150600.1.1 added
- libavformat61-7.1.1-150600.1.2 added
- libopencv_face412-4.12.0-150600.1.1 added
- libopencv_aruco412-4.12.0-150600.1.1 added
- libopencv_ximgproc412-4.12.0-150600.1.1 added
- libpq5-18.1-150600.13.3.1 updated
- libavfilter10-7.1.1-150600.1.2 added
- libopencv_optflow412-4.12.0-150600.1.1 added
- python311-safetensors-0.4.3-150600.1.27 updated
- python311-rpds-py-0.7.1-150600.1.27 updated
- python311-pypdf-6.4.0-150600.1.1 updated
- python311-pypandoc-1.16.2-150600.1.1 updated
- python311-propcache-0.2.0-150600.1.12 updated
- python311-peewee-3.18.3-150600.1.1 updated
- python311-orjson-3.10.7-150600.1.31 updated
- python311-jiter-0.5.0-150600.1.26 updated
- python311-hf_xet-1.2.0-150600.1.2 updated
- python311-cssselect-1.2.0-150400.12.6.2 updated
- python311-chardet-5.2.0-150600.1.1 updated
- python311-certifi-2024.7.4-150600.1.61 updated
- python311-cchardet-2.1.19-150600.1.59 updated
- python311-bcrypt-5.0.0-150600.1.2 updated
- python311-psycopg2-2.9.9-150600.1.26 updated
- libavdevice61-7.1.1-150600.1.2 added
- libopencv_gapi412-4.12.0-150600.1.1 added
- python311-typing-inspection-0.4.2-150600.1.1 updated
- python311-pydantic-core-2.41.5-150600.1.1 updated
- python311-asgiref-3.11.0-150600.1.1 updated
- python311-deprecation-2.1.0-150600.1.1 added
- python311-yarl-1.18.3-150600.1.12 updated
- python311-googleapis-common-protos-1.72.0-150600.1.1 updated
- python311-peewee-migrate-1.14.3-150600.1.1 updated
- python311-pymdown-extensions-10.17.2-150600.1.1 updated
- ffmpeg-7-7.1.1-150600.1.2 added
- python311-playwright-1.56.0-150600.1.1 updated
- python311-pydantic-2.12.5-150600.1.1 updated
- python311-pandas-2.2.3-150600.1.81 updated
- python311-pycrdt-0.12.26-150600.1.6 updated
- python311-python-jose-3.5.0-150600.1.1 updated
- python311-ddgs-9.9.2-150600.1.1 updated
- python311-alembic-1.17.2-150600.1.1 updated
- python311-pydub-0.25.1-150600.1.25 updated
- libopencv_videoio412-4.12.0-150600.1.1 added
- python311-scikit-learn-1.5.1-150600.1.72 updated
- python311-msoffcrypto-tool-5.4.2-150600.1.1 added
- python311-fastapi-0.123.5-150600.1.1 updated
- python311-black-25.11.0-150600.1.1 updated
- python311-mcp-1.23.1-150600.1.1 updated
- libopencv_highgui412-4.12.0-150600.1.1 added
- python311-tiktoken-0.7.0-150600.1.28 updated
- python311-firecrawl-py-4.10.1-150600.1.1 updated
- python311-botocore-1.41.3-150600.1.1 updated
- python311-opencv-4.12.0-150600.1.1 updated
- python311-python-socketio-5.15.0-150600.1.1 updated
- python311-google-genai-1.53.0-150600.1.1 updated
- python311-s3transfer-0.15.0-150600.1.1 updated
- python311-azure-search-documents-11.6.0-150600.1.1 added
- python311-weaviate-client-4.18.3-150600.1.1 added
- python311-huggingface-hub-0.34.0-150600.1.1 updated
- python311-boto3-1.41.5-150600.1.1 updated
- python311-pymilvus-2.6.4-150600.1.1 updated
- python311-tokenizers-0.22.0-150600.1.2 updated
- python311-chromadb-1.3.3-150600.2.2 updated
- python311-transformers-4.57.3-150600.1.1 updated
- python311-unstructured-0.18.21-150600.1.1 updated
- python311-open-webui-0.6.41-150600.1.1 updated
- container:registry.suse.com-bci-bci-base-15.6-3d195d20c50b2c9d3676eeb18c9cd2a1f2407fab9978aad54dd2661ce6944615-0 updated
- container:registry.suse.com-bci-bci-micro-15.6-af648da49d79a2a2af3615f7bfb04b57872aea1c7549c1bbb1add7faba55babd-0 updated
- ffmpeg-4-4.4.6-150600.13.33.1 removed
- libgeos3_12_2-3.12.2-150600.1.14 removed
- libgeos_c1-3.12.2-150600.1.14 removed
- libopencv411-4.11.0-150600.1.12 removed
- libopencv_aruco411-4.11.0-150600.1.12 removed
- libopencv_face411-4.11.0-150600.1.12 removed
- libopencv_gapi411-4.11.0-150600.1.12 removed
- libopencv_highgui411-4.11.0-150600.1.12 removed
- libopencv_imgcodecs411-4.11.0-150600.1.12 removed
- libopencv_objdetect411-4.11.0-150600.1.12 removed
- libopencv_optflow411-4.11.0-150600.1.12 removed
- libopencv_videoio411-4.11.0-150600.1.12 removed
- libopencv_ximgproc411-4.11.0-150600.1.12 removed
- python311-Shapely-2.0.6-150600.1.20 removed
- python311-brotlicffi-1.0.9.2-150600.1.3 removed
- python311-h2-4.2.0-150600.1.5 removed
- python311-hpack-4.0.0-150400.8.3.9 removed
- python311-hyperframe-6.0.1-150400.8.3.9 removed
- python311-langfuse-2.44.0-150600.1.14 removed
- python311-passlib-1.7.4-150600.10.4 removed
- python311-pyclipper-1.3.0.post5-150600.1.15 removed
- python311-socksio-1.0.0-150600.1.1 removed
- python311-tencentcloud-sdk-python-3.0.1375-150600.1.2 removed
More information about the sle-container-updates
mailing list