Removed rpms
============
- command-not-found
- util-linux-lang
Added rpms
==========
- scout-command-not-found
Package Source Changes
======================
Mesa
+- U_ReturnME.patch
+ * fixes blackscreen in Return To Monkey Island on Intel graphics
+ (boo#1208145)
+
+- Update to version 22.3.5
+ * bug fix release which fixes bugs found since Mesa 22.3.4
+ * see https://docs.mesa3d.org/relnotes/22.3.5.html for more
+ details
+- refreshed u_dep_xcb.patch
+
+- Don't enable rusticl without opencl
+
- video_codecs should be built (these were never needed and used
+ video_codecs should be built (these were never needed nor used
Mesa:drivers
+- U_ReturnME.patch
+ * fixes blackscreen in Return To Monkey Island on Intel graphics
+ (boo#1208145)
+
+- Update to version 22.3.5
+ * bug fix release which fixes bugs found since Mesa 22.3.4
+ * see https://docs.mesa3d.org/relnotes/22.3.5.html for more
+ details
+- refreshed u_dep_xcb.patch
+
+- Don't enable rusticl without opencl
+
- video_codecs should be built (these were never needed and used
+ video_codecs should be built (these were never needed nor used
MozillaFirefox
+- Firefox Extended Support Release 102.8.0 ESR
+ Placeholder changelog-entry (bsc#1208144)
+
- Placeholder changelog-entry (bsc#1207119)
+ * Fixed: Various stability, functionality, and security fixes.
+ MFSA 2023-02 (bsc#1207119)
+ * CVE-2022-46871 (bmo#1795697)
+ libusrsctp library out of date
+ * CVE-2023-23598 (bmo#1800425)
+ Arbitrary file read from GTK drag and drop on Linux
+ * CVE-2023-23599 (bmo#1777800)
+ Malicious command could be hidden in devtools output on
+ Windows
+ * CVE-2023-23601 (bmo#1794268)
+ URL being dragged from cross-origin iframe into same tab
+ triggers navigation
+ * CVE-2023-23602 (bmo#1800890)
+ Content Security Policy wasn't being correctly applied to
+ WebSockets in WebWorkers
+ * CVE-2022-46877 (bmo#1795139)
+ Fullscreen notification bypass
+ * CVE-2023-23603 (bmo#1800832)
+ Calls to console.log
allowed bypasing Content
+ Security Policy via format directive
+ * CVE-2023-23605 (bmo#1764921, bmo#1802690, bmo#1806974)
+ Memory safety bugs fixed in Firefox 109 and Firefox ESR 102.7
MozillaThunderbird
+- Mozilla Thunderbird 102.8.0
+ * new: Added option to build RNP library with OpenSSL backend
+ (use "--with-librnp-backend=openssl" configure option)
+ (bmo#1799123,bmo#1805215)
+ * changed: Thunderbird now warns user that OpenPGP is disabled
+ if RNP library is outdated or missing (bmo#1799874)
+ * fixed: "Get Messages" did not retrieve messages from Gmail
+ accounts using a local folder as a deferred inbox
+ (bmo#1799106)
+ * fixed: Various visual and UX improvements
+ (bmo#1777788,bmo#1790278)
+ * unresolved: Source strings for localized builds not uploaded
+ to FTP as expected (bmo#1817086)
+ * fixed: Various security fixes
+ MFSA 2023-07 (bsc#1208144)
+ * CVE-2023-0616 (bmo#1806507)
+ User Interface lockup with messages combining S/MIME and
+ OpenPGP
+ * CVE-2023-25728 (bmo#1790345)
+ Content security policy leak in violation reports using
+ iframes
+ * CVE-2023-25730 (bmo#1794622)
+ Screen hijack via browser fullscreen mode
+ * CVE-2023-0767 (bmo#1804640)
+ Arbitrary memory write via PKCS 12 in NSS
+ * CVE-2023-25735 (bmo#1810711)
+ Potential use-after-free from compartment mismatch in
+ SpiderMonkey
+ * CVE-2023-25737 (bmo#1811464)
+ Invalid downcast in SVGUtils::SetupStrokeGeometry
+ * CVE-2023-25738 (bmo#1811852)
+ Printing on Windows could potentially crash Thunderbird with
+ some device drivers
+ * CVE-2023-25739 (bmo#1811939)
+ Use-after-free in
+ mozilla::dom::ScriptLoadContext::~ScriptLoadContext
+ * CVE-2023-25729 (bmo#1792138)
+ Extensions could have opened external schemes without user
+ knowledge
+ * CVE-2023-25732 (bmo#1804564)
+ Out of bounds memory write from EncodeInputStream
+ * CVE-2023-25734 (bmo#1784451, bmo#1809923, bmo#1810143,
+ bmo#1812338)
+ Opening local .url files could cause unexpected network loads
+ * CVE-2023-25742 (bmo#1813424)
+ Web Crypto ImportKey crashes tab
+ * CVE-2023-25746 (bmo#1544127, bmo#1762368, bmo#1789449,
+ bmo#1803628, bmo#1810536)
+ Memory safety bugs fixed in Thunderbird 102.8
+
+- Mozilla Thunderbird 102.7.2
+ * fixed: Various crash fixes (bmo#1806245,bmo#1806247)
+
c-ares
+- Update to version 1.19.0
+ Security:
+ * Low. Stack overflow in ares_set_sortlist() which is used
+ during c-ares initialization and typically provided by an
+ administrator and not an end user.
+ (bsc#1208067, CVE-2022-4904)
+ Changes:
+ * Add ARES_OPT_HOSTS_FILE similar to ARES_OPT_RESOLVCONF for
+ specifying a custom hosts file location.
+ Bug fixes:
+ * Fix memory leak in reading /etc/hosts when using localhost
+ fallback.
+ * Fix chain building c-ares when libresolv is already included by
+ another project.
+ * File lookup should not immediately abort as there may be other
+ tries due to search criteria.
+ * Asterisks should be allowed in host validation as CNAMEs may
+ reference wildcard domains.
+ * AutoTools build system referenced bad STDC_HEADERS macro.
+ * Even if one address class returns a failure for
+ ares_getaddrinfo() we should still return the results we have.
+ * Fix ares_getaddrinfo() numerical address resolution with
+ AF_UNSPEC
+ * Fix tools and help information.
+ * Various documentation fixes and cleanups.
+ * Add include guards to ares_data.h
+ * c-ares could try to exceed maximum number of iovec entries
+ supported by system.
+ * The RFC6761 6.3 states localhost subdomains must be offline too
+
+- update to 1.18.1. Changes since 1.17.2:
+ * Allow '/' as a valid character for a returned name for
+ CNAME in-addr.arpa delegation
+ * no longer forwards requests for localhost resolution per RFC6761
+ * During a domain search, treat ARES_ENODATA as ARES_NXDOMAIN so
+ that the search process will continue to the next domain
+ in the search.
+ * Provide ares_nameser.h as a public interface as needed by NodeJS
+ * Add support for URI(Uniform Resource Identifier) records via
+ ares_parse_uri_reply()
+- disable unit tests for SLE12 since GCC compiler too old to build
+ unit tests
+- 5c995d5.patch: upstreamed
+- disable-live-tests.patch: refreshed
+
+- new upstream website
+- drop multibuild - tests do not require static library anymore
+- spec file cleanup
+- drop sources that were re-added to upstream distibution
+ (c-ares-config.cmake.in ares_dns.h libcares.pc.cmake)
+
-- Version update to git snapshot 1.17.1+20200724:
- * fixes missing input validation on hostnames returned by DNS
- servers (bsc#1188881, CVE-2021-3672)
+- update to 1.17.2:
+ Security:
+ * When building c-ares with CMake, the RANDOM_FILE would not be set
+ and therefore downgrade to the less secure random number generator
- it would cause crash
+ it would cause a crash
- * Expand number of escaped characters in DNS replies as
- per RFC1035 5.1 to prevent spoofing
- * Use unbuffered /dev/urandom for random data to prevent early startup
- performance issues
-- missing_header.patch: upstreamed
+ * Expand number of escaped characters in DNS replies as per
+ RFC1035 5.1 to prevent spoofing follow-up
+ (bsc#1188881, CVE-2021-3672)
+ * Perform validation on hostnames to prevent possible XSS
+ due to applications not performing valiation themselves
+ Changes:
+ * ares_malloc(0) is now defined behavior (returns NULL) rather than system-specific to catch edge cases
+ Bug fixes:
+ * Building tests should not force building of static libraries except on Windows
+ * Relative headers must use double quotes to prevent pulling in a system library
+ for details see,
+ https://c-ares.haxx.se/changelog.html#1_17_2
+
+- update to 1.17.1:
+ Travis: add iOS target built with CMake (#378)
+ Issue #377 suggested that CMake builds for iOS with c-ares were broken. This PR adds an automatic Travis build for iOS CMake.
+ - fix build
+ External projects were using non-public header ares_dns.h, make public again (#376)
+ It appears some outside projects were relying on macros in ares_dns.h, even
+ though it doesn't appear that header was ever meant to be public. That said,
+ we don't want to break external integrators so we should distribute this header
+ again.
+ - note that so versioning has moved to configure.ac
+ - note about 1.17.1
+ - fix sed gone wrong
+ autotools cleanup (#372)
+ * buildconf: remove custom logic with autoreconf
+- remove missing_header.patch (upstream)
desktop-translations
+- Update to version 84.87.20230128.350400f:
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (German)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Finnish)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Russian)
+
emacs
+- Add upstream commit/patches
+ * 01a4035c.patch
+ Fix etags local command injection vulnerability (CVE-2022-48337, bsc#1208515)
+ * CVE-2022-48338.patch
+ Fix ruby-mode.el local command injection vulnerability (CVE-2022-48338, bsc#1208514)
+ * CVE-2022-48339.patch
+ Fix htmlfontify.el command injection vulnerability (CVE-2022-48339 bsc#1208512)
+
gnutls
+- FIPS: Make the jitterentropy calls thread-safe [bsc#1208146]
+ * Add gnutls-FIPS-jitterentropy-threadsafe.patch
+
+- FIPS: GnuTLS DH/ECDH PCT public key regeneration [bsc#1207183]
+ * Rebase patches with the version submitted upstream.
+ * Avoid copying the key material: gnutls-FIPS-PCT-DH.patch
+ * Improve logic around memory release: gnutls-FIPS-PCT-ECDH.patch
+
+- Security Fix: [bsc#1208143, CVE-2023-0361]
+ * Bleichenbacher oracle in TLS RSA key exchange
+ * Add gnutls-CVE-2023-0361.patch
+
greybird-geeko-theme
+- Make "*:link:selected" optional to work around too old gtk4 libs
+ on Leap 15.5, too.
+
+- Make "*:link:selected" optional to work around too old gtk4 libs
+ on Leap 15.4; add link-selected-is-optional.patch
+
+- Prevent Unity desktop theme from being installed
+ Added disable-unity_v3.23.1.patch
+
+- Update to version 3.23.1+git1.77c0887:
+ * Cleanup leftovers and correct emerald file mistakinly being renamed
+
+- Update to version 3.23.1+git0.a96e825:
+ * Sync with Greybird 3.23.1
+ * Add initial support for Gtk4 and libhandy
+ * Fix dark xfwm4-a11y install path
+ * Fix xfwm4-a11y and xfwm4-compact install path
+ * Fix: GtkLabel: Backdropped selection color adjusted
+ * Fix: Backdropped selection: GtkListBoxes weren't grey
+ * Hotfix: removed background color for non-bg items
+ * Gtk3: Adjusted selected backdrop fg/bg colors: shades of grey.
+ * Changes the xfwm4 border colors
+ * build: refactor meson
+ * Correct gradients for horizontal scrollbars
+ * Reduce messagedialog buttonbox size
+ * Make CSD titlebars slimmer
+ * Correct gradients for horizontal scrollbars (shimmerproject/Greybird#288)
+ * Greybird-Dark titlebar decorations now match their CSD counterparts (shimmerproject/Greybird#301)
+ * Background selection colors are now grey instead of blue for better readability
+ * Add initial support for Gtk4 and libhandy
+ * Install index.theme
+
gstreamer
+- Add fix using sed to find gst-plugin-scanner-%{_target_cpu}
+ program (boo#1207908).
+
+- Add patch to reduce the required meson version to 0.61.0 since
+ that's what we have in SLE 15:
+ * reduce-required-meson.patch
+- Probably because of a problem in SLE's meson, the generated
+ pkgconfig files are missing some variables that are needed by
+ rpm to generate the pkgconfig(...) provides correctly. In order
+ to fix this, we now check for those variables and insert them
+ in the pc files before installation if they're missing.
+
+- Update to version 1.22.0:
+ + AV1 video codec support improvements
+ + New HLS, DASH and Microsoft Smooth Streaming adaptive streaming
+ clients
+ + Qt6 support for rendering video inside a QML scene
+ + Minimal builds optimised for binary size, including only the
+ individual elements needed
+ + Playbin3, Decodebin3, UriDecodebin3, Parsebin enhancements and
+ stabilisation
+ + WebRTC simulcast support and support for Google Congestion
+ Control
+ + WebRTC-based media server ingestion/egress (WHIP/WHEP) support
+ + New easy to use batteries-included WebRTC sender plugin
+ + Easy RTP sender timestamp reconstruction for RTP and RTSP
+ + ONVIF timed metadata support
+ + New fragmented MP4 muxer and non-fragmented MP4 muxer
+ + New plugins for Amazon AWS storage and audio transcription
+ services
+ + New gtk4paintablesink and gtkwaylandsink renderers
+ + New videocolorscale element that can convert and scale in one
+ go for better performance
+ + High bit-depth video improvements
+ + Touchscreen event support in navigation API
+ + Rust plugins now shipped in macOS and Windows/MSVC binary
+ packages
+ + H.264/H.265 timestamp correction elements for PTS/DTS
+ reconstruction before muxers
+ + Improved design for DMA buffer sharing and modifier handling
+ for hardware-accelerated video decoders/encoders/filters and
+ capturing/rendering on Linux
+ + Video4Linux2 hardware accelerated decoder improvements
+ + CUDA integration and Direct3D11 integration and plugin
+ improvements
+ + New H.264 / AVC, H.265 / HEVC and AV1 hardware-accelerated
+ video encoders for AMD GPUs using the Advanced Media Framework
+ (AMF) SDK
+ + applemedia: H.265 / HEVC video encoding + decoding support
+ + androidmedia: H.265 / HEVC video encoding support
+ + New "force-live" property for audiomixer, compositor,
+ glvideomixer, d3d11compositor etc.
+ + Lots of new plugins, features, performance improvements and bug
+ fixes
+- Rebase patches with quilt.
+
+- update to 1.20.5:
+ + This release only contains bugfixes and it should be safe to
+ upgrade from 1.20.x.
+ + systemclock waiting fixes for certain 32-bit platforms/libcs
+ + alphacombine: robustness improvements for corner case scenarios
+ + avfvideosrc: Report latency when doing screen capture
+ + d3d11videosink: various thread-safety and stability fixes
+ + decklink: fix performance issue when HDMI signal has been lost
+ for a long time
+ + flacparse: Fix handling of headers advertising 32 bits per
+ sample
+ + mpegts: Handle when iconv doesn't support ISO 6937 (e.g. musl
+ libc)
+ + opengl: fix automatic dispmanx detection for rpi4 and fix usage
+ of eglCreate/DestroyImage
+ + opusdec: Various channel-related fixes
+ + textrender: event handling fixes, esp. for GAP event
+ + subparse: Fix non-closed tag handling
+ + videoscale: fix handling of unknown buffer metas
+ + videosink: reverse playback handling fixes
+ + qtmux: Prefill mode fixes, especially for raw audio
+ + multiudpsink: allow binding to IPv6 address
+ + rtspsrc:
+ - Fix usage of IPv6 connections in SETUP
+ - Only EOS on timeout if all streams are timed out/EOS
+ + splitmuxsrc: fix playback stall if there are unlinked pads
+ + v4l2: Fix SIGSEGV on state change during format changes
+ + wavparse robustness fixes
+ + Fix static linking on macOS (opengl, vulkan)
+ + gstreamer-vaapi: fix headless build against mesa >= 22.3.0
+ + GStreamer Editing Services library: Fix build with tools
+ disabled
+ + webrtc example/demo fixes
+ + unit test fixes for aesdec and rtpjitterbuffer
+ + Cerbero: Fix ios cross-compile with cmake on M1; some recipe
+ updates and other build fixes
+ + Miscellaneous bug fixes, memory leak fixes, and other stability
+ and reliability improvements
+ + Performance improvements
+ + Changes in gstreamer base package:
+ - allocator: Copy allocator name in gst_allocator_register()
+ - concat: Properly propagate EOS seqnum
+ - fakesrc: avoid time overflow with datarate
+ - Fix build of 1.20 branch with Meson 0.64.1 for those who have
+ hotdoc installed on their system.
+ - gst-inspect: Don't leak list
+ - meson: fix check for pthread_setname_np()
+ - miniobject: support higher refcount values
+ - pads: Fix non-serialized sticky event push, e.g. instant
+ change rate events
+ - padtemplate: Fix annotations
+ - systemclock: Use futex_time64 syscall on x32 and other
+ platforms that always...
+ - -Wimplicit-function-declaration in pthread_setname_np check
+ (missing GNUSOURCE)
+
+- Update to version 1.20.4:
+ + Highlighted bugfixes in 1.20.4:
+ - avaudiodec: fix playback issue with WMA files, would throw an
+ error at EOS with FFmpeg 5.x
+ - Fix deadlock when loading gst-editing-services plugin
+ - Fix input buffering capacity in live mode for aggregator,
+ video/audio aggregator subclasses, muxers
+ - glimagesink: fix crash on Android
+ - subtitle handling and subtitle overlay fixes
+ - matroska-mux: allow width + height changes for
+ avc3|hev1|vp8|vp9
+ - rtspsrc: fix control url handling for spec compliant servers
+ and add fallback for incompliant servers
+ - WebRTC fixes
+ - RTP retransmission fixes
+ - video: fixes for formats with 4x subsampling and horizontal
+ co-sited chroma (Y41B, YUV9, YVU9 and IYU9)
+ - Fix consuming of the macOS package as a framework in XCode
+ - Performance improvements
+ - Miscellaneous bug fixes, memory leak fixes, and other
+ stability and reliability improvements
+ + gstreamer:
+ - buffer: drop parent meta in deep copy/foreach_metadata
+ - devicemonitor: Use a sync bus handler for the provider to
+ avoid accumulating all messages until the provider is stopped
+ - element: Fix requesting of pads with string templates
+ - gst:
+ . Protect initialization state with a recursive mutex
+ . Add missing define guard for build without gstreamer debug
+ logging support
+ - gst_init: Initialize static plugins just before dynamic plugins
+ - info: Parse "NONE" as a valid level name
+ - meta: Set the parent refcount of the GstStructure correctly
+ - pluginloader: Don't hang on short reads/writes
+ - tracers: leaks:
+ . Fix potentially invalid memory access when trying to detect
+ object type
+ . Fix object-refings.class flags
+ - uri: When setting the same string again do nothing
+ - value: Don't loop forever when serializing invalid flag
+ + Base Libraries:
+ - aggregator:
+ . Fix input buffering in live mode (was too low before in
+ many cases)
+ . Fix reversed active/flushing arguments in debug log output
+ . Reset EOS flag after receiving a stream-start event
+ + Core Elements: queue2:
+ - Hold the lock when modifying sinkresult
+ - Fix deadlock when deactivate is called in pull mode
+
+- Update to version 1.20.3
+ + Highlighted bugfixes:
+ - Security fixes in Matroska, MP4 and AVI demuxers
+ - Fix scrambled video playback with hardware-accelerated
+ VA-API decoders on certain Intel hardware
+ - playbin3/decodebin3 regression fix for unhandled streams
+ - Fragmented MP4 playback fixes
+ - Android H.265 encoder mapping
+ - Playback of MXF files produced by FFmpeg before March 2022
+ - Fix rtmp2sink crashes on 32-bit platforms
+ - WebRTC improvements
+ - D3D11 video decoder and screen recorder fixes
+ - Performance improvements
+ - Support for building against OpenCV 4.6 and other build fixes
+ - Miscellaneous bug fixes, memory leak fixes, and other
+ stability and reliability improvements
+ + gstreamer:
+ - clock: Avoid creating a weakref with every entry
+ (performance improvement)
+ - plugin: add Apache 2 license to list of known licenses to avoid
+ warning
+ - gst_plugin_load_file: force plugin reload if filename differs
+ Add support for LoongArch
+
+- Enable use of libunwind on riscv64
+
+- Update to version 1.20.2
+ + Highlighted bugfixes:
+ - avviddec: Remove vc1/wmv3 override and fix crashes on WMV
+ files with FFMPEG 5.0+
+ - macOS: fix plugin discovery for GStreamer installed via brew
+ and fix loading of Rust plugins
+ - rtpbasepayload: various header extension handling fixes
+ - rtpopusdepay: fix regression in stereo input handling if
+ sprop-stereo is not advertised
+ - rtspclientsink: fix possible shutdown deadlock
+ - mpegts: gracefully handle "empty" program maps and fix AC-4
+ detection
+ - mxfdemux: Handle empty VANC packets and fix EOS handling
+ - playbin3: various playbin3, uridecodebin3, and playsink fixes
+ - ptpclock: fix initial sync-up with certain devices
+ - gltransformation: let graphene alloc its structures memory
+ aligned
+ - webrtcbin fixes and webrtc sendrecv example improvements
+ - video4linux2: various fixes including some fixes for
+ Raspberry Pi users
+ - videorate segment handling fixes and other fixes
+ - nvh264dec, nvh265dec: Fix broken key-unit trick modes and
+ reverse playback
+ - wpe: Reintroduce persistent WebContext
+ - cerbero: Make it easier to consume 1.20.1 macOS GStreamer
+ .pkgs
+ - build fixes and gobject annotation fixes
+ - bug fixes, security fixes, memory leak fixes, and other
+ stability and reliability improvements
+ + gstreamer:
+ - devicemonitor: clean up signal handlers and hidden providers
+ list
+ - Leaks tracer: fix pthread_atfork return value check leading
+ to bogus warning in log
+ - Rust plugins: Not picked up by the plugin loader on macOS
+ - Failed to use plugins of latest GStreamer version 1.20.x
+ installed by brew on macOS
+ - ptpclock: Allow at least 100ms delay between Sync/Follow_Up
+ and Delay_Req/Delay_Resp messages. Fixes problems acquiring
+ initial sync with certain devices
+ - meson: Add -Wl,-rpath,${libdir} on macOS
+ - registry: skip Rust dep builddirs when searching for plugins
+ recursively
+
gstreamer-plugins-base
+- Add patch to reduce the required meson version to 0.61.0 since
+ that's what we have in SLE 15:
+ * reduce-required-meson.patch
+- Probably because of a problem in SLE's meson, the generated
+ pkgconfig files are missing some variables that are needed by
+ rpm to generate the pkgconfig(...) provides correctly. In order
+ to fix this, we now check for those variables and insert them
+ in the pc files before installation if they're missing.
+
+- Update to version 1.22.0:
+ + Please see changes in gstreamer main package, major version
+ bump.
+- Rebase patches with quilt.
+- Add pkgconfig(xi) BuildRequires: New dependency.
+
+- Update to version 1.20.5:
+ + audioconvert, audioresample, audiofilter: fix divide by 0 for
+ input buffer without caps
+ + cdparanoia: Ignore compiler warning coming from the cdparanoia
+ header
+ + oggdemux, parsebin: More leak fixes
+ + opengl:
+ - Fix automatic dispmanx detection for rpi4
+ - Fix usage of eglCreate/DestroyImage
+ - Fix static linking on macOS
+ + Bump core requirement in 1.20 branch to 1.20.4
+ + oggdemux: Don't leak incoming EOS event
+ + opusdec: Various channel-related fixes
+ + subparse: Fix non-closed tag handling.
+ + textrender:
+ - Don't blindly forward all events and don't blindly forward
+ all events
+ - Negotiate caps on a GAP event if none were negotiated yet
+ + timeoverlay: fix pad leak
+ + videodecoder: Only post latency message if it changed
+ + videoscale: buffer meta handling fixes (NULL-terminate array of
+ valid meta tags)
+ + videosink: Don't return unknown end-time from get_times()
+
+- Update to version 1.20.4:
+ + decodebin3:
+ - Fix mutex leaks
+ - Fix memory issues with active selection list
+ - uridecodebin3, urisourcebin: Event handling fixes
+ - Fix EOS event sequence
+ + parsebin:
+ - Avoid crash with unknown streams
+ - SIGSEGV during HLS stream using souphttpsrc
+ + glimagesink:
+ - Only allow setting the GL display/context if it is a valid
+ value
+ - Segfault on android devices
+ + gstgl: Fix several memory leaks in macOS
+ + opusenc: improve inband-fec property documentation
+ + playsink: Hold a reference to the soft volume element
+ + pbutils: descriptions: fix
+ gst_pb_utils_get_caps_description_flags()
+ + rtspurl: Use gst_uri_join_strings() in
+ gst_rtsp_url_get_request_uri_with_control() instead of a
+ hand-crafted, wrong version
+ + rtspconnection: protect cancellable by a mutex
+ + sdpmessage: Don't set SDP medias from caps without
+ media/payload/clock-rate fields
+ + samiparse: fix handling of self-closing tags
+ + ssaparse: include required system headers for isspace() and
+ sscanf() functions
+ + subparse: fix crash when parsing invalid timestamps in mpl2
+ + subparse fixes
+ + textoverlay: Don't miscalculate text running times
+ + videoaggregator: always convert when user provides
+ converter-config
+ + video: Fix scaling in 4x horizontal co-sited chroma (Y41B,
+ YUV9, YVU9 and IYU9)
+ + xmptag: register musicbrainz tags during init to fix critical
+ in jpegparse
+ + xvimagesink: fix image leaks in error code path
+ + tests: skip unit tests for dependency-less elements that have
+ been disabled
+
+- Update to version 1.20.3:
+ + typefindfunctions: Fix WebVTT format detection for very short
+ files
+ + gldisplay: Reorder GST_GL_WINDOW check for egl-device
+ + rtpbasepayload: Copy all buffer metadata instead of just
+ GstMetas for the input meta buffer
+ + codec-utils: Avoid out-of-bounds error
+ + navigation: Fix Since markers for mouse scroll events
+ + videoaggregator: Fix for unhandled negative rate
+ + videoaggregator: Use floor() to calculate current position
+ + video-color: Fix for missing clipping in PQ EOTF function
+ + gst-play-1.0: Fix trick-mode handling in keyboard shortcut
+ + audiovisualizer: shader: Fix out of bound write
+
+- Update to version 1.20.2:
+ + appsrc: Clarify buffer ref semantics in signals documentation
+ + appsrc: fix annotations for bindings
+ + typefind: Skip extension parsing for data:// URIs, fixing
+ regression with mp4 files serialised to data uris
+ + playbin3: various fixes
+ + playbin3: fix missing lock when unknown stream type in
+ pad-removed cb
+ + decodebin3: fix collection leaks
+ + decodebin3: Don't duplicate stream selections
+ + discoverer: chain up to parent finalize methods in all our
+ types to fix memory leaks
+ + glmixerbin: slightly better pad/element creation
+ + gltransformation: let graphene alloc its structures memory
+ aligned
+ + ogg: fix possible buffer overrun
+ + rtpbasepayload: Don't write header extensions if there's no
+ corresponding...
+ + rtpbasepayload: always store input buffer meta before
+ negotiation
+ + rtpbasepayload: fix transfer annotation for push and push_list
+ + subparse: don't try to index string with -1
+ + riff-media: fix memory leak after usage for g_strjoin()
+ + playbin/playbin3: Allow setting a NULL URI
+ + playsink: Complete reconfiguration on pad release.
+ + parsebin: Expose streams of unknown type
+ + pbutils: Fix wmv screen description detection
+ + subparse: don't deref a potentially NULL variable
+ + rawvideoparse: set format from caps in
+ gst_raw_video_parse_set_config_from_caps
+ + videodecoder: release stream lock after handling gap events
+ + videorate: fix assertion when pushing last and only buffer
+ without duration
+ + videorate: Revert "don't reset on segment update" to fix
+ segment handling regressions
+ + gst-play-1.0, gst-launch-1.0: Enable win32 high-resolution
+ timer also for MinGW build
+- Drop patch already included in 1.20.2:
+ + 5a074a11f90e3d70b24bf0c535ab0480fad9e701.patch
+
kernel-default
+- powerpc/64s: Make POWER10 and later use pause_short in cpu_relax
+ loops (bsc#1208376 ltc#201076).
+- powerpc: add ISA v3.0 / v3.1 wait opcode macro (bsc#1208376
+ ltc#201076).
+- commit 2a06230
+
+- ibmvnic: Assign XPS map to correct queue index (bsc#1208757
+ ltc#201720 jsc#PED-2322 git-fixes).
+- commit be76316
+
+- Update
+ patches.suse/usb-dwc3-dwc3-qcom-Add-missing-platform_device_put-i.patch
+ (bsc#1208741 CVE-2023-22995).
+ Added CVE reference for fix already present
+- commit 80a158a
+
+- loop: fix ioctl calls using compat_loop_info (bsc#1207333).
+- commit 11a60da
+
+- Add missing s390 vfio patch hunk (bsc#1208565 ltc#201535).
+- Refresh patches.suse/vfio-simplify-iommu-group-allocation-for-mediated-devices.
+- Refresh patches.suse/s390-vfio-ap-prepare-for-dynamic-update-of-guest-s-APCB-on-queue.
+- Refresh patches.suse/s390-vfio-ap-rename-matrix_dev-lock-mutex-to-matrix_dev-mdevs_lo.
+- commit 43ce0be
+
+- Update kabi files.
+ Based on PublicBeta-202302 ISO, kernel 5.14.21-150500.40.1
+- commit 2b36ed6
+
+- Update
+ patches.suse/usb-rndis_host-Secure-rndis_query-check-against-int-.patch
+ (CVE-2023-23559 bsc#1207051).
+ Added CVE reference to existing fix
+- commit af8ad62
+
+- Update kabi files.
+ Add arm64 64kb flavor, based on daily build 5.14.21-150500.9.1.g9b76281.aarch64.rpm
+- commit 2a6f1f8
+
+- Fix page corruption caused by racy check in __free_pages
+ (bsc#1208149).
+- commit 4cd4141
+
+- ipmi:ssif: Add a timer between request retries (bsc#1206459).
+- ipmi:ssif: Remove rtc_us_timer (bsc#1206459).
+- ipmi_ssif: Rename idle state and check (bsc#1206459).
+- ipmi:ssif: resend_msg() cannot fail (bsc#1206459).
+- commit b0ebf1b
+
+- Delete
+ patches.suse/ipmi-ssif-Add-60ms-time-internal-between-write-retri.patch.
+- commit 8704cd7
+
+- drm/i915/dg2: Drop force_probe requirement (bsc#1208203
+ jsc#PED-1218).
+- commit 4a027ed
+
+- module: Don't wait for GOING modules (bsc#1196058, bsc#1186449,
+ bsc#1204356, bsc#1204662).
+- commit 4544b7b
+
kernel-firmware
+- Update to version 20230210 (git commit bf4115c1aa2b):
+ * linux-firmware: Update AMD cpu microcode
+ * brcm: revert firmware files for Cypress devices
+ * brcm: restore previous firmware file for BCM4329 device
+ * rtw88: 8822c: Update normal firmware to v9.9.14
+ * i915: Add DMC v2.11 for MTL (jsc#PED-1225)
+ * linux-firmware: Add firmware for Cirrus CS35L41 on UM3402 ASUS Laptop
+ * linux-firmware: Add missing tuning files for HP Laptops using Cirrus Amps (bsc#1203699)
+ * i915: Add DMC v2.18 for ADLP (jsc#PED-1225)
+
+- Update to version 20230125 (git commit 5c11a3742947):
+ (jsc#PED-1167, jsc#PED-1169, jsc#PED-1171)
+ * amdgpu: Add VCN 4.0.2 firmware
+ * amdgpu: Add PSP 13.0.4 firmware
+ * amdgpu: Add SDMA 6.0.1 fimware
+ * amdgpu: Add GC 11.0.1 firmware
+ * amdgpu: Add DCN 3.1.4 firmware
+ * iwlwifi: remove old intermediate 5.15+ firmwares
+ * iwlwifi: remove 5.10 and 5.15 intermediate old firmwares
+ * iwlwifi: remove 5.4 and 5.10 intermediate old firmwares
+ * iwlwifi: remove 4.19 and 5.4 intermediate old firmwares
+ * iwlwifi: remove old unsupported older than 4.14 LTS
+ * linux-firmware: update firmware for MT7921 WiFi device
+ * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
+ * amdgpu: update vangogh firmware
+ * linux-firmware: Update firmware file for Intel Bluetooth AX201
+ * linux-firmware: Update firmware file for Intel Bluetooth AX201
+ * linux-firmware: Update firmware file for Intel Bluetooth AX211
+ * linux-firmware: Update firmware file for Intel Bluetooth AX211
+ * linux-firmware: Update firmware file for Intel Bluetooth AX210
+ * linux-firmware: Update firmware file for Intel Bluetooth AX200
+ * linux-firmware: Update firmware file for Intel Bluetooth AX201
+ * linux-firmware: Update firmware file for Intel Bluetooth 9560
+ * linux-firmware: Update firmware file for Intel Bluetooth 9260
+ * brcm: add configuration files for CyberTan WC121
+ * qcom: add firmware files for Adreno A200
+ * rtw89: 8852c: update fw to v0.27.56.10
+ * QCA: Add Bluetooth firmware for QCA2066
+
kernel-firmware:compressed
+- Update to version 20230210 (git commit bf4115c1aa2b):
+ * linux-firmware: Update AMD cpu microcode
+ * brcm: revert firmware files for Cypress devices
+ * brcm: restore previous firmware file for BCM4329 device
+ * rtw88: 8822c: Update normal firmware to v9.9.14
+ * i915: Add DMC v2.11 for MTL (jsc#PED-1225)
+ * linux-firmware: Add firmware for Cirrus CS35L41 on UM3402 ASUS Laptop
+ * linux-firmware: Add missing tuning files for HP Laptops using Cirrus Amps (bsc#1203699)
+ * i915: Add DMC v2.18 for ADLP (jsc#PED-1225)
+
+- Update to version 20230125 (git commit 5c11a3742947):
+ (jsc#PED-1167, jsc#PED-1169, jsc#PED-1171)
+ * amdgpu: Add VCN 4.0.2 firmware
+ * amdgpu: Add PSP 13.0.4 firmware
+ * amdgpu: Add SDMA 6.0.1 fimware
+ * amdgpu: Add GC 11.0.1 firmware
+ * amdgpu: Add DCN 3.1.4 firmware
+ * iwlwifi: remove old intermediate 5.15+ firmwares
+ * iwlwifi: remove 5.10 and 5.15 intermediate old firmwares
+ * iwlwifi: remove 5.4 and 5.10 intermediate old firmwares
+ * iwlwifi: remove 4.19 and 5.4 intermediate old firmwares
+ * iwlwifi: remove old unsupported older than 4.14 LTS
+ * linux-firmware: update firmware for MT7921 WiFi device
+ * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
+ * amdgpu: update vangogh firmware
+ * linux-firmware: Update firmware file for Intel Bluetooth AX201
+ * linux-firmware: Update firmware file for Intel Bluetooth AX201
+ * linux-firmware: Update firmware file for Intel Bluetooth AX211
+ * linux-firmware: Update firmware file for Intel Bluetooth AX211
+ * linux-firmware: Update firmware file for Intel Bluetooth AX210
+ * linux-firmware: Update firmware file for Intel Bluetooth AX200
+ * linux-firmware: Update firmware file for Intel Bluetooth AX201
+ * linux-firmware: Update firmware file for Intel Bluetooth 9560
+ * linux-firmware: Update firmware file for Intel Bluetooth 9260
+ * brcm: add configuration files for CyberTan WC121
+ * qcom: add firmware files for Adreno A200
+ * rtw89: 8852c: update fw to v0.27.56.10
+ * QCA: Add Bluetooth firmware for QCA2066
+
krb5
+- Update to 1.20.1; (bsc#1205126); (CVE-2022-42898);
+ * Fix integer overflows in PAC parsing [CVE-2022-42898].
+ * Fix null deref in KDC when decoding invalid NDR.
+ * Fix memory leak in OTP kdcpreauth module.
+ * Fix PKCS11 module path search.
+- update to 1.20.0:
+ * Added a "disable_pac" realm relation to suppress adding PAC authdata
+ to tickets, for realms which do not need to support S4U requests.
+ * Most credential cache types will use atomic replacement when a cache
+ is reinitialized using kinit or refreshed from the client keytab.
+ * kprop can now propagate databases with a dump size larger than 4GB,
+ if both the client and server are upgraded.
+ * kprop can now work over NATs that change the destination IP address,
+ if the client is upgraded.
+ * Updated the KDB interface. The sign_authdata() method is replaced
+ with the issue_pac() method, allowing KDB modules to add logon info
+ and other buffers to the PAC issued by the KDC.
+ * Host-based initiator names are better supported in the GSS krb5
+ mechanism.
+ * Replaced AD-SIGNEDPATH authdata with minimal PACs.
+ * To avoid spurious replay errors, password change requests will not
+ be attempted over UDP until the attempt over TCP fails.
+ * PKINIT will sign its CMS messages with SHA-256 instead of SHA-1.
+ * Updated all code using OpenSSL to be compatible with OpenSSL 3.
+ * Reorganized the libk5crypto build system to allow the OpenSSL
+ back-end to pull in material from the builtin back-end depending on
+ the OpenSSL version.
+ * Simplified the PRNG logic to always use the platform PRNG.
+ * Converted the remaining Tcl tests to Python.
+- update to 1.19.3 (bsc#1189929, CVE-2021-37750):
+ * Fix a denial of service attack against the KDC [CVE-2021-37750].
+ * Fix KDC null deref on TGS inner body null server
+ * Fix conformance issue in GSSAPI tests
+- Resolve "Credential cache directory /run/user/0/krb5cc does not
+ exist while opening default credentials cache" by using a kernel
+ keyring instead of a dir cache; (bsc#1109830);
+- Added hardening to systemd services; (bsc#1181400);
+- Drop 0009-Fix-KDC-null-deref-on-TGS-inner-body-null-server.patch,
+ fixed in release 1.20.0
+- Drop 0010-Fix-integer-overflows-in-PAC-parsing.patch,
+ fixed in release 1.20.1
+
- protocol messages.
+ protocol messages; (CVE-2020-28196); (bsc#1178512);
- cross-realm S4U2Self requests is also now more robust.
+ cross-realm S4U2Self requests is also now more robust
+ (CVE-2018-20217).
libraw
+- security update
+- added patches
+ fix CVE-2021-32142 [bsc#1208470], Buffer Overflow in the LibRaw_buffer_datastream:gets function
+ + libraw-CVE-2021-32142.patch
+
libxslt
+- Security Fix: [bsc#1208574, CVE-2021-30560]
+ * Use after free in Blink XSLT
+ * Add libxslt-CVE-2021-30560.patch
+
libyui
+- Fixed build with GCC13 (-Woverloaded-virtual) (bsc#1208238)
+- build-all: Don't build bindings with --small (-s)
+- More docs for YShortcutManager (FAQ for our QA)
+- Merged PR #88 from krai:
+ libyui-ncurses: Replace off64_t with off_t and stat64 with stat
+- 4.4.9
+
libyui:libyui-ncurses
+- Fixed build with GCC13 (-Woverloaded-virtual) (bsc#1208238)
+- build-all: Don't build bindings with --small (-s)
+- More docs for YShortcutManager (FAQ for our QA)
+- Merged PR #88 from krai:
+ libyui-ncurses: Replace off64_t with off_t and stat64 with stat
+- 4.4.9
+
libyui:libyui-ncurses-pkg
+- Fixed build with GCC13 (-Woverloaded-virtual) (bsc#1208238)
+- build-all: Don't build bindings with --small (-s)
+- More docs for YShortcutManager (FAQ for our QA)
+- Merged PR #88 from krai:
+ libyui-ncurses: Replace off64_t with off_t and stat64 with stat
+- 4.4.9
+
libyui:libyui-qt
+- Fixed build with GCC13 (-Woverloaded-virtual) (bsc#1208238)
+- build-all: Don't build bindings with --small (-s)
+- More docs for YShortcutManager (FAQ for our QA)
+- Merged PR #88 from krai:
+ libyui-ncurses: Replace off64_t with off_t and stat64 with stat
+- 4.4.9
+
mdadm
+- mdadm fails to change bitmap type from none to clustered (bsc#1208618)
+ 1006-Grow-fix-can-t-change-bitmap-type-from-none-to-clust.patch
+
nano
+- update to 7.2:
+ * is prevented from pasting in view mode.
+
nfs-utils
+- Rename all drop-in options.conf files as 10-options.conf
+ This makes it easier for other packages to over-ride
+ with a drop-in with a later sequence number.
+ resource-agents does this.
+ (bsc#1207843)
+
+- 0026-modprobe-avoid-error-messages-if-sbin-sysctl-fail.patch
+ Avoid modprobe errors when sysctl is not installed.
+ (bsc#1200710 bsc#1207022 bsc#1206781)
+- 0027-nfsd-allow-server-scope-to-be-set-with-config-or-com.patch
+ Add "-S scope" option to rpc.nfsd to simplify fail-over cluster
+ config.
+ (bsc#1203746)
+
openssl-1_1
+- FIPS: Serialize jitterentropy calls [bsc#1207994]
+ * Add openssl-1_1-serialize-jitterentropy-calls.patch
+
patterns-base
+- Rename command-not-found to scout-command-not-found
+ * command-not-found RPM has showed in pool still, we need to recommands
+ the exact filename to avoid the old one got picked
+
php7
+ fix CVE-2023-0568 [bsc#1208366], NULL byte off-by-one in php_check_specific_open_basedir
+ + php7-CVE-2023-0568.patch
+ fix CVE-2023-0662 [bsc#1208367], DoS vulnerability when parsing multipart request body
+ + php7-CVE-2023-0662.patch
+ https://github.com/php/php-src/commit/a92acbad873a05470af1a47cb785a18eadd827b5, relates to CVE-2023-0567 [bsc#1208388]
+ + php7-crypt-possible-buffer-overread.patch
+
+- security update
+- added patches
postgresql15
+- Update to 15.2:
+ * CVE-2022-41862, bsc#1208102: memory leak in libpq
+ * https://www.postgresql.org/about/news/2592/
+ * https://www.postgresql.org/docs/15/release-15-2.html
+- Bump latest_supported_llvm_ver to 15.
+
python3
+- Add bpo27321-email-no-replace-header.patch to stop
+ email.generator.py from replacing a non-existent header
+ (bsc#1208443, gh#python/cpython#71508).
+
+- Add CVE-2022-45061-DoS-by-IDNA-decode.patch to avoid
+ CVE-2022-45061 (bsc#1205244) allowing DoS by IDNA decoding
+ extremely long domain names.
+
qemu
+- Fixes: jsc#PED-1716 Add S390 features from IBM requirements
+ * Patches added:
+ dump-Add-architecture-section-and-sectio.patch
+ dump-Refactor-dump_iterate-and-introduce.patch
+ dump-Reintroduce-memory_offset-and-secti.patch
+ dump-Rename-write_elf_loads-to-write_elf.patch
+ dump-Rename-write_elf-_phdr_note-to-prep.patch
+ dump-Reorder-struct-DumpState.patch
+ dump-Replace-opaque-DumpState-pointer-wi.patch
+ dump-Rework-dump_calculate_size-function.patch
+ dump-Rework-filter-area-variables.patch
+ dump-Rework-get_start_block.patch
+ dump-Split-elf-header-functions-into-pre.patch
+ dump-Use-a-buffer-for-ELF-section-data-a.patch
+ dump-Write-ELF-section-headers-right-aft.patch
+ include-elf.h-add-s390x-note-types.patch
+ s390x-Add-KVM-PV-dump-interface.patch
+ s390x-Add-protected-dump-cap.patch
+ s390x-Introduce-PV-query-interface.patch
+ s390x-pv-Add-dump-support.patch
+
+- Fixed: bsc#1205847 (CVE-2022-4172), bsc#1203788 (CVE-2022-3165),
+ bsc#1205808 (CVE-2022-4144), bsc#1206527, bsc#1208139
+- Improved handling of: bsc#1202282 (jsc#PED-2592)
+ * Patches dropped:
+ pc-q35-Bump-max_cpus-to-1024.patch
+ * Patches added:
+ accel-abort-if-we-fail-to-load-the-accel.patch
+ bios-tables-test-add-test-for-number-of-.patch
+ bios-tables-test-teach-test-to-use-smbio.patch
+ dmg-warn-when-opening-dmg-images-contain.patch
+ hw-acpi-erst.c-Fix-memory-handling-issue.patch
+ hw-display-qxl-Avoid-buffer-overrun-in-q.patch
+ hw-display-qxl-Document-qxl_phys2virt.patch
+ hw-display-qxl-Have-qxl_log_command-Retu.patch
+ hw-display-qxl-Pass-requested-buffer-siz.patch
+ hw-smbios-add-core_count2-to-smbios-tabl.patch
+ hw-smbios-support-for-type-8-port-connec.patch
+ module-add-Error-arguments-to-module_loa.patch
+ module-removed-unused-function-argument-.patch
+ module-rename-module_load_one-to-module_.patch
+ openSUSE-pc-q35-Bump-max_cpus-to-1024.patch
+ s390x-tod-kvm-don-t-save-restore-the-TOD.patch
+ tests-acpi-allow-changes-for-core_count2.patch
+ tests-acpi-update-tables-for-new-core-co.patch
+ ui-vnc-clipboard-fix-integer-underflow-i.patch
+
+- Refactor building and installing SeaBIOS docs
+
+- Rename submodule patches so that it's clear which ones
+ are backports and which ones are downstream only fixes;
+- No functional change intended.
+ * Patches dropped:
+ Ignore-spurious-GCC-12-warning.patch
+ roms-sgabios-Fix-csum8-to-be-built-by-ho.patch
+ Makefile-define-endianess-for-cross-buil.patch
+ ipxe-Makefile-fix-issues-of-build-reprod.patch
+ qboot-add-cross.ini-file-to-handle-aarch.patch
+ sgabios-Makefile-fix-issues-of-build-rep.patch
+ Silence-GCC-12-spurious-warnings.patch
+ build-be-explicit-about-mx86-used-note-n.patch
+ enable-cross-compilation-on-ARM.patch
+ stub-out-the-SAN-req-s-in-int13.patch
+ help-compiler-out-by-initializing-array.patch
+ seabios-switch-to-python3-as-needed.patch
+ * Patches added:
+ openSUSE-Basetools-Ignore-spurious-GCC-1.patch
+ openSUSE-Makefile-Fix-csum8-to-be-built-.patch
+ openSUSE-Makefile-define-endianess-for-c.patch
+ openSUSE-Makefile-fix-issues-of-build-re.patch
+ openSUSE-add-cross.ini-file-to-handle-aa.patch
+ openSUSE-build-Makefile-fix-issues-of-bu.patch
+ openSUSE-build-Silence-GCC-12-spurious-w.patch
+ openSUSE-build-be-explicit-about-mx86-us.patch
+ openSUSE-build-enable-cross-compilation-.patch
+ openSUSE-pcbios-stub-out-the-SAN-req-s-i.patch
+ openSUSE-switch-to-python3-as-needed.patch
+ openSUSE-test-help-compiler-out-by-initi.patch
+
s390-tools
+- Applied the following patches (bsc#1208527, bsc#1206173)
+ * s390-tools-sles15sp5-01-zipl-boot-discard-.eh_frame-and-.interp-input-sectio.patch
+ * s390-tools-sles15sp5-02-zipl-boot-declare-that-no-executable-stack-is-requir.patch
+ * s390-tools-sles15sp5-03-zipl-boot-use-no-warn-rwx-segments-linker-flag.patch
+ * s390-tools-sles15sp5-04-zipl-boot-disable-build-id.patch
+ * s390-tools-sles15sp5-05-zipl-boot-simplify-objcopy-commands.patch
+ * s390-tools-sles15sp5-06-zipl-move-STAGE2_MAX_SIZE-and-STAGE1B_LOAD_ADDR-to-l.patch
+ * s390-tools-sles15sp5-07-zipl-boot-use-linker-scripts-for-all-bootloaders.patch
+ * s390-tools-sles15sp5-08-genprotimg-boot-declare-that-no-executable-stack-is-.patch
+ * s390-tools-sles15sp5-09-genprotimg-boot-use-no-warn-rwx-segments-linker-flag.patch
+ * s390-tools-sles15sp5-10-genprotimg-boot-disable-build-id.patch
+ * s390-tools-sles15sp5-11-genprotimg-boot-Makefile-simplify-objcopy-command.patch
+ * s390-tools-sles15sp5-12-genprotimg-boot-improve-linker-scripts.patch
+ * s390-tools-sles15sp5-13-genprotimg-boot-stage3b-add-size-check-to-the-linker.patch
+ * s390-tools-sles15sp5-14-genprotimg-boot-stage3b_reloc.bin-add-linker-script.patch
+ * s390-tools-sles15sp5-15-zipl-Embed-loader-data-directly-into-boot-object.patch
+
+- Implemented read_values -u. The result of -u is a unique identifier composed of:
+ * Machine Serial Number.
+ * LPAR Name.
+ * VM Name (can be optional).
+
scout
+- Update to version 0.2.7+20230124.b4e3468:
+ * Bump version to v0.2.7
+ * allow multiple baseurls in repo file
+ * remove deprecated class
+ * Translated using Weblate (Macedonian, German, Ukrainian)
+
+- Update to version 0.2.6+20211130.022a45c:
+ * Fix finding packages from repo with / in name
+ * Translated using Weblate (French, Slovak, Spanish)
+
+- Update to version 0.2.5+20210424.3bff388:
+ * Work with newer python3-rpm
+
+- Rename command-not-found to scout-command-not-found and add command-not-found provides
+
+- Update to version 0.2.4+20210325.6c2d9f3:
+ * Fix output of cnf ambiguous install (boo#1183980)
+ * Translated using Weblate (Indonesian, Catalan)
+ * Stop ignoring exceptions
+
+- Update to version 0.2.3+20200115.5b1005a:
+ * Bump version to 0.2.3
+ * Return success if found
+ * Update docs
+ * cnf: allow to install found package
+ * Translated using Weblate (Finnish, Estonian, Norwegian Nynorsk)
+
spice-vdagent
+- Drop allow-enable-on-boot-spice-vdagentd.service.patch. udev takes
+ care of this already.
+- Don't call systemctl enable in %post, that's what presets are for.
+- Add 0001-Switch-to-spice-vdagent.service-by-default.patch to allow
+ use of spice-vdagent.service
+
sudo
+- Added sudo-no-double-free.patch
+ * bsc#1208595
+ * Fix a situation where per-command chroot sudoers rules can cause
+ a double-free.
+
+- Added sudo-fix_NULL_deref_RunAs.patch
+ * bsc#1206483
+ * Fix a situation where "sudo -U otheruser -l" would dereference
+ a NULL pointer.
+
+- Added sudo-CVE-2023-22809.patch
+ * CVE-2023-22809
+ * bsc#1207082
+ * Prevent '--' in the EDITOR environment variable which can allow
+ users to edit sensitive files as root.
+
systemd
+- Drop a workaround related to systemd-timesyncd that addressed a Factory issue.
+
+- Conditionalize the use of /lib/modprobe.d only on systems with split usr
+ support enabled (i.e. SLE).
+
+- Import commit 119740915155d473de087bd633ba62c1c3e47d36 (merge of v249.15)
+ For a complete list of changes, visit:
+ https://github.com/openSUSE/systemd/compare/1bfa716e7fb6d7169cece864e75dfe9e52914c99...119740915155d473de087bd633ba62c1c3e47d36
+
+- Make use of the %systemd_* rpm macros consistently. Using the upstream
+ variants will ease the backports of Factory changes to SLE since Factory
+ systemd uses the upstream variants exclusively.
+
+- machines.target belongs to systemd-container, do its init/cleanup steps from
+ the scriptlets of this sub-package.
+
+- Make sure we apply the presets on units shipped by systemd package
+
+- systemd-testsuite: move the integration tests in a dedicated sub directory.
+
+- Move systemd-cryptenroll into udev package.
+
systemd-presets-common-SUSE
-- enable ignition-delete-config by default (bsc#1199524)
+- Enable spice-vdagent.service and xdg-user-dirs.service by default
+ (boo#1201728)
+
+- Enable systemd-pstore.service by default (jsc#PED-2663)
+
+- enable user side autostart of drkonqi socket (bsc#1203493).
-- Add the wireplumber user service preset to enable it by default
- in SLE15-SP4 where it replaced pipewire-media-session, but keep
- pipewire-media-session preset so we don't have to branch the
- systemd-presets-common-SUSE package for SP4 (boo#1200485)
+- enable ignition-delete-config by default (bsc#1199524)
+
+- Enable appstream-sync-cache.service by default(bsc#1197684).
+- Replace the pipewire-media-session preset with a wireplumber
+ user service preset to enable it by default (bsc#1200485).
+
+- Haveged as a daemon is no longer required since kernel 5.6
+ do not enable by default.
+
+- To make update of package man work with its new upstream timer
+ and service units both called man-db enable also man-db.timer
+
tar
+- Fix CVE-2022-48303, tar has a one-byte out-of-bounds read that
+ results in use of uninitialized memory for a conditional jump
+ (CVE-2022-48303, bsc#1207753)
+ * fix-CVE-2022-48303.patch
+- Fix hang when unpacking test tarball, bsc#1202436
+ * remove bsc1202436.patch
+ * bsc1202436-1.patch
+ * bsc1202436-1.patch
+
tpm2-0-tss
+- add 0001-tss2_rc-ensure-layer-number-is-in-bounds.patch: fixes
+ CVE-2023-22745 (bsc#1207325): Buffer Overlow in TSS2_RC_Decode. Overly large
+ RC values passed to the TSS2 function could lead to memory overread or
+ memory overread.
+
webkit2gtk3
-- Update to version 2.38.3 (boo#1206474):
+- Update to version 2.38.5 (boo#1208328):
+ + Fix large memory allocation when uploading content.
+ + Fix scrolling after a history navigation with PSON enabled.
+ + Always update the active uri of WebKitFrame.
+ + Fix the build on Ubuntu 20.04.
+ + Fix several crashes and rendering issues.
+ + Security fixes: CVE-2023-23529.
+- Add webkit2gtk3-gtk4-build-fix.patch: fix the build with gtk
+ 4.6.0.
+
+- Update to version 2.38.4 (boo#1207997):
+ + Improve GStreamer multimedia playback across the board with
+ improved codec selection logic, better handling of latency, and
+ improving frame discard to avoid audio/video
+ desynchronizationg, among other fixes.
+ + Disable HLS media playback by default, which makes web sites
+ use MSE instead. If needed WEBKIT_GST_ENABLE_HLS_SUPPORT=1 can
+ be set in the environment to enable it back.
+ + Disable threaded rendering in GTK4 builds by default, as it was
+ causing crashes.
+ + Fix MediaSession API not showing artwork images.
+ + Fix MediaSession MPRIS usage when running inside a Flatpak
+ sandbox.
+ + Fix input element controls to correctly scale when applying a
+ zoom factor different than the default.
+ + Fix leakage of Web processes in certain situations.
+ + Fix the injected bundle not being found when running inside a
+ sandbox.
+ + Fix the build with ENABLE_INTROSPECTION when cross-compiling.
+ + FIx the build with ENABLE_WEBGL disabled.
+ + Fix the build with GStreamer-based WebRTC enabled.
+ + Fix the build with USE_GTK4 enabled.
+ + Fix several crashes and rendering issues.
+ + Security fixes: CVE-2023-23517, CVE-2023-23518, CVE-2022-42826.
+
+- Update to version 2.38.3 (boo#1206474 boo#1206750):
- + Security fixes: CVE-2022-42856.
+ + Security fixes: CVE-2022-42852, CVE-2022-42856, CVE-2022-42867,
+ CVE-2022-46692, CVE-2022-46698, CVE-2022-46699, CVE-2022-46700.
+ + Security fixes: CVE-2022-46691.
- + Security fixes: CVE-2022-32888, CVE-2022-32923.
+ + Security fixes: CVE-2022-32888, CVE-2022-32923, CVE-2022-42863.
yast2-packager
+- Fixed a crash when selecting depending products (bsc#1208421)
+- 4.5.16
+
+- Ruby 3.2: Change a test to treat dir:///foo equal to dir:/foo
+ (bsc#1207239)
+- 4.5.15
+
yast2-trans
+- Update to version 84.87.20230211.83e08d8766:
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * New POT for text domain 'iscsi-client'.
+ * New POT for text domain 'control'.
+ * New POT for text domain 'base'.
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (French)
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * New POT for text domain 'control'.
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Chinese (China) (zh_CN))
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (Chinese (China) (zh_CN))
+
+- Update to version 84.87.20230202.68f7d5c2e4:
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Portuguese)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Japanese)
+ * New POT for text domain 'samba-client'.
+ * Translated using Weblate (Georgian)
+
+- Update to version 84.87.20230130.b344a57eef:
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (German)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (German)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (German)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (German)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * New POT for text domain 'packager'.
+ * New POT for text domain 'control'.
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Japanese)
+ * New POT for text domain 'ntp-client'.
+ * Translated using Weblate (Macedonian)
+ * New POT for text domain 'network'.
+ * New POT for text domain 'control'.
+ * Translated using Weblate (Macedonian)
+
+- Update to version 84.87.20230123.08c503a922:
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Portuguese)
+ * Translated using Weblate (Portuguese)
+ * Translated using Weblate (Portuguese)
+ * Translated using Weblate (Portuguese)
+
+- Update to version 84.87.20230116.80083546af:
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Added translation using Weblate (Georgian)
+ * Added translation using Weblate (Georgian)
+ * Added translation using Weblate (Georgian)
+ * Added translation using Weblate (Georgian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * New POT for text domain 'packager'.
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Georgian)
+
+- Update to version 84.87.20230109.3afefde4ef:
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Added translation using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Added translation using Weblate (Georgian)
+
+- Update to version 84.87.20230101.7fa7ea8642:
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * New POT for text domain 'security'.
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Georgian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+
+- Update to version 84.87.20221218.6fdb651e97:
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Finnish)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Japanese)
+ * New POT for text domain 'add-on'.
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Japanese)
+ * Translated using Weblate (Japanese)
+ * New POT for text domain 'iscsi-lio-server'.
+ * New POT for text domain 'control'.
+
+- Update to version 84.87.20221210.680714a939:
+ * New POT for text domain 'kdump'.
+ * New POT for text domain 'users'.
+ * Translated using Weblate (Romanian)
+ * Translated using Weblate (Macedonian)
+
+- Update to version 84.87.20221203.a7355e12ff:
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Bulgarian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * New POT for text domain 'autoinst'.
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * New POT for text domain 'pam'.
+ * New POT for text domain 'control'.
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * New POT for text domain 'country'.
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * New POT for text domain 'storage'.
+ * New POT for text domain 'online-update'.
+ * New POT for text domain 'ntp-client'.
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Japanese)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Japanese)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * New POT for text domain 'storage'.
+ * New POT for text domain 'installation'.
+ * New POT for text domain 'autoinst'.
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Japanese)
+ * Translated using Weblate (Japanese)
+ * Translated using Weblate (Macedonian)
+ * New POT for text domain 'update'.
+ * New POT for text domain 'security'.
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Czech)
+
+- Update to version 84.87.20221114.6ac294712f:
+ * New POT for text domain 'qt-pkg'.
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Arabic)
+ * New POT for text domain 'samba-client'.
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+
+- Update to version 84.87.20221106.2505f85442:
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Japanese)
+ * New POT for text domain 'cluster'.
+ * Translated using Weblate (Macedonian)
+ * New POT for text domain 'autoinst'.
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+ * Translated using Weblate (French)
+
+- Update to version 84.87.20221029.429a275094:
+ * Translated using Weblate (Macedonian)
+ * New POT for text domain 'packager'.
+ * New POT for text domain 'firstboot'.
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Macedonian)
+ * New POT for text domain 'registration'.
+ * New POT for text domain 'base'.
+ * New POT for text domain 'add-on'.
+
+- Update to version 84.87.20221023.365770fb5e:
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Japanese)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Japanese)
+ * Translated using Weblate (Catalan)
+ * New POT for text domain 'registration'.
+ * New POT for text domain 'installation'.
+ * New POT for text domain 'firstboot'.
+ * New POT for text domain 'country'.
+ * New POT for text domain 'network'.
+ * New POT for text domain 'autoinst'.
+
+- Update to version 84.87.20221016.284cfa770d:
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+
+- Update to version 84.87.20221009.3d63202666:
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Italian)
+ * New POT for text domain 'base'.
+ * Translated using Weblate (Russian)
+ * New POT for text domain 'iscsi-client'.
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+
+- Update to version 84.87.20220930.817f83073b:
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * New POT for text domain 'base'.
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Romanian)
+ * Translated using Weblate (Romanian)
+ * New POT for text domain 'journal'.
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (French)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Japanese)
+ * New POT for text domain 'storage'.
+ * New POT for text domain 'ntp-client'.
+
+- Update to version 84.87.20220923.15c6c6ee84:
+ * New POT for text domain 'bootloader'.
+ * New POT for text domain 'bootloader'.
+ * New POT for text domain 'kdump'.
+
+- Update to version 84.87.20220917.4034baecb2:
+ * Translated using Weblate (Spanish)
+ * New POT for text domain 'http-server'.
+ * New POT for text domain 'base'.
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * New POT for text domain 'kdump'.
+ * New POT for text domain 'bootloader'.
+
+- Update to version 84.87.20220910.dcdb12a597:
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (German)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Some egrep occurences are legal
+ * Replaced egrep with grep -E. bsc#1203227
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * New POT for text domain 'vpn'.
+ * New POT for text domain 'base'.
+
+- Update to version 84.87.20220830.ebb7a9eac4:
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Japanese)
+ * New POT for text domain 'base'.
+ * New POT for text domain 'tune'.
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Japanese)
+ * Translated using Weblate (Catalan)
+ * New POT for text domain 'users'.
+
+- Update to version 84.87.20220813.6f83baae14:
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Japanese)
+ * New POT for text domain 'bootloader'.
+ * New POT for text domain 'control'.
+ * Translated using Weblate (Catalan)
+
+- Update to version 84.87.20220807.4697ae62b4:
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Japanese)
+ * New POT for text domain 'fcoe-client'.
+ * New POT for text domain 'auth-client'.
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Japanese)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Japanese)
+ * Translated using Weblate (Catalan)
+ * New POT for text domain 'kdump'.
+ * New POT for text domain 'authserver'.
+
+- Update to version 84.87.20220730.27a80cdf03:
+ * Translated using Weblate (Slovak)
+
+- Update to version 84.87.20220729.608d4643aa:
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Japanese)
+ * New POT for text domain 'base'.
+ * New POT for text domain 'auth-client'.
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * New POT for text domain 'base'.
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Japanese)
+ * New POT for text domain 'journal'.
+ * New POT for text domain 'pam'.
+ * New POT for text domain 'control'.
+ * New POT for text domain 'autoinst'.
+
+- Update to version 84.87.20220709.5ead98f887:
+ * Translated using Weblate (Macedonian)
+ * Translated using Weblate (Russian)
+
+- Update to version 84.87.20220704.8f5a2d0352:
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Japanese)
+ * Translated using Weblate (Catalan)
+ * New POT for text domain 'control'.
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (French)
+ * Translated using Weblate (Catalan)
+
+- Update to version 84.87.20220627.0d8a465c6b:
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Japanese)
+ * Translated using Weblate (Japanese)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * Translated using Weblate (Spanish)
+ * New POT for text domain 'iscsi-client'.
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Japanese)
+ * Translated using Weblate (French)
+
+- Update to version 84.87.20220618.9130d4f44b:
+ * New POT for text domain 'country'.
+ * New POT for text domain 'base'.
+
+- Update to version 84.87.20220610.18fe395dc0:
+ * New POT for text domain 'network'.
+ * New POT for text domain 'hana-ha'.
+ * New POT for text domain 'control'.
+ * New POT for text domain 'online-update'.
+ * New POT for text domain 'add-on'.
+
+- Update to version 84.87.20220527.e399b59cf0:
+ * New POT for text domain 'registration'.
+ * New POT for text domain 'packager'.
+ * New POT for text domain 'storage'.
+
+- Update to version 84.87.20220520.670357a704:
+ * New POT for text domain 'packager'.
+
+- Update to version 84.87.20220517.14c54455f9:
+ * New POT for text domain 'qt'.
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Catalan)
+ * New POT for text domain 'qt'.
+ * New POT for text domain 'iscsi-client'.
+
+- Update to version 84.87.20220513.26f6bfaa16:
+ * New POT for text domain 'nfs'.
+ * New POT for text domain 'iscsi-client'.
+ * New POT for text domain 'kdump'.
+
+- Update to version 84.87.20220507.8ff263ce4d:
+ * New POT for text domain 'registration'.
+ * New POT for text domain 'base'.
+ * New POT for text domain 'base'.
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Japanese)
+ * New POT for text domain 'update'.
+ * New POT for text domain 'samba-client'.
+ * New POT for text domain 'packager'.
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Portuguese (Brazil))
+
+- Update to version 84.87.20220429.5e9abe4e41:
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (French)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Polish)
+ * Translated using Weblate (Japanese)
+ * New POT for text domain 'update'.
+ * New POT for text domain 'storage'.
+ * New POT for text domain 'packager'.
+ * Translated using Weblate (Slovenian)
+ * Translated using Weblate (Polish)
+ * Translated using Weblate (Polish)
+ * New POT for text domain 'packager'.
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (Polish)
+ * Translated using Weblate (Polish)
+ * Translated using Weblate (Polish)
+ * Translated using Weblate (Polish)
+ * Translated using Weblate (Japanese)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Japanese)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Japanese)
+ * Translated using Weblate (Catalan)
+ * New POT for text domain 'update'.
+ * New POT for text domain 'firstboot'.
+ * New POT for text domain 'control'.
+ * New POT for text domain 'cc'.
+ * New POT for text domain 'firstboot'.
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Polish)
+