1
0

Compare commits

..

1 Commits

Author SHA256 Message Date
4a3eb4b09d Add OpenSMTPD 2026-02-11 14:41:40 +01:00
5 changed files with 17 additions and 27 deletions

4
.gitmodules vendored
View File

@@ -258,6 +258,10 @@
path = OpenShadingLanguage
url = ../../pool/OpenShadingLanguage
branch = leap-16.0
[submodule "OpenSMTPD"]
path = OpenSMTPD
url = ../../pool/OpenSMTPD
branch = leap-16.0
[submodule "OpenSubdiv"]
path = OpenSubdiv
url = ../../pool/opensubdiv

1
OpenSMTPD Submodule

Submodule OpenSMTPD added at cc881e3c77

View File

@@ -1,26 +0,0 @@
<patchinfo>
<issue tracker="cve" id="2026-1998"/>
<issue tracker="bnc" id="1257803">VUL-0: CVE-2026-1998: micropython: segmentation fault in `mp_map_lookup` via `mp_import_all`</issue>
<packager>dheidler</packager>
<rating>low</rating>
<category>security</category>
<summary>Security update for micropython</summary>
<description>This update for micropython fixes the following issues:
Changes in micropython:
- CVE-2026-1998: Fixed segmentation fault in `mp_map_lookup` via `mp_import_all` (bsc#1257803).
- Version 1.26.1
* esp32: update esp_tinyusb component to v1.7.6
* tools: add an environment variable MICROPY_MAINTAINER_BUILD
* esp32: add IDF Component Lockfiles to git repo
* shared/tinyusb: fix hang from new tx_overwritabe_if_not_connected flag
* shared/tinyusb/mp_usbd_cdc: rewrite USB CDC TX loop
* tools/mpremote: don't apply Espressif DTR/RTS quirk to TinyUSB CDC dev
- Fix building on single core systems
* Skip tests/thread/stress_schedule.py when single core system detected
</description>
<package>micropython</package>
</patchinfo>

View File

@@ -0,0 +1,11 @@
<patchinfo>
<packager>eroca</packager>
<rating>moderate</rating>
<category>recommended</category>
<summary>Recommended update for OpenSMTPD</summary>
<description>This update for OpenSMTPD fixes the following issues:
Introduce OpenSMTPD.
</description>
<package>OpenSMTPD</package>
</patchinfo>