summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* uriparser: upgrade 0.9.8 -> 1.0.0Gyorgy Sarvari2025-12-221-2/+2
| | | | | | | | | | | | Contains fix for CVE-2025-67899 License-Update: license was moved to subfolder. There is no hash change. Changelog: https://github.com/uriparser/uriparser/blob/uriparser-1.0.0/ChangeLog Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: remove extra CVE_PRODUCTGyorgy Sarvari2025-12-221-2/+0
| | | | | | | | | | CVE_PRODUCT is specified twice - the second instance only duplicates one value from the first instance. Remove this extra CVE_PRODUCT. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dovecot: upgrade 2.4.1-4 -> 2.4.2Gyorgy Sarvari2025-12-223-30/+28
| | | | | | | | | Contains fix for CVE-2025-30189 Changelog: https://github.com/dovecot/core/releases/tag/2.4.2 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-metadata: Upgrade to 3.1.1Khem Raj2025-12-221-2/+6
| | | | | | | | | | pytest-metadata version 2.0.2 has a bug where it tries to access py.__version__, but the py library version 1.11.0 removed the __version__ attribute. This is a known incompatibility. Switch to hatching build backend Signed-off-by: Khem Raj <raj.khem@gmail.com>
* e2tools: join lines in generated file to fix buildpaths errorsYoann Congal2025-12-221-0/+14
| | | | | | | | | | | | | | | | The generated file "config.status" contains WORKDIR paths in strings literal split across multiple lines, like: S["foo"]="/path/to/work"\ "dir/" These line splits prevent the usual sed from working properly. Make a first pass on the file to undo any line split. Fixes this error (that may happen depending on TOPDIR path length): ERROR: e2tools-0.1.2-r0 do_package_qa: QA Issue: File /usr/lib/e2tools/ptest/build/config.status in package e2tools-ptest contains reference to TMPDIR [buildpaths] Seen on AB: https://autobuilder.yoctoproject.org/valkyrie/#/builders/87/builds/79/steps/13/logs/stdio Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* switchtec-user: Correct SRCREVMingli Yu2025-12-221-1/+1
| | | | | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gegl: upgrade 0.4.64 -> 0.4.66Liu Yiding2025-12-212-2/+57
| | | | | | | | | | | | | | | | | Add 0001-gegl-Add-gegl-arm.def-file.patch to fix compile fails on qemuarm. Problem found in gegl/gegl.def the following symbols are in the library, but are not listed in the .def-file: + gegl_downscale_2x2_arm_neon + gegl_downscale_2x2_get_fun_arm_neon + gegl_downscale_2x2_nearest_arm_neon + gegl_resample_bilinear_arm_neon + gegl_resample_boxfilter_arm_neon + gegl_resample_nearest_arm_neon Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: upgrade 4.2.0 -> 4.2.1Wang Mingyu2025-12-211-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vulkan-cts: upgrade 1.4.4.2 -> 1.4.5.0Dmitry Baryshkov2025-12-214-145/+9
| | | | | | | | | Upgrade Vulkan CTS, adding support for new extensions and fixing some older bugs, e.g. compatibility with ARMv7 (thus dropping the patches, applied upstream) or with Vulkan 1.0. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-html: Add missing ptest rdep on pytest htmlKhem Raj2025-12-211-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keybinder: Fix the branch in SRC_URIKhem Raj2025-12-211-1/+1
| | | | | | | Tag does not exist on keybinder-3.0 branch but on 'master' branch Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Gyorgy Sarvari <skandigraun@gmail.com>
* Add missing HOMEPAGEs to xfce recipesJason Schonberg2025-12-2110-0/+10
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: upgrade 8.5.0 -> 8.5.1Jason Schonberg2025-12-211-1/+1
| | | | | | | | | This is a security release. Changelog: https://www.php.net/ChangeLog-8.php#8.5.1 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-cxx: upgrade 2.5.2 -> 2.6.0Frede Hoey Braendstrup2025-12-211-2/+2
| | | | | Signed-off-by: Frede Hoey Braendstrup <frederikbraendstrup@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* srt: upgrade 1.4.4 -> 1.5.4Gyorgy Sarvari2025-12-213-8/+20
| | | | | | | | | | | | Release notes: 1.5.4: https://github.com/Haivision/srt/releases/tag/v1.5.4 1.5.3: https://github.com/Haivision/srt/releases/tag/v1.5.3 1.5.2: https://github.com/Haivision/srt/releases/tag/v1.5.2 1.5.1: https://github.com/Haivision/srt/releases/tag/v1.5.1 1.5.0: https://github.com/Haivision/srt/releases/tag/v1.5.0 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keybinder: upgrade to latest revisionGyorgy Sarvari2025-12-211-2/+2
| | | | | | | | | | | | | | | | | | | | | The application does use tags and version, but their versioning patterns are all over the place. I kept the eisting PV declaration due to this (and because this seems to be the very last upsteam change - the repository looks abandoned). Changelog: * Fix ``keybinder_bind`` and others to not crash on non-X11 displays. It simply returns FALSE, failing to bind the key. * Add new API: gboolean keybinder_supported() Return TRUE if on key bindings are implemented for this configuration. (Right now: only TRUE if gtk says there's an X11 display) * Fix deprecated directives in build system Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* valkey: upgrade 9.0.0 -> 9.0.1Wang Mingyu2025-12-212-43/+10
| | | | | | | | | | | | | | | | | | | | | 0001-src-config.h-Enable-HAVE_ARM_NEON-on-AArch64.patch removed since it's included in 9.0.1 Changelog: =========== - Authenticate slot migration client on source node to internal user - Bug fix: reset io_last_written on c->buf resize to prevent stale pointers - Sentinel: fix regression requiring "+failover" ACL in failover path - Cluster: Avoid usage of light weight messages to nodes with not ready bidirectional links - Send duplicate multi meet packet only for node which supports it in mixed clusters - Fix: LTRIM should not call signalModifiedKey when no elements are removed - Fix build on some 32-bit ARM by only using NEON on AArch64 - Fix deadlock in IO-thread shutdown during panic - Fix COMMANDLOG large-reply when using reply copy avoidance - Fix CLUSTER SLOTS crash when called from module timer callback Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* switchtec-user: upgrade 4.2 -> 4.3Wang Mingyu2025-12-211-2/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* strongswan: upgrade 6.0.3 -> 6.0.4Wang Mingyu2025-12-211-1/+1
| | | | | | | | | | | | | Changelog: ========== - Fixed a vulnerability in the NetworkManager plugin charon-nm that potentially allows using credentials of other local users. - Concurrent requests to fetch the same CRL URI by multiple threads are now combined. - Increased the max. supported length for section names in swanctl.conf to 256. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tzdata: upgrade 2025.2 -> 2025.3Wang Mingyu2025-12-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tornado: upgrade 6.5.2 -> 6.5.3Wang Mingyu2025-12-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 2.0.44 -> 2.0.45Wang Mingyu2025-12-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nanobind: upgrade 2.9.2 -> 2.10.2Wang Mingyu2025-12-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-matplotlib: upgrade 3.10.7 -> 3.10.8Wang Mingyu2025-12-211-1/+1
| | | | | | | | | | Changelog: =========== - Properly allow freethreaded mode in the MacOS backend - Better error handling for MacOS backend Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fastapi: upgrade 0.124.0 -> 0.124.4Wang Mingyu2025-12-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.12.0 -> 7.13.0Wang Mingyu2025-12-211-1/+1
| | | | | | | | | | | | | | Changelog: ============ - Feature: coverage.py now supports .coveragerc.toml - Fix: we now include a permanent .pth file which is installed with the code - Deprecated: when coverage.py is installed, it creates three command entry points: coverage, coverage3, and coverage-3.10 (if installed for Python 3.10). The second and third of these are not needed and will eventually be removed. They still work for now, but print a message about their deprecation. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachetools: upgrade 6.2.2 -> 6.2.3Wang Mingyu2025-12-211-1/+1
| | | | | | | | | | | | Changelog: ========== - Improve documentation regarding @cachedmethod with condition parameter. - Minor style and readability improvements. - Modernize build environment. - Update CI environment. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-black: upgrade 25.11.0 -> 25.12.0Wang Mingyu2025-12-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiodns: upgrade 3.6.0 -> 3.6.1Wang Mingyu2025-12-211-1/+1
| | | | | | | | Changelog: Pin pycares to < 5 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* osinfo-db: upgrade 20250606 -> 20251212Wang Mingyu2025-12-211-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* microsoft-gsl: upgrade 4.2.0 -> 4.2.1Wang Mingyu2025-12-211-4/+4
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* makeself: upgrade 2.6.0 -> 2.7.1Wang Mingyu2025-12-211-1/+1
| | | | | | | | | | | | | | | | | Changelog: ============ - Base64 encoding now runs after compression, consistent with other post-compression encryption/encoding options. - Documentation updated to reflect that compression can be combined with encryption/encoding. - Compression now precedes encryption so both can be enabled together. - Signing passphrases are masked in stored metadata. - Added coverage for combined encryption + compression flows. - Access archive name from script - pre-extraction script execution in combination with --notemp -Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmime-types-perl: upgrade 2.29 -> 2.30Wang Mingyu2025-12-211-1/+1
| | | | | | | | | | | | | | Changelog: ============ Fixes: - no undef when simplifying illegal type Improvements: - add bugtracker to meta - better OO use of attributes. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp3: upgrade 3.19.0 -> 3.19.1Wang Mingyu2025-12-211-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: =========== - [core,transport] improve SSL error logging - [utils,helpers] fix freerdp_settings_get_legacy_config_path - From stdin and sdl-creds improve - [crypto,certificate] sanitize hostnames - [channels,drdynvc] propagate error in dynamic channel - [CMake] make Mbed-TLS and LibreSSL experimental - Json fix - rdpecam: send sample only if it's available - [channels,rdpecam] allow MJPEG frame skip and direct passthrough - [winpr,utils] explicit NULL checks in jansson WINPR_JSON_ParseWithLength - [packaging,flatpak] remove xprop Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* babl: upgrade 0.1.116 -> 0.1.118Wang Mingyu2025-12-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thingsboard-gateway: upgrade 3.7.4 -> 3.8.0Martin Schwan2025-12-211-3/+3
| | | | | | | | | With thingsboard-gateway 3.8.0, the source URI must be set to the project Git repository, as source releases are no longer provided via PyPi for this project. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tk: upgrade 9.0.2 -> 9.0.3Yi Zhao2025-12-211-1/+1
| | | | | | | | ChangeLog: https://wiki.tcl-lang.org/page/Changes+in+Tcl%2FTk+9.0.3 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zsync-curl: update to latest revisionGyorgy Sarvari2025-12-213-169/+2
| | | | | | | | | | Drop the incorporated patches. Shortlog: https://github.com/probonopd/zsync-curl/compare/00141c2806ccc4ddf2ff6263ee1612d19c0b713f...e0a7bbbcc137cf99d3cf05060496d57b72ce6a81 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-txaio: upgrade 25.12.1 -> 25.12.2Liu Yiding2025-12-212-12/+12
| | | | | | | LICENSE CHKSUM has been changed as title was added in new LICENSE file. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* double-conversion: upgrade 3.3.1 -> 3.4.0Liu Yiding2025-12-202-43/+2
| | | | | | | Drop 0001-allow-build-with-cmake-4.patch as it was merged upstream. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libopusenc: upgrade 0.2.1 -> 0.3Liu Yiding2025-12-201-2/+2
| | | | | Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgsf: upgrade 1.14.53 -> 1.14.54Liu Yiding2025-12-202-7/+10
| | | | | | | Update 0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch for 1.14.54. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyro5: add recipeGyorgy Sarvari2025-12-203-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pyro enables you to build applications in which objects can talk to each other over the network, with minimal programming effort. Successor to the python3-pyro4 package - but this supports modern Python, and still maintained (under the same umbrella that developed pyro4 also). Ptest takes around a minute to execute. Sample output: root@qemux86-64:~# ptest-runner START: ptest-runner 2025-12-16T17:48 BEGIN: /usr/lib/python3-pyro5/ptest PASS: tests/test_api.py:test_api PASS: tests/test_client.py:TestProxy.testBasics PASS: tests/test_client.py:TestProxy.testProxyCopy [...many lines...] PASS: tests/test_threadpool.py:TestThreadPool.testClose PASS: tests/test_threadpool.py:TestThreadPool.testScaling PASS: tests/test_threadpool.py:TestThreadPoolServer.testServerPoolFull ============================================================================ Testsuite summary # TOTAL: 415 # PASS: 410 # SKIP: 5 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 DURATION: 60 END: /usr/lib/python3-pyro5/ptest 2025-12-16T17:49 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyro4: drop recipeGyorgy Sarvari2025-12-202-17/+0
| | | | | | | | | | | | | | pyro4 is not maintained anymore, and it doesn't work with Python 3.11 fully either - and sure enough, when I tried to set up ptests with Python 3.13, I got many failures. Drop the recipe. (There is an actively maintained successor, Pyro5 - new recipe should be somewhere next to this patch.) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyconnman: add ptest supportGyorgy Sarvari2025-12-203-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | It takes about a second to execute. Sample output: root@qemux86-64:~# ptest-runner START: ptest-runner 2025-12-16T16:32 BEGIN: /usr/lib/python3-pyconnman/ptest PASS: test_agent.AgentTest.test_simple_wifi_agent PASS: test_manager.ConnManagerTest.test_agent_registration dbus.Dictionary({dbus.String('State'): dbus.String('online... [SNIP... debug log... SNIP] dbus.Dictionary({dbus.String('Connected'): dbus.Boolean(... ========================================================= PASS: test_technology.ConnTechnologyTest.test_scan ============================================================================ Testsuite summary DURATION: 0 END: /usr/lib/python3-pyconnman/ptest 2025-12-16T16:32 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-priority: add ptest supportGyorgy Sarvari2025-12-202-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It takes under 5s to execute. Sample output: qemux86-64 login: root root@qemux86-64:~# ptest-runner START: ptest-runner 2025-12-16T16:00 BEGIN: /usr/lib/python3-priority/ptest PASS: test/test_priority.py:TestStream.test_stream_repr PASS: test/test_priority.py:TestStream.test_streams_are_well_ordered PASS: test/test_priority.py:TestStream.test_stream_ordering [...many lines...] PASS: test/test_priority.py:TestPriorityTreeManual.test_maximum_streams_with_bad_int_is_error[-50] PASS: test/test_priority.py:TestPriorityTreeOutput.test_period_of_repetition PASS: test/test_priority.py:TestPriorityTreeOutput.test_priority_tree_distribution PASS: ../../python3.13/site-packages/hypothesis/stateful.py:TestPriorityTreeStateful.runTest ============================================================================ Testsuite summary DURATION: 4 END: /usr/lib/python3-priority/ptest 2025-12-16T16:00 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hyperframe: add ptest supportGyorgy Sarvari2025-12-202-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | It takes about a second to execute. Sample output: root@qemux86-64:~# ptest-runner START: ptest-runner 2025-12-16T15:55 BEGIN: /usr/lib/python3-hyperframe/ptest SKIP: tests/test_external_collection.py:TestExternalCollection.test[NOTSET] # SKIP got empty parameter set for (tc_filepath) PASS: tests/test_flags.py:TestFlags.test_add PASS: tests/test_flags.py:TestFlags.test_remove [...many lines...] PASS: tests/test_frames.py:TestAltSvcFrame.test_altsvc_with_unicode_origin_fails PASS: tests/test_frames.py:TestAltSvcFrame.test_altsvc_with_unicode_field_fails PASS: tests/test_frames.py:TestExtensionFrame.test_repr ============================================================================ Testsuite summary DURATION: 0 END: /usr/lib/python3-hyperframe/ptest 2025-12-16T15:55 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hpack: add ptest supportGyorgy Sarvari2025-12-202-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests need about 3s to execute. Sample output: root@qemux86-64:~# ptest-runner START: ptest-runner 2025-12-16T15:48 BEGIN: /usr/lib/python3-hpack/ptest PASS: tests/test_encode_decode.py:TestIntegerEncoding.test_encoding_10_with_5_bit_prefix PASS: tests/test_encode_decode.py:TestIntegerEncoding.test_encoding_1337_with_5_bit_prefix PASS: tests/test_encode_decode.py:TestIntegerEncoding.test_encoding_42_with_8_bit_prefix [...many lines...] PASS: tests/test_table.py:TestHeaderTable.test_size PASS: tests/test_table.py:TestHeaderTable.test_shrink_maxsize_is_zero PASS: tests/test_table.py:TestHeaderTable.test_shrink_maxsize ============================================================================ Testsuite summary DURATION: 3 END: /usr/lib/python3-hpack/ptest 2025-12-16T15:48 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-h2: add ptest supportGyorgy Sarvari2025-12-202-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It takes around 10s to execute the suite. Sample output: root@qemux86-64:~# ptest-runner START: ptest-runner 2025-12-16T15:36 BEGIN: /usr/lib/python3-h2/ptest PASS: tests/test_basic_logic.py:TestBasicClient.test_begin_connection PASS: tests/test_basic_logic.py:TestBasicClient.test_sending_headers PASS: tests/test_basic_logic.py:TestBasicClient.test_sending_data [...many lines...] PASS: tests/test_utility_functions.py:test_size_limit_dict_limit PASS: tests/test_utility_functions.py:test_size_limit_dict_limit_init PASS: tests/test_utility_functions.py:test_size_limit_dict_no_limit ============================================================================ Testsuite summary DURATION: 10 END: /usr/lib/python3-h2/ptest 2025-12-16T15:36 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 4.2.26 -> 4.2.27Gyorgy Sarvari2025-12-201-1/+1
| | | | | | | | | Contains fix for CVE-2025-13372 and CVE-2025-64460 Changelog: https://github.com/django/django/blob/4.2.27/docs/releases/4.2.27.txt Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>