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
18823
Security update for gitea-tea
moderate
openSUSE Backports SLE-15-SP6 Update
This update for gitea-tea fixes the following issues:
- gitea-te: update newer dependencies to fix security issues (boo#1235367 boo#1239493 boo#1234598)
gitea-tea-0.9.2-bp156.5.1.src.rpm
gitea-tea-0.9.2-bp156.5.1.x86_64.rpm
gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch.rpm
gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch.rpm
gitea-tea-0.9.2-bp156.5.1.i586.rpm
gitea-tea-0.9.2-bp156.5.1.aarch64.rpm
gitea-tea-0.9.2-bp156.5.1.ppc64le.rpm
gitea-tea-0.9.2-bp156.5.1.s390x.rpm
18824
Security update for dcmtk
moderate
openSUSE Backports SLE-15-SP6 Update
This update for dcmtk fixes the following issues:
- CVE-2025-2357: Fixed segmentation fault in the JPEG-LS decoder (boo#1239679).
dcmtk-3.6.9-bp156.4.9.1.src.rpm
dcmtk-3.6.9-bp156.4.9.1.x86_64.rpm
dcmtk-devel-3.6.9-bp156.4.9.1.x86_64.rpm
libdcmtk19-3.6.9-bp156.4.9.1.x86_64.rpm
dcmtk-3.6.9-bp156.4.9.1.i586.rpm
dcmtk-devel-3.6.9-bp156.4.9.1.i586.rpm
libdcmtk19-3.6.9-bp156.4.9.1.i586.rpm
dcmtk-3.6.9-bp156.4.9.1.aarch64.rpm
dcmtk-devel-3.6.9-bp156.4.9.1.aarch64.rpm
libdcmtk19-3.6.9-bp156.4.9.1.aarch64.rpm
dcmtk-3.6.9-bp156.4.9.1.ppc64le.rpm
dcmtk-devel-3.6.9-bp156.4.9.1.ppc64le.rpm
libdcmtk19-3.6.9-bp156.4.9.1.ppc64le.rpm
dcmtk-3.6.9-bp156.4.9.1.s390x.rpm
dcmtk-devel-3.6.9-bp156.4.9.1.s390x.rpm
libdcmtk19-3.6.9-bp156.4.9.1.s390x.rpm
18826
Recommended update for human-theme-gtk, python-radexreader
moderate
openSUSE Backports SLE-15-SP6 Update
This update for human-theme-gtk, python-radexreader fixes the following issues:
Changes in python-radexreader:
- New upstream release (1.2.5)
* packages scripts update
* compatible with Python 3.14 without any changes
Changes in human-theme-gtk:
- New upstream release (2.2.1)
* packages scripts update
* (gtk 3 and 4) update style for Thunar (same as Caja)
human-theme-gtk-2.2.1-bp156.2.3.1.noarch.rpm
human-theme-gtk-2.2.1-bp156.2.3.1.src.rpm
python-radexreader-1.2.5-bp156.2.3.1.src.rpm
python3-radexreader-1.2.5-bp156.2.3.1.noarch.rpm
18827
Recommended update for awf-gtk2, awf-gtk3, awf-gtk4
moderate
openSUSE Backports SLE-15-SP6 Update
This update for awf-gtk2, awf-gtk3, awf-gtk4 fixes the following issues:
Changes in awf-gtk4:
- New upstream release (2.8.1)
* packages scripts update
* fix building error with GLIB 2.83 and/or with GCC 15
* replace some deprecated functions
* auto resize window to minimal size 1s after application start
Changes in awf-gtk3:
- New upstream release (2.8.1)
* packages scripts update
* fix building error with GLIB 2.83 and/or with GCC 15
Changes in awf-gtk2:
- New upstream release (2.8.1)
* packages scripts update
* fix building error with GLIB 2.83 and/or with GCC 15
awf-gtk2-2.8.1-bp156.2.3.1.src.rpm
awf-gtk2-2.8.1-bp156.2.3.1.x86_64.rpm
awf-gtk2-debuginfo-2.8.1-bp156.2.3.1.x86_64.rpm
awf-gtk2-debugsource-2.8.1-bp156.2.3.1.x86_64.rpm
awf-gtk3-2.8.1-bp156.2.3.1.src.rpm
awf-gtk3-2.8.1-bp156.2.3.1.x86_64.rpm
awf-gtk3-debuginfo-2.8.1-bp156.2.3.1.x86_64.rpm
awf-gtk3-debugsource-2.8.1-bp156.2.3.1.x86_64.rpm
awf-gtk4-2.8.1-bp156.2.3.1.src.rpm
awf-gtk4-2.8.1-bp156.2.3.1.x86_64.rpm
awf-gtk2-2.8.1-bp156.2.3.1.aarch64.rpm
awf-gtk2-debuginfo-2.8.1-bp156.2.3.1.aarch64.rpm
awf-gtk2-debugsource-2.8.1-bp156.2.3.1.aarch64.rpm
awf-gtk3-2.8.1-bp156.2.3.1.aarch64.rpm
awf-gtk3-debuginfo-2.8.1-bp156.2.3.1.aarch64.rpm
awf-gtk3-debugsource-2.8.1-bp156.2.3.1.aarch64.rpm
awf-gtk4-2.8.1-bp156.2.3.1.aarch64.rpm
awf-gtk2-2.8.1-bp156.2.3.1.ppc64le.rpm
awf-gtk2-debuginfo-2.8.1-bp156.2.3.1.ppc64le.rpm
awf-gtk2-debugsource-2.8.1-bp156.2.3.1.ppc64le.rpm
awf-gtk3-2.8.1-bp156.2.3.1.ppc64le.rpm
awf-gtk3-debuginfo-2.8.1-bp156.2.3.1.ppc64le.rpm
awf-gtk3-debugsource-2.8.1-bp156.2.3.1.ppc64le.rpm
awf-gtk4-2.8.1-bp156.2.3.1.ppc64le.rpm
awf-gtk2-2.8.1-bp156.2.3.1.s390x.rpm
awf-gtk2-debuginfo-2.8.1-bp156.2.3.1.s390x.rpm
awf-gtk2-debugsource-2.8.1-bp156.2.3.1.s390x.rpm
awf-gtk3-2.8.1-bp156.2.3.1.s390x.rpm
awf-gtk3-debuginfo-2.8.1-bp156.2.3.1.s390x.rpm
awf-gtk3-debugsource-2.8.1-bp156.2.3.1.s390x.rpm
awf-gtk4-2.8.1-bp156.2.3.1.s390x.rpm