openSUSE Recommended Update: Recommended update for libreoffice
______________________________________________________________________________
Announcement ID: openSUSE-RU-2021:0486-1
Rating: moderate
References: #1041090 #1049382 #1116658 #1136234 #1155141
#1173404 #1173409 #1173410 #1173471 #1174465
#1176547 #1177955 #1178807 #1178943 #1178944
#1179025 #1179203 #1181122 #1181644 #1181872
#1182790 ECO-3150 ECO-3375 SLE-17417
Affected Products:
openSUSE Backports SLE-15-SP2
______________________________________________________________________________
An update that has 21 recommended fixes and contains three
features can now be installed.
Description:
This update for libreoffice provides the upgrade from version 6.4.5.2 to
7.1.1.2 (jsc#ECO-3150, bsc#1182790)
libreoffice:
- Image shown with different aspect ratio (bsc#1176547)
- Text changes are reproducibly lost on PPTX with SmartArt (bsc#1181644)
- Adjust to new Box2D and enable KDE on SUSE Linux Enterprise 15-SP3 or
newer (jsc#ECO-3375)
- Wrong bullet points in Impress (bsc#1174465)
- SmartArt: text wrongly aligned, background boxes not quite right
(bsc#1177955)
- Update the SUSE color palette to reflect the new SUSE branding.
(bsc#1181122, bsc#1173471)
- SUSE Mint
- SUSE Midnight Blue
- SUSE Waterhole Blue
- SUSE Persimmon
- Fix a crash opening a PPTX. (bsc#1179025)
- Fix text box from PowerPoint renders vertically instead of horizontally
(bsc#1178807)
- Shadow effects for table completely missing (bsc#1178944, bsc#1178943)
- Disable firebird integration for the time being (bsc#1179203)
- Fixes hang on Writer on scrolling/saving of a document (bsc#1136234)
- Wrong rendering of bulleted lists in PPTX document (bsc#1155141)
- Sidebar: paragraph widget: numeric fields become inactive/unaccessible
after saving (bsc#1173404)
- Crash of Writer opening any document having "invalid" python file in
home directory (bsc#1116658)
libixion:
Update to 0.16.1:
- fixed a build issue on 32-bit linux platforms, caused by slicing of
integer string ID values.
- worked around floating point rounding errors which prevented two
theoretically-equal numeric values from being evaluated as equal in test
code.
- added new function to allow printing of single formula tokens.
- added method for setting cached results on formula cells in
model_context.
- changed the model_context design to ensure that all sheets are of the
same size.
- added an accessor method to formula_model_access interface (and
implicitly in model_context) that directly returns a string value from
cell.
- added cell_access class for querying of cell states without knowing its
type ahead of time.
- added document class which provides a layer on top of model_context, to
abstract away the handling of formula calculations.
- deprecated model_context::erase_cell() in favor of empty_cell().
- added support for 3D references - references that contain multiple
sheets.
- added support for the exponent (^) and concatenation (&) operators.
- fixed incorrect handling of range references containing whole columns
such as A:A.
- added support for unordered range references - range references whose
start row or column is greater than their end position counterparts,
such as A3:A1.
- fixed a bug that prevented nested formula functions from working
properly.
- implemented Calc A1 style reference resolver.
- formula results now directly store the string values when the results
are of string type. They previously stored string ID values after
interning the original strings.
- Removed build-time dependency on spdlog.
libmwaw:
Update to 0.3.17:
- add a parser for Jazz(Lotus) writer and spreasheet files. The writer
parser can only be called if the file still contains its resource fork
- add a parser for Canvas 3 and 3.5 files
- AppleWorks parser: try to retrieve more Windows presentation
- add a parser for Drawing Table files
- add a parser for Canvas 2 files
- API: add new reserved enums in MWAWDocument.hxx
`MWAW_T_RESERVED10..MWAW_T_RESERVED29` and add a new define in
libmwaw.hxx `MWAW_INTERFACE_VERSION` to check if these enums are defined
- remove the QuarkXPress parser (must be in libqxp)
- retrieve the annotation in MsWord 5 document
- try to better understand RagTime 5-6 document
libnumbertext:
Update to 1.0.6
liborcus:
Update to 0.16.1
- Add upstream changes to fix build with GCC 11 (bsc#1181872)
libstaroffice:
Update to 0.0.7:
- fix `text:sender-lastname` when creating meta-data
libwps:
Update to 0.4.11:
- XYWrite: add a parser to .fil v2 and v4 files
- wks,wk1: correct some problems when retrieving cell's reference.
glfw:
New package provided on version 3.3.2:
- See also: https://www.glfw.org/changelog.html
- Sort list of input files to geany for reproducible builds (bsc#1049382,
bsc#1041090)
* Require pkgconfig(gl) for the devel package to supply needed include
GL/gl.h
* glfwFocusWindow could terminate on older WMs or without a WM
* Creating an undecorated window could fail with BadMatch
* Querying a disconnected monitor could segfault
* Video modes with a duplicate screen area were discarded
* The CMake files did not check for the XInput headers
* Key names were not updated when the keyboard layout changed
* Decorations could not be enabled after window creation
* Content scale fallback value could be inconsistent
* Disabled cursor mode was interrupted by indicator windows
* Monitor physical dimensions could be reported as zero mm
* Window position events were not emitted during resizing
* Added on-demand loading of Vulkan and context creation API libraries
* [X11] Bugfix: Window size limits were ignored if the minimum or
maximum size was set to `GLFW_DONT_CARE`
* [X11] Bugfix: Input focus was set before window was visible, causing
BadMatch on some non-reparenting WMs
* [X11] Bugfix: glfwGetWindowPos and glfwSetWindowPos operated on the
window frame instead of the client area
* [WGL] Added reporting of errors from `WGL_ARB_create_context` extension
* [EGL] Added lib prefix matching between EGL and OpenGL ES library
binaries
* [EGL] Bugfix: Dynamically loaded entry points were not verified
- Made build of geany-tags optional.
Box2D:
New package provided on version 2.4.1:
* Extended distance joint to have a minimum and maximum limit.
* `B2_USER_SETTINGS` and `b2_user_settings.h` can control user data,
length units, and maximum polygon vertices.
* Default user data is now uintptr_t instead of void*
* b2FixtureDef::restitutionThreshold lets you set the restitution
velocity threshold per fixture.
* Collision
* Chain and edge shape must now be one-sided to eliminate ghost
collisions
* Broad-phase optimizations
* Added b2ShapeCast for linear shape casting
* Dynamics
* Joint limits are now predictive and not stateful
* Experimental 2D cloth (rope)
* b2Body::SetActive -> b2Body::SetEnabled
* Better support for running multiple worlds
* Handle zero density better
* The body behaves like a static body
* The body is drawn with a red color
* Added translation limit to wheel joint
* World dump now writes to box2d_dump.inl
* Static bodies are never awake
* All joints with spring-dampers now use stiffness and damping
* Added utility functions to convert frequency and damping ratio to
stiffness and damping
* Polygon creation now computes the convex hull.
* The convex hull code will merge vertices closer than dm_linearSlop.
This update was imported from the openSUSE:Leap:15.2:Update update project.
Patch Instructions:
To install this openSUSE Recommended Update use the SUSE recommended installation methods
like YaST online_update or "zypper patch".
Alternatively you can run the command listed for your product:
- openSUSE Backports SLE-15-SP2:
zypper in -t patch openSUSE-2021-486=1
Package List:
- openSUSE Backports SLE-15-SP2 (aarch64 ppc64le s390x x86_64):
glfw-debugsource-3.3.2-bp152.2.3.1
libbox2d-devel-2.4.1-bp152.4.6.1
libbox2d2-2.4.1-bp152.4.6.1
libglfw-devel-3.3.2-bp152.2.3.1
libglfw3-3.3.2-bp152.2.3.1
libglfw3-debuginfo-3.3.2-bp152.2.3.1
- openSUSE Backports SLE-15-SP2 (aarch64_ilp32):
libbox2d-devel-64bit-2.4.1-bp152.4.6.1
libbox2d2-64bit-2.4.1-bp152.4.6.1
References:
https://bugzilla.suse.com/1041090https://bugzilla.suse.com/1049382https://bugzilla.suse.com/1116658https://bugzilla.suse.com/1136234https://bugzilla.suse.com/1155141https://bugzilla.suse.com/1173404https://bugzilla.suse.com/1173409https://bugzilla.suse.com/1173410https://bugzilla.suse.com/1173471https://bugzilla.suse.com/1174465https://bugzilla.suse.com/1176547https://bugzilla.suse.com/1177955https://bugzilla.suse.com/1178807https://bugzilla.suse.com/1178943https://bugzilla.suse.com/1178944https://bugzilla.suse.com/1179025https://bugzilla.suse.com/1179203https://bugzilla.suse.com/1181122https://bugzilla.suse.com/1181644https://bugzilla.suse.com/1181872https://bugzilla.suse.com/1182790
openSUSE Security Update: Security update for MozillaFirefox
______________________________________________________________________________
Announcement ID: openSUSE-SU-2021:0487-1
Rating: important
References: #1183942
Cross-References: CVE-2021-23981 CVE-2021-23982 CVE-2021-23984
CVE-2021-23987
Affected Products:
openSUSE Leap 15.2
______________________________________________________________________________
An update that fixes four vulnerabilities is now available.
Description:
This update for MozillaFirefox fixes the following issues:
- Firefox was updated to 78.9.0 ESR (MFSA 2021-11, bsc#1183942)
* CVE-2021-23981: Texture upload into an unbound backing buffer resulted
in an out-of-bound read
* CVE-2021-23982: Internal network hosts could have been probed by a
malicious webpage
* CVE-2021-23984: Malicious extensions could have spoofed popup
information
* CVE-2021-23987: Memory safety bugs
This update was imported from the SUSE:SLE-15-SP2:Update update project.
Patch Instructions:
To install this openSUSE Security Update use the SUSE recommended installation methods
like YaST online_update or "zypper patch".
Alternatively you can run the command listed for your product:
- openSUSE Leap 15.2:
zypper in -t patch openSUSE-2021-487=1
Package List:
- openSUSE Leap 15.2 (x86_64):
MozillaFirefox-78.9.0-lp152.2.52.1
MozillaFirefox-branding-upstream-78.9.0-lp152.2.52.1
MozillaFirefox-buildsymbols-78.9.0-lp152.2.52.1
MozillaFirefox-debuginfo-78.9.0-lp152.2.52.1
MozillaFirefox-debugsource-78.9.0-lp152.2.52.1
MozillaFirefox-devel-78.9.0-lp152.2.52.1
MozillaFirefox-translations-common-78.9.0-lp152.2.52.1
MozillaFirefox-translations-other-78.9.0-lp152.2.52.1
References:
https://www.suse.com/security/cve/CVE-2021-23981.htmlhttps://www.suse.com/security/cve/CVE-2021-23982.htmlhttps://www.suse.com/security/cve/CVE-2021-23984.htmlhttps://www.suse.com/security/cve/CVE-2021-23987.htmlhttps://bugzilla.suse.com/1183942
openSUSE Security Update: Security update for eclipse
______________________________________________________________________________
Announcement ID: openSUSE-SU-2021:0485-1
Rating: important
References: #1183728
Cross-References: CVE-2020-27225
Affected Products:
openSUSE Leap 15.2
______________________________________________________________________________
An update that fixes one vulnerability is now available.
Description:
This update for eclipse fixes the following issues:
- CVE-2020-27225: Authenticate active help requests to the local help web
server (bsc#1183728).
This update was imported from the SUSE:SLE-15-SP2:Update update project.
Patch Instructions:
To install this openSUSE Security Update use the SUSE recommended installation methods
like YaST online_update or "zypper patch".
Alternatively you can run the command listed for your product:
- openSUSE Leap 15.2:
zypper in -t patch openSUSE-2021-485=1
Package List:
- openSUSE Leap 15.2 (x86_64):
eclipse-bootstrap-debuginfo-4.9.0-lp152.3.3.1
eclipse-bootstrap-debugsource-4.9.0-lp152.3.3.1
eclipse-contributor-tools-4.9.0-lp152.3.3.1
eclipse-contributor-tools-bootstrap-4.9.0-lp152.3.3.1
eclipse-debuginfo-4.9.0-lp152.3.3.1
eclipse-debugsource-4.9.0-lp152.3.3.1
eclipse-equinox-osgi-4.9.0-lp152.3.3.1
eclipse-equinox-osgi-bootstrap-4.9.0-lp152.3.3.1
eclipse-pde-4.9.0-lp152.3.3.1
eclipse-pde-bootstrap-4.9.0-lp152.3.3.1
eclipse-platform-4.9.0-lp152.3.3.1
eclipse-platform-bootstrap-4.9.0-lp152.3.3.1
eclipse-platform-bootstrap-debuginfo-4.9.0-lp152.3.3.1
eclipse-platform-debuginfo-4.9.0-lp152.3.3.1
eclipse-swt-4.9.0-lp152.3.3.1
eclipse-swt-bootstrap-4.9.0-lp152.3.3.1
eclipse-swt-bootstrap-debuginfo-4.9.0-lp152.3.3.1
eclipse-swt-debuginfo-4.9.0-lp152.3.3.1
eclipse-tests-4.9.0-lp152.3.3.1
eclipse-tests-bootstrap-4.9.0-lp152.3.3.1
- openSUSE Leap 15.2 (noarch):
eclipse-jdt-4.9.0-lp152.3.3.1
eclipse-jdt-bootstrap-4.9.0-lp152.3.3.1
eclipse-p2-discovery-4.9.0-lp152.3.3.1
eclipse-p2-discovery-bootstrap-4.9.0-lp152.3.3.1
References:
https://www.suse.com/security/cve/CVE-2020-27225.htmlhttps://bugzilla.suse.com/1183728
openSUSE Recommended Update: Recommended update for psmisc
______________________________________________________________________________
Announcement ID: openSUSE-RU-2021:0483-1
Rating: moderate
References: #1178407
Affected Products:
openSUSE Leap 15.2
______________________________________________________________________________
An update that has one recommended fix can now be installed.
Description:
This update for psmisc fixes the following issues:
- Fix for 'fuser' when it does not show open kvm storage image files such
as 'qcow2' files. (bsc#1178407)
This update was imported from the SUSE:SLE-15:Update update project.
Patch Instructions:
To install this openSUSE Recommended Update use the SUSE recommended installation methods
like YaST online_update or "zypper patch".
Alternatively you can run the command listed for your product:
- openSUSE Leap 15.2:
zypper in -t patch openSUSE-2021-483=1
Package List:
- openSUSE Leap 15.2 (i586 x86_64):
psmisc-23.0-lp152.9.3.1
psmisc-debuginfo-23.0-lp152.9.3.1
psmisc-debugsource-23.0-lp152.9.3.1
- openSUSE Leap 15.2 (noarch):
psmisc-lang-23.0-lp152.9.3.1
References:
https://bugzilla.suse.com/1178407
openSUSE Recommended Update: Recommended update for libunwind
______________________________________________________________________________
Announcement ID: openSUSE-RU-2021:0484-1
Rating: moderate
References: #1160876 #1171549
Affected Products:
openSUSE Leap 15.2
______________________________________________________________________________
An update that has two recommended fixes can now be
installed.
Description:
This update for libunwind fixes the following issues:
- Update to version 1.5.0. (jsc#ECO-3395)
- Enable s390x for building. (jsc#ECO-3395)
- Fix compilation with 'fno-common'. (bsc#1171549)
- Fix build with 'GCC-10'. (bsc#1160876)
This update was imported from the SUSE:SLE-15:Update update project.
Patch Instructions:
To install this openSUSE Recommended Update use the SUSE recommended installation methods
like YaST online_update or "zypper patch".
Alternatively you can run the command listed for your product:
- openSUSE Leap 15.2:
zypper in -t patch openSUSE-2021-484=1
Package List:
- openSUSE Leap 15.2 (i586 x86_64):
libunwind-1.5.0-lp152.5.6.1
libunwind-debuginfo-1.5.0-lp152.5.6.1
libunwind-debugsource-1.5.0-lp152.5.6.1
libunwind-devel-1.5.0-lp152.5.6.1
- openSUSE Leap 15.2 (x86_64):
libunwind-32bit-1.5.0-lp152.5.6.1
libunwind-32bit-debuginfo-1.5.0-lp152.5.6.1
References:
https://bugzilla.suse.com/1160876https://bugzilla.suse.com/1171549
openSUSE Security Update: Security update for zstd
______________________________________________________________________________
Announcement ID: openSUSE-SU-2021:0481-1
Rating: moderate
References: #1183370 #1183371
Cross-References: CVE-2021-24031 CVE-2021-24032
CVSS scores:
CVE-2021-24031 (NVD) : 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
CVE-2021-24031 (SUSE): 6.2 CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVE-2021-24032 (NVD) : 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
CVE-2021-24032 (SUSE): 6.2 CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Affected Products:
openSUSE Leap 15.2
______________________________________________________________________________
An update that fixes two vulnerabilities is now available.
Description:
This update for zstd fixes the following issues:
- CVE-2021-24031: Added read permissions to files while being compressed
or uncompressed (bsc#1183371).
- CVE-2021-24032: Fixed a race condition which could have allowed an
attacker to access world-readable destination file (bsc#1183370).
This update was imported from the SUSE:SLE-15:Update update project.
Patch Instructions:
To install this openSUSE Security Update use the SUSE recommended installation methods
like YaST online_update or "zypper patch".
Alternatively you can run the command listed for your product:
- openSUSE Leap 15.2:
zypper in -t patch openSUSE-2021-481=1
Package List:
- openSUSE Leap 15.2 (i586 x86_64):
libzstd-devel-1.4.4-lp152.2.3.1
libzstd-devel-static-1.4.4-lp152.2.3.1
libzstd1-1.4.4-lp152.2.3.1
libzstd1-debuginfo-1.4.4-lp152.2.3.1
zstd-1.4.4-lp152.2.3.1
zstd-debuginfo-1.4.4-lp152.2.3.1
zstd-debugsource-1.4.4-lp152.2.3.1
- openSUSE Leap 15.2 (x86_64):
libzstd1-32bit-1.4.4-lp152.2.3.1
libzstd1-32bit-debuginfo-1.4.4-lp152.2.3.1
References:
https://www.suse.com/security/cve/CVE-2021-24031.htmlhttps://www.suse.com/security/cve/CVE-2021-24032.htmlhttps://bugzilla.suse.com/1183370https://bugzilla.suse.com/1183371
openSUSE Security Update: Security update for go1.15
______________________________________________________________________________
Announcement ID: openSUSE-SU-2021:0480-1
Rating: moderate
References: #1175132 #1183333
Cross-References: CVE-2021-27918
CVSS scores:
CVE-2021-27918 (NVD) : 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected Products:
openSUSE Leap 15.2
______________________________________________________________________________
An update that solves one vulnerability and has one errata
is now available.
Description:
This update for go1.15 fixes the following issues:
- go1.15.10 (released 2021-03-11) (bsc#1175132)
- go1.15.9 (released 2021-03-10) (bsc#1175132)
- CVE-2021-27918: Fixed an infinite loop when using xml.NewTokenDecoder
with a custom TokenReader (bsc#1183333).
This update was imported from the SUSE:SLE-15:Update update project.
Patch Instructions:
To install this openSUSE Security Update use the SUSE recommended installation methods
like YaST online_update or "zypper patch".
Alternatively you can run the command listed for your product:
- openSUSE Leap 15.2:
zypper in -t patch openSUSE-2021-480=1
Package List:
- openSUSE Leap 15.2 (x86_64):
go1.15-1.15.10-lp152.14.1
go1.15-doc-1.15.10-lp152.14.1
go1.15-race-1.15.10-lp152.14.1
References:
https://www.suse.com/security/cve/CVE-2021-27918.htmlhttps://bugzilla.suse.com/1175132https://bugzilla.suse.com/1183333
openSUSE Recommended Update: Recommended update for libreoffice
______________________________________________________________________________
Announcement ID: openSUSE-RU-2021:0479-1
Rating: moderate
References: #1041090 #1049382 #1116658 #1136234 #1155141
#1173404 #1173409 #1173410 #1173471 #1174465
#1176547 #1177955 #1178807 #1178943 #1178944
#1179025 #1179203 #1181122 #1181644 #1181872
#1182790 ECO-3150 ECO-3375 SLE-17417
Affected Products:
openSUSE Leap 15.2
______________________________________________________________________________
An update that has 21 recommended fixes and contains three
features can now be installed.
Description:
This update for libreoffice provides the upgrade from version 6.4.5.2 to
7.1.1.2 (jsc#ECO-3150, bsc#1182790)
libreoffice:
- Image shown with different aspect ratio (bsc#1176547)
- Text changes are reproducibly lost on PPTX with SmartArt (bsc#1181644)
- Adjust to new Box2D and enable KDE on SUSE Linux Enterprise 15-SP3 or
newer (jsc#ECO-3375)
- Wrong bullet points in Impress (bsc#1174465)
- SmartArt: text wrongly aligned, background boxes not quite right
(bsc#1177955)
- Update the SUSE color palette to reflect the new SUSE branding.
(bsc#1181122, bsc#1173471)
- SUSE Mint
- SUSE Midnight Blue
- SUSE Waterhole Blue
- SUSE Persimmon
- Fix a crash opening a PPTX. (bsc#1179025)
- Fix text box from PowerPoint renders vertically instead of horizontally
(bsc#1178807)
- Shadow effects for table completely missing (bsc#1178944, bsc#1178943)
- Disable firebird integration for the time being (bsc#1179203)
- Fixes hang on Writer on scrolling/saving of a document (bsc#1136234)
- Wrong rendering of bulleted lists in PPTX document (bsc#1155141)
- Sidebar: paragraph widget: numeric fields become inactive/unaccessible
after saving (bsc#1173404)
- Crash of Writer opening any document having "invalid" python file in
home directory (bsc#1116658)
libixion:
Update to 0.16.1:
- fixed a build issue on 32-bit linux platforms, caused by slicing of
integer string ID values.
- worked around floating point rounding errors which prevented two
theoretically-equal numeric values from being evaluated as equal in test
code.
- added new function to allow printing of single formula tokens.
- added method for setting cached results on formula cells in
model_context.
- changed the model_context design to ensure that all sheets are of the
same size.
- added an accessor method to formula_model_access interface (and
implicitly in model_context) that directly returns a string value from
cell.
- added cell_access class for querying of cell states without knowing its
type ahead of time.
- added document class which provides a layer on top of model_context, to
abstract away the handling of formula calculations.
- deprecated model_context::erase_cell() in favor of empty_cell().
- added support for 3D references - references that contain multiple
sheets.
- added support for the exponent (^) and concatenation (&) operators.
- fixed incorrect handling of range references containing whole columns
such as A:A.
- added support for unordered range references - range references whose
start row or column is greater than their end position counterparts,
such as A3:A1.
- fixed a bug that prevented nested formula functions from working
properly.
- implemented Calc A1 style reference resolver.
- formula results now directly store the string values when the results
are of string type. They previously stored string ID values after
interning the original strings.
- Removed build-time dependency on spdlog.
libmwaw:
Update to 0.3.17:
- add a parser for Jazz(Lotus) writer and spreasheet files. The writer
parser can only be called if the file still contains its resource fork
- add a parser for Canvas 3 and 3.5 files
- AppleWorks parser: try to retrieve more Windows presentation
- add a parser for Drawing Table files
- add a parser for Canvas 2 files
- API: add new reserved enums in MWAWDocument.hxx
`MWAW_T_RESERVED10..MWAW_T_RESERVED29` and add a new define in
libmwaw.hxx `MWAW_INTERFACE_VERSION` to check if these enums are defined
- remove the QuarkXPress parser (must be in libqxp)
- retrieve the annotation in MsWord 5 document
- try to better understand RagTime 5-6 document
libnumbertext:
Update to 1.0.6
liborcus:
Update to 0.16.1
- Add upstream changes to fix build with GCC 11 (bsc#1181872)
libstaroffice:
Update to 0.0.7:
- fix `text:sender-lastname` when creating meta-data
libwps:
Update to 0.4.11:
- XYWrite: add a parser to .fil v2 and v4 files
- wks,wk1: correct some problems when retrieving cell's reference.
glfw:
New package provided on version 3.3.2:
- See also: https://www.glfw.org/changelog.html
- Sort list of input files to geany for reproducible builds (bsc#1049382,
bsc#1041090)
* Require pkgconfig(gl) for the devel package to supply needed include
GL/gl.h
* glfwFocusWindow could terminate on older WMs or without a WM
* Creating an undecorated window could fail with BadMatch
* Querying a disconnected monitor could segfault
* Video modes with a duplicate screen area were discarded
* The CMake files did not check for the XInput headers
* Key names were not updated when the keyboard layout changed
* Decorations could not be enabled after window creation
* Content scale fallback value could be inconsistent
* Disabled cursor mode was interrupted by indicator windows
* Monitor physical dimensions could be reported as zero mm
* Window position events were not emitted during resizing
* Added on-demand loading of Vulkan and context creation API libraries
* [X11] Bugfix: Window size limits were ignored if the minimum or
maximum size was set to `GLFW_DONT_CARE`
* [X11] Bugfix: Input focus was set before window was visible, causing
BadMatch on some non-reparenting WMs
* [X11] Bugfix: glfwGetWindowPos and glfwSetWindowPos operated on the
window frame instead of the client area
* [WGL] Added reporting of errors from `WGL_ARB_create_context` extension
* [EGL] Added lib prefix matching between EGL and OpenGL ES library
binaries
* [EGL] Bugfix: Dynamically loaded entry points were not verified
- Made build of geany-tags optional.
Box2D:
New package provided on version 2.4.1:
* Extended distance joint to have a minimum and maximum limit.
* `B2_USER_SETTINGS` and `b2_user_settings.h` can control user data,
length units, and maximum polygon vertices.
* Default user data is now uintptr_t instead of void*
* b2FixtureDef::restitutionThreshold lets you set the restitution
velocity threshold per fixture.
* Collision
* Chain and edge shape must now be one-sided to eliminate ghost
collisions
* Broad-phase optimizations
* Added b2ShapeCast for linear shape casting
* Dynamics
* Joint limits are now predictive and not stateful
* Experimental 2D cloth (rope)
* b2Body::SetActive -> b2Body::SetEnabled
* Better support for running multiple worlds
* Handle zero density better
* The body behaves like a static body
* The body is drawn with a red color
* Added translation limit to wheel joint
* World dump now writes to box2d_dump.inl
* Static bodies are never awake
* All joints with spring-dampers now use stiffness and damping
* Added utility functions to convert frequency and damping ratio to
stiffness and damping
* Polygon creation now computes the convex hull.
* The convex hull code will merge vertices closer than dm_linearSlop.
Patch Instructions:
To install this openSUSE Recommended Update use the SUSE recommended installation methods
like YaST online_update or "zypper patch".
Alternatively you can run the command listed for your product:
- openSUSE Leap 15.2:
zypper in -t patch openSUSE-2021-479=1
Package List:
- openSUSE Leap 15.2 (i586 x86_64):
icu-65.1-lp152.3.3.1
icu-debuginfo-65.1-lp152.3.3.1
icu-debugsource-65.1-lp152.3.3.1
libicu-devel-65.1-lp152.3.3.1
libicu-doc-65.1-lp152.3.3.1
libicu-suse65_1-65.1-lp152.3.3.1
libicu-suse65_1-debuginfo-65.1-lp152.3.3.1
- openSUSE Leap 15.2 (x86_64):
Box2D-debugsource-2.4.1-lp152.4.6.1
glfw-debugsource-3.3.2-lp152.2.3.1
libBox2D-devel-32bit-2.3.1-lp152.4.5.1
libBox2D2_3_1-32bit-2.3.1-lp152.4.5.1
libBox2D2_3_1-32bit-debuginfo-2.3.1-lp152.4.5.1
libbox2d-devel-2.4.1-lp152.4.6.1
libbox2d2-2.4.1-lp152.4.6.1
libbox2d2-debuginfo-2.4.1-lp152.4.6.1
libglfw-devel-3.3.2-lp152.2.3.1
libglfw3-3.3.2-lp152.2.3.1
libglfw3-debuginfo-3.3.2-lp152.2.3.1
libicu-devel-32bit-65.1-lp152.3.3.1
libicu-suse65_1-32bit-65.1-lp152.3.3.1
libicu-suse65_1-32bit-debuginfo-65.1-lp152.3.3.1
libixion-0_16-0-0.16.1-lp152.2.3.1
libixion-0_16-0-debuginfo-0.16.1-lp152.2.3.1
libixion-debuginfo-0.16.1-lp152.2.3.1
libixion-debugsource-0.16.1-lp152.2.3.1
libixion-devel-0.16.1-lp152.2.3.1
libixion-tools-0.16.1-lp152.2.3.1
libixion-tools-debuginfo-0.16.1-lp152.2.3.1
libmwaw-0_3-3-0.3.17-lp152.2.3.1
libmwaw-0_3-3-debuginfo-0.3.17-lp152.2.3.1
libmwaw-debuginfo-0.3.17-lp152.2.3.1
libmwaw-debugsource-0.3.17-lp152.2.3.1
libmwaw-devel-0.3.17-lp152.2.3.1
libmwaw-tools-0.3.17-lp152.2.3.1
libmwaw-tools-debuginfo-0.3.17-lp152.2.3.1
libnumbertext-1_0-0-1.0.6-lp152.3.3.1
libnumbertext-1_0-0-debuginfo-1.0.6-lp152.3.3.1
libnumbertext-data-1.0.6-lp152.3.3.1
libnumbertext-debuginfo-1.0.6-lp152.3.3.1
libnumbertext-debugsource-1.0.6-lp152.3.3.1
libnumbertext-devel-1.0.6-lp152.3.3.1
libnumbertext-tools-1.0.6-lp152.3.3.1
libnumbertext-tools-debuginfo-1.0.6-lp152.3.3.1
liborcus-0_16-0-0.16.1-lp152.2.3.1
liborcus-0_16-0-debuginfo-0.16.1-lp152.2.3.1
liborcus-debuginfo-0.16.1-lp152.2.3.1
liborcus-debugsource-0.16.1-lp152.2.3.1
liborcus-devel-0.16.1-lp152.2.3.1
liborcus-tools-0.16.1-lp152.2.3.1
liborcus-tools-debuginfo-0.16.1-lp152.2.3.1
libreoffice-7.1.1.2-lp152.2.6.1
libreoffice-base-7.1.1.2-lp152.2.6.1
libreoffice-base-debuginfo-7.1.1.2-lp152.2.6.1
libreoffice-base-drivers-postgresql-7.1.1.2-lp152.2.6.1
libreoffice-base-drivers-postgresql-debuginfo-7.1.1.2-lp152.2.6.1
libreoffice-calc-7.1.1.2-lp152.2.6.1
libreoffice-calc-debuginfo-7.1.1.2-lp152.2.6.1
libreoffice-calc-extensions-7.1.1.2-lp152.2.6.1
libreoffice-debuginfo-7.1.1.2-lp152.2.6.1
libreoffice-debugsource-7.1.1.2-lp152.2.6.1
libreoffice-draw-7.1.1.2-lp152.2.6.1
libreoffice-draw-debuginfo-7.1.1.2-lp152.2.6.1
libreoffice-filters-optional-7.1.1.2-lp152.2.6.1
libreoffice-gnome-7.1.1.2-lp152.2.6.1
libreoffice-gnome-debuginfo-7.1.1.2-lp152.2.6.1
libreoffice-gtk3-7.1.1.2-lp152.2.6.1
libreoffice-gtk3-debuginfo-7.1.1.2-lp152.2.6.1
libreoffice-impress-7.1.1.2-lp152.2.6.1
libreoffice-impress-debuginfo-7.1.1.2-lp152.2.6.1
libreoffice-librelogo-7.1.1.2-lp152.2.6.1
libreoffice-mailmerge-7.1.1.2-lp152.2.6.1
libreoffice-math-7.1.1.2-lp152.2.6.1
libreoffice-math-debuginfo-7.1.1.2-lp152.2.6.1
libreoffice-officebean-7.1.1.2-lp152.2.6.1
libreoffice-officebean-debuginfo-7.1.1.2-lp152.2.6.1
libreoffice-pyuno-7.1.1.2-lp152.2.6.1
libreoffice-pyuno-debuginfo-7.1.1.2-lp152.2.6.1
libreoffice-qt5-7.1.1.2-lp152.2.6.1
libreoffice-qt5-debuginfo-7.1.1.2-lp152.2.6.1
libreoffice-sdk-7.1.1.2-lp152.2.6.1
libreoffice-sdk-debuginfo-7.1.1.2-lp152.2.6.1
libreoffice-sdk-doc-7.1.1.2-lp152.2.6.1
libreoffice-writer-7.1.1.2-lp152.2.6.1
libreoffice-writer-debuginfo-7.1.1.2-lp152.2.6.1
libreoffice-writer-extensions-7.1.1.2-lp152.2.6.1
libreofficekit-7.1.1.2-lp152.2.6.1
libreofficekit-devel-7.1.1.2-lp152.2.6.1
libstaroffice-0_0-0-0.0.7-lp152.3.3.1
libstaroffice-0_0-0-debuginfo-0.0.7-lp152.3.3.1
libstaroffice-debuginfo-0.0.7-lp152.3.3.1
libstaroffice-debugsource-0.0.7-lp152.3.3.1
libstaroffice-devel-0.0.7-lp152.3.3.1
libstaroffice-tools-0.0.7-lp152.3.3.1
libstaroffice-tools-debuginfo-0.0.7-lp152.3.3.1
libwps-0_4-4-0.4.11-lp152.2.3.1
libwps-0_4-4-debuginfo-0.4.11-lp152.2.3.1
libwps-debuginfo-0.4.11-lp152.2.3.1
libwps-debugsource-0.4.11-lp152.2.3.1
libwps-devel-0.4.11-lp152.2.3.1
libwps-tools-0.4.11-lp152.2.3.1
libwps-tools-debuginfo-0.4.11-lp152.2.3.1
python3-libixion-0.16.1-lp152.2.3.1
python3-libixion-debuginfo-0.16.1-lp152.2.3.1
python3-liborcus-0.16.1-lp152.2.3.1
python3-liborcus-debuginfo-0.16.1-lp152.2.3.1
- openSUSE Leap 15.2 (noarch):
Box2D-doc-2.3.1-lp152.4.5.1
libicu65_1-bedata-65.1-lp152.3.3.1
libicu65_1-ledata-65.1-lp152.3.3.1
libmwaw-devel-doc-0.3.17-lp152.2.3.1
libreoffice-branding-upstream-7.1.1.2-lp152.2.6.1
libreoffice-gdb-pretty-printers-7.1.1.2-lp152.2.6.1
libreoffice-glade-7.1.1.2-lp152.2.6.1
libreoffice-icon-themes-7.1.1.2-lp152.2.6.1
libreoffice-l10n-af-7.1.1.2-lp152.2.6.1
libreoffice-l10n-am-7.1.1.2-lp152.2.6.1
libreoffice-l10n-ar-7.1.1.2-lp152.2.6.1
libreoffice-l10n-as-7.1.1.2-lp152.2.6.1
libreoffice-l10n-ast-7.1.1.2-lp152.2.6.1
libreoffice-l10n-be-7.1.1.2-lp152.2.6.1
libreoffice-l10n-bg-7.1.1.2-lp152.2.6.1
libreoffice-l10n-bn-7.1.1.2-lp152.2.6.1
libreoffice-l10n-bn_IN-7.1.1.2-lp152.2.6.1
libreoffice-l10n-bo-7.1.1.2-lp152.2.6.1
libreoffice-l10n-br-7.1.1.2-lp152.2.6.1
libreoffice-l10n-brx-7.1.1.2-lp152.2.6.1
libreoffice-l10n-bs-7.1.1.2-lp152.2.6.1
libreoffice-l10n-ca-7.1.1.2-lp152.2.6.1
libreoffice-l10n-ca_valencia-7.1.1.2-lp152.2.6.1
libreoffice-l10n-ckb-7.1.1.2-lp152.2.6.1
libreoffice-l10n-cs-7.1.1.2-lp152.2.6.1
libreoffice-l10n-cy-7.1.1.2-lp152.2.6.1
libreoffice-l10n-da-7.1.1.2-lp152.2.6.1
libreoffice-l10n-de-7.1.1.2-lp152.2.6.1
libreoffice-l10n-dgo-7.1.1.2-lp152.2.6.1
libreoffice-l10n-dsb-7.1.1.2-lp152.2.6.1
libreoffice-l10n-dz-7.1.1.2-lp152.2.6.1
libreoffice-l10n-el-7.1.1.2-lp152.2.6.1
libreoffice-l10n-en-7.1.1.2-lp152.2.6.1
libreoffice-l10n-en_GB-7.1.1.2-lp152.2.6.1
libreoffice-l10n-en_ZA-7.1.1.2-lp152.2.6.1
libreoffice-l10n-eo-7.1.1.2-lp152.2.6.1
libreoffice-l10n-es-7.1.1.2-lp152.2.6.1
libreoffice-l10n-et-7.1.1.2-lp152.2.6.1
libreoffice-l10n-eu-7.1.1.2-lp152.2.6.1
libreoffice-l10n-fa-7.1.1.2-lp152.2.6.1
libreoffice-l10n-fi-7.1.1.2-lp152.2.6.1
libreoffice-l10n-fr-7.1.1.2-lp152.2.6.1
libreoffice-l10n-fur-7.1.1.2-lp152.2.6.1
libreoffice-l10n-fy-7.1.1.2-lp152.2.6.1
libreoffice-l10n-ga-7.1.1.2-lp152.2.6.1
libreoffice-l10n-gd-7.1.1.2-lp152.2.6.1
libreoffice-l10n-gl-7.1.1.2-lp152.2.6.1
libreoffice-l10n-gu-7.1.1.2-lp152.2.6.1
libreoffice-l10n-gug-7.1.1.2-lp152.2.6.1
libreoffice-l10n-he-7.1.1.2-lp152.2.6.1
libreoffice-l10n-hi-7.1.1.2-lp152.2.6.1
libreoffice-l10n-hr-7.1.1.2-lp152.2.6.1
libreoffice-l10n-hsb-7.1.1.2-lp152.2.6.1
libreoffice-l10n-hu-7.1.1.2-lp152.2.6.1
libreoffice-l10n-id-7.1.1.2-lp152.2.6.1
libreoffice-l10n-is-7.1.1.2-lp152.2.6.1
libreoffice-l10n-it-7.1.1.2-lp152.2.6.1
libreoffice-l10n-ja-7.1.1.2-lp152.2.6.1
libreoffice-l10n-ka-7.1.1.2-lp152.2.6.1
libreoffice-l10n-kab-7.1.1.2-lp152.2.6.1
libreoffice-l10n-kk-7.1.1.2-lp152.2.6.1
libreoffice-l10n-km-7.1.1.2-lp152.2.6.1
libreoffice-l10n-kmr_Latn-7.1.1.2-lp152.2.6.1
libreoffice-l10n-kn-7.1.1.2-lp152.2.6.1
libreoffice-l10n-ko-7.1.1.2-lp152.2.6.1
libreoffice-l10n-kok-7.1.1.2-lp152.2.6.1
libreoffice-l10n-ks-7.1.1.2-lp152.2.6.1
libreoffice-l10n-lb-7.1.1.2-lp152.2.6.1
libreoffice-l10n-lo-7.1.1.2-lp152.2.6.1
libreoffice-l10n-lt-7.1.1.2-lp152.2.6.1
libreoffice-l10n-lv-7.1.1.2-lp152.2.6.1
libreoffice-l10n-mai-7.1.1.2-lp152.2.6.1
libreoffice-l10n-mk-7.1.1.2-lp152.2.6.1
libreoffice-l10n-ml-7.1.1.2-lp152.2.6.1
libreoffice-l10n-mn-7.1.1.2-lp152.2.6.1
libreoffice-l10n-mni-7.1.1.2-lp152.2.6.1
libreoffice-l10n-mr-7.1.1.2-lp152.2.6.1
libreoffice-l10n-my-7.1.1.2-lp152.2.6.1
libreoffice-l10n-nb-7.1.1.2-lp152.2.6.1
libreoffice-l10n-ne-7.1.1.2-lp152.2.6.1
libreoffice-l10n-nl-7.1.1.2-lp152.2.6.1
libreoffice-l10n-nn-7.1.1.2-lp152.2.6.1
libreoffice-l10n-nr-7.1.1.2-lp152.2.6.1
libreoffice-l10n-nso-7.1.1.2-lp152.2.6.1
libreoffice-l10n-oc-7.1.1.2-lp152.2.6.1
libreoffice-l10n-om-7.1.1.2-lp152.2.6.1
libreoffice-l10n-or-7.1.1.2-lp152.2.6.1
libreoffice-l10n-pa-7.1.1.2-lp152.2.6.1
libreoffice-l10n-pl-7.1.1.2-lp152.2.6.1
libreoffice-l10n-pt_BR-7.1.1.2-lp152.2.6.1
libreoffice-l10n-pt_PT-7.1.1.2-lp152.2.6.1
libreoffice-l10n-ro-7.1.1.2-lp152.2.6.1
libreoffice-l10n-ru-7.1.1.2-lp152.2.6.1
libreoffice-l10n-rw-7.1.1.2-lp152.2.6.1
libreoffice-l10n-sa_IN-7.1.1.2-lp152.2.6.1
libreoffice-l10n-sat-7.1.1.2-lp152.2.6.1
libreoffice-l10n-sd-7.1.1.2-lp152.2.6.1
libreoffice-l10n-si-7.1.1.2-lp152.2.6.1
libreoffice-l10n-sid-7.1.1.2-lp152.2.6.1
libreoffice-l10n-sk-7.1.1.2-lp152.2.6.1
libreoffice-l10n-sl-7.1.1.2-lp152.2.6.1
libreoffice-l10n-sq-7.1.1.2-lp152.2.6.1
libreoffice-l10n-sr-7.1.1.2-lp152.2.6.1
libreoffice-l10n-ss-7.1.1.2-lp152.2.6.1
libreoffice-l10n-st-7.1.1.2-lp152.2.6.1
libreoffice-l10n-sv-7.1.1.2-lp152.2.6.1
libreoffice-l10n-sw_TZ-7.1.1.2-lp152.2.6.1
libreoffice-l10n-szl-7.1.1.2-lp152.2.6.1
libreoffice-l10n-ta-7.1.1.2-lp152.2.6.1
libreoffice-l10n-te-7.1.1.2-lp152.2.6.1
libreoffice-l10n-tg-7.1.1.2-lp152.2.6.1
libreoffice-l10n-th-7.1.1.2-lp152.2.6.1
libreoffice-l10n-tn-7.1.1.2-lp152.2.6.1
libreoffice-l10n-tr-7.1.1.2-lp152.2.6.1
libreoffice-l10n-ts-7.1.1.2-lp152.2.6.1
libreoffice-l10n-tt-7.1.1.2-lp152.2.6.1
libreoffice-l10n-ug-7.1.1.2-lp152.2.6.1
libreoffice-l10n-uk-7.1.1.2-lp152.2.6.1
libreoffice-l10n-uz-7.1.1.2-lp152.2.6.1
libreoffice-l10n-ve-7.1.1.2-lp152.2.6.1
libreoffice-l10n-vec-7.1.1.2-lp152.2.6.1
libreoffice-l10n-vi-7.1.1.2-lp152.2.6.1
libreoffice-l10n-xh-7.1.1.2-lp152.2.6.1
libreoffice-l10n-zh_CN-7.1.1.2-lp152.2.6.1
libreoffice-l10n-zh_TW-7.1.1.2-lp152.2.6.1
libreoffice-l10n-zu-7.1.1.2-lp152.2.6.1
libstaroffice-devel-doc-0.0.7-lp152.3.3.1
- openSUSE Leap 15.2 (i586):
Box2D-debugsource-2.3.1-lp152.4.5.1
libBox2D-devel-2.3.1-lp152.4.5.1
libBox2D2_3_1-2.3.1-lp152.4.5.1
libBox2D2_3_1-debuginfo-2.3.1-lp152.4.5.1
References:
https://bugzilla.suse.com/1041090https://bugzilla.suse.com/1049382https://bugzilla.suse.com/1116658https://bugzilla.suse.com/1136234https://bugzilla.suse.com/1155141https://bugzilla.suse.com/1173404https://bugzilla.suse.com/1173409https://bugzilla.suse.com/1173410https://bugzilla.suse.com/1173471https://bugzilla.suse.com/1174465https://bugzilla.suse.com/1176547https://bugzilla.suse.com/1177955https://bugzilla.suse.com/1178807https://bugzilla.suse.com/1178943https://bugzilla.suse.com/1178944https://bugzilla.suse.com/1179025https://bugzilla.suse.com/1179203https://bugzilla.suse.com/1181122https://bugzilla.suse.com/1181644https://bugzilla.suse.com/1181872https://bugzilla.suse.com/1182790
openSUSE Recommended Update: Recommended update for systemd-presets-common-SUSE
______________________________________________________________________________
Announcement ID: openSUSE-RU-2021:0478-1
Rating: moderate
References: #1083473 #1112500 #1115408 #1165780 #1183012
Affected Products:
openSUSE Leap 15.2
______________________________________________________________________________
An update that has 5 recommended fixes can now be installed.
Description:
This update for systemd-presets-common-SUSE fixes the following issues:
- Add default user preset containing:
- enable `pulseaudio.socket` (bsc#1083473)
- enable `pipewire.socket` (bsc#1183012)
- enable `pipewire-pulse.socket` (bsc#1183012)
- enable `pipewire-media-session.service` (used with pipewire >= 0.3.23)
- Changes to the default preset:
- enable `btrfsmaintenance-refresh.path`.
- disable `btrfsmaintenance-refresh.service`.
- enable `dnf-makecache.timer`.
- enable `ignition-firstboot-complete.service`.
- enable logwatch.timer and avoid to have logwatch out of sync with
logrotate. (bsc#1112500)
- enable `mlocate.timer`. Recent versions of mlocate don't use
`updatedb.timer` any more. (bsc#1115408)
- remove enable `updatedb.timer`
- Avoid needless refresh on boot. (bsc#1165780)
This update was imported from the SUSE:SLE-15-SP1:Update update project.
Patch Instructions:
To install this openSUSE Recommended Update use the SUSE recommended installation methods
like YaST online_update or "zypper patch".
Alternatively you can run the command listed for your product:
- openSUSE Leap 15.2:
zypper in -t patch openSUSE-2021-478=1
Package List:
- openSUSE Leap 15.2 (noarch):
systemd-presets-common-SUSE-15-lp152.9.3.1
References:
https://bugzilla.suse.com/1083473https://bugzilla.suse.com/1112500https://bugzilla.suse.com/1115408https://bugzilla.suse.com/1165780https://bugzilla.suse.com/1183012