18715 Recommended update for piglit moderate openSUSE Backports SLE-15-SP6 Update This update for piglit fixes the following issues: - Update to version 1~20241111: * ARB_clear_texture: fix GL_CLEAR_TEXTURE query check for unsupported formats * glsl-1.30: move tests requiring uint from glsl-1.20 * cl: print the failing value in r600 test * framework: call destroy directly instead of using atexit * glsl-1.20: loop unroll tests for uint induction var * framework: move atexit call closer to init * arb_bindless_texture: better test UBOs used as function parms * arb_compute_shader: add a compiler test for function inlining * cl: Don't use device_infos if num_device_infos == 0 * cl: extend cl_device_info with OpenCL 3.0 parameters * cl: cl_mem_flags has CL_MEM_KERNEL_READ_AND_WRITE since 2.0 * cl: Fix missing OpenCL 3.0 definition * ext_direct_state_access: Fix deprecated-non-prototype warning * tests/egl_ext_surface_compression: skip if Wayland display connection fails * perf: add a new test that measures shader IO throughput in GB/s * perf: remove the glsl-compile-time test * perf: remove the vertexrate test * cl: fix piglit-util-cl missing clReleaseEvent() * cl: fix piglit-util-cl memory leaks * cl: install include_test.h * tests/egl_ext_surface_compression: fix incorect executable name * fix arb_query_buffer_object-coherency to warn on invalid GS results instead of fail * tests: add tests for fixed-rate compression extensions * registry: update gl.xml * cl: Initialize device_config * cl: Correct CL_DEVICE_DOUBLE_FP_CONFIG check for OpenCL > 1.2 * cl: Add imperfect CL_DEVICE_OPENCL_C_VERSION check * cl: Compile with OpenCL 3.0 support * arb_gpu_shader5: Test bitfieldInsert with a base that is masked - Update to version 1~20240826: * enqueue-fill-buffer: fill whole buffer with zeroes * enqueue-fill-buffer: improve array formatting * s3tc: require float-texture support * piglit-util: Add a sanity check for subtests * glsl: update recently added implicit matching test * glsl: test function overload resolution * glsl: check for implicit conversion error in glsl 1.10 * Reapply "arb_bindless_texture: add another function param bindless test" * write-after-clear: Add testcases with the zero values * Python: Drop Python 3.7 support * Python: Test both 1.x and 2.x of NumPy * generators: Support NumPy 2.x * Python: Support Python 3.12 for tox * tests/replayer: Use correct Path.exists() check * Python: Lock numpy to 1.x * fbo-blending-formats: skip unsupported formats * traces: Lock pixelmatch version to pre-ES6 * arb_bindless_texture: test image/sampler constructors * Revert "arb_bindless_texture: add another function param bindless test" * arb_gpu_shader5: add linker version of function overloads test * arb_bindless_texture: add another function param bindless test * glsl: test function linking with implicit param conversions - Update to version 1~20240729: * arb_bindless_texture: add basic function param bindless tests * generated_tests: fix numpy overflow warnings that are errors in numpy 2.0 * generated_tests: print mako exceptions * arb_texture_buffer_object: don't leak src strings * gl-1.0: Add a test for glPushAttrib/glPopAttrib * ext_texture_format_bgra8888: test GL_BGRA8_EXT as well * perf: port glsl-compile-time perf-test from mesa demos * perf: port vertexrate perf-test from mesa demos * perf: port vbo perf-test from mesa demos * perf: port teximage perf-test from mesa demos - Update to version 1~20240729: * arb_bindless_texture: add basic function param bindless tests * generated_tests: fix numpy overflow warnings that are errors in numpy 2.0 * generated_tests: print mako exceptions * arb_texture_buffer_object: don't leak src strings * gl-1.0: Add a test for glPushAttrib/glPopAttrib * ext_texture_format_bgra8888: test GL_BGRA8_EXT as well * perf: port glsl-compile-time perf-test from mesa demos * perf: port vertexrate perf-test from mesa demos * perf: port vbo perf-test from mesa demos * perf: port teximage perf-test from mesa demos - Update to version 1~20240530: * glsl-bug-110796: detect missing ES 3.2 support using EGL_BAD_MATCH * glsl-bug-110796: distinguish which context creation failed * Sync .mailmap from Mesa * glsl-bug-110796: check for GL ES 3.2 support * egl-terminate-then-unbind-context: simplify * egl_khr_create_context: improve skip reporting * arb_blend_func_extended: simplify MAX_DUAL_SOURCE_DRAW_BUFFERS detection * arb_blend_func_extended: gles: follow the specification requirements * arb_texture_multisample: require geometry shaders * egl: missing EGLconfig isn't stderr material * ext_external_objects: avoid stderr when we skip the test * util: remove handwritten defines and drop FIXME * texsubimage: fix low bpp formats by expecting less than 8 bits of precision * Use GBM_LDFLAGS to get all options * fix vk_vert_buf_reuse cleanup * arb_texture_view: test for NaN in more cases * ext_direct_state_access: Fix deprecated-non-prototype warnings * arb_fragment_layer_viewport: don't test out-of-range gl_Layer values * glsl-1.30: Test uint to float conversion of sign extended value * arb_draw_buffers_blend: Fix deprecated-non-prototype warnings * arb_sample_shading: do not actually run mask_in_one if it's not supported * clear-stencil: new test to check for problems clearing stencils * read_depth_offset: new test to check depth offset calculation * replayer: create bin/ everytime * Reduce precision in depth clear precision check * Add float from half function * tests/gbm: Add gbm_device_get_fd() test * wayland: Add Wayland dmabuf driver-name test * conversion-explicit: use a different value for normalized +/- min * cmake: if we specify PIGLIT_BUILD_GL_TESTS OPENGL_FOUND is always true * README: recommend Ninja by default and switch to cmake --build * cmake: build is compatible up to 3.28 * cmake: add workaround for CMP0148 * README: ccmake is not that common, regular cmake is enough to build * README: update requirements * cmake: WGL doesn't need Waffle, pass the definition without it * cmake: remove this 12 years old workaround taking too many lines * cmake: implement switch for the EGL tests and simplify test conditions * cmake: make PIGLIT_BUILD_DMA_BUF_TESTS aligned with GBM dependency * cmake: depend on WGL_TESTS being enabled to build WGL * cmake: implement GBM and Wayland controls * cmake: fix unusually formated statement * cmake: implement X11 option (required for GLX) * cmake: move GLX and WGL option to the beggining of the file * cmake: move first batch of option() at the beggining of the file * cmake: rename default values with prefix DEFAULT_ * cmake: move defaults into the per-platform section * cmake: predefine defaults depending on the system * cmake: drop unused CMP0042 policy * cmake: respect indentation * texturing: add a test for GPU/CPU sync when creating textures * util: fix multisample_texture_fs_template * tests: add a test for GL_APPLE_sync * ci: codespell ignore list is lowercase * more spelling fixes accross the whole codebase * ci: bump distribution tag * arb_multisample: Fix bitwise-instead-of-logical warning * ext_texture_storage: Fix memory leak on error path * arb_internalformat_query2: fix internalformat selection for max_layers subtest * arb_clear_texture: only test float depth textures when supported * properly check for libgen.h * arb_copy_image-formats: avoid undefined behavior * intel/ppgtt: Use getpagesize fallback with MinGW - Update to version 1~20240309: * README: add Vulkan into the generic description * fix arb_query_buffer_object-qbo to warn on invalid GS results instead of fail - Update to version 1~20240305: * tests: Fix cl test program@execute@builtin@builtin-float-degrees-1.0.generated issue about tolerance. * replayer: add ANGLE backend * ext_texture_format_bgra8888: test glRenderbufferStorage * glsl-1.50: test the copy of an entire ifc block * amd_gpu_shader_half_float: varying error check * arb_texture_query_lod: fix LOD queries in divergent control flow * ext_external_objects: remove gl_cleanup done with atexit piglit-1~20241111-bp156.2.3.1.src.rpm piglit-1~20241111-bp156.2.3.1.x86_64.rpm piglit-debuginfo-1~20241111-bp156.2.3.1.x86_64.rpm piglit-debugsource-1~20241111-bp156.2.3.1.x86_64.rpm piglit-1~20241111-bp156.2.3.1.ppc64le.rpm piglit-debuginfo-1~20241111-bp156.2.3.1.ppc64le.rpm piglit-debugsource-1~20241111-bp156.2.3.1.ppc64le.rpm piglit-1~20241111-bp156.2.3.1.s390x.rpm piglit-debuginfo-1~20241111-bp156.2.3.1.s390x.rpm piglit-debugsource-1~20241111-bp156.2.3.1.s390x.rpm 18731 Recommended update to libindi moderate openSUSE Backports SLE-15-SP6 Update Update to 2.1.1: * Fixed missing apply() on TrackStateSP property by @atoy40 in #2130 * Update SnapCap driver to use common abort capability from DustCapInterface instead of doing it manually. by @jpaana in #2136 * Miscellaneous ScopeDome driver updates. by @jpaana in #2137 * FP2 motor status by @DeepSkyDad in #2139 * Migrate INDI Astrolink4 by @naheedsa in #2133 * Migrate Astromech focuser by @naheedsa in #2134 * Update ieaffocus.cpp by @joe13905179063 in #2141 * Fixed crash due not checking boundary values of the axis in telescope_simulator by @artyom-beilis in #2144 * Upgrade CheapoDC driver for new device firmware features by @hcomet in #2142 * Sim crash fix - looks like found root cause by @artyom-beilis in #2147 * Initial work for guider and focuser interface refactor * Fixed myFocuserPro2 Autofocus Issues in Ekos * Update Tracking code * Add workaround for OnStepX failing connection * Migrate telescope properties * Migrate Temperature Property * Update light box and dust cap interfaces to new style * drivers/dome: rigel_dome shutter parking * Joining FP1 and FP2 into single FP driver * lx200zeq driver had incorrect pulse commands * Fix Motion Control Mode * use MOTION_CONTROL_MODE _FOO enums * enable more Meade commands * Minor buffer boundary fixes * Weather watcher dynamic labels * PegasusAstro FalconV2 Driver * Add Terrans PowerBoxPro V2 Driver * Waveshare Modbus Relay Drive * Universal Roll off roof driver * ZWO AM5 Save home position in the mount * Avoid using .getName() for new INDI properties * Migrate drivers to new properties * Various fixes * Update Pegasus Focuscube * New driver for DIY dew controllaer cheapodc * Weather interface refactor * Driver for Wnaderer Box and Cover products * Initial release of Alluno TCS2 driver * Link against httplib if using system libraries * fix(actions): upgrade actions versions * Fix various typos throughout the codebase * Remove obsolete Avalon Legacy driver * TeenAstro pulse behaviour #1977 * iOptron iEAF indi driver * Allow using system provided json library * Flip-flat: Allow handshake without ioctl on virtual serial connection * Fix version reporting on older Celestron NexStar mounts * PegasusAstro SaddlePowerBox * Fix issue 1938 * Add one more check to ensure minimum count is met * Update ioptronv3driver.cpp * Handling tracking mode in the pegasus driver, and enable King mode * Fixed 9 Stars Align * On step work * Added several missing commands * Snapcap driver with network connections * Fix bug in relative positioning of Lacerta MFOC * Fix setFormat typos, add isEmpty method * Use ZSTD compression for XISF images when available * Preliminary support for Planewave * Bug fix making both focusers visible * focuser crash fixed+some properties added * OnStep work * Openastrotech work * Simplify RTL-SDR driver for bug #558 * Update ioptronv3.cpp * Fix leaks last blob on driver restart libindi-2.1.1-bp156.4.3.1.src.rpm libindi-2.1.1-bp156.4.3.1.x86_64.rpm libindi-devel-2.1.1-bp156.4.3.1.x86_64.rpm libindi-plugins-2.1.1-bp156.4.3.1.x86_64.rpm libindiAlignmentDriver2-2.1.1-bp156.4.3.1.x86_64.rpm libindiclient2-2.1.1-bp156.4.3.1.x86_64.rpm libindiclientqt2-2.1.1-bp156.4.3.1.x86_64.rpm libindidriver2-2.1.1-bp156.4.3.1.x86_64.rpm libindilx200-2-2.1.1-bp156.4.3.1.x86_64.rpm libindi-2.1.1-bp156.4.3.1.aarch64.rpm libindi-devel-2.1.1-bp156.4.3.1.aarch64.rpm libindi-plugins-2.1.1-bp156.4.3.1.aarch64.rpm libindiAlignmentDriver2-2.1.1-bp156.4.3.1.aarch64.rpm libindiclient2-2.1.1-bp156.4.3.1.aarch64.rpm libindiclientqt2-2.1.1-bp156.4.3.1.aarch64.rpm libindidriver2-2.1.1-bp156.4.3.1.aarch64.rpm libindilx200-2-2.1.1-bp156.4.3.1.aarch64.rpm libindi-2.1.1-bp156.4.3.1.ppc64le.rpm libindi-devel-2.1.1-bp156.4.3.1.ppc64le.rpm libindi-plugins-2.1.1-bp156.4.3.1.ppc64le.rpm libindiAlignmentDriver2-2.1.1-bp156.4.3.1.ppc64le.rpm libindiclient2-2.1.1-bp156.4.3.1.ppc64le.rpm libindiclientqt2-2.1.1-bp156.4.3.1.ppc64le.rpm libindidriver2-2.1.1-bp156.4.3.1.ppc64le.rpm libindilx200-2-2.1.1-bp156.4.3.1.ppc64le.rpm libindi-2.1.1-bp156.4.3.1.s390x.rpm libindi-devel-2.1.1-bp156.4.3.1.s390x.rpm libindi-plugins-2.1.1-bp156.4.3.1.s390x.rpm libindiAlignmentDriver2-2.1.1-bp156.4.3.1.s390x.rpm libindiclient2-2.1.1-bp156.4.3.1.s390x.rpm libindiclientqt2-2.1.1-bp156.4.3.1.s390x.rpm libindidriver2-2.1.1-bp156.4.3.1.s390x.rpm libindilx200-2-2.1.1-bp156.4.3.1.s390x.rpm 18768 Recommended update for ansible-sap-launchpad moderate openSUSE Backports SLE-15-SP6 Update This update for ansible-sap-launchpad fixes the following issues: Introduce ansible-sap-launchpad. ansible-sap-launchpad-1.1.1-bp156.2.1.noarch.rpm ansible-sap-launchpad-1.1.1-bp156.2.1.src.rpm 18818 Security update for restic moderate openSUSE Backports SLE-15-SP6 Update This update for restic fixes the following issues: - Fixed CVE-2025-22868: golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2 (boo#1239264) - Update to version 0.17.3 - Fix #4971: Fix unusable mount on macOS Sonoma - Fix #5003: Fix metadata errors during backup of removable disks on Windows - Fix #5101: Do not retry load/list operation if SFTP connection is broken - Fix #5107: Fix metadata error on Windows for backups using VSS - Enh #5096: Allow prune --dry-run without lock - Update to version 0.17.2 - Fix #4004: Support container-level SAS/SAT tokens for Azure backend - Fix #5047: Resolve potential error during concurrent cache cleanup - Fix #5050: Return error if tag fails to lock repository - Fix #5057: Exclude irregular files from backups - Fix #5063: Correctly backup extended metadata when using VSS on Windows - Update to version 0.17.1 - Fix #2004: Correctly handle volume names in backup command on Windows - Fix #4945: Include missing backup error text with --json - Fix #4953: Correctly handle long paths on older Windows versions - Fix #4957: Fix delayed cancellation of certain commands - Fix #4958: Don't ignore metadata-setting errors during restore - Fix #4969: Correctly restore timestamp for files with resource forks on macOS - Fix #4975: Prevent backup --stdin-from-command from panicking - Fix #4980: Skip extended attribute processing on unsupported Windows volumes - Fix #5004: Fix spurious "A Required Privilege Is Not Held by the Client" error - Fix #5005: Fix rare failures to retry locking a repository - Fix #5018: Improve HTTP/2 support for REST backend - Chg #4953: Also back up files with incomplete metadata - Enh #4795: Display progress bar for restore --verify - Enh #4934: Automatically clear removed snapshots from cache - Enh #4944: Print JSON-formatted errors during restore --json - Enh #4959: Return exit code 12 for "bad password" errors - Enh #4970: Make timeout for stuck requests customizable - Update to version 0.17.0 - Fix #3600: Handle unreadable xattrs in folders above backup source - Fix #4209: Fix slow SFTP upload performance - Fix #4503: Correct hardlink handling in stats command - Fix #4568: Prevent forget --keep-tags <invalid> from deleting all snapshots - Fix #4615: Make find not sometimes ignore directories - Fix #4656: Properly report ID of newly added keys - Fix #4703: Shutdown cleanly when receiving SIGTERM - Fix #4709: Correct --no-lock handling of ls and tag commands - Fix #4760: Fix possible error on concurrent cache cleanup - Fix #4850: Handle UTF-16 password files in key command correctly - Fix #4902: Update snapshot summary on rewrite - Chg #956: Return exit code 10 and 11 for non-existing and locked repository - Chg #4540: Require at least ARMv6 for ARM binaries - Chg #4602: Deprecate legacy index format and s3legacy repository layout - Chg #4627: Redesign backend error handling to improve reliability - Chg #4707: Disable S3 anonymous authentication by default - Chg #4744: Include full key ID in JSON output of key list - Enh #662: Optionally skip snapshot creation if nothing changed - Enh #693: Include snapshot size in snapshots output - Enh #805: Add bitrot detection to diff command - Enh #828: Improve features of the repair packs command - Enh #1786: Support repositories with empty password - Enh #2348: Add --delete option to restore command - Enh #3067: Add extended options to configure Windows Shadow Copy Service - Enh #3406: Improve dump performance for large files - Enh #3806: Optimize and make prune command resumable - Enh #4006: (alpha) Store deviceID only for hardlinks - Enh #4048: Add support for FUSE-T with mount on macOS - Enh #4251: Support reading backup from a command's standard output - Enh #4287: Support connection to rest-server using unix socket - Enh #4354: Significantly reduce prune memory usage - Enh #4437: Make check command create non-existent cache directory - Enh #4472: Support AWS Assume Role for S3 backend - Enh #4547: Add --json option to version command - Enh #4549: Add --ncdu option to ls command - Enh #4573: Support rewriting host and time metadata in snapshots - Enh #4583: Ignore s3.storage-class archive tiers for metadata - Enh #4590: Speed up mount command's error detection - Enh #4601: Add support for feature flags - Enh #4611: Back up more file metadata on Windows - Enh #4664: Make ls use message_type field in JSON output - Enh #4676: Make key command's actions separate sub-commands - Enh #4678: Add --target option to the dump command - Enh #4708: Back up and restore SecurityDescriptors on Windows - Enh #4733: Allow specifying --host via environment variable - Enh #4737: Include snapshot ID in reason field of forget JSON output - Enh #4764: Support forgetting all snapshots - Enh #4768: Allow specifying custom User-Agent for outgoing requests - Enh #4781: Add restore options to read include/exclude patterns from files - Enh #4807: Support Extended Attributes on Windows NTFS - Enh #4817: Make overwrite behavior of restore customizable - Enh #4839: Add dry-run support to restore command for all the details see https://github.com/restic/restic/releases/tag/v0.17.0 or /usr/share/doc/packages/restic/CHANGELOG.md - Update to version 0.16.5 - Enh #4799: Add option to force use of Azure CLI credential - Enh #4873: Update dependencies - Update to version 0.16.4 This release works around and improves detection of a bug in the compression library used by restic. The resulting issue only happens when using restic 0.16.3 and the max compression level (the default auto and off compression levels are not affected), and when the source files being backed up have specific data in them to trigger the bug. If you use max compression, you can use restic check --read-data to make sure you're not affected. - Update to version 0.16.3 - Fix #4560: Improve errors for irregular files on Windows - Fix #4574: Support backup of deduplicated files on Windows again - Fix #4612: Improve error handling for rclone backend - Fix #4624: Correct restore progress information if an error occurs - Fix #4626: Improve reliability of restoring large files - Update to version 0.16.2 - Fix #4540: Restore ARMv5 support for ARM binaries - Fix #4545: Repair documentation build on Read the Docs - Update to version 0.16.1 A very long list of improvements for all the details see https://github.com/restic/restic/releases/tag/v0.16.1 It contains an important bug fix which prevents data corruption when compression is set to max. restic-0.17.3-bp156.2.3.1.src.rpm restic-0.17.3-bp156.2.3.1.x86_64.rpm restic-bash-completion-0.17.3-bp156.2.3.1.noarch.rpm restic-zsh-completion-0.17.3-bp156.2.3.1.noarch.rpm restic-0.17.3-bp156.2.3.1.i586.rpm restic-0.17.3-bp156.2.3.1.aarch64.rpm restic-0.17.3-bp156.2.3.1.ppc64le.rpm restic-0.17.3-bp156.2.3.1.s390x.rpm 18819 Recommended update for tryton, trytond, trytond_party, trytond_purchase, trytond_stock moderate openSUSE Backports SLE-15-SP6 Update This update for tryton, trytond, trytond_party, trytond_purchase, trytond_stock fixes the following issues: Changes in tryton: - Version 6.0.50 - Bugfix Release Changes in trytond: - Version 6.0.60 - Bugfix Release - Version 6.0.58 - Bugfix Release Changes in trytond_party: - Version 6.0.8 - Bugfix Release Changes in trytond_purchase: - Version 6.0.20 - Bugfix Release Changes in trytond_stock: - Version 6.0.32 - Bugfix Release tryton-6.0.50-bp156.2.18.1.noarch.rpm tryton-6.0.50-bp156.2.18.1.src.rpm trytond-6.0.60-bp156.2.18.1.noarch.rpm trytond-6.0.60-bp156.2.18.1.src.rpm trytond_party-6.0.8-bp156.2.6.1.noarch.rpm trytond_party-6.0.8-bp156.2.6.1.src.rpm trytond_purchase-6.0.20-bp156.2.12.1.noarch.rpm trytond_purchase-6.0.20-bp156.2.12.1.src.rpm trytond_stock-6.0.32-bp156.2.12.1.noarch.rpm trytond_stock-6.0.32-bp156.2.12.1.src.rpm 18820 Recommended update for spotify-easyrpm moderate openSUSE Backports SLE-15-SP6 Update This update for spotify-easyrpm fixes the following issues: Update to version 3.0.6 - Rebase spotify-client deps on the debian package - Improve version comparison logic - Fix--set-channel would accept an empty value spotify-easyrpm-3.0.6-bp156.2.3.1.noarch.rpm spotify-easyrpm-3.0.6-bp156.2.3.1.src.rpm