openSUSE Kubic
Threads by month
- ----- 2025 -----
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
June 2022
- 4 participants
- 34 discussions
Hi all,
as discussed on the matrix channel, there is the need for MicroOS Desktop users to be notified about needed reboots for updates.
Brainstorming about it one of the solutions could be:
1 - reintroduce transactional-update.timer
2 - set up rebootmgr to work well with desktop workloads
3 - notify the user that the system is updated and a reboot is needed
4 - nice-to-have: if I click the notification it calls the native reboot prompt of the installed DE.
What I'm proposing now is just a proof of concept.
As a starting idea, I've thought about patching rebootmgr to have a new strategy: notify
Here is the patched rebootmgr:
https://github.com/89luca89/rebootmgr/tree/feature/add_notify_strategy
The patch consists in adding the strategy to rebootmgrctl and rebootmgrd.
The new strategy should consist in notifying the user with a dbus notification.
The problem that came up is that I couldn't find a way for a root service to de-privilege itself to use the user's dbus-session, I had various errors about DISPLAY variable, xauth and so on.
To work around it, I thought of creating an user-running service (systemctl --user), that would open a file socket in /run/user/$ID/ that would receive the command to launch the notification.
You can find the example daemon here (very example...):
https://gist.github.com/89luca89/bd78f5e716a7bd9206f802756e6c10de
So you would have:
t-u -> rebootmgrctl reboot -> dbus message to -> reboomgrd -> contact file socket -> user_notification_daemon
The routine I've added to the rebootmgrd should find all the active sockets for all users and contact all of them so that all users are notified about the update.
I'd like to have a feedback on the implementation, I'm 100% sure there is a lot to improve and I'm surely missing something on that user's dbus-session issue I had.
As it stands now this proof of concept is working right now on my installation.
Thanks,
89luca89
4
11
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
containers-systemd (0.0+git20220131.79f09c7 -> 0.0+git20220628.ee9e63c)
desktop-file-utils
glibc
libqt5-qtbase (5.15.2+kde294 -> 5.15.5+kde165)
libqt5-qtdeclarative (5.15.2+kde43 -> 5.15.5+kde19)
libqt5-qtgraphicaleffects (5.15.2+kde2 -> 5.15.5+kde0)
libqt5-qtlocation (5.15.2+kde6 -> 5.15.5+kde3)
libqt5-qtmultimedia (5.15.2+kde3 -> 5.15.5+kde1)
libqt5-qtquickcontrols (5.15.2+kde3 -> 5.15.5+kde0)
libqt5-qtquickcontrols2 (5.15.2+kde10 -> 5.15.5+kde5)
libqt5-qtsensors (5.15.2+kde2 -> 5.15.5+kde0)
libqt5-qtspeech (5.15.2+kde2 -> 5.15.5+kde1)
libqt5-qtsvg (5.15.2+kde16 -> 5.15.5+kde10)
libqt5-qttools (5.15.2+kde17 -> 5.15.5+kde1)
libqt5-qtvirtualkeyboard (5.15.2+kde6 -> 5.15.5+kde3)
libqt5-qtwayland (5.15.2+kde54 -> 5.15.5+kde39)
libqt5-qtwebchannel (5.15.2+kde5 -> 5.15.5+kde3)
libqt5-qtx11extras (5.15.2+kde1 -> 5.15.5+kde0)
mozilla-nss (3.78.1 -> 3.79)
sord (0.16.8 -> 0.16.10)
toolbox
yast2 (4.5.5 -> 4.5.6)
=== Details ===
==== containers-systemd ====
Version update (0.0+git20220131.79f09c7 -> 0.0+git20220628.ee9e63c)
- Update to version 0.0+git20220628.ee9e63c:
* Add files to renew certificates with certbot
==== desktop-file-utils ====
- Add patches to avoid bogus errors in post-build checks:
* 0001-validate-support-SingleMainWindow-key-from-1.5.patch
* 0002-validate-Support-version-1.5.patch
==== glibc ====
Subpackages: glibc-locale glibc-locale-base
- read-chk-cancel.patch: debug: make __read_chk a cancellation point
(bsc#1200682, BZ #29274)
- wcrtomb-fortify.patch: wcrtomb: Make behavior POSIX compliant
(bsc#1200688)
==== libqt5-qtbase ====
Version update (5.15.2+kde294 -> 5.15.5+kde165)
Subpackages: libQt5Concurrent5 libQt5Core5 libQt5DBus5 libQt5Gui5 libQt5Network5 libQt5OpenGL5 libQt5PrintSupport5 libQt5Sql5 libQt5Sql5-sqlite libQt5Test5 libQt5Widgets5 libQt5Xml5
- Update to version 5.15.5+kde165, rebased upstream:
* QArrayData: fix UB via reinterpret_cast (crash with FORTIFY_SOURCE=3)
* Fix compile of tst_qimage in Qt5
* SQLite driver: fix crash when binding a QByteArray/QString
* H2: remove a rather useless limit on the number of streams
* Revert "Qt xcb: remove false detects of Qt::GroupSwitchModifier"
* Revert "Windows: Add synthesized fonts also when there is a style name"
* Revert "Android: Place cursor correctly on screen when editing"
* QAbstractButton/QComboBox/QGroupBox: static_cast event->key() to Qt::Key
* Widgets: use QPlatformTheme::ButtonPressKeys for pressing buttons
* QBuffer: add missing <limits> include
* QBuffer: fail early in seek() beyond QByteArray's max capacity
* xcb: fix cursorTheme update issue
* QDBusMenuConnection: Close open D-Bus connection
* Fix QGuiApplication command line options documentation for X11
* QColorSpace: Guard against division by zero
* Preserve QImage metadata when converting format with color table
* Unicode: fix the grapheme clustering algorithm
* Ignore window icon in XCB when its size exceeds maximum request length
* QAbstractItemDelegate: fix rect given to tooltip handing
* QXmlStreamReader: fix integer truncation (qint64 ? int)
* QShader: fix memory leak in detach()
* QDesktopServices: fix ABA problem in QOpenUrlHandlerRegistry
* Unix: Correctly update options pane for PDF printer
* JSON: When clearing duplicate object entries, also clear containers
* Remove unused internal flag from raster painting engine
* CUPS: Add support for accessible IPP printers
* Initialize m_exclusive in QGtk3MenuItem constructor
* Fix data race in QCoreApplicationPrivate::sendThroughApplicationEventFilters()
* Fix a leak of fallback dialog helper in xdgdesktopportal
* QCOMPARE/QVERIFY: fix huge pessimisation in QTestResult
* QPushButton/fusion style: don't ignore QIcon::On icon
* QAbstractItemModel: fix persistent index corruption when moving columns
* Fix data race in QObject::moveToThread()
* QReadWriteLock: fix data race in stateForWaitCondition()
* QReadWriteLock: fix another data race in stateForWaitCondition()
* QReadWriteLock: fix data race in dtor
* Revert "a11y: Do not cache classes that don't have a factory plugin"
* Prevent crashing when FcFontList fails
* Fix race condition in futex-based QSemaphore
* Fix a QDBusConnection crash with pending calls when connection is closed
* Revert "Support family names that end/start with space"
* QProcess/Unix: ensure we don't accidentally execute something from CWD
* Fix compile with Qt5: Use QString::mid instead of QString::sliced
* testlib/qasciikey: Add keypad navigation keys
* QGnomeTheme: remove unneeded Q_D
* QGnomeTheme: Allow Space, Return, Enter and Select to press buttons
* QPA: add ButtonPressKeys ThemeHint
* Update bundled zlib to version 1.2.12
* QAction: Add NOTIFY changed declaration to priority property
* QHostInfo/Unix: Fix resolv never unloading
* QCompleter: fix crash when setting the same model twice
* Windows: use QSystemLibrary instead of LoadLibrary directly
* Qt namespace: fix QT_Q_FLAG declaration for Qt::MouseEventFlags
* Sync QPrinter orientation when PageSetup Orientation selected
* When clearing QPixmapCache, stop its flushing timer
* QLabel::setPixmap(): remove the no-op self-masking
* QFreeList: replace a Q_ASSERT(false) with Q_UNREACHABLE()
* [qgenericunixservices] Consider kde-open5 for opening URLs
* Fix check for malformed input when decoding translations
* Test for nullptr before dereferencing the screen
* Check for null driver() before trying to exec()
* Fix crash when text shaping fails
* Make QCursor::setPos() use the correct screen
* Close leak of QOCIDateTime object
* Fix UI mismatch when QPrinter::setDuplex
* xcb: fix a typo for WindowTypes
* QPkmHandler: make const what it never modified
* Respect AT_SPI_BUS_ADDRESS env var on Linux
* Fix integer overflow for broken QPainterPaths
* QDesktopServices: fix UB (data race on handlers)
* Make indicator-application hack work in flatpak
* Fix infinite loop in dash stroker
* QVersionNumber: remove "pure" declaration from fromString()
* Android: Fix Application becomes unresponsive issue
* Fix the crashes when animated QTreeWidgetItems are hidden
* Add test for QTranslator::load() translation file lookup algorithm
* QComboBox: add space for scrollbar if needed after showing popup
* QComboBox: propagate style change on widget to internal container
* QLocalSocket: fix inclusions in namespaced builds
* PCRE2: upgrade to 10.37
* minor: Clean up areMetricsTooLarge() conditions
* wasm: fix unicode keyboard handling
* Blacklist tst_QAccessibilityMac::notificationsTest
* Let the h2 test server both send and receive DATA frames
* Android: Reset m_usePrimaryClip when clearing the clip data
* Android: Remove NoSuchMethodException error
* QVector: fix compilation failure in C++20 mode w/strict iterators
* macOS: respect underline attribute in menu item fonts
* macOS: don't show invisible separator items
* iOS: Accessibility: Don't cut off the last character from the text value
* iOS: Accessibility: Set the correct traits for EditableText
* tst_moc: fix returning-reference-to-local warning
* Allow for arguments that have an equals as part of it
* Write out the HTML correctly for nested lists
* QSqlTableModel::orderByClause(): Quote the table name
* macOS: Fix synthesized bold
* SQLite: Update SQLite to v3.35.5
* Qt xcb: remove false detects of Qt::GroupSwitchModifier
* Do not remove non-widget items when removeWidget() called with nullptr
* QFileSystemModel fails to locate a host from root's visible children
* CMake: Fix automatic default linking of static svg plugins
* Blacklist tst_QGestureRecognizer::panGesture
* Moc: parse trailing return type
* Extend tst_QGL::graphicsViewClipping blacklisting
* Fix antialiasing of rotated non-smooth scaled images
* Fix QUrl::fromLocalFile with long path prefix
* Fix QStringView::mid() to behave as documented when passed -1 for length
* QDockWidget, macOS: don't drag on native widgets
* Add note about the risk of setting min-width/height in a style sheet
* cocoa: be more careful about rejecting frame strut events
* iOS: Keep undo/redo widgets enabled on the undo shortcut bar after undo
* QTestlib: Fix formatting of pointers in QCOMPARE
* Cherry-pick upstream patch for non-gcc/clang/msvc compilers
* Windows: Add synthesized fonts also when there is a style name
* Windows: Work-around misreporting of Script and Roman
* Extend blacklisting of tst_QNetworkReply::ioHttpRedirectPolicy
* Extend blacklisting of tst_QWidget::focusProxyAndInputMethods
* Android: fix wrong position of cursor hander in split screen
* Android: handle ImEnterKeyType flag
* Apply the Core compile definitions to the big resource targets
* Update bundled libjpeg-turbo to version 2.1.0
* QSpdyProtocolHandler: don't rely on device being available
* QVnc: clip requested screen region to available screen image
* Simplify bundled libjpeg build
* Blacklist tst_QWidget::multipleToplevelFocusCheck() on SLES 15
* Apply specialData font capitalization to non-rawFont text
* Avoid fast transform paint path on values it can't handle
* Blacklist tst_QTimeLine::interpolation on Windows in general
* QMdiArea: Fix top level window title when using DontMaximizeSubWindowOnActivation
* Don't draw focus frame if widget has style rules that affect border
* Fix rare integer overflow in text shaping
* Blacklist tst_qnetworkreply::ioHttpRedirectMultipartPost on Linux
* Android: Fix screen flicker issues
* [Android]: Fix exception when using Qt to create a service on Android
* Update CLDR-derived data to newly-released v39
* QSsl: fix UB pointer use
* uic/Python: Add comments for mypy to ignore star imports
* HTTP/2 authentication required
* Windows: Update the hasFrame setting when changing window flags
* Fix mix-guided use of const reference variable
* Android: Fix Touch event position depending on Surface
* macOS: Don't override action set during drop handling
* [Android] Fix select handles misplacement on QDialog
* wasm: fix timestamp for events
* Do not access internal allThreads data unlocked
* SQLite: Handle tables and fields with a dot in the name correctly
* Doc: Mark QSet::toList, QSet::fromList, QList::toSet, QList::fromSet as obsolete
* Unicode: fix the extended grapheme cluster algorithm
* Android: fix for isSoftwareKeyboard method
* [Android] Remove signal and slot mechanism to listen states in editors
* Fix prl generation with static dependencies take 2
* QNetworkDiskCache: Drop the file mmap-ing
* QFile::copy: call syncToDisk on destination
* Read DPI from X Settings initially as well
* Fix prl generation with static dependencies take 2
* Re-add horizontal offsets around QPushButton
* Fix ARM and MIPS runtime CPU feature flags
* Minor robustness improvement of text code
* Add null pointer check
* Don't parse XML symbols longer than 4096 characters
* Make POSIX transition rule parser more robust
* Extend blacklisting for SLES 15
* Doc: Improve deprecation messages for functions using QString::SplitBehavior
* Don't disable menu items that belong to the active modal window
* Doc: Fix return type of QCursor::shape()
* QPainterPath: fix handling of fill rules
* Windows QPA: Fix accessibility focus event for table/tree/list
* Fix invalid pointer return with QGridLayout::itemAt(-1)
* qmake: Improve error message when detecting macOS platform SDK upgrade
* Assert that pointer is not nullptr before dereferencing
* QLocalSocket/Win: fix possible UB in _q_pipeClosed()
* tst_qapplication: Prevent desktopaware test from deactivating main test
* iOS: Disable three-finger-tap editing interaction menu when there's no focus object
* Fix read-only pseudo-state in QPlainTextEdit stylesheet
* QTextHtmlParserNode: Limit colspan to avoid segfault
* Don't judge other people's writing systems
* macOS: Don't draw scrollbar handle when there is no range
* QSystemSemaphorePrivate: Fix a call to tr() to translate()
* Fix condition that adds resources for each Android ABI
* Avoid int overflow in QImage rotate90/180/270
* Return the result we have already when getting an object with no name
* Avoid attempting to parse insanely long texts as zone names
* Doc: Fix typo in publisherid for WINRT_MANIFEST
* Fix Editable Tree Model example model rowCount and model instance leak
* FileChooser portal: send window id in hex
* fix windows build when both whatsthis and tooltip are disabled
* Fix incorrectly-drawn menu indicator for QPushButton on macOS
* Fix label margins for pulldowns with custom styled menu indicator on macOS
* Font style name 'Normal' and 'Regular' have the same meaning
* QString: improve lastIndexOf(QRegularExpression) docs
* eglfs: Newer Nvidia libdrm provide device instead driver module name
* Android: KEYCODE_MEDIA_PLAY_PAUSE translated right
* iOS: Protect against a possible crash after the window is deleted
* Revert "Update commercial license headers to /util files"
* Revert "Update commercial license headers to bin, mkspecs, qmake"
* Consistently check for nullptr in QGraphicsTextItem::inputMethodQuery
* Remove qualification for Julian calendar
* Revert "Update commercial license headers"
* Revert "Update commercial license headers"
* Fix alpha handling of QImage::setPixel
* Fix handling of virtual/native pixels in QAndroidPlatformWindow
* Revert "Update commercial license headers to src/concurrent and src/corelib"
* Revert "Update commercial license headers to src/dbus, src/gui, src/network"
* Disable Harfbuzz/CoreText hotfix on older macOS/iOS versions
* SQLite: Update to 3.35.2
* tst_bench_qmetaobject: Fix test
* QAsn1Element: Avoid overflow in QAsn1Element::toInteger
* tst_qguimetatype: Avoid deprecated methods
* Include minus sign in ImhFormattedNumbersOnly's available keys
* MODULE_INCLUDEPATH is supposed to be one path
* QEventDispatcher(Win): Always honor interrupted status to avoid races
* Android: Place cursor correctly on screen when editing
* QStylesheetStyle: fix push button label alignment
* Support family names that end/start with space
* wasm: fix opengl context stencil and depth buffer handling
* wasm: fix screen offset logic
* Android: Add grabWindow handling
* tst_qdtlscookie: use a proper 'enterLoopMSecs' instead of 'enterLoop'
* Update bundled libjpeg-turbo to version 2.0.6
* QMenu test: turn tooltip animations off
* Android: make calling exit() conditional on an environment variable
* Limit value in setFontSizeFromValue()
* xcb: unset old states and set new ones for window
* Brush up the imageviewer example
* Fix out-of-buffer in ICC curv parsing
* Fix logic problems with table based grayscale ICC profiles
* Reduce warnings from ICC parsing
* QEventDispatcherWin32: get rid of the hook procedure
* And fix handling and test of QImage::fill(uint) as well
* Fix handling of virtual/native pixels in QAndroidPlatformWindow
* QLineEdit: Fix editingFinished() not being emitted when pressing the clear button
* macOS: don't let windows that are transparent for input become key window
* QMdiSubWindow: Set correct ControlLabel size
* Doc: Remove styling for hyperlinks from the simplified offline style
* Doc: Offline CSS: Reduce excess vertical spacing
* Fix parsing of dates with spaces in day or month names
* Rework tst_QDateTime::toString_isoDate() to eliminate an XFAIL
* Fix tst_QDateTime::systemTimeZoneChange() for 32-bit systems
* Extend colorspace testing and fix bug it uncovered
* Schannel: Fix incomplete downloads with read buffer restricted
* MinGW: fix warning in QMatrix4x4::map functions
* QRectF/Documentation: Fix malformed table
* Fix QImage::fill with semi-transparent QColor
* iOS: close edit menu upon focus transfer
* macOS: Fix crash when showing parent-less platform menus
* macOS: Remove warning about KVO observers on QNSWindow/QNSPanel
* Filter cosmetic lines using transformed, not world coordinates
* Fix recently added auto test of text layout overflow
* wasm: don?t deadlock on event processing
* Fix QNetworkInterface IsUp and IsRunning enum documentation
* Clarify QWindowPrivate::maybeQuitOnLastWindowClosed
* wasm: fix showing tooltips
* Doc: Don?t use note when documenting enum values
* macos: Document that Drawer is obsolete
* Doc: Update the SQL types documentation with regards to the double types
* Doc: link to QScopeGuard in QScopedValueRollback documentation
* Doc: Online CSS: Fix image captions overlapping images used in tables
* Turn off the dbus examples for qmake-generated VS projects
* Don't show focus rect for QCommandLinkButton
* Android: Fix the input type for date/time
* qmake: Introduce compile_included_sources CONFIG option
* Update QPalette() documentation to not mention the application palette
* Android: Pass pending state to ResumePauseListener
* Fix crash when requesting A32 glyph on Wayland
* Android: Fix input method hints for ImhHiddenText
* a11y: Report mixed state if QCheckBox is PartiallyChecked
* testlib: Only consider major version for macOS 11 and later in blacklists
* iOS: hide edit menu if typing on the input panel
* xcb: Fix available geometry after rotation
* Remove false Q_UNREACHABLE from shaping code
* Fix trivial typo in QDateTime::fromString() overload doc
* QTreeWidgetItem: fix documentation error for childIndicatorPolicy()
* Update to CLDR v38.1, adding Yukon Standard Time
* Avoid overflow in text layout
* QJsonObject::take: add missing detach() call
* macOS: Don't exec file dialogs via runModal unless they are app modal
* QMimeDatabase/xml: support both 'xmlstarlet' and 'xml' for minifying XML
* Use design metrics when adding text to QPainterPath
* QDir/QFileInfo: add doc notes about paths starting with ':'
* QSsl: fix OpenSSL DLL names for Windows on ARM
* a11y: Do not cache classes that don't have a factory plugin
* Update public suffix list to today's latest
* Fix QTzTimeZonePrivate::displayName()'s fallback
* Fix problems with offset-derived ids for QTimeZone
* QLineEdit Cursor show white area
* Correct item indent in checkable menus in stylesheet style
* Fix read-only pseudo-state in QTextEdit/Browser stylesheet
* Hold references to zone IDs alive during use
* Correct string comparison in Android's IANA ID matching code
* Doc: Add deprecation notice
* Change QLineF::setLength() to work whenever length() is non-zero
* macOS: Remove DontConfirmOverwrite workaround
* macOS: Show system tray icon on mouse button press, not release
* macOS: Don't restrict non-modal file dialogs to open-dialogs only
* Check date validity in calendar methods taking a QDate
* macOS: Only check SDK major version for compatibility
* iOS: always hide edit menu when showing the magnifier glass
* QInputControl: accept surrogate category character
* Set new commandLink variable when initializing QCommandLinkButton
* Test QDateTime behavior in DST gap
* UndoFramework example: make the background visible
* Windows: Fix flicker when resizing translucent windows with QSizeGrip
* Windows QPA: Fix crashes when using screen reader with Q(Plain)TextEdit
* Avoid int overflow in gradient drawing
* macOS: Mark QFileDialog::DontConfirmOverwrite as unsupported
* Fix QApplication::font returns the font unstable according to the object
* Avoid overflowing QFixed in text layout
* iOS: ensure we close the edit menu when the user taps outside the input area
* iOS: ensure we hide the edit menu while dragging on the selection handles
* Fix logicalDpi() which returns invalid value
* Windows: Fix frame margins calculation
* Widgets: fix setTabOrder for QAbstractSpinBox-like widgets
* macOS: Add more padding to width of non-editable comboboxes
* Make QPushButton on macOS use QFocusFrame to fix alignment problems
* QTabBar: update index of last visible tab in insertTab
* Fix that the placeholdertext of QCombobox is not drawn
* Windows: Fix dialog moving up after closing/reshowing
* Cocoa: When validating menus, account for modal window only if active
* PSQL: Fix the QSqlDatabase test
* Move the qmenu_p.h include to the QT_CONFIG(menu) block
* Fix compilation of ibase sqldriver plugin, added override
* Protect against sign-change of size on 32bit
* Fix division by zero
* SQLite: Update to 3.34.0
* QODBC: Preserve the whole value when using HighPrecision
* Set the PlaceholderText color in the palette from the stylesheet as well
* Update commercial license headers to bin, mkspecs, qmake
* Update commercial license headers to /util files
* Update commercial license headers to src/concurrent and src/corelib
* Update commercial license headers to src/dbus, src/gui, src/network
* Stabilize tst_QListView::internalDragDropMove() on X11
* [Android] Fix Text select handle misplaced on QDialog issues
* Android: Finish composing text before Key handling
* Fix regression with closing and then reopening widgets with QGLWidget
* eglfs: Use drmClose in drm/EGLDevice backend
* Handle maxImageCount 0 in QVulkanWindow
* Make QCalendar's backend registration reentrant-safe
* Blacklist flaky QListView::internalDragDropMove case on OpenSuSE
* Update commercial license headers
* Update commercial license headers
* Doc: Link to correct location
* Doc: Generalize timer docs
* Doc: Explain how boundingRect handles null QRectF
* Doc: Add details to QFont::toString
* Document QOpenGLWidget limitations without an alpha channel
* QTabBar test: refactor: extract checkPositions helper function
* Add new special QObjectPrivate::{connect, disconnect} for QML
* Add "Q_UNUSED" to (3rdparty) strtod.cc for a 32 bit code path
* Android: Fix for accessibility potential crash
* QTabBar/Windows: Fix close button icons being too small on high-res screens
* Fix missing repaints with QOpenGLWidget in a QDockWidget
* QComboBox/Fusion style: elide text when it's too long
* Fix qt_alphaVersion and qt_opaqueVersion in the trivial case
* Doc: Clarify setLibraryPaths behavior
* Fix convertToRGBA64PM for Grayscale16
* Fix setting active window as application's focus widget
* Send Qt::Key_MediaTogglePlayPause for VK_MEDIA_PLAY_PAUSE
* Fix VNC format conversion
* Windows font engine: Silence warnings about not being able to enumate font families
* Blacklist failing tests for WinRT
- Commits dropped by the rebase:
* Add missing limits include
- Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
- Rebase 0001-Add-remote-print-queue-support.patch
- Drop patches, now upstream:
* mitigate-FORTIFY_SOURCE-3.patch
* 0001-H2-remove-a-rather-useless-limit-on-the-number-of-st.patch
* 0001-QProcess-Unix-ensure-we-don-t-accidentally-execute-s.patch
==== libqt5-qtdeclarative ====
Version update (5.15.2+kde43 -> 5.15.5+kde19)
- Update to version 5.15.5+kde19, rebased upstream:
* Fix Flickable with QTBUG-56075 patch applied
* Fix Flickable wheel velocity calculation
* QSGOpenGLDistanceFieldGlyphCache: fix UB (ordering of pointers not from the same array)
* QSGOpenGLDistanceFieldGlyphCache: fix multiplication result truncation
* QQuickItem: Guard against cycles in nextPrevItemInTabFocusChain
* Make sure QQuickWidget and its offscreen window's screens are always in sync
* V4: Do not call dtor of an object we continue to use
* doc: Improve QQuickItem::ItemChangeData docs
* Remove tst_pixel
* docs: Clarify EventPoint properties
* Consistent naming for (to|from)Is(Defined|Sourced) in animations
* Map window coordinates to the same coordinate system as the QPointerEvent point
* Doc: Fix the Shapes table to reflect reality
* Doc: Clarify preconditions for using QML_ELEMENT et al
* Do full overlap checks within the alpha render list when rebuilding
* MASM: Put pageSize into an inline namespace
* TextEdit: update all glyphnodes on QTD::contentsChanged() signal
* qquicktableview: upon forceLayout(), check for visible rows/columns at the origin
* V4 Debugger: Collect locals also from block scopes
* Make PinchArea translate correctly inside a rotated parent
* Avoid stale QSGTexture pointer accesses
* V4 debugger: Properly count break points
* Fix build with GCC 11: include <limits>
* Document QQmlComponent::createWithInitialProperties() error handling
* QQmlComponentPrivate::setInitialProperty: improve error message
* Remove extra colon
* Fix warning and assert when removing items from groups
* Document that QML_SINGLETON only works with QObjects
* qqmlirbuilder: Fix treating parser warnings as errros
* Prevent infinite recursion in QQuickItemPrivate::itemToWindowTransform
* Avoid crash when accessing an empty QTextLine
* doc: fix up QQuickItem::contains() docs
* QQuickTextInput: update cursor rectangle after padding changed
* Assert that pointer is non-null
* qqmlapplicationengine: Handle errors during component creation
* Do not batch lines with > 1 width in alpha pass
* Don't crash when trying to invoke non-existing string converter
* Fix incorrect depth test state with QSGRenderNode::DepthAwareRendering
* Do not auto-clean components with live inline components
* QuickTest: Do not recurse forever on inline components in enumerateTestCases
* DelegateModelGroup: Fix bug where item could be removed from the model
* Remove unnecessary forward declaration
* QQuickTableView: always update content size when rebuilding small tables
* Do less work when there are no active ImageParticle particles
* Revert "Update commercial license headers"
* QQuickTableView: forceLayout() should work, even when no items are loaded
* Revert "Use unique_ptr to clarify ownership of QQuickDefaultClipNode objects"
* Ensure that the case of the path will match then QUrl for a UNC path
* Use unique_ptr to clarify ownership of QQuickDefaultClipNode objects
* MouseArea: fix containsMouse behavior during visibility changes
* QQuickTextControl: commit pre-edit after key press
* qv4generatorobject: Fix crash when creating new properties
* QQmlIncubator: handle clear inside setinitialState
* Fix release-only windows builds
* Fix lookup of existing inline components by name
* qquicktextinput: Fix validation for IM event
* docs: Fix documentation of the Locale numberOptions property
* QQmlPropertyPrivate::signalExpression: handle object being null
* qquicktextinput: Fix Undo history for IM event
* QQuickWindowIncubationController: Use QPointer to guard QSGRenderLoop reference
* qmlplugindump: Fix overload ambiguity
* QV4 Engine: Remove MSVC special casing
* QQuickTextEdit: ensure we update after changing padding
* QQuickItemParticle give() method kill particle
* QSequentialAnimationGroupJob: Protect against self-deletion
* Change QQuickShortcut::setSequences to bind to all sequences
* qquicktextinput: ensure we update IM when cursor changes position
* QQuickListView: Add autotest so that animated delegate does not crash
* QQmlIRLoader: Actually load RequiredPropertyExtraData
* Doc: Fix broken QDoc markup
* Update commercial license headers
* QQmlProperty: Guard QQmlContextData with QQmlGuardedContextData
* ListModel: Fix move handling in sync
* tst_EcmaScriptTests: Raise timeout
* QuickLayouts: fix crash when layout width depends on parent width
* export QAcccessibleQuickItem
* QAnimationGroupJob: Don't call virtual functions from dtor
* Fix QQuickShortcut::setContext so re-grab all shortcuts
* Revert "Set the stencil buffer zone" and "Add clipNext null pointer guard"
* Fix Text with ElideRight not being rendered when width goes from 0 to >0
* Cache static compilation units
* Regenerate Shape fill geometry when alpha changes to non-zero
* Remove QQmlCleanup from QQmlScriptData
* Add Lancelot tests for both types of clipping
* masm: Add error handling for failed mprotect()
* QQuickLoader: prevent clearing initial properties after active = true
* Correct #if-ery in QML locale's time-zone update test
* Doc: mention that Item's childrenRect property is local to the item
- Commits dropped by the rebase:
* Add missing limits include to fix build with GCC 11
- Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
- Rebase qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch
==== libqt5-qtgraphicaleffects ====
Version update (5.15.2+kde2 -> 5.15.5+kde0)
- Update to version 5.15.5+kde0, rebased upstream:
* Revert "Update commercial license headers"
* Update commercial license headers
- Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
==== libqt5-qtlocation ====
Version update (5.15.2+kde6 -> 5.15.5+kde3)
- Update to version 5.15.5+kde3, rebased upstream:
* Update use of HTTP to HTTPS in esri plugin
* Fix appendChildNode() call
* Fix build of Qt.labs.location QML plugin
* QtPositioning: fix source detection
* Revert "Update commercial license headers"
* Allow removal of layers and sources created using parameters in MapboxGL
* Update commercial license headers
* Blacklist ReviewModel::test_reset
* Fix compilation for no opengl builds
- Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
==== libqt5-qtmultimedia ====
Version update (5.15.2+kde3 -> 5.15.5+kde1)
- Update to version 5.15.5+kde1, rebased upstream:
* QPulseAudioSource: fix UB (memcpy() called with nullptr dest) in read()
* tst_qvideoframe: Increase buffer sizes used in image() tests
* AVFoundation: Only remove the video output if it is still attached
* macOS: Fix video rendering on with OpenGL Core profile
* Revert "Update commercial license headers"
* imx6 video plugin depends on gstreamer
* Doc: Fix typo
* Update commercial license headers
- Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
==== libqt5-qtquickcontrols ====
Version update (5.15.2+kde3 -> 5.15.5+kde0)
- Update to version 5.15.5+kde0, rebased upstream:
* Fix warning with QML FileDialog with many files
* Revert "Update commercial license headers"
* Update commercial license headers
* ColorDialog: Set the options before the current color on the helper
* [Android] Fix CheckBox rtl issues
* [Android] Fix FontDialog layout issues
- Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
==== libqt5-qtquickcontrols2 ====
Version update (5.15.2+kde10 -> 5.15.5+kde5)
Subpackages: libQt5QuickControls2-5 libQt5QuickTemplates2-5
- Update to version 5.15.5+kde5, rebased upstream:
* Revert "Allow creation of custom QQuickPopupItem-derived types"
* QQuickAbstractButton: fix crash on destruction
* TextArea: Detach the flickable when it is deleted
* Don't call QQml_setParent_noEvent with a nullptr item
* Hide old scroll bars
* Allow creation of custom QQuickPopupItem-derived types
* Imagine: fix GroupBox's bottom edge being clipped
* QQuickDial: Keep value integer if everything is integer
* ScrollView: fix crash when scrolling with zero-sized item
* Change the name of the material style plugin to avoid a path limit
* QmlDesigner: Fix RangeSliderSpecifics snap mode
* Ensure the ninepatch image is detached
* Ninepatch: keep resetNode status to not lose track of ImageNode->NinePatchNode changes
* Revert "Update commercial license headers"
* Fix static build
* ComboBox: don't focus TextField when clicking on indicator
* Combobox: Fix initial set of inputMethodHints
* Fix popups with exit transitions blocking mouse events when destroyed
* a11y: Fix ordering on header, content item and footer in Page
* Update commercial license headers
* Fix initial currentIndex in Tumbler when wrap is set to false
* SwipeDelegate: ensure background and contentItem are resized
* Reset the opacity and scale properties after the exit transition
- Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
==== libqt5-qtsensors ====
Version update (5.15.2+kde2 -> 5.15.5+kde0)
- Update to version 5.15.5+kde0, rebased upstream:
* Android: Fix build error issue in examples
* Revert "Update commercial license headers"
* Update commercial license headers
* Android rotation sensor value and datarate fix
- Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
==== libqt5-qtspeech ====
Version update (5.15.2+kde2 -> 5.15.5+kde1)
- Update to version 5.15.5+kde1, rebased upstream:
* Reverse list of voices before returning from Speech-Dispatcher
* Revert "Update commercial license headers"
* Update commercial license headers
- Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
==== libqt5-qtsvg ====
Version update (5.15.2+kde16 -> 5.15.5+kde10)
- Update to version 5.15.5+kde10, rebased upstream:
* Revert "Update commercial license headers"
* Update commercial license headers
- Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
==== libqt5-qttools ====
Version update (5.15.2+kde17 -> 5.15.5+kde1)
Subpackages: libqt5-qdbus libqt5-qtpaths
- Update to version 5.15.5+kde1, rebased upstream:
* Ensure FileAttributeSetTable is filled ordered so we get the same qch file each time
* Fix regression in lconvert handling empty translations
* Qt Designer: Fix alignment when adding new QTableWidget columns
* Qt Designer: Fix alignment of horizontal QTableWidget headers
* Qt Designer: Fix saving of item view header visibility on page based containers
* Qt Designer: Slow down wheel scrolling of the widget box
* Revert "Update commercial license headers"
* QDoc: Fix possible crash in WebXMLGenerator
* Fix check for malformed input when decoding translations
* Fix redeclared variable name
* qdoc: Allow any type of page as qhp indexTitle
* qdoc: Don't clear the warning count in single-exec mode
* Bump copyright year to 2021
* qdoc: Fix generation of TOC for basic QML/JS types
* Update commercial license headers
* qdoc: Fix addendums for QML signals that contain '.' in the name
* qdoc: Ignore empty example meta tags
* qdoc: Fix breadcrumb generation for normal page nodes
- Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
==== libqt5-qtvirtualkeyboard ====
Version update (5.15.2+kde6 -> 5.15.5+kde3)
Subpackages: libQt5VirtualKeyboard5
- Update to version 5.15.5+kde3, rebased upstream:
* Revert "Update commercial license headers"
* Pinyin: not mix upper and lower case
* Fix position of the keyboardRectangle in app integration
* Update commercial license headers
- Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
==== libqt5-qtwayland ====
Version update (5.15.2+kde54 -> 5.15.5+kde39)
Subpackages: libQt5WaylandClient5 libQt5WaylandCompositor5
- Update to version 5.15.5+kde39, rebased upstream:
* Fix build with libcxx (missing array include)
* Reduce memory leakage
* use poll(2) when reading from clipboard
* Fix race condition on mWaitingForUpdateDelivery
* Revert "Client: Remove mWaitingForUpdateDelivery"
* client: update button state and etc in pointer_leave()
* Docs: Add "instantiates" keywords
* Add missing define guards
* Fix touch being ignored when down and up are in the same frame
* Fix race condition when attaching client to text input
* Revert "Update commercial license headers"
* Update commercial license headers
- Commits dropped by the rebase:
* Fix backport, context destruction was omitted
* Fix compilation
- Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
- Drop patches, no longer directly applicable:
* 0003-Fix-up-mutexes-for-frame-callbacks.patch
==== libqt5-qtwebchannel ====
Version update (5.15.2+kde5 -> 5.15.5+kde3)
Subpackages: libQt5WebChannel5 libQt5WebChannel5-imports
- Update to version 5.15.5+kde3, rebased upstream:
* Revert "Update commercial license headers"
* Update commercial license headers
- Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
==== libqt5-qtx11extras ====
Version update (5.15.2+kde1 -> 5.15.5+kde0)
- Update to version 5.15.5+kde0, rebased upstream:
* Revert "Update commercial license headers"
* Update commercial license headers
- Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
==== mozilla-nss ====
Version update (3.78.1 -> 3.79)
Subpackages: libfreebl3 libsoftokn3 mozilla-nss-certs
- sync with current SLE
* latest FIPS changes incl. testsuite fixes (enabled now)
nss-fips-180-3-csp-clearing.patch
nss-fips-tests-enable-fips.patch
nss-fips-tests-skip.patch
nss-fips-pbkdf-kat-compliance.patch
- update to NSS 3.79
* bmo#205717 - Use PK11_GetSlotInfo instead of raw C_GetSlotInfo calls.
* bmo#1766907 - Update mercurial in clang-format docker image.
* bmo#1454072 - Use of uninitialized pointer in lg_init after alloc fail.
* bmo#1769295 - selfserv and tstclnt should use PR_GetPrefLoopbackAddrInfo.
* bmo#1753315 - Add SECMOD_LockedModuleHasRemovableSlots.
* bmo#1387919 - Fix secasn1d parsing of indefinite SEQUENCE inside
indefinite GROUP.
* bmo#1765753 - Added RFC8422 compliant TLS <= 1.2 undefined/compressed
ECPointFormat extension alerts.
* bmo#1765753 - TLS 1.3 Server: Send protocol_version alert on
unsupported ClientHello.legacy_version.
* bmo#1764788 - Correct invalid record inner and outer content type alerts.
* bmo#1757075 - NSS does not properly import or export pkcs12 files
with large passwords and pkcs5v2 encoding.
* bmo#1766978 - improve error handling after nssCKFWInstance_CreateObjectHandle.
* bmo#1767590 - Initialize pointers passed to
NSS_CMSDigestContext_FinishMultiple.
* bmo#1769302 - NSS 3.79 should depend on NSPR 4.34
==== sord ====
Version update (0.16.8 -> 0.16.10)
- update to 0.16.10:
* Fix Windows build
* Fix potential crash or incorrectness issue with GCC 10 again
==== toolbox ====
- Prefer podman as container runtime
(unrelated part of [bnc#1200976])
==== yast2 ====
Version update (4.5.5 -> 4.5.6)
- save_y2logs - check both Packages and Packages.db in
/var/lib/rpm (bsc#1200831)
- 4.5.6
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the aarch64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=3&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
Imath (3.1.3 -> 3.1.5)
Mesa (22.1.1 -> 22.1.2)
Mesa-drivers (22.1.1 -> 22.1.2)
NetworkManager
accountsservice (0.6.55 -> 22.08.8)
bluedevil5 (5.25.0 -> 5.25.1)
breeze (5.25.0 -> 5.25.1)
cups-filters (1.28.12 -> 1.28.15)
discover (5.25.0 -> 5.25.1)
dmidecode (3.3 -> 3.4)
dracut (056+suse.275.g4ce7a6a7 -> 057+suse.292.g508db4cd)
drkonqi5 (5.25.0 -> 5.25.1)
ethtool (5.17 -> 5.18)
gnome-software
gstreamer (1.20.2 -> 1.20.3)
gstreamer-plugins-bad (1.20.2 -> 1.20.3)
gstreamer-plugins-base (1.20.2 -> 1.20.3)
hwinfo (21.81 -> 21.82)
kactivitymanagerd (5.25.0 -> 5.25.1)
kde-cli-tools5 (5.25.0 -> 5.25.1)
kde-gtk-config5 (5.25.0 -> 5.25.1)
kernel-source (5.18.4 -> 5.18.6)
keylime
kgamma5 (5.25.0 -> 5.25.1)
khotkeys5 (5.25.0 -> 5.25.1)
kinfocenter5 (5.25.0 -> 5.25.1)
kmenuedit5 (5.25.0 -> 5.25.1)
kscreen5 (5.25.0 -> 5.25.1)
kscreenlocker (5.25.0 -> 5.25.1)
ksystemstats5 (5.25.0 -> 5.25.1)
kwayland-integration (5.25.0 -> 5.25.1)
kwin5 (5.25.0 -> 5.25.1)
kwrited5 (5.25.0 -> 5.25.1)
layer-shell-qt (5.25.0 -> 5.25.1)
libkdecoration2 (5.25.0 -> 5.25.1)
libkscreen2 (5.25.0 -> 5.25.1)
libksysguard5 (5.25.0 -> 5.25.1)
milou5 (5.25.0 -> 5.25.1)
mozjs91 (91.9.0 -> 91.10.0)
mpg123 (1.29.3 -> 1.30.0)
ncurses (6.3.20220612 -> 6.3.20220618)
open-iscsi
openslp
openssl (1.1.1o -> 1.1.1p)
openssl-1_1 (1.1.1o -> 1.1.1p)
parted
pipewire
plasma-browser-integration (5.25.0 -> 5.25.1)
plasma-nm5 (5.25.0 -> 5.25.1)
plasma5-addons (5.25.0 -> 5.25.1)
plasma5-desktop (5.25.0 -> 5.25.1)
plasma5-integration (5.25.0 -> 5.25.1)
plasma5-openSUSE
plasma5-pa (5.25.0 -> 5.25.1)
plasma5-workspace (5.25.0 -> 5.25.1)
podman (4.0.3 -> 4.1.1)
polkit-kde-agent-5 (5.25.0 -> 5.25.1)
powerdevil5 (5.25.0 -> 5.25.1)
procps
python-MarkupSafe
python-PyYAML
python-psutil
python310
python310-core
qemu
rpm
rsync
selinux-policy (20220520 -> 20220624)
sssd
systemd-presets-common-SUSE
systemsettings5 (5.25.0 -> 5.25.1)
toolbox (2.3+git20220603.bbeda2e -> 2.3+git20220622.32785f7)
transactional-update
vim (8.2.5136 -> 8.2.5154)
xdg-desktop-portal-kde (5.25.0 -> 5.25.1)
=== Details ===
==== Imath ====
Version update (3.1.3 -> 3.1.5)
- update to 3.1.5:
* Update CI workflow matrix for VFX-CY2022
* Use _WIN32 instead of _MSC_VER to fix mingw build
* Fix 32-bit x86 build failure with 16c instructions
* Move numeric_limits specializations into half.h
* Change references to "master" branch to "main"
* Remove some simple typos in the code
* Added missing check _M_IX86 or _M_X64 when using __lzcnt.
* SolveNormalizedCubic fix to return proper real root
* Add docs target only if not a subproject
* Fix docs race condition and make installation optional
* Remove dead PyImath code and references to ilmbase
* Use equalWithAbsError instead of equal operator for float
* Fix sphinx warnings and man page filenames
* Adding missing stdexcept header
* for better SIMD auto-vectorization
* Remove extra project layer for the pyimath code
* Successor/predecessor functions use isnan() and isinf()
* Fix python imath export
* Cuda safety fixes
* Sort Imath source files
* Fix formatting in release notes
==== Mesa ====
Version update (22.1.1 -> 22.1.2)
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1
- Update to 22.1.2
" There's a lot of zink here, thanks to Mike for help with manually
backporting parts of it! We've als got a bunch of fixes for panfrost,
and some for intel, radeon, llvmpip, dzn, broadcom, nir, core gallium,
the va state tracker, and freedren."
==== Mesa-drivers ====
Version update (22.1.1 -> 22.1.2)
Subpackages: Mesa-dri Mesa-gallium
- Update to 22.1.2
" There's a lot of zink here, thanks to Mike for help with manually
backporting parts of it! We've als got a bunch of fixes for panfrost,
and some for intel, radeon, llvmpip, dzn, broadcom, nir, core gallium,
the va state tracker, and freedren."
==== NetworkManager ====
Subpackages: NetworkManager-wwan libnm0 typelib-1_0-NM-1_0
- Bring back /sbin/netconfig as build option since the netconfig
in SLE is not ready for usrmerge.
==== accountsservice ====
Version update (0.6.55 -> 22.08.8)
Subpackages: libaccountsservice0 typelib-1_0-AccountsService-1_0
- Update to version 22.08.8
+ Handle missing admin groups when changing account types
+ Set PrivateTmp to false in the systemd service
+ Add function to set user password expiration policy
- Update to version 22.04.62
+ Updated Swedish translation
+ Updated Indonesian translation
+ Updated German translation
+ Updated slovak translation
+ Update Ukrainian translation
+ Updated Brazilian Portuguese translation
+ act-user: Use stronger hashing methods in make_crypted() if available.
+ act-user-manager: Watch for the daemon going away and coming back
+ user-manager: Update users tables on username changes
+ user: Translate property x-session property name to match the proxy one
+ Check GDBusMessage for INTERACTIVE_AUTHORIZATION flag
+ daemon: Fix error check in save_autologin()
+ Never delete the root filesystem when removing users
+ Remove user heuristics
+ user-classify: Add git to username blacklist
+ daemon: ensure cache files for system users are processed
+ daemon: Don't try to add admin users to non existing groups
+ Move D-Bus conf file to $(datadir)/dbus-1/system.d
- Rebased patches:
+ accountsservice-sysconfig.patch
+ accountsservice-filter-suse-accounts.patch
+ as-fate318433-prevent-same-account-multi-logins.patch
- Drop upstream fixed patches:
+ ac9b14f1c1bbca413987d0bbfeaad05804107e9a.patch
+ accountsservice-fix-gdm-crash.patch
+ accountsservice-read-root-user-cache.patch
+ accountsservice-wtmp-io-improvements.patch
==== bluedevil5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== breeze ====
Version update (5.25.0 -> 5.25.1)
Subpackages: breeze5-cursors breeze5-decoration breeze5-style breeze5-wallpapers libbreezecommon5-5
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== cups-filters ====
Version update (1.28.12 -> 1.28.15)
- Spec file: Removed URL from source line
- Update to version 1.28.15:
* pdftops: Identify old LaserJets more precisely for swicth to Poppler
* Make pdftopdf also work correctly with auro-rotating off
* libcupsfilters: Make pdftopdf() correctly working with "landscape" option
* rastertopdf: Filter fails if no PCLm default resolution given by printer
* pdftopdf: Fix N-up printing with long-edge-first
* libcupsfilters: In pdftopdf() fix cropping with long-edge-first
* pdftops: Use Poppler for all Apple LaserWriter models
- Enable OBS source services. Stay at 1.28.12 for now.
* add _service file
==== discover ====
Version update (5.25.0 -> 5.25.1)
Subpackages: discover-backend-flatpak discover-backend-packagekit discover-notifier
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- Changes since 5.25.0:
* Properly center align the compact application delegate
* Drop no longer necessary KF5ItemModels dependency
* Drop no longer necessary Qt5X11Extras/Qt6GuiPrivate dependency
==== dmidecode ====
Version update (3.3 -> 3.4)
- Update to upstream version 3.4:
* Support for SMBIOS 3.4.0. This includes new memory device types, new
processor upgrades, new slot types and characteristics, decoding of memory
module extended speed, new system slot types, new processor characteristics
and new format of Processor ID.
* Support for SMBIOS 3.5.0. This includes new processor upgrades, BIOS
characteristics, new slot characteristics, new on-board device types, new
pointing device interface types, and a new record type (type 45 -
Firmware Inventory Information).
* Decode HPE OEM records 194, 199, 203, 236, 237, 238 ans 240.
* Bug fixes:
Fix OEM vendor name matching
* Minor improvements:
Skip details of uninstalled memory modules
Don't display the raw CPU ID in quiet mode
Improve the formatting of the manual pages
* Obsoletes dmidecode-fix-crash-with-u-option.patch and
dmidecode-fix-the-condition-error-in-ascii_filter.patch.
==== dracut ====
Version update (056+suse.275.g4ce7a6a7 -> 057+suse.292.g508db4cd)
Subpackages: dracut-ima dracut-mkinitrd-deprecated
- Update to version 057+suse.292.g508db4cd:
See https://github.com/dracutdevs/dracut/releases/tag/057 for details.
Additional changes:
* fix(integrity): do not enable EVM if there is no key (bsc#1200718)
* fix(dracut.sh): temporary workaround for kiwi (bsc#1199051)
* chore(suse): update spec
==== drkonqi5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- Changes since 5.25.0:
* Drop bogus KConfigWidgets dep, add explicit KConfig dep
==== ethtool ====
Version update (5.17 -> 5.18)
- update to upstream release 5.18
* Feature: get/set cqe size (-g and -G)
* Fix: fix typo in man page
* Fix: fix help text alignment
* Fix: improve attribute label (--show-fec)
==== gnome-software ====
- Ship software-opensuse.gschema.override, declaring the
repositories 'repo-oss', 'repo-update', and 'repo-non-oss' as the
official repositories (boo#1189907).
==== gstreamer ====
Version update (1.20.2 -> 1.20.3)
Subpackages: libgstreamer-1_0-0 typelib-1_0-Gst-1_0
- 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
==== gstreamer-plugins-bad ====
Version update (1.20.2 -> 1.20.3)
Subpackages: libgstphotography-1_0-0 libgstplay-1_0-0 libgstplayer-1_0-0
- Update to version 1.20.3:
+ GstPlay: Fix new error + warning parsing API (was unusuable
before)
+ av1parse: let the parser continue on verbose OBUs
+ d3d11converter: Fix RGB to GRAY conversion, broken debug
messages, and add missing GRAY conversion
+ gs: look for google_cloud_cpp_storage.pc
+ ipcpipeline: fix crash and error on windows with SOCKET or
_pipe()
+ ivfparse: Don't set zero resolution on caps
+ mpegtsdemux: Handle PES headers bigger than a mpeg-ts packet;
fix locking in error code path; handle more program updates
+ mpegtsmux: Start last_ts with GST_CLOCK_TIME_NONE to fix VBR
muxing behaviour
+ mpegtsmux: Thread safety fixes: lock mux->tsmux, the programs
hash table, and pad streams
+ mpegtsmux: Skip empty buffers
+ osxaudiodeviceprovider: Add initial support for duplex devices
on OSX
+ rtpldacpay: Fix missing payload information
+ sdpdemux: add media attributes to caps, fixes ptp clock
handling
+ mfaudioenc: Handle empty IMFMediaBuffer
+ nvdecoder: Various fixes for 4:4:4 and high-bitdepth decoding
+ nvenc: Fix deadlock because of too strict buffer pool size
+ va: fix library build issues, caps leaks in the vpp transform
function, and add vaav1dec to documentation
+ v4l2codecs: vp9: Minor fixes
+ v4l2codecs: h264: Correct scaling matrix ABI check
+ dtlstransport: Notify ICE transport property changes
+ webrtc: Various fixes to the webrtc-sendrecv python example
+ webrtc-ice: Fix memory leaks in gst_webrtc_ice_add_candidate()
+ Support build against libfreeaptx in openaptx plugin
+ Fix linking issues on Illumos distros
==== gstreamer-plugins-base ====
Version update (1.20.2 -> 1.20.3)
Subpackages: libgstallocators-1_0-0 libgstapp-1_0-0 libgstaudio-1_0-0 libgstfft-1_0-0 libgstgl-1_0-0 libgstpbutils-1_0-0 libgstriff-1_0-0 libgsttag-1_0-0 libgstvideo-1_0-0
- 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
==== hwinfo ====
Version update (21.81 -> 21.82)
- merge gh#openSUSE/hwinfo#113
- Keep NVMe's namespace output consistency when
nvme_core.multipath=1 (bsc#1199948)
- 21.82
==== kactivitymanagerd ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== kde-cli-tools5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== kde-gtk-config5 ====
Version update (5.25.0 -> 5.25.1)
Subpackages: kde-gtk-config5-gtk3
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== kernel-source ====
Version update (5.18.4 -> 5.18.6)
- Linux 5.18.6 (bsc#1012628).
- Revert "drm/amd/display: Fix DCN3 B0 DP Alt Mapping"
(bsc#1012628).
- arm64: dts: imx8mm-beacon: Enable RTS-CTS on UART3
(bsc#1012628).
- arm64: dts: imx8mn-beacon: Enable RTS-CTS on UART3
(bsc#1012628).
- io_uring: reinstate the inflight tracking (bsc#1012628).
- powerpc/kasan: Silence KASAN warnings in __get_wchan()
(bsc#1012628).
- ASoC: nau8822: Add operation for internal PLL off and on
(bsc#1012628).
- ASoC: qcom: lpass-platform: Update VMA access permissions in
mmap callback (bsc#1012628).
- drm/amd/display: Read Golden Settings Table from VBIOS
(bsc#1012628).
- drm/amdgpu: Resolve RAS GFX error count issue after cold boot
on Arcturus (bsc#1012628).
- drm/amdkfd: Use mmget_not_zero in MMU notifier (bsc#1012628).
- dma-debug: make things less spammy under memory pressure
(bsc#1012628).
- ASoC: Intel: cirrus-common: fix incorrect channel mapping
(bsc#1012628).
- ASoC: cs42l52: Fix TLV scales for mixer controls (bsc#1012628).
- ASoC: cs35l36: Update digital volume TLV (bsc#1012628).
- ASoC: cs53l30: Correct number of volume levels on SX controls
(bsc#1012628).
- ASoC: cs42l52: Correct TLV for Bypass Volume (bsc#1012628).
- ASoC: cs42l56: Correct typo in minimum level for SX volume
controls (bsc#1012628).
- ASoC: cs42l51: Correct minimum value for SX volume control
(bsc#1012628).
- drm/amdkfd: add pinned BOs to kfd_bo_list (bsc#1012628).
- ata: libata-core: fix NULL pointer deref in
ata_host_alloc_pinfo() (bsc#1012628).
- quota: Prevent memory allocation recursion while holding dq_lock
(bsc#1012628).
- ASoC: wm8962: Fix suspend while playing music (bsc#1012628).
- ASoC: es8328: Fix event generation for deemphasis control
(bsc#1012628).
- ASoC: wm_adsp: Fix event generation for wm_adsp_fw_put()
(bsc#1012628).
- ALSA: hda: MTL: add HD Audio PCI ID and HDMI codec vendor ID
(bsc#1012628).
- Input: soc_button_array - also add Lenovo Yoga Tablet2 1051F
to dmi_use_low_level_irq (bsc#1012628).
- scsi: vmw_pvscsi: Expand vcpuHint to 16 bits (bsc#1012628).
- scsi: lpfc: Resolve NULL ptr dereference after an ELS LOGO is
aborted (bsc#1012628).
- scsi: lpfc: Fix port stuck in bypassed state after LIP in
PT2PT topology (bsc#1012628).
- scsi: lpfc: Allow reduced polling rate for
nvme_admin_async_event cmd completion (bsc#1012628).
- scsi: mpt3sas: Fix out-of-bounds compiler warning (bsc#1012628).
- scsi: ipr: Fix missing/incorrect resource cleanup in error case
(bsc#1012628).
- scsi: pmcraid: Fix missing resource cleanup in error case
(bsc#1012628).
- ALSA: hda/realtek - Add HW8326 support (bsc#1012628).
- virtio-mmio: fix missing put_device() when vm_cmdline_parent
registration failed (bsc#1012628).
- nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred
(bsc#1012628).
- ipv6: Fix signed integer overflow in __ip6_append_data
(bsc#1012628).
- ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg
(bsc#1012628).
- net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface
netdev[napi]_alloc_frag (bsc#1012628).
- mellanox: mlx5: avoid uninitialized variable warning with gcc-12
(bsc#1012628).
- MIPS: Loongson-3: fix compile mips cpu_hwmon as module build
error (bsc#1012628).
- random: credit cpu and bootloader seeds by default
(bsc#1012628).
- gpio: dwapb: Don't print error on -EPROBE_DEFER (bsc#1012628).
- platform/x86/intel: Fix pmt_crashlog array reference
(bsc#1012628).
- platform/x86/intel: pmc: Support Intel Raptorlake P
(bsc#1012628).
- platform/x86: gigabyte-wmi: Add Z690M AORUS ELITE AX DDR4
support (bsc#1012628).
- platform/x86: gigabyte-wmi: Add support for B450M DS3H-CF
(bsc#1012628).
- platform/x86/intel: hid: Add Surface Go to VGBS allow list
(bsc#1012628).
- staging: r8188eu: fix rtw_alloc_hwxmits error detection for now
(bsc#1012628).
- staging: r8188eu: Fix warning of array overflow in ioctl_linux.c
(bsc#1012628).
- pNFS: Don't keep retrying if the server replied
NFS4ERR_LAYOUTUNAVAILABLE (bsc#1012628).
- pNFS: Avoid a live lock condition in pnfs_update_layout()
(bsc#1012628).
- sunrpc: set cl_max_connect when cloning an rpc_clnt
(bsc#1012628).
- clocksource: hyper-v: unexport __init-annotated
hv_init_clocksource() (bsc#1012628).
- i40e: Fix adding ADQ filter to TC0 (bsc#1012628).
- i40e: Fix calculating the number of queue pairs (bsc#1012628).
- i40e: Fix call trace in setup_tx_descriptors (bsc#1012628).
- iavf: Fix issue with MAC address of VF shown as zero
(bsc#1012628).
- Drivers: hv: vmbus: Release cpu lock in error case
(bsc#1012628).
- tty: goldfish: Fix free_irq() on remove (bsc#1012628).
- misc: atmel-ssc: Fix IRQ check in ssc_probe (bsc#1012628).
- riscv: dts: microchip: re-add pdma to mpfs device tree
(bsc#1012628).
- io_uring: fix races with file table unregister (bsc#1012628).
- io_uring: fix races with buffer table unregister (bsc#1012628).
- drm/i915/reset: Fix error_state_read ptr + offset use
(bsc#1012628).
- net: hns3: set port base vlan tbl_sta to false before removing
old vlan (bsc#1012628).
- net: hns3: don't push link state to VF if unalive (bsc#1012628).
- net: hns3: restore tm priority/qset to default settings when
tc disabled (bsc#1012628).
- net: hns3: fix PF rss size initialization bug (bsc#1012628).
- net: hns3: fix tm port shapping of fibre port is incorrect
after driver initialization (bsc#1012628).
- nvme: add device name to warning in uuid_show() (bsc#1012628).
- mlxsw: spectrum_cnt: Reorder counter pools (bsc#1012628).
- ice: Fix PTP TX timestamp offset calculation (bsc#1012628).
- ice: Sync VLAN filtering features for DVM (bsc#1012628).
- ice: Fix queue config fail handling (bsc#1012628).
- ice: Fix memory corruption in VF driver (bsc#1012628).
- net: bgmac: Fix an erroneous kfree() in bgmac_remove()
(bsc#1012628).
- net: remove noblock parameter from skb_recv_datagram()
(bsc#1012628).
- net: ax25: Fix deadlock caused by skb_recv_datagram in
ax25_recvmsg (bsc#1012628).
- arm64: ftrace: fix branch range checks (bsc#1012628).
- arm64: ftrace: consistently handle PLTs (bsc#1012628).
- certs/blacklist_hashes.c: fix const confusion in certs blacklist
(bsc#1012628).
- init: Initialize noop_backing_dev_info early (bsc#1012628).
- block: Fix handling of offline queues in
blk_mq_alloc_request_hctx() (bsc#1012628).
- faddr2line: Fix overlapping text section failures, the sequel
(bsc#1012628).
- x86/ftrace: Remove OBJECT_FILES_NON_STANDARD usage
(bsc#1012628).
- i2c: npcm7xx: Add check for platform_driver_register
(bsc#1012628).
- irqchip/gic/realview: Fix refcount leak in realview_gic_of_init
(bsc#1012628).
- irqchip/apple-aic: Fix refcount leak in build_fiq_affinity
(bsc#1012628).
- irqchip/apple-aic: Fix refcount leak in aic_of_ic_init
(bsc#1012628).
- irqchip/gic-v3: Fix error handling in
gic_populate_ppi_partitions (bsc#1012628).
- irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitions
(bsc#1012628).
- irqchip/realtek-rtl: Fix refcount leak in map_interrupts
(bsc#1012628).
- sched: Fix balance_push() vs __sched_setscheduler()
(bsc#1012628).
- i2c: designware: Use standard optional ref clock implementation
(bsc#1012628).
- i2c: mediatek: Fix an error handling path in mtk_i2c_probe()
(bsc#1012628).
- mei: hbm: drop capability response on early shutdown
(bsc#1012628).
- mei: me: add raptor lake point S DID (bsc#1012628).
- comedi: vmk80xx: fix expression for tx buffer size
(bsc#1012628).
- crypto: memneq - move into lib/ (bsc#1012628).
- USB: serial: option: add support for Cinterion MV31 with new
baseline (bsc#1012628).
- USB: serial: io_ti: add Agilent E5805A support (bsc#1012628).
- arm64: mm: Don't invalidate FROM_DEVICE buffers at start of
DMA transfer (bsc#1012628).
- usb: dwc2: Fix memory leak in dwc2_hcd_init (bsc#1012628).
- usb: cdnsp: Fixed setting last_trb incorrectly (bsc#1012628).
- usb: dwc3: gadget: Fix IN endpoint max packet size allocation
(bsc#1012628).
- usb: dwc3: pci: Restore line lost in merge conflict resolution
(bsc#1012628).
- usb: gadget: u_ether: fix regression in setting fixed MAC
address (bsc#1012628).
- usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probe
(bsc#1012628).
- usb: gadget: f_fs: change ep->status safe in ffs_epfile_io()
(bsc#1012628).
- usb: gadget: f_fs: change ep->ep safe in ffs_epfile_io()
(bsc#1012628).
- tty: n_gsm: Debug output allocation must use GFP_ATOMIC
(bsc#1012628).
- serial: 8250: Store to lsr_save_flags after lsr read
(bsc#1012628).
- bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove()
(bsc#1012628).
- md/raid5-ppl: Fix argument order in bio_alloc_bioset()
(bsc#1012628).
- dm: fix race in dm_start_io_acct (bsc#1012628).
- dm mirror log: round up region bitmap size to BITS_PER_LONG
(bsc#1012628).
- drm/amdgpu: Fix GTT size reporting in amdgpu_ioctl
(bsc#1012628).
- drm/amd/display: Cap OLED brightness per max frame-average
luminance (bsc#1012628).
- audit: free module name (bsc#1012628).
- cfi: Fix __cfi_slowpath_diag RCU usage with cpuidle
(bsc#1012628).
- fs: account for group membership (bsc#1012628).
- selinux: free contexts previously transferred in
selinux_add_opt() (bsc#1012628).
- ext4: fix super block checksum incorrect after mount
(bsc#1012628).
- ext4: fix bug_on ext4_mb_use_inode_pa (bsc#1012628).
- ext4: make variable "count" signed (bsc#1012628).
- ext4: add reserved GDT blocks check (bsc#1012628).
- KVM: arm64: Always start with clearing SVE flag on load
(bsc#1012628).
- KVM: arm64: Don't read a HW interrupt pending state in user
context (bsc#1012628).
- virtio-pci: Remove wrong address verification in vp_del_vqs()
(bsc#1012628).
- drm/i915/uc: remove accidental static from a local variable
(bsc#1012628).
- bpf: Use safer kvmalloc_array() where possible (bsc#1012628).
- powerpc/book3e: get rid of #include <generated/compile.h>
(bsc#1012628).
- dt-bindings: mfd: bd9571mwv: update rohm,bd9571mwv.yaml
reference (bsc#1012628).
- dt-bindings: interrupt-controller: update brcm,l2-intc.yaml
reference (bsc#1012628).
- dm: fix bio_set allocation (bsc#1012628).
- clk: imx8mp: fix usb_root_clk parent (bsc#1012628).
- Delete
patches.suse/netfs-Eliminate-Clang-randstruct-warning.patch.
- Update config files.
- commit 5aa0763
- Update config files.
Run oldconfig which unsets CC_NO_ARRAY_BOUNDS as dummy tools emulate gcc
20. We are ignoring it thanks to update in packaging, so that real
compilation sets this right later.
- commit d389e23
- rpm/check-for-config-changes: ignore GCC12/CC_NO_ARRAY_BOUNDS
Upstream commit f0be87c42cbd (gcc-12: disable '-Warray-bounds'
universally for now) added two new compiler-dependent configs:
* CC_NO_ARRAY_BOUNDS
* GCC12_NO_ARRAY_BOUNDS
Ignore them -- they are unset by dummy tools (they depend on gcc version
== 12), but set as needed during real compilation.
- commit a14607c
- ath9k: fix use-after-free in ath9k_hif_usb_rx_cb (CVE-2022-1679
bsc#1199487).
- commit 4831ffe
- ALSA: hda: Fix discovery of i915 graphics PCI device
(bsc#1200611).
- commit ef301cb
- netfs: Fix gcc-12 warning by embedding vfs inode in
netfs_i_context (gcc 12 warnings).
- netfs: gcc-12: temporarily disable '-Wattribute-warning'
for now (gcc 12 warnings).
- gcc-12: disable '-Warray-bounds' universally for now (gcc
12 warnings).
- Update config files.
CC_NO_ARRAY_BOUNDS=y is manually selected, see commit b2fb712ddc6e.
- gcc-12: disable '-Wdangling-pointer' warning for now (gcc
12 warnings).
- wifi: rtlwifi: remove always-true condition pointed out by
GCC 12 (gcc 12 warnings).
- net: wwan: iosm: remove pointless null check (gcc 12 warnings).
- eth: sun: cassini: remove dead code (gcc 12 warnings).
- netfs: Eliminate Clang randstruct warning (gcc 12 warnings).
- x86/boot: Wrap literal addresses in absolute_pointer() (gcc
12 warnings).
- commit 983c97f
- series.conf: remove empty line in sorted section
It causes troubles to scripts.
- commit b01fcd9
- Linux 5.18.5 (bsc#1012628).
- x86/speculation/mmio: Print SMT warning (bsc#1012628).
- KVM: x86/speculation: Disable Fill buffer clear within guests
(bsc#1012628).
- x86/speculation/mmio: Reuse SRBDS mitigation for SBDS
(bsc#1012628).
- x86/speculation/srbds: Update SRBDS mitigation selection
(bsc#1012628).
- x86/speculation/mmio: Add sysfs reporting for Processor MMIO
Stale Data (bsc#1012628).
- x86/speculation/mmio: Enable CPU Fill buffer clearing on idle
(bsc#1012628).
- x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations
(bsc#1012628).
- x86/speculation/mmio: Add mitigation for Processor MMIO Stale
Data (bsc#1012628).
- x86/speculation: Add a common function for MD_CLEAR mitigation
update (bsc#1012628).
- x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug
(bsc#1012628).
- Documentation: Add documentation for Processor MMIO Stale Data
(bsc#1012628).
- commit 0ac72f9
==== keylime ====
Subpackages: keylime-agent keylime-config keylime-firewalld keylime-registrar keylime-tpm_cert_store keylime-verifier python310-keylime
- Remove user downgrade mechanism from the package (CVE-2022-31250, bsc#1200885)
- Add logrotate configuration for the services
- Create run directory as non-root user
- Conflict with rust-keylime
- Consolidate in _distconfdir when possible
==== kgamma5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== khotkeys5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== kinfocenter5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== kmenuedit5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== kscreen5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== kscreenlocker ====
Version update (5.25.0 -> 5.25.1)
Subpackages: libKScreenLocker5
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- Changes since 5.25.0:
* Add `repaintNeeded` to fix warning
==== ksystemstats5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== kwayland-integration ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== kwin5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- Changes since 5.25.0:
* effects/desktopgrid: Allow switching between desktops using digit and function keys (kde#455292)
* Unvirtualize Scene::paintWindow()
* Fix computation of effective opaque region of SurfaceItemX11 (kde#455617)
* Fix dragging especially by touch (kde#455268)
* Fix typo in qml margin
* backends/drm: do cross-gpu imports again for test commits (kde#454086)
* effects/windowview: Search on all screens (kde#455353)
* effects: Improve gesture handling in some effects
* qpa: Fix a crash in EGLPlatformContext::swapBuffers() (kde#455435)
* backends/drm: use GBM_BO_USE_SCANOUT when importing buffers for multi gpu
* Don't use the plasma theme for icons in overview (kde#455368)
* fix windows dragging in desktop grid (kde#455268)
* effects/windowview: Redirect key events to search field (kde#455100)
* [xwl] Restart xwayland regardless of exit value
* effects/slide: Ensure that there's only one visibility ref per window (kde#455237)
* Remove redundant initializeX11() in Compositor
* Always send a done after commit for text input v3.
* core: Make screen area safer in Workspace::clientArea()
* scripting: Handle bad output and desktop ids gracefully
* effects/windowview: do close animation after gesture ended
* Disable screen edge approach area if the edge is blocked (kde#454503)
* wayland: Explicitly initialize surface size to 0 (kde#454535)
* Fix KWin scripts KCM not writing it's pending states to config (kde#455015)
- Drop patches, now upstream:
* 0001-fix-windows-dragging-in-desktop-grid.patch
==== kwrited5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== layer-shell-qt ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== libkdecoration2 ====
Version update (5.25.0 -> 5.25.1)
Subpackages: libkdecorations2-5 libkdecorations2private9
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== libkscreen2 ====
Version update (5.25.0 -> 5.25.1)
Subpackages: libKF5Screen7 libkscreen2-plugin
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== libksysguard5 ====
Version update (5.25.0 -> 5.25.1)
Subpackages: ksysguardsystemstats-data libKSysGuardSystemStats1 libksysguard5-imports
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== milou5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- Changes since 5.25.0:
* ResultDelegate: Fix action buttons fully expanding on height
==== mozjs91 ====
Version update (91.9.0 -> 91.10.0)
- Update to version 91.10.0:
+ Various stability, functionality, and security fixes.
==== mpg123 ====
Version update (1.29.3 -> 1.30.0)
- Update to version 1.30.0
build:
* Use dummy as default module when no other outputs are
enabled. This also fixes a non-module build with just the
dummy.
* Use CMAKE_CURRENT_SOURCE_DIR in CMake build to help nested
use.
mpg123:
* new network backend using external tools/libraries to also
support HTTPS
* old network backend changed to use h_addr_list[0] instead of
h_addr
* terminal control keys now case-sensitive (fixing smal/big
pitch controls)
* additional terminal control keys for simple equalizer
control (A/a for bass, J/j for mids, N/n for treble, e for
reset, E for printout)
* terminal volume control now in decibel steps and bounded to
+/- 60 dB
* terminal control now also with audio from stdin (bug 338) via
/dev/tty or ctermid()
* re-print tag info on decrease of terminal width for a bit
less mess
* always print an empty line after tag info for cleaner
appearance
* print lyrics also to stderr
* remote control API v10 with "@P 3" as additonal message on
track end
* also added PROGRESS command as opposite of SILENCE
* fix some verbosity, tweak help for --icy-interval
* added --auth-file
* also obscure argument to --auth for others
libout123:
* pulse: initialize more error codes to avoid bogus error
messages
version 1.29.4:
libmpg123:
* Saturate reader file position at off_t limit to satisfy
undefined behaviour checkers.
* Avoid harmless unitialized value in ID3v1 check (filepos,
later being set before actual use).
==== ncurses ====
Version update (6.3.20220612 -> 6.3.20220618)
Subpackages: libncurses6 ncurses-utils terminfo-base
- Add ncurses patch 20220618
+ add a null-pointer check for term_names field in copy_termtype(),
needed for MinGW port (report by Peiyuan Song, cf: 20220521).
+ revise kon/kon2/jfbterm to undo "linux2.6" change to
smacs/rmacs/enacs (Debian #1012800) -TD
+ amended note for att610+cvis0, as per documentation for att610,
att620, att730 -TD
==== open-iscsi ====
Subpackages: iscsiuio libopeniscsiusr0_2_0
- For Tumbleweed, moved logrotate files from user-specific
directory /etc/logrotate.d to vendor-specific
/usr/etc/logrotate.d
(for Stefan Schubert <schubi(a)suse.com>)
==== openslp ====
- Moved logrotate files from user specific directory /etc/logrotate.d
to vendor specific directory /usr/etc/logrotate.d.
==== openssl ====
Version update (1.1.1o -> 1.1.1p)
- Update to 1.1.1p release
==== openssl-1_1 ====
Version update (1.1.1o -> 1.1.1p)
Subpackages: libopenssl1_1
- Update to 1.1.1p:
* bsc#1185637 - updated certificates required for testing that failed
when date is later than 1 June 2022
- removed openssl-update_expired_certificates.patch
* [bsc#1200550, CVE-2022-2068] - more shell code injection issues in c_rehash
==== parted ====
Subpackages: libparted-fs-resize0 libparted2
- drop type flag (SUSE specific) to fix bsc#1190847
refreshed patches:
- parted-mac.patch
- tests-adapt-to-SUSE.patch
drop patches:
- parted-type.patch
- parted-type-accept-hex.patch
- parted-json-no-type-flag.patch
==== pipewire ====
Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools
- Add patch from upstream to remove 44.1kHz from allowed rates.
This reverts the new behaviour in 0.3.52 which is causing
problems to too many people (boo#1200760):
* 0001-settings-remove-44.1KHz-from-allowed-rates-again.patch
==== plasma-browser-integration ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== plasma-nm5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== plasma5-addons ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- Changes since 5.25.0:
* wallpapers/potd: fix multimonitor support (kde#454333)
* wallpapers/potd: move providers to providers folder
* Drop no longer necessary KF5WindowSystem dependency
* [applets/userswitcher] Fix illegal property value
* [applets/userswitcher] Use onPressed: wasExpanded... idiom
==== plasma5-desktop ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- Changes since 5.25.0:
* Add missing i18n
* desktoppackage: fix unable to apply wallpaper settings after switching layout (kde#407619)
==== plasma5-integration ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== plasma5-openSUSE ====
Subpackages: plasma5-defaults-openSUSE plasma5-theme-openSUSE sddm-theme-openSUSE
- Update to 5.25.1
==== plasma5-pa ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== plasma5-workspace ====
Version update (5.25.0 -> 5.25.1)
Subpackages: gmenudbusmenuproxy plasma5-session plasma5-session-wayland plasma5-workspace-libs xembedsniproxy
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- Changes since 5.25.0:
* Fix checkbox not switching when choosing an accent color using color picker
* kcms/fonts: Fix font hinting preview (kde#413673)
* colorsapplicator: make accent-coloured titlebars more robust/foolproof
* Klipper (classic widget): Fix a system tray menu memory leak
* shell/scripting: call `flushPendingConstraintsEvents` in `setLocation`
* Fix missing index validity check for cursortheme (kde#454829)
* [KSystemActivityDialog] Fix loading default settings (kde#454566)
* kcms/colors: Fix alternateBackgroundColor for Button not having accents
* kcms/colors: Ensure that accent color dots always fit on narrow screens
==== podman ====
Version update (4.0.3 -> 4.1.1)
Subpackages: podman-cni-config
- Update to version 4.1.1:
* The output of the podman load command now mirrors that of docker load.
* Podman now supports Docker Compose v2.2 and higher. Please note that it may be necessary to disable the use of Buildkit by setting the environment variable DOCKER_BUILDKIT=0.
* A new container command has been added, podman container clone. This command makes a copy of an existing container, with the ability to change some settings (e.g. resource limits) while doing so.
* Podman now supports sending JSON events related to machines to a Unix socket named machine_events.*\.sock in XDG_RUNTIME_DIR/podman or to a socket whose path is set in the PODMAN_MACHINE_EVENTS_SOCK environment variable.
* Two new volume commands have been added, podman volume mount and podman volume unmount. These allow for Podman-managed named volumes to be mounted and accessed from outside containers.
* The podman container checkpoint and podman container restore options now support checkpointing to and restoring from OCI images. This allows checkpoints to be distributed via standard image registries.
* The podman play kube command now supports environment variables that are specified using the fieldRef and resourceFieldRef sources.
* The podman play kube command will now set default resource limits when the provided YAML does not include them.
* The podman play kube command now supports a new option, --annotation, to add annotations to created containers.
* The podman play kube --build command now supports a new option, --context-dir, which allows the user to specify the context directory to use when building the Containerfile.
* The podman container commit command now supports a new option, --squash, which squashes the generated image into a single layer.
* The podman pod logs command now supports two new options, --names, which identifies which container generated a log message by name, instead of ID and --color, which colors messages based on what container generated them.
* The podman rmi command now supports a new option, --ignore, which will ignore errors caused by missing images.
* The podman network create command now features a new option, --ipam-driver, to specify details about how IP addresses are assigned to containers in the network.
* The podman machine list command now features a new option, --quiet, to print only the names of configured VMs and no other information.
* The --ipc option to the podman create, podman run, and podman pod create commands now supports three new modes: none, private, and shareable. The default IPC mode is now shareable, indicating the the IPC namespace can be shared with other containers.
* The --mount option to the podman create and podman run commands can now set options for created named volumes via the volume-opt parameter.
* The --mount option to the podman create and podman run commands now allows parameters to be passed in CSV format.
* The --userns option to the podman create and podman run commands now supports a new option, nomap, that (only for rootless containers) does not map the UID of the user that started the container into the container, increasing security.
* The podman import command now supports three new options, --arch, --os, and --variant, to specify what system the imported image was built for.
* The podman inspect command now includes information on the network configuration of containers that joined a pre-configured network namespace with the --net ns: option to podman run, podman create, and podman pod create.
* The podman run and podman create commands now support a new option, --chrootdirs, which specifies additional locations where container-specific files managed by Podman (e.g. /etc/hosts, `/etc/resolv.conf, etc) will be mounted inside the container (#12961).
* The podman run and podman create commands now support a new option, --passwd-entry, allowing entries to be added to the container's /etc/passwd file.
* The podman images --format command now accepts two new format directives: {{.CreatedAt}} and {{.CreatedSince}}.
* The podman volume create command's -o option now accepts a new argument, o=noquota, to disable XFS quotas entirely and avoid potential issues when Podman is run on an XFS filesystem with existing quotas defined.
* The podman info command now includes additional information on the machine Podman is running on, including disk utilization on the drive Podman is storing containers and images on, and CPU utilization.
- Drop obsolete patches:
* 0001-Adjust-buildah-to-opencontainers-selinux-v1.10.1.patch
* 0001-Relabel-relabel-links-instead-of-their-targets.patch
* 0002-specgen-do-not-set-OOMScoreAdj-by-default.patch
* 0004-fix-Container.cGroupPath-skip-empty-line-to-avoid-fa.patch
==== polkit-kde-agent-5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== powerdevil5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- Changes since 5.25.0:
* upower: Prevent integer overflow during new brightness computation (kde#454161)
- Drop patches, now upstream:
* upower-Prevent-integer-overflow-during-new-brightness.patch
==== procps ====
Subpackages: libprocps8
- Add the patches
* procps-3.3.17-library-bsc1181475.patch
* procps-3.3.17-top-bsc1181475.patch
which are backports of current newlib tree to solve bug bsc#1181475
* 'free' command reports misleading "used" value
==== python-MarkupSafe ====
- Patch PKG-INFO to avoid pip failing on Python 3.6 with
`ERROR: Package 'MarkupSafe' requires a different Python:
3.6.15 not in '>=3.7'`.
==== python-PyYAML ====
- Actually we DO want to build the bindings.
- Clean up the SPEC file.
==== python-psutil ====
- Add patch mem-used-bsc1181475.patch (bsc#1181475)
* Adopt change of used memory calculation from upstream of procps
==== python310 ====
- Add CVE-2015-20107-mailcap-unsafe-filenames.patch to avoid
CVE-2015-20107 (bsc#1198511, gh#python/cpython#68966), the
command injection in the mailcap module.
- Fix building of documentation and the universal configuration of the
%primary_interpreter.
==== python310-core ====
Subpackages: libpython3_10-1_0 python310-base
- Add CVE-2015-20107-mailcap-unsafe-filenames.patch to avoid
CVE-2015-20107 (bsc#1198511, gh#python/cpython#68966), the
command injection in the mailcap module.
- Fix building of documentation and the universal configuration of the
%primary_interpreter.
==== qemu ====
- Fix bugs boo#1200557 and boo#1199924
- Now that boo#1199924 is fixed, re-enable FORTIFY_SOURCE=3
* Patches added:
pci-fix-overflow-in-snprintf-string-form.patch
sphinx-change-default-language-to-en.patch
==== rpm ====
- drop requires-ge-macro.diff: this is already in rpm-config-SUSE
- enable-postin-scripts-error.diff: refresh
==== rsync ====
- Removed %config flag for files in /usr directory.
- Moved logrotate files from user specific directory /etc/logrotate.d
to vendor specific directory /usr/etc/logrotate.d.
==== selinux-policy ====
Version update (20220520 -> 20220624)
Subpackages: selinux-policy-targeted
- Update to version 20220624. Refreshed:
* fix_init.patch
* fix_kernel_sysctl.patch
* fix_logging.patch
* fix_networkmanager.patch
* fix_unprivuser.patch
Dropped fix_hadoop.patch, not necessary anymore
* Updated fix_locallogin.patch to allow accesses for nss-systemd
(bsc#1199630)
==== sssd ====
Subpackages: libsss_certmap0 libsss_idmap0 libsss_nss_idmap0 sssd-krb5-common sssd-ldap
- Removed %config flag for files in /usr directory.
- Moved logrotate files from user-specific directory /etc/logrotate.d
to vendor-specific directory /usr/etc/logrotate.d.
==== systemd-presets-common-SUSE ====
- Modify branding-preset-states to fix systemd-presets-common-SUSE
not enabling new user systemd service preset configuration just
as it handles system service presets. By passing an (optional)
second parameter "user", the save/apply-changes commands now
work with user services instead of system ones (boo#1200485)
- enable ignition-delete-config by default (bsc#1199524)
==== systemsettings5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- Changes since 5.25.0:
* systemsettingsrunner: Fix drag and drop for KCMs using embedded json metadata
* IconMode: Switch to the selected KCM (kde#444565)
==== toolbox ====
Version update (2.3+git20220603.bbeda2e -> 2.3+git20220622.32785f7)
- Update to version 2.3+git20220622.32785f7:
* Only set --userns=keep-id when running rootless
==== transactional-update ====
Subpackages: dracut-transactional-update libtukit4 transactional-update-zypp-config tukit
- Moved logrotate files from user specific directory /etc/logrotate.d
to vendor specific directory /usr/etc/logrotate.d.
==== vim ====
Version update (8.2.5136 -> 8.2.5154)
Subpackages: vim-data-common vim-small
- Updated to version 8.2.5154, fixes the following problems
- fixed boo#1200184
* Debugger test fails when run with valgrind.
* Cannot build without the +channel feature. (Dominique Pellé)
* Various small issues.
* TIME_WITH_SYS_TIME is no longer supported by autoconf.
* Seachpair timeout test is flaky.
* Using "volatile int" in a signal handler might be wrong.
* Startup test fails if there is a status bar at the top of the
screen. (Ernie Rael)
* Some tests fail when using valgrind. Spurious leak reports.
* With 'lazyredraw' set completion menu may be displayed wrong.
* Exit test causes spurious valgrind reports.
* Memory leak when substitute expression nests.
* Flaky test always fails on retry.
* Invalid memory access when using an expression on the command line.
* Cannot build without the +eval feature. (Tony Mechelynck)
* Read past the end of the first line with ":0;'{".
* Reading beyond the end of the line with lisp indenting.
* search() gets stuck with "c" and skip evaluates to true.
* "make uninstall" does not remove colors/lists.
* Still mentioning version8, some cosmetic issues.
==== xdg-desktop-portal-kde ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
NetworkManager
dmidecode (3.3 -> 3.4)
openssl (1.1.1o -> 1.1.1p)
openssl-1_1 (1.1.1o -> 1.1.1p)
python-MarkupSafe
python-PyYAML
=== Details ===
==== NetworkManager ====
Subpackages: NetworkManager-wwan libnm0 typelib-1_0-NM-1_0
- Bring back /sbin/netconfig as build option since the netconfig
in SLE is not ready for usrmerge.
==== dmidecode ====
Version update (3.3 -> 3.4)
- Update to upstream version 3.4:
* Support for SMBIOS 3.4.0. This includes new memory device types, new
processor upgrades, new slot types and characteristics, decoding of memory
module extended speed, new system slot types, new processor characteristics
and new format of Processor ID.
* Support for SMBIOS 3.5.0. This includes new processor upgrades, BIOS
characteristics, new slot characteristics, new on-board device types, new
pointing device interface types, and a new record type (type 45 -
Firmware Inventory Information).
* Decode HPE OEM records 194, 199, 203, 236, 237, 238 ans 240.
* Bug fixes:
Fix OEM vendor name matching
* Minor improvements:
Skip details of uninstalled memory modules
Don't display the raw CPU ID in quiet mode
Improve the formatting of the manual pages
* Obsoletes dmidecode-fix-crash-with-u-option.patch and
dmidecode-fix-the-condition-error-in-ascii_filter.patch.
==== openssl ====
Version update (1.1.1o -> 1.1.1p)
- Update to 1.1.1p release
==== openssl-1_1 ====
Version update (1.1.1o -> 1.1.1p)
Subpackages: libopenssl1_1
- Update to 1.1.1p:
* bsc#1185637 - updated certificates required for testing that failed
when date is later than 1 June 2022
- removed openssl-update_expired_certificates.patch
* [bsc#1200550, CVE-2022-2068] - more shell code injection issues in c_rehash
==== python-MarkupSafe ====
- Patch PKG-INFO to avoid pip failing on Python 3.6 with
`ERROR: Package 'MarkupSafe' requires a different Python:
3.6.15 not in '>=3.7'`.
==== python-PyYAML ====
- Actually we DO want to build the bindings.
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
mpg123 (1.29.3 -> 1.30.0)
=== Details ===
==== mpg123 ====
Version update (1.29.3 -> 1.30.0)
- Update to version 1.30.0
build:
* Use dummy as default module when no other outputs are
enabled. This also fixes a non-module build with just the
dummy.
* Use CMAKE_CURRENT_SOURCE_DIR in CMake build to help nested
use.
mpg123:
* new network backend using external tools/libraries to also
support HTTPS
* old network backend changed to use h_addr_list[0] instead of
h_addr
* terminal control keys now case-sensitive (fixing smal/big
pitch controls)
* additional terminal control keys for simple equalizer
control (A/a for bass, J/j for mids, N/n for treble, e for
reset, E for printout)
* terminal volume control now in decibel steps and bounded to
+/- 60 dB
* terminal control now also with audio from stdin (bug 338) via
/dev/tty or ctermid()
* re-print tag info on decrease of terminal width for a bit
less mess
* always print an empty line after tag info for cleaner
appearance
* print lyrics also to stderr
* remote control API v10 with "@P 3" as additonal message on
track end
* also added PROGRESS command as opposite of SILENCE
* fix some verbosity, tweak help for --icy-interval
* added --auth-file
* also obscure argument to --auth for others
libout123:
* pulse: initialize more error codes to avoid bogus error
messages
version 1.29.4:
libmpg123:
* Saturate reader file position at off_t limit to satisfy
undefined behaviour checkers.
* Avoid harmless unitialized value in ID3v1 check (filepos,
later being set before actual use).
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
cups-filters (1.28.12 -> 1.28.15)
gnome-software
kernel-source (5.18.4 -> 5.18.6)
parted
procps
python-psutil
rpm
selinux-policy (20220520 -> 20220624)
vim (8.2.5136 -> 8.2.5154)
=== Details ===
==== cups-filters ====
Version update (1.28.12 -> 1.28.15)
- Spec file: Removed URL from source line
- Update to version 1.28.15:
* pdftops: Identify old LaserJets more precisely for swicth to Poppler
* Make pdftopdf also work correctly with auro-rotating off
* libcupsfilters: Make pdftopdf() correctly working with "landscape" option
* rastertopdf: Filter fails if no PCLm default resolution given by printer
* pdftopdf: Fix N-up printing with long-edge-first
* libcupsfilters: In pdftopdf() fix cropping with long-edge-first
* pdftops: Use Poppler for all Apple LaserWriter models
- Enable OBS source services. Stay at 1.28.12 for now.
* add _service file
==== gnome-software ====
- Ship software-opensuse.gschema.override, declaring the
repositories 'repo-oss', 'repo-update', and 'repo-non-oss' as the
official repositories (boo#1189907).
==== kernel-source ====
Version update (5.18.4 -> 5.18.6)
- Linux 5.18.6 (bsc#1012628).
- Revert "drm/amd/display: Fix DCN3 B0 DP Alt Mapping"
(bsc#1012628).
- arm64: dts: imx8mm-beacon: Enable RTS-CTS on UART3
(bsc#1012628).
- arm64: dts: imx8mn-beacon: Enable RTS-CTS on UART3
(bsc#1012628).
- io_uring: reinstate the inflight tracking (bsc#1012628).
- powerpc/kasan: Silence KASAN warnings in __get_wchan()
(bsc#1012628).
- ASoC: nau8822: Add operation for internal PLL off and on
(bsc#1012628).
- ASoC: qcom: lpass-platform: Update VMA access permissions in
mmap callback (bsc#1012628).
- drm/amd/display: Read Golden Settings Table from VBIOS
(bsc#1012628).
- drm/amdgpu: Resolve RAS GFX error count issue after cold boot
on Arcturus (bsc#1012628).
- drm/amdkfd: Use mmget_not_zero in MMU notifier (bsc#1012628).
- dma-debug: make things less spammy under memory pressure
(bsc#1012628).
- ASoC: Intel: cirrus-common: fix incorrect channel mapping
(bsc#1012628).
- ASoC: cs42l52: Fix TLV scales for mixer controls (bsc#1012628).
- ASoC: cs35l36: Update digital volume TLV (bsc#1012628).
- ASoC: cs53l30: Correct number of volume levels on SX controls
(bsc#1012628).
- ASoC: cs42l52: Correct TLV for Bypass Volume (bsc#1012628).
- ASoC: cs42l56: Correct typo in minimum level for SX volume
controls (bsc#1012628).
- ASoC: cs42l51: Correct minimum value for SX volume control
(bsc#1012628).
- drm/amdkfd: add pinned BOs to kfd_bo_list (bsc#1012628).
- ata: libata-core: fix NULL pointer deref in
ata_host_alloc_pinfo() (bsc#1012628).
- quota: Prevent memory allocation recursion while holding dq_lock
(bsc#1012628).
- ASoC: wm8962: Fix suspend while playing music (bsc#1012628).
- ASoC: es8328: Fix event generation for deemphasis control
(bsc#1012628).
- ASoC: wm_adsp: Fix event generation for wm_adsp_fw_put()
(bsc#1012628).
- ALSA: hda: MTL: add HD Audio PCI ID and HDMI codec vendor ID
(bsc#1012628).
- Input: soc_button_array - also add Lenovo Yoga Tablet2 1051F
to dmi_use_low_level_irq (bsc#1012628).
- scsi: vmw_pvscsi: Expand vcpuHint to 16 bits (bsc#1012628).
- scsi: lpfc: Resolve NULL ptr dereference after an ELS LOGO is
aborted (bsc#1012628).
- scsi: lpfc: Fix port stuck in bypassed state after LIP in
PT2PT topology (bsc#1012628).
- scsi: lpfc: Allow reduced polling rate for
nvme_admin_async_event cmd completion (bsc#1012628).
- scsi: mpt3sas: Fix out-of-bounds compiler warning (bsc#1012628).
- scsi: ipr: Fix missing/incorrect resource cleanup in error case
(bsc#1012628).
- scsi: pmcraid: Fix missing resource cleanup in error case
(bsc#1012628).
- ALSA: hda/realtek - Add HW8326 support (bsc#1012628).
- virtio-mmio: fix missing put_device() when vm_cmdline_parent
registration failed (bsc#1012628).
- nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred
(bsc#1012628).
- ipv6: Fix signed integer overflow in __ip6_append_data
(bsc#1012628).
- ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg
(bsc#1012628).
- net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface
netdev[napi]_alloc_frag (bsc#1012628).
- mellanox: mlx5: avoid uninitialized variable warning with gcc-12
(bsc#1012628).
- MIPS: Loongson-3: fix compile mips cpu_hwmon as module build
error (bsc#1012628).
- random: credit cpu and bootloader seeds by default
(bsc#1012628).
- gpio: dwapb: Don't print error on -EPROBE_DEFER (bsc#1012628).
- platform/x86/intel: Fix pmt_crashlog array reference
(bsc#1012628).
- platform/x86/intel: pmc: Support Intel Raptorlake P
(bsc#1012628).
- platform/x86: gigabyte-wmi: Add Z690M AORUS ELITE AX DDR4
support (bsc#1012628).
- platform/x86: gigabyte-wmi: Add support for B450M DS3H-CF
(bsc#1012628).
- platform/x86/intel: hid: Add Surface Go to VGBS allow list
(bsc#1012628).
- staging: r8188eu: fix rtw_alloc_hwxmits error detection for now
(bsc#1012628).
- staging: r8188eu: Fix warning of array overflow in ioctl_linux.c
(bsc#1012628).
- pNFS: Don't keep retrying if the server replied
NFS4ERR_LAYOUTUNAVAILABLE (bsc#1012628).
- pNFS: Avoid a live lock condition in pnfs_update_layout()
(bsc#1012628).
- sunrpc: set cl_max_connect when cloning an rpc_clnt
(bsc#1012628).
- clocksource: hyper-v: unexport __init-annotated
hv_init_clocksource() (bsc#1012628).
- i40e: Fix adding ADQ filter to TC0 (bsc#1012628).
- i40e: Fix calculating the number of queue pairs (bsc#1012628).
- i40e: Fix call trace in setup_tx_descriptors (bsc#1012628).
- iavf: Fix issue with MAC address of VF shown as zero
(bsc#1012628).
- Drivers: hv: vmbus: Release cpu lock in error case
(bsc#1012628).
- tty: goldfish: Fix free_irq() on remove (bsc#1012628).
- misc: atmel-ssc: Fix IRQ check in ssc_probe (bsc#1012628).
- riscv: dts: microchip: re-add pdma to mpfs device tree
(bsc#1012628).
- io_uring: fix races with file table unregister (bsc#1012628).
- io_uring: fix races with buffer table unregister (bsc#1012628).
- drm/i915/reset: Fix error_state_read ptr + offset use
(bsc#1012628).
- net: hns3: set port base vlan tbl_sta to false before removing
old vlan (bsc#1012628).
- net: hns3: don't push link state to VF if unalive (bsc#1012628).
- net: hns3: restore tm priority/qset to default settings when
tc disabled (bsc#1012628).
- net: hns3: fix PF rss size initialization bug (bsc#1012628).
- net: hns3: fix tm port shapping of fibre port is incorrect
after driver initialization (bsc#1012628).
- nvme: add device name to warning in uuid_show() (bsc#1012628).
- mlxsw: spectrum_cnt: Reorder counter pools (bsc#1012628).
- ice: Fix PTP TX timestamp offset calculation (bsc#1012628).
- ice: Sync VLAN filtering features for DVM (bsc#1012628).
- ice: Fix queue config fail handling (bsc#1012628).
- ice: Fix memory corruption in VF driver (bsc#1012628).
- net: bgmac: Fix an erroneous kfree() in bgmac_remove()
(bsc#1012628).
- net: remove noblock parameter from skb_recv_datagram()
(bsc#1012628).
- net: ax25: Fix deadlock caused by skb_recv_datagram in
ax25_recvmsg (bsc#1012628).
- arm64: ftrace: fix branch range checks (bsc#1012628).
- arm64: ftrace: consistently handle PLTs (bsc#1012628).
- certs/blacklist_hashes.c: fix const confusion in certs blacklist
(bsc#1012628).
- init: Initialize noop_backing_dev_info early (bsc#1012628).
- block: Fix handling of offline queues in
blk_mq_alloc_request_hctx() (bsc#1012628).
- faddr2line: Fix overlapping text section failures, the sequel
(bsc#1012628).
- x86/ftrace: Remove OBJECT_FILES_NON_STANDARD usage
(bsc#1012628).
- i2c: npcm7xx: Add check for platform_driver_register
(bsc#1012628).
- irqchip/gic/realview: Fix refcount leak in realview_gic_of_init
(bsc#1012628).
- irqchip/apple-aic: Fix refcount leak in build_fiq_affinity
(bsc#1012628).
- irqchip/apple-aic: Fix refcount leak in aic_of_ic_init
(bsc#1012628).
- irqchip/gic-v3: Fix error handling in
gic_populate_ppi_partitions (bsc#1012628).
- irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitions
(bsc#1012628).
- irqchip/realtek-rtl: Fix refcount leak in map_interrupts
(bsc#1012628).
- sched: Fix balance_push() vs __sched_setscheduler()
(bsc#1012628).
- i2c: designware: Use standard optional ref clock implementation
(bsc#1012628).
- i2c: mediatek: Fix an error handling path in mtk_i2c_probe()
(bsc#1012628).
- mei: hbm: drop capability response on early shutdown
(bsc#1012628).
- mei: me: add raptor lake point S DID (bsc#1012628).
- comedi: vmk80xx: fix expression for tx buffer size
(bsc#1012628).
- crypto: memneq - move into lib/ (bsc#1012628).
- USB: serial: option: add support for Cinterion MV31 with new
baseline (bsc#1012628).
- USB: serial: io_ti: add Agilent E5805A support (bsc#1012628).
- arm64: mm: Don't invalidate FROM_DEVICE buffers at start of
DMA transfer (bsc#1012628).
- usb: dwc2: Fix memory leak in dwc2_hcd_init (bsc#1012628).
- usb: cdnsp: Fixed setting last_trb incorrectly (bsc#1012628).
- usb: dwc3: gadget: Fix IN endpoint max packet size allocation
(bsc#1012628).
- usb: dwc3: pci: Restore line lost in merge conflict resolution
(bsc#1012628).
- usb: gadget: u_ether: fix regression in setting fixed MAC
address (bsc#1012628).
- usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probe
(bsc#1012628).
- usb: gadget: f_fs: change ep->status safe in ffs_epfile_io()
(bsc#1012628).
- usb: gadget: f_fs: change ep->ep safe in ffs_epfile_io()
(bsc#1012628).
- tty: n_gsm: Debug output allocation must use GFP_ATOMIC
(bsc#1012628).
- serial: 8250: Store to lsr_save_flags after lsr read
(bsc#1012628).
- bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove()
(bsc#1012628).
- md/raid5-ppl: Fix argument order in bio_alloc_bioset()
(bsc#1012628).
- dm: fix race in dm_start_io_acct (bsc#1012628).
- dm mirror log: round up region bitmap size to BITS_PER_LONG
(bsc#1012628).
- drm/amdgpu: Fix GTT size reporting in amdgpu_ioctl
(bsc#1012628).
- drm/amd/display: Cap OLED brightness per max frame-average
luminance (bsc#1012628).
- audit: free module name (bsc#1012628).
- cfi: Fix __cfi_slowpath_diag RCU usage with cpuidle
(bsc#1012628).
- fs: account for group membership (bsc#1012628).
- selinux: free contexts previously transferred in
selinux_add_opt() (bsc#1012628).
- ext4: fix super block checksum incorrect after mount
(bsc#1012628).
- ext4: fix bug_on ext4_mb_use_inode_pa (bsc#1012628).
- ext4: make variable "count" signed (bsc#1012628).
- ext4: add reserved GDT blocks check (bsc#1012628).
- KVM: arm64: Always start with clearing SVE flag on load
(bsc#1012628).
- KVM: arm64: Don't read a HW interrupt pending state in user
context (bsc#1012628).
- virtio-pci: Remove wrong address verification in vp_del_vqs()
(bsc#1012628).
- drm/i915/uc: remove accidental static from a local variable
(bsc#1012628).
- bpf: Use safer kvmalloc_array() where possible (bsc#1012628).
- powerpc/book3e: get rid of #include <generated/compile.h>
(bsc#1012628).
- dt-bindings: mfd: bd9571mwv: update rohm,bd9571mwv.yaml
reference (bsc#1012628).
- dt-bindings: interrupt-controller: update brcm,l2-intc.yaml
reference (bsc#1012628).
- dm: fix bio_set allocation (bsc#1012628).
- clk: imx8mp: fix usb_root_clk parent (bsc#1012628).
- Delete
patches.suse/netfs-Eliminate-Clang-randstruct-warning.patch.
- Update config files.
- commit 5aa0763
- Update config files.
Run oldconfig which unsets CC_NO_ARRAY_BOUNDS as dummy tools emulate gcc
20. We are ignoring it thanks to update in packaging, so that real
compilation sets this right later.
- commit d389e23
- rpm/check-for-config-changes: ignore GCC12/CC_NO_ARRAY_BOUNDS
Upstream commit f0be87c42cbd (gcc-12: disable '-Warray-bounds'
universally for now) added two new compiler-dependent configs:
* CC_NO_ARRAY_BOUNDS
* GCC12_NO_ARRAY_BOUNDS
Ignore them -- they are unset by dummy tools (they depend on gcc version
== 12), but set as needed during real compilation.
- commit a14607c
- ath9k: fix use-after-free in ath9k_hif_usb_rx_cb (CVE-2022-1679
bsc#1199487).
- commit 4831ffe
- ALSA: hda: Fix discovery of i915 graphics PCI device
(bsc#1200611).
- commit ef301cb
- netfs: Fix gcc-12 warning by embedding vfs inode in
netfs_i_context (gcc 12 warnings).
- netfs: gcc-12: temporarily disable '-Wattribute-warning'
for now (gcc 12 warnings).
- gcc-12: disable '-Warray-bounds' universally for now (gcc
12 warnings).
- Update config files.
CC_NO_ARRAY_BOUNDS=y is manually selected, see commit b2fb712ddc6e.
- gcc-12: disable '-Wdangling-pointer' warning for now (gcc
12 warnings).
- wifi: rtlwifi: remove always-true condition pointed out by
GCC 12 (gcc 12 warnings).
- net: wwan: iosm: remove pointless null check (gcc 12 warnings).
- eth: sun: cassini: remove dead code (gcc 12 warnings).
- netfs: Eliminate Clang randstruct warning (gcc 12 warnings).
- x86/boot: Wrap literal addresses in absolute_pointer() (gcc
12 warnings).
- commit 983c97f
- series.conf: remove empty line in sorted section
It causes troubles to scripts.
- commit b01fcd9
- Linux 5.18.5 (bsc#1012628).
- x86/speculation/mmio: Print SMT warning (bsc#1012628).
- KVM: x86/speculation: Disable Fill buffer clear within guests
(bsc#1012628).
- x86/speculation/mmio: Reuse SRBDS mitigation for SBDS
(bsc#1012628).
- x86/speculation/srbds: Update SRBDS mitigation selection
(bsc#1012628).
- x86/speculation/mmio: Add sysfs reporting for Processor MMIO
Stale Data (bsc#1012628).
- x86/speculation/mmio: Enable CPU Fill buffer clearing on idle
(bsc#1012628).
- x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations
(bsc#1012628).
- x86/speculation/mmio: Add mitigation for Processor MMIO Stale
Data (bsc#1012628).
- x86/speculation: Add a common function for MD_CLEAR mitigation
update (bsc#1012628).
- x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug
(bsc#1012628).
- Documentation: Add documentation for Processor MMIO Stale Data
(bsc#1012628).
- commit 0ac72f9
==== parted ====
Subpackages: libparted-fs-resize0 libparted2
- drop type flag (SUSE specific) to fix bsc#1190847
refreshed patches:
- parted-mac.patch
- tests-adapt-to-SUSE.patch
drop patches:
- parted-type.patch
- parted-type-accept-hex.patch
- parted-json-no-type-flag.patch
==== procps ====
Subpackages: libprocps8
- Add the patches
* procps-3.3.17-library-bsc1181475.patch
* procps-3.3.17-top-bsc1181475.patch
which are backports of current newlib tree to solve bug bsc#1181475
* 'free' command reports misleading "used" value
==== python-psutil ====
- Add patch mem-used-bsc1181475.patch (bsc#1181475)
* Adopt change of used memory calculation from upstream of procps
==== rpm ====
- drop requires-ge-macro.diff: this is already in rpm-config-SUSE
- enable-postin-scripts-error.diff: refresh
==== selinux-policy ====
Version update (20220520 -> 20220624)
Subpackages: selinux-policy-targeted
- Update to version 20220624. Refreshed:
* fix_init.patch
* fix_kernel_sysctl.patch
* fix_logging.patch
* fix_networkmanager.patch
* fix_unprivuser.patch
Dropped fix_hadoop.patch, not necessary anymore
* Updated fix_locallogin.patch to allow accesses for nss-systemd
(bsc#1199630)
==== vim ====
Version update (8.2.5136 -> 8.2.5154)
Subpackages: vim-data-common vim-small
- Updated to version 8.2.5154, fixes the following problems
- fixed boo#1200184
* Debugger test fails when run with valgrind.
* Cannot build without the +channel feature. (Dominique Pellé)
* Various small issues.
* TIME_WITH_SYS_TIME is no longer supported by autoconf.
* Seachpair timeout test is flaky.
* Using "volatile int" in a signal handler might be wrong.
* Startup test fails if there is a status bar at the top of the
screen. (Ernie Rael)
* Some tests fail when using valgrind. Spurious leak reports.
* With 'lazyredraw' set completion menu may be displayed wrong.
* Exit test causes spurious valgrind reports.
* Memory leak when substitute expression nests.
* Flaky test always fails on retry.
* Invalid memory access when using an expression on the command line.
* Cannot build without the +eval feature. (Tony Mechelynck)
* Read past the end of the first line with ":0;'{".
* Reading beyond the end of the line with lisp indenting.
* search() gets stuck with "c" and skip evaluates to true.
* "make uninstall" does not remove colors/lists.
* Still mentioning version8, some cosmetic issues.
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
Imath (3.1.3 -> 3.1.5)
accountsservice (0.6.55 -> 22.08.8)
dracut (056+suse.275.g4ce7a6a7 -> 057+suse.292.g508db4cd)
gstreamer (1.20.2 -> 1.20.3)
gstreamer-plugins-bad (1.20.2 -> 1.20.3)
gstreamer-plugins-base (1.20.2 -> 1.20.3)
hwinfo (21.81 -> 21.82)
keylime
openslp
pipewire
podman (4.0.3 -> 4.1.1)
python-PyYAML
systemd-presets-common-SUSE
toolbox (2.3+git20220603.bbeda2e -> 2.3+git20220622.32785f7)
=== Details ===
==== Imath ====
Version update (3.1.3 -> 3.1.5)
- update to 3.1.5:
* Update CI workflow matrix for VFX-CY2022
* Use _WIN32 instead of _MSC_VER to fix mingw build
* Fix 32-bit x86 build failure with 16c instructions
* Move numeric_limits specializations into half.h
* Change references to "master" branch to "main"
* Remove some simple typos in the code
* Added missing check _M_IX86 or _M_X64 when using __lzcnt.
* SolveNormalizedCubic fix to return proper real root
* Add docs target only if not a subproject
* Fix docs race condition and make installation optional
* Remove dead PyImath code and references to ilmbase
* Use equalWithAbsError instead of equal operator for float
* Fix sphinx warnings and man page filenames
* Adding missing stdexcept header
* for better SIMD auto-vectorization
* Remove extra project layer for the pyimath code
* Successor/predecessor functions use isnan() and isinf()
* Fix python imath export
* Cuda safety fixes
* Sort Imath source files
* Fix formatting in release notes
==== accountsservice ====
Version update (0.6.55 -> 22.08.8)
Subpackages: libaccountsservice0 typelib-1_0-AccountsService-1_0
- Update to version 22.08.8
+ Handle missing admin groups when changing account types
+ Set PrivateTmp to false in the systemd service
+ Add function to set user password expiration policy
- Update to version 22.04.62
+ Updated Swedish translation
+ Updated Indonesian translation
+ Updated German translation
+ Updated slovak translation
+ Update Ukrainian translation
+ Updated Brazilian Portuguese translation
+ act-user: Use stronger hashing methods in make_crypted() if available.
+ act-user-manager: Watch for the daemon going away and coming back
+ user-manager: Update users tables on username changes
+ user: Translate property x-session property name to match the proxy one
+ Check GDBusMessage for INTERACTIVE_AUTHORIZATION flag
+ daemon: Fix error check in save_autologin()
+ Never delete the root filesystem when removing users
+ Remove user heuristics
+ user-classify: Add git to username blacklist
+ daemon: ensure cache files for system users are processed
+ daemon: Don't try to add admin users to non existing groups
+ Move D-Bus conf file to $(datadir)/dbus-1/system.d
- Rebased patches:
+ accountsservice-sysconfig.patch
+ accountsservice-filter-suse-accounts.patch
+ as-fate318433-prevent-same-account-multi-logins.patch
- Drop upstream fixed patches:
+ ac9b14f1c1bbca413987d0bbfeaad05804107e9a.patch
+ accountsservice-fix-gdm-crash.patch
+ accountsservice-read-root-user-cache.patch
+ accountsservice-wtmp-io-improvements.patch
==== dracut ====
Version update (056+suse.275.g4ce7a6a7 -> 057+suse.292.g508db4cd)
Subpackages: dracut-ima dracut-mkinitrd-deprecated
- Update to version 057+suse.292.g508db4cd:
See https://github.com/dracutdevs/dracut/releases/tag/057 for details.
Additional changes:
* fix(integrity): do not enable EVM if there is no key (bsc#1200718)
* fix(dracut.sh): temporary workaround for kiwi (bsc#1199051)
* chore(suse): update spec
==== gstreamer ====
Version update (1.20.2 -> 1.20.3)
Subpackages: libgstreamer-1_0-0 typelib-1_0-Gst-1_0
- 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
==== gstreamer-plugins-bad ====
Version update (1.20.2 -> 1.20.3)
Subpackages: libgstphotography-1_0-0 libgstplay-1_0-0 libgstplayer-1_0-0
- Update to version 1.20.3:
+ GstPlay: Fix new error + warning parsing API (was unusuable
before)
+ av1parse: let the parser continue on verbose OBUs
+ d3d11converter: Fix RGB to GRAY conversion, broken debug
messages, and add missing GRAY conversion
+ gs: look for google_cloud_cpp_storage.pc
+ ipcpipeline: fix crash and error on windows with SOCKET or
_pipe()
+ ivfparse: Don't set zero resolution on caps
+ mpegtsdemux: Handle PES headers bigger than a mpeg-ts packet;
fix locking in error code path; handle more program updates
+ mpegtsmux: Start last_ts with GST_CLOCK_TIME_NONE to fix VBR
muxing behaviour
+ mpegtsmux: Thread safety fixes: lock mux->tsmux, the programs
hash table, and pad streams
+ mpegtsmux: Skip empty buffers
+ osxaudiodeviceprovider: Add initial support for duplex devices
on OSX
+ rtpldacpay: Fix missing payload information
+ sdpdemux: add media attributes to caps, fixes ptp clock
handling
+ mfaudioenc: Handle empty IMFMediaBuffer
+ nvdecoder: Various fixes for 4:4:4 and high-bitdepth decoding
+ nvenc: Fix deadlock because of too strict buffer pool size
+ va: fix library build issues, caps leaks in the vpp transform
function, and add vaav1dec to documentation
+ v4l2codecs: vp9: Minor fixes
+ v4l2codecs: h264: Correct scaling matrix ABI check
+ dtlstransport: Notify ICE transport property changes
+ webrtc: Various fixes to the webrtc-sendrecv python example
+ webrtc-ice: Fix memory leaks in gst_webrtc_ice_add_candidate()
+ Support build against libfreeaptx in openaptx plugin
+ Fix linking issues on Illumos distros
==== gstreamer-plugins-base ====
Version update (1.20.2 -> 1.20.3)
Subpackages: libgstallocators-1_0-0 libgstapp-1_0-0 libgstaudio-1_0-0 libgstfft-1_0-0 libgstgl-1_0-0 libgstpbutils-1_0-0 libgstriff-1_0-0 libgsttag-1_0-0 libgstvideo-1_0-0
- 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
==== hwinfo ====
Version update (21.81 -> 21.82)
- merge gh#openSUSE/hwinfo#113
- Keep NVMe's namespace output consistency when
nvme_core.multipath=1 (bsc#1199948)
- 21.82
==== keylime ====
Subpackages: keylime-agent keylime-config keylime-firewalld keylime-registrar keylime-tpm_cert_store keylime-verifier python310-keylime
- Remove user downgrade mechanism from the package (CVE-2022-31250, bsc#1200885)
- Add logrotate configuration for the services
- Create run directory as non-root user
- Conflict with rust-keylime
- Consolidate in _distconfdir when possible
==== openslp ====
- Moved logrotate files from user specific directory /etc/logrotate.d
to vendor specific directory /usr/etc/logrotate.d.
==== pipewire ====
Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools
- Add patch from upstream to remove 44.1kHz from allowed rates.
This reverts the new behaviour in 0.3.52 which is causing
problems to too many people (boo#1200760):
* 0001-settings-remove-44.1KHz-from-allowed-rates-again.patch
==== podman ====
Version update (4.0.3 -> 4.1.1)
Subpackages: podman-cni-config
- Update to version 4.1.1:
* The output of the podman load command now mirrors that of docker load.
* Podman now supports Docker Compose v2.2 and higher. Please note that it may be necessary to disable the use of Buildkit by setting the environment variable DOCKER_BUILDKIT=0.
* A new container command has been added, podman container clone. This command makes a copy of an existing container, with the ability to change some settings (e.g. resource limits) while doing so.
* Podman now supports sending JSON events related to machines to a Unix socket named machine_events.*\.sock in XDG_RUNTIME_DIR/podman or to a socket whose path is set in the PODMAN_MACHINE_EVENTS_SOCK environment variable.
* Two new volume commands have been added, podman volume mount and podman volume unmount. These allow for Podman-managed named volumes to be mounted and accessed from outside containers.
* The podman container checkpoint and podman container restore options now support checkpointing to and restoring from OCI images. This allows checkpoints to be distributed via standard image registries.
* The podman play kube command now supports environment variables that are specified using the fieldRef and resourceFieldRef sources.
* The podman play kube command will now set default resource limits when the provided YAML does not include them.
* The podman play kube command now supports a new option, --annotation, to add annotations to created containers.
* The podman play kube --build command now supports a new option, --context-dir, which allows the user to specify the context directory to use when building the Containerfile.
* The podman container commit command now supports a new option, --squash, which squashes the generated image into a single layer.
* The podman pod logs command now supports two new options, --names, which identifies which container generated a log message by name, instead of ID and --color, which colors messages based on what container generated them.
* The podman rmi command now supports a new option, --ignore, which will ignore errors caused by missing images.
* The podman network create command now features a new option, --ipam-driver, to specify details about how IP addresses are assigned to containers in the network.
* The podman machine list command now features a new option, --quiet, to print only the names of configured VMs and no other information.
* The --ipc option to the podman create, podman run, and podman pod create commands now supports three new modes: none, private, and shareable. The default IPC mode is now shareable, indicating the the IPC namespace can be shared with other containers.
* The --mount option to the podman create and podman run commands can now set options for created named volumes via the volume-opt parameter.
* The --mount option to the podman create and podman run commands now allows parameters to be passed in CSV format.
* The --userns option to the podman create and podman run commands now supports a new option, nomap, that (only for rootless containers) does not map the UID of the user that started the container into the container, increasing security.
* The podman import command now supports three new options, --arch, --os, and --variant, to specify what system the imported image was built for.
* The podman inspect command now includes information on the network configuration of containers that joined a pre-configured network namespace with the --net ns: option to podman run, podman create, and podman pod create.
* The podman run and podman create commands now support a new option, --chrootdirs, which specifies additional locations where container-specific files managed by Podman (e.g. /etc/hosts, `/etc/resolv.conf, etc) will be mounted inside the container (#12961).
* The podman run and podman create commands now support a new option, --passwd-entry, allowing entries to be added to the container's /etc/passwd file.
* The podman images --format command now accepts two new format directives: {{.CreatedAt}} and {{.CreatedSince}}.
* The podman volume create command's -o option now accepts a new argument, o=noquota, to disable XFS quotas entirely and avoid potential issues when Podman is run on an XFS filesystem with existing quotas defined.
* The podman info command now includes additional information on the machine Podman is running on, including disk utilization on the drive Podman is storing containers and images on, and CPU utilization.
- Drop obsolete patches:
* 0001-Adjust-buildah-to-opencontainers-selinux-v1.10.1.patch
* 0001-Relabel-relabel-links-instead-of-their-targets.patch
* 0002-specgen-do-not-set-OOMScoreAdj-by-default.patch
* 0004-fix-Container.cGroupPath-skip-empty-line-to-avoid-fa.patch
==== python-PyYAML ====
- Clean up the SPEC file.
==== systemd-presets-common-SUSE ====
- Modify branding-preset-states to fix systemd-presets-common-SUSE
not enabling new user systemd service preset configuration just
as it handles system service presets. By passing an (optional)
second parameter "user", the save/apply-changes commands now
work with user services instead of system ones (boo#1200485)
- enable ignition-delete-config by default (bsc#1199524)
==== toolbox ====
Version update (2.3+git20220603.bbeda2e -> 2.3+git20220622.32785f7)
- Update to version 2.3+git20220622.32785f7:
* Only set --userns=keep-id when running rootless
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
Mesa (22.1.1 -> 22.1.2)
Mesa-drivers (22.1.1 -> 22.1.2)
bluedevil5 (5.25.0 -> 5.25.1)
breeze (5.25.0 -> 5.25.1)
discover (5.25.0 -> 5.25.1)
drkonqi5 (5.25.0 -> 5.25.1)
ethtool (5.17 -> 5.18)
kactivitymanagerd (5.25.0 -> 5.25.1)
kde-cli-tools5 (5.25.0 -> 5.25.1)
kde-gtk-config5 (5.25.0 -> 5.25.1)
kgamma5 (5.25.0 -> 5.25.1)
khotkeys5 (5.25.0 -> 5.25.1)
kinfocenter5 (5.25.0 -> 5.25.1)
kmenuedit5 (5.25.0 -> 5.25.1)
kscreen5 (5.25.0 -> 5.25.1)
kscreenlocker (5.25.0 -> 5.25.1)
ksystemstats5 (5.25.0 -> 5.25.1)
kwayland-integration (5.25.0 -> 5.25.1)
kwin5 (5.25.0 -> 5.25.1)
kwrited5 (5.25.0 -> 5.25.1)
layer-shell-qt (5.25.0 -> 5.25.1)
libkdecoration2 (5.25.0 -> 5.25.1)
libkscreen2 (5.25.0 -> 5.25.1)
libksysguard5 (5.25.0 -> 5.25.1)
milou5 (5.25.0 -> 5.25.1)
mozjs91 (91.9.0 -> 91.10.0)
ncurses (6.3.20220612 -> 6.3.20220618)
open-iscsi
plasma-browser-integration (5.25.0 -> 5.25.1)
plasma-nm5 (5.25.0 -> 5.25.1)
plasma5-addons (5.25.0 -> 5.25.1)
plasma5-desktop (5.25.0 -> 5.25.1)
plasma5-integration (5.25.0 -> 5.25.1)
plasma5-openSUSE
plasma5-pa (5.25.0 -> 5.25.1)
plasma5-workspace (5.25.0 -> 5.25.1)
polkit-kde-agent-5 (5.25.0 -> 5.25.1)
powerdevil5 (5.25.0 -> 5.25.1)
python310
python310-core
qemu
rsync
sssd
systemsettings5 (5.25.0 -> 5.25.1)
transactional-update
xdg-desktop-portal-kde (5.25.0 -> 5.25.1)
=== Details ===
==== Mesa ====
Version update (22.1.1 -> 22.1.2)
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1
- Update to 22.1.2
" There's a lot of zink here, thanks to Mike for help with manually
backporting parts of it! We've als got a bunch of fixes for panfrost,
and some for intel, radeon, llvmpip, dzn, broadcom, nir, core gallium,
the va state tracker, and freedren."
==== Mesa-drivers ====
Version update (22.1.1 -> 22.1.2)
Subpackages: Mesa-dri Mesa-gallium
- Update to 22.1.2
" There's a lot of zink here, thanks to Mike for help with manually
backporting parts of it! We've als got a bunch of fixes for panfrost,
and some for intel, radeon, llvmpip, dzn, broadcom, nir, core gallium,
the va state tracker, and freedren."
==== bluedevil5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== breeze ====
Version update (5.25.0 -> 5.25.1)
Subpackages: breeze5-cursors breeze5-decoration breeze5-style breeze5-wallpapers libbreezecommon5-5
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== discover ====
Version update (5.25.0 -> 5.25.1)
Subpackages: discover-backend-flatpak discover-backend-packagekit discover-notifier
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- Changes since 5.25.0:
* Properly center align the compact application delegate
* Drop no longer necessary KF5ItemModels dependency
* Drop no longer necessary Qt5X11Extras/Qt6GuiPrivate dependency
==== drkonqi5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- Changes since 5.25.0:
* Drop bogus KConfigWidgets dep, add explicit KConfig dep
==== ethtool ====
Version update (5.17 -> 5.18)
- update to upstream release 5.18
* Feature: get/set cqe size (-g and -G)
* Fix: fix typo in man page
* Fix: fix help text alignment
* Fix: improve attribute label (--show-fec)
==== kactivitymanagerd ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== kde-cli-tools5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== kde-gtk-config5 ====
Version update (5.25.0 -> 5.25.1)
Subpackages: kde-gtk-config5-gtk3
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== kgamma5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== khotkeys5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== kinfocenter5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== kmenuedit5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== kscreen5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== kscreenlocker ====
Version update (5.25.0 -> 5.25.1)
Subpackages: libKScreenLocker5
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- Changes since 5.25.0:
* Add `repaintNeeded` to fix warning
==== ksystemstats5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== kwayland-integration ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== kwin5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- Changes since 5.25.0:
* effects/desktopgrid: Allow switching between desktops using digit and function keys (kde#455292)
* Unvirtualize Scene::paintWindow()
* Fix computation of effective opaque region of SurfaceItemX11 (kde#455617)
* Fix dragging especially by touch (kde#455268)
* Fix typo in qml margin
* backends/drm: do cross-gpu imports again for test commits (kde#454086)
* effects/windowview: Search on all screens (kde#455353)
* effects: Improve gesture handling in some effects
* qpa: Fix a crash in EGLPlatformContext::swapBuffers() (kde#455435)
* backends/drm: use GBM_BO_USE_SCANOUT when importing buffers for multi gpu
* Don't use the plasma theme for icons in overview (kde#455368)
* fix windows dragging in desktop grid (kde#455268)
* effects/windowview: Redirect key events to search field (kde#455100)
* [xwl] Restart xwayland regardless of exit value
* effects/slide: Ensure that there's only one visibility ref per window (kde#455237)
* Remove redundant initializeX11() in Compositor
* Always send a done after commit for text input v3.
* core: Make screen area safer in Workspace::clientArea()
* scripting: Handle bad output and desktop ids gracefully
* effects/windowview: do close animation after gesture ended
* Disable screen edge approach area if the edge is blocked (kde#454503)
* wayland: Explicitly initialize surface size to 0 (kde#454535)
* Fix KWin scripts KCM not writing it's pending states to config (kde#455015)
- Drop patches, now upstream:
* 0001-fix-windows-dragging-in-desktop-grid.patch
==== kwrited5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== layer-shell-qt ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== libkdecoration2 ====
Version update (5.25.0 -> 5.25.1)
Subpackages: libkdecorations2-5 libkdecorations2private9
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== libkscreen2 ====
Version update (5.25.0 -> 5.25.1)
Subpackages: libKF5Screen7 libkscreen2-plugin
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== libksysguard5 ====
Version update (5.25.0 -> 5.25.1)
Subpackages: ksysguardsystemstats-data libKSysGuardSystemStats1 libksysguard5-imports
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== milou5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- Changes since 5.25.0:
* ResultDelegate: Fix action buttons fully expanding on height
==== mozjs91 ====
Version update (91.9.0 -> 91.10.0)
- Update to version 91.10.0:
+ Various stability, functionality, and security fixes.
==== ncurses ====
Version update (6.3.20220612 -> 6.3.20220618)
Subpackages: libncurses6 ncurses-utils terminfo-base
- Add ncurses patch 20220618
+ add a null-pointer check for term_names field in copy_termtype(),
needed for MinGW port (report by Peiyuan Song, cf: 20220521).
+ revise kon/kon2/jfbterm to undo "linux2.6" change to
smacs/rmacs/enacs (Debian #1012800) -TD
+ amended note for att610+cvis0, as per documentation for att610,
att620, att730 -TD
==== open-iscsi ====
Subpackages: iscsiuio libopeniscsiusr0_2_0
- For Tumbleweed, moved logrotate files from user-specific
directory /etc/logrotate.d to vendor-specific
/usr/etc/logrotate.d
(for Stefan Schubert <schubi(a)suse.com>)
==== plasma-browser-integration ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== plasma-nm5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== plasma5-addons ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- Changes since 5.25.0:
* wallpapers/potd: fix multimonitor support (kde#454333)
* wallpapers/potd: move providers to providers folder
* Drop no longer necessary KF5WindowSystem dependency
* [applets/userswitcher] Fix illegal property value
* [applets/userswitcher] Use onPressed: wasExpanded... idiom
==== plasma5-desktop ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- Changes since 5.25.0:
* Add missing i18n
* desktoppackage: fix unable to apply wallpaper settings after switching layout (kde#407619)
==== plasma5-integration ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== plasma5-openSUSE ====
Subpackages: plasma5-defaults-openSUSE plasma5-theme-openSUSE sddm-theme-openSUSE
- Update to 5.25.1
==== plasma5-pa ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== plasma5-workspace ====
Version update (5.25.0 -> 5.25.1)
Subpackages: gmenudbusmenuproxy plasma5-session plasma5-session-wayland plasma5-workspace-libs xembedsniproxy
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- Changes since 5.25.0:
* Fix checkbox not switching when choosing an accent color using color picker
* kcms/fonts: Fix font hinting preview (kde#413673)
* colorsapplicator: make accent-coloured titlebars more robust/foolproof
* Klipper (classic widget): Fix a system tray menu memory leak
* shell/scripting: call `flushPendingConstraintsEvents` in `setLocation`
* Fix missing index validity check for cursortheme (kde#454829)
* [KSystemActivityDialog] Fix loading default settings (kde#454566)
* kcms/colors: Fix alternateBackgroundColor for Button not having accents
* kcms/colors: Ensure that accent color dots always fit on narrow screens
==== polkit-kde-agent-5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
==== powerdevil5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- Changes since 5.25.0:
* upower: Prevent integer overflow during new brightness computation (kde#454161)
- Drop patches, now upstream:
* upower-Prevent-integer-overflow-during-new-brightness.patch
==== python310 ====
- Add CVE-2015-20107-mailcap-unsafe-filenames.patch to avoid
CVE-2015-20107 (bsc#1198511, gh#python/cpython#68966), the
command injection in the mailcap module.
- Fix building of documentation and the universal configuration of the
%primary_interpreter.
==== python310-core ====
Subpackages: libpython3_10-1_0 python310-base
- Add CVE-2015-20107-mailcap-unsafe-filenames.patch to avoid
CVE-2015-20107 (bsc#1198511, gh#python/cpython#68966), the
command injection in the mailcap module.
- Fix building of documentation and the universal configuration of the
%primary_interpreter.
==== qemu ====
- Fix bugs boo#1200557 and boo#1199924
- Now that boo#1199924 is fixed, re-enable FORTIFY_SOURCE=3
* Patches added:
pci-fix-overflow-in-snprintf-string-form.patch
sphinx-change-default-language-to-en.patch
==== rsync ====
- Removed %config flag for files in /usr directory.
- Moved logrotate files from user specific directory /etc/logrotate.d
to vendor specific directory /usr/etc/logrotate.d.
==== sssd ====
Subpackages: libsss_certmap0 libsss_idmap0 libsss_nss_idmap0 sssd-krb5-common sssd-ldap
- Removed %config flag for files in /usr directory.
- Moved logrotate files from user-specific directory /etc/logrotate.d
to vendor-specific directory /usr/etc/logrotate.d.
==== systemsettings5 ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- Changes since 5.25.0:
* systemsettingsrunner: Fix drag and drop for KCMs using embedded json metadata
* IconMode: Switch to the selected KCM (kde#444565)
==== transactional-update ====
Subpackages: dracut-transactional-update libtukit4 transactional-update-zypp-config tukit
- Moved logrotate files from user specific directory /etc/logrotate.d
to vendor specific directory /usr/etc/logrotate.d.
==== xdg-desktop-portal-kde ====
Version update (5.25.0 -> 5.25.1)
- Update to 5.25.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.1
- No code changes since 5.25.0
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the aarch64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=3&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
alsa (1.2.7 -> 1.2.7.1)
checkpolicy (3.3 -> 3.4)
cockpit
container-selinux (2.180.0 -> 2.187.0)
keyutils
lame
libqt5-qtbase
librsvg (2.54.3 -> 2.54.4)
libselinux (3.3 -> 3.4)
libselinux-bindings (3.3 -> 3.4)
libsemanage (3.3 -> 3.4)
libsepol (3.3 -> 3.4)
libvorbis
llvm14 (14.0.4 -> 14.0.5)
logrotate
patterns-microos
perl-HTTP-Message (6.36 -> 6.37)
perl-libwww-perl (6.66 -> 6.67)
policycoreutils (3.3 -> 3.4)
python-semanage (3.3 -> 3.4)
selinux-policy (20220124 -> 20220520)
serd (0.30.10 -> 0.30.12)
sratom (0.6.8 -> 0.6.10)
vim (8.2.5083 -> 8.2.5136)
zlib-ng-compat
=== Details ===
==== alsa ====
Version update (1.2.7 -> 1.2.7.1)
- Update to version 1.2.7.1: minor bug fixes, including the previous
patches. For details, see
https://www.alsa-project.org/wiki/Changes_v1.2.7_v1.2.7.1#alsa-lib
- Drop obsoleted patches:
0001-conf-Use-ino64_t-to-save-and-compare-inode-numbers.patch
0002-control-eld-fix-the-decoding-for-older-hw.patch
==== checkpolicy ====
Version update (3.3 -> 3.4)
- Update to version 3.4
* warn on bogus IP address or netmask in nodecon statement
* allow wildcard permissions in constraints
* mention class name on invalid permission
==== cockpit ====
Subpackages: cockpit-bridge cockpit-packagekit cockpit-system
- Re-arrange patches and apply them manually again.
Some were accidentally added and should be sle only
==== container-selinux ====
Version update (2.180.0 -> 2.187.0)
- Update to version 2.187.0:
* Allow container domains to use /dev/zero
- Changes from 2.186.0:
* Create policy for a container_device_t
* Allow containers to shutdown & setopt userdomain:sockets
- Changes from 2.183.0:
* Allow containers to inherit all socket classes from container runtimes.
- Changes from 2.182.0:
* Allow containers to inherit all socket classes
- Changes from 2.181.0:
* Allow socket activated domains for tcp sockets from init_t and userdomains.
==== keyutils ====
Subpackages: libkeyutils1
- Add /etc/keys/evn and /usr/etc/keys/evm together with the IMA ones
==== lame ====
- Remove bad %defattr - not needed and causes SHLIB non-executable
rpmlint error
==== libqt5-qtbase ====
Subpackages: libQt5Concurrent5 libQt5Core5 libQt5DBus5 libQt5Gui5 libQt5Network5 libQt5PrintSupport5 libQt5Sql5 libQt5Sql5-sqlite libQt5Test5 libQt5Widgets5 libQt5Xml5
- Add patch to fix some HTTP/2 communication (boo#1200715, kde#455540):
* 0001-H2-remove-a-rather-useless-limit-on-the-number-of-st.patch
==== librsvg ====
Version update (2.54.3 -> 2.54.4)
Subpackages: gdk-pixbuf-loader-rsvg librsvg-2-2 rsvg-thumbnailer typelib-1_0-Rsvg-2_0
- Update to version 2.54.4:
+ Support CSS Color 4 syntax for <alpha-value>. Opacities can be
specified as numbers or percentages now, e.g. 0.5 or 50%.
+ Roll back minimum required version of Pango to 1.46.0.
+ Fix Windows NMake install when documentation is not built.
==== libselinux ====
Version update (3.3 -> 3.4)
Subpackages: libselinux1 selinux-tools
- Update to version 3.4:
* Use PCRE2 by default
* Make selinux_log() and is_context_customizable() thread-safe
* Prevent leakeing file descriptors
* Correctly hash specfiles larger than 4G
- Refreshed skip_cycles.patch
==== libselinux-bindings ====
Version update (3.3 -> 3.4)
- Update to version 3.4:
* Use PCRE2 by default
* Make selinux_log() and is_context_customizable() thread-safe
* Prevent leakeing file descriptors
* Correctly hash specfiles larger than 4G
- Refreshed skip_cycles.patch
==== libsemanage ====
Version update (3.3 -> 3.4)
Subpackages: libsemanage-conf libsemanage2
- Update to version 3.4
* Optionally rebuild policy when modules are changed externally
* Fix USE_AFTER_FREE (CWE-672) in semanage_direct_get_module_info()
* Allow spaces in user/group names
==== libsepol ====
Version update (3.3 -> 3.4)
- Update to version 3.4
* Add 'ioctl_skip_cloexec' policy capability
* Add sepol_av_perm_to_string
* Add policy utilities
* Support IPv4/IPv6 address embedding
* Hardened/added many validations
* Add support for file types in writing out policy.conf
* Allow optional file type in genfscon rules
==== libvorbis ====
Subpackages: libvorbis0 libvorbisenc2 libvorbisfile3
- Remove bad %defattr - not needed and causes SHLIB non-executable
rpmlint error
==== llvm14 ====
Version update (14.0.4 -> 14.0.5)
- Update to version 14.0.5.
* This release contains bug-fixes for the LLVM 14.0.0 release.
This release is API and ABI compatible with 14.0.0.
- Rebase llvm-do-not-install-static-libraries.patch.
==== logrotate ====
- Removed %{_distconfdir}/logrotate.d directory from spec file.
It will be handled by package filesystem.
==== patterns-microos ====
Subpackages: patterns-microos-alt_onlyDVD patterns-microos-apparmor patterns-microos-base patterns-microos-base-microdnf patterns-microos-base-packagekit patterns-microos-base-zypper patterns-microos-basesystem patterns-microos-cloud patterns-microos-cockpit patterns-microos-defaults patterns-microos-desktop-common patterns-microos-desktop-gnome patterns-microos-desktop-kde patterns-microos-hardware patterns-microos-ima_evm patterns-microos-onlyDVD patterns-microos-ra_agent patterns-microos-ra_verifier patterns-microos-selinux patterns-microos-sssd_ldap
- Remove tallow, doesn't work with firewalld using nft anymore
==== perl-HTTP-Message ====
Version update (6.36 -> 6.37)
- updated to 6.37
see /usr/share/doc/packages/perl-HTTP-Message/Changes
6.37 2022-06-14 14:08:55Z
- Support for Brotli "br" encoding (GH#163) (trizen and Julien Fiegehenn)
- Don't test Perl > 5.32 on Windows in GH Actions (GH#174) (Olaf Alders)
==== perl-libwww-perl ====
Version update (6.66 -> 6.67)
- updated to 6.67
see /usr/share/doc/packages/perl-libwww-perl/Changes
6.67 2022-06-14 20:20:12Z
- Remove undocumented LWP::Version sub (GH#416) (James Raspass)
==== policycoreutils ====
Version update (3.3 -> 3.4)
Subpackages: policycoreutils-python-utils python3-policycoreutils
- Handle missing translations properly in chcat. Added
chcat_handle_missing_translations.patch (bsc#1200752)
- Build and package translations for python-utils (boo#1200752).
- Update to version 3.4
* fixfiles: Use parallel relabeling
- Refreshed patches
* get_os_version.patch
* run_init.pamd.patch
==== python-semanage ====
Version update (3.3 -> 3.4)
- Update to version 3.4
* Optionally rebuild policy when modules are changed externally
* Fix USE_AFTER_FREE (CWE-672) in semanage_direct_get_module_info()
* Allow spaces in user/group names
==== selinux-policy ====
Version update (20220124 -> 20220520)
Subpackages: selinux-policy-targeted
- Update to version 20220520 to pass stricter 3.4 toolchain checks
- Update to version 20220428. Refreshed:
* fix_apache.patch
* fix_hadoop.patch
* fix_init.patch
* fix_iptables.patch
* fix_kernel_sysctl.patch
* fix_networkmanager.patch
* fix_systemd.patch
* fix_systemd_watch.patch
* fix_unprivuser.patch
* fix_usermanage.patch
* fix_wine.patch
- Add fix_dnsmasq.patch to fix problems with virtualization on Microos
(bsc#1199518)
- Modified fix_init.patch to allow init to setup contrained environment
for accountsservice. This needs a better, more general solution
(bsc#1197610)
- Add systemd_domain_dyntrans_type.patch to allow systemd to dyntransition.
This happens in certain boot conditions (bsc#1182500)
- Changed fix_unconfineduser.patch to not transition into ldconfig_t
from unconfined_t (bsc#1197169)
==== serd ====
Version update (0.30.10 -> 0.30.12)
- update to 0.30.12:
* Fix warnings and build issues with clang 13 and VS 2019
* Fix writing long literals with triple quotes
* Improve documentation style
* Support combining several BSD-style command line flags in serdi
* Write statements with invalid URI characters in lax mode
==== sratom ====
Version update (0.6.8 -> 0.6.10)
- update to 0.6.10:
* Fix documentation installation directory
* Fix potential blank node ID truncation
- drop fix-FORTIFY_SOURCE3.patch: obsolete
==== vim ====
Version update (8.2.5083 -> 8.2.5136)
Subpackages: vim-data-common vim-small
- Updated to version 8.2.5136, fixes the following problems
* Autocmd test still fails on MS-Windows.
* When the GUI shows a dialog tests get stuck.
* Gcc gives warning for signed/unsigned difference.
* CI runs on Windows 2019.
* Cannot build with clang on MS-Windows.
* Value of cmod_verbose is a bit complicated to use.
* Some functions return a different value on failure.
* Terminal test fails with some shell commands.
* Using "'<,'>" in Ex mode may compare unrelated pointers.
* Error message for unknown command may mention the command twice. (Malcolm
Rowe)
* Terminal test still fails with some shell commands.
* Using uninitialized memory when using 'listchars'.
* Spelldump test sometimes hangs.
* Some terminal tests are not retried.
* Memory usage tests are not retried.
* MS-Windows with MinGW: $CC may be "cc" instead of "gcc".
* Interrupt not caught in test.
* Build fails with small features.
* Default cmdwin mappings are re-mappable.
* Some callers of rettv_list_alloc() check for not OK. (Christ van Willegen)
* Retab test disabled because it hangs on MS-Windows.
* Mode not updated after CTRL-O CTRL-C in Insert mode.
* Icon filetype not recognized from the first line.
* No test for --gui-dialog-file.
* Timer becomes invalid after fork/exec, :gui gives errors. (Gabriel Dupras)
* Time limit on searchpair() does not work properly.
* Search timeout is overrun with some patterns.
* "limit" option of matchfuzzy() not always respected.
* Crash when calling a Lua callback from a :def function. (Bohdan Makohin)
* Searching for quotes may go over the end of the line.
* Interrupt test sometimes fails.
* Lisp indenting my run over the end of the line.
* Using invalid index when looking for spell suggestions.
* When syntax timeout test fails it does not show the time.
* Substitute may overrun destination buffer.
* Using assert_true() does not show value on failure.
* Syntax highlighting disabled when using synID() in searchpair() skip
expression and it times out. (Jaehwang Jung)
* Timeout handling is not optimal.
* Edit test for mode message fails when using valgrind.
* Timeout implementation is not optimal.
* :mkview test doesn't test much.
* Function has confusing name.
* Running configure gives warnings for main() return type.
==== zlib-ng-compat ====
- Backport https://github.com/zlib-ng/zlib-ng/pull/1297 to fix
boo#1200578:
* 1297.patch
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
alsa (1.2.7 -> 1.2.7.1)
checkpolicy (3.3 -> 3.4)
cockpit
container-selinux (2.180.0 -> 2.187.0)
keyutils
lame
libqt5-qtbase
librsvg (2.54.3 -> 2.54.4)
libselinux (3.3 -> 3.4)
libselinux-bindings (3.3 -> 3.4)
libsemanage (3.3 -> 3.4)
libsepol (3.3 -> 3.4)
libvorbis
llvm14 (14.0.4 -> 14.0.5)
logrotate
patterns-microos
perl-HTTP-Message (6.36 -> 6.37)
perl-libwww-perl (6.66 -> 6.67)
policycoreutils (3.3 -> 3.4)
python-semanage (3.3 -> 3.4)
selinux-policy (20220124 -> 20220520)
serd (0.30.10 -> 0.30.12)
sratom (0.6.8 -> 0.6.10)
vim (8.2.5083 -> 8.2.5136)
zlib-ng-compat
=== Details ===
==== alsa ====
Version update (1.2.7 -> 1.2.7.1)
- Update to version 1.2.7.1: minor bug fixes, including the previous
patches. For details, see
https://www.alsa-project.org/wiki/Changes_v1.2.7_v1.2.7.1#alsa-lib
- Drop obsoleted patches:
0001-conf-Use-ino64_t-to-save-and-compare-inode-numbers.patch
0002-control-eld-fix-the-decoding-for-older-hw.patch
==== checkpolicy ====
Version update (3.3 -> 3.4)
- Update to version 3.4
* warn on bogus IP address or netmask in nodecon statement
* allow wildcard permissions in constraints
* mention class name on invalid permission
==== cockpit ====
Subpackages: cockpit-bridge cockpit-packagekit cockpit-system
- Re-arrange patches and apply them manually again.
Some were accidentally added and should be sle only
==== container-selinux ====
Version update (2.180.0 -> 2.187.0)
- Update to version 2.187.0:
* Allow container domains to use /dev/zero
- Changes from 2.186.0:
* Create policy for a container_device_t
* Allow containers to shutdown & setopt userdomain:sockets
- Changes from 2.183.0:
* Allow containers to inherit all socket classes from container runtimes.
- Changes from 2.182.0:
* Allow containers to inherit all socket classes
- Changes from 2.181.0:
* Allow socket activated domains for tcp sockets from init_t and userdomains.
==== keyutils ====
Subpackages: libkeyutils1
- Add /etc/keys/evn and /usr/etc/keys/evm together with the IMA ones
==== lame ====
- Remove bad %defattr - not needed and causes SHLIB non-executable
rpmlint error
==== libqt5-qtbase ====
Subpackages: libQt5Concurrent5 libQt5Core5 libQt5DBus5 libQt5Gui5 libQt5Network5 libQt5OpenGL5 libQt5PrintSupport5 libQt5Sql5 libQt5Sql5-sqlite libQt5Test5 libQt5Widgets5 libQt5Xml5
- Add patch to fix some HTTP/2 communication (boo#1200715, kde#455540):
* 0001-H2-remove-a-rather-useless-limit-on-the-number-of-st.patch
==== librsvg ====
Version update (2.54.3 -> 2.54.4)
Subpackages: gdk-pixbuf-loader-rsvg librsvg-2-2 rsvg-thumbnailer typelib-1_0-Rsvg-2_0
- Update to version 2.54.4:
+ Support CSS Color 4 syntax for <alpha-value>. Opacities can be
specified as numbers or percentages now, e.g. 0.5 or 50%.
+ Roll back minimum required version of Pango to 1.46.0.
+ Fix Windows NMake install when documentation is not built.
==== libselinux ====
Version update (3.3 -> 3.4)
Subpackages: libselinux1 selinux-tools
- Update to version 3.4:
* Use PCRE2 by default
* Make selinux_log() and is_context_customizable() thread-safe
* Prevent leakeing file descriptors
* Correctly hash specfiles larger than 4G
- Refreshed skip_cycles.patch
==== libselinux-bindings ====
Version update (3.3 -> 3.4)
- Update to version 3.4:
* Use PCRE2 by default
* Make selinux_log() and is_context_customizable() thread-safe
* Prevent leakeing file descriptors
* Correctly hash specfiles larger than 4G
- Refreshed skip_cycles.patch
==== libsemanage ====
Version update (3.3 -> 3.4)
Subpackages: libsemanage-conf libsemanage2
- Update to version 3.4
* Optionally rebuild policy when modules are changed externally
* Fix USE_AFTER_FREE (CWE-672) in semanage_direct_get_module_info()
* Allow spaces in user/group names
==== libsepol ====
Version update (3.3 -> 3.4)
- Update to version 3.4
* Add 'ioctl_skip_cloexec' policy capability
* Add sepol_av_perm_to_string
* Add policy utilities
* Support IPv4/IPv6 address embedding
* Hardened/added many validations
* Add support for file types in writing out policy.conf
* Allow optional file type in genfscon rules
==== libvorbis ====
Subpackages: libvorbis0 libvorbisenc2 libvorbisfile3
- Remove bad %defattr - not needed and causes SHLIB non-executable
rpmlint error
==== llvm14 ====
Version update (14.0.4 -> 14.0.5)
- Update to version 14.0.5.
* This release contains bug-fixes for the LLVM 14.0.0 release.
This release is API and ABI compatible with 14.0.0.
- Rebase llvm-do-not-install-static-libraries.patch.
==== logrotate ====
- Removed %{_distconfdir}/logrotate.d directory from spec file.
It will be handled by package filesystem.
==== patterns-microos ====
Subpackages: patterns-microos-alt_onlyDVD patterns-microos-apparmor patterns-microos-base patterns-microos-base-microdnf patterns-microos-base-packagekit patterns-microos-base-zypper patterns-microos-basesystem patterns-microos-cloud patterns-microos-cockpit patterns-microos-defaults patterns-microos-desktop-common patterns-microos-desktop-gnome patterns-microos-desktop-kde patterns-microos-hardware patterns-microos-ima_evm patterns-microos-onlyDVD patterns-microos-ra_agent patterns-microos-ra_verifier patterns-microos-selinux patterns-microos-sssd_ldap
- Remove tallow, doesn't work with firewalld using nft anymore
==== perl-HTTP-Message ====
Version update (6.36 -> 6.37)
- updated to 6.37
see /usr/share/doc/packages/perl-HTTP-Message/Changes
6.37 2022-06-14 14:08:55Z
- Support for Brotli "br" encoding (GH#163) (trizen and Julien Fiegehenn)
- Don't test Perl > 5.32 on Windows in GH Actions (GH#174) (Olaf Alders)
==== perl-libwww-perl ====
Version update (6.66 -> 6.67)
- updated to 6.67
see /usr/share/doc/packages/perl-libwww-perl/Changes
6.67 2022-06-14 20:20:12Z
- Remove undocumented LWP::Version sub (GH#416) (James Raspass)
==== policycoreutils ====
Version update (3.3 -> 3.4)
Subpackages: policycoreutils-python-utils python3-policycoreutils
- Handle missing translations properly in chcat. Added
chcat_handle_missing_translations.patch (bsc#1200752)
- Build and package translations for python-utils (boo#1200752).
- Update to version 3.4
* fixfiles: Use parallel relabeling
- Refreshed patches
* get_os_version.patch
* run_init.pamd.patch
==== python-semanage ====
Version update (3.3 -> 3.4)
- Update to version 3.4
* Optionally rebuild policy when modules are changed externally
* Fix USE_AFTER_FREE (CWE-672) in semanage_direct_get_module_info()
* Allow spaces in user/group names
==== selinux-policy ====
Version update (20220124 -> 20220520)
Subpackages: selinux-policy-targeted
- Update to version 20220520 to pass stricter 3.4 toolchain checks
- Update to version 20220428. Refreshed:
* fix_apache.patch
* fix_hadoop.patch
* fix_init.patch
* fix_iptables.patch
* fix_kernel_sysctl.patch
* fix_networkmanager.patch
* fix_systemd.patch
* fix_systemd_watch.patch
* fix_unprivuser.patch
* fix_usermanage.patch
* fix_wine.patch
- Add fix_dnsmasq.patch to fix problems with virtualization on Microos
(bsc#1199518)
- Modified fix_init.patch to allow init to setup contrained environment
for accountsservice. This needs a better, more general solution
(bsc#1197610)
- Add systemd_domain_dyntrans_type.patch to allow systemd to dyntransition.
This happens in certain boot conditions (bsc#1182500)
- Changed fix_unconfineduser.patch to not transition into ldconfig_t
from unconfined_t (bsc#1197169)
==== serd ====
Version update (0.30.10 -> 0.30.12)
- update to 0.30.12:
* Fix warnings and build issues with clang 13 and VS 2019
* Fix writing long literals with triple quotes
* Improve documentation style
* Support combining several BSD-style command line flags in serdi
* Write statements with invalid URI characters in lax mode
==== sratom ====
Version update (0.6.8 -> 0.6.10)
- update to 0.6.10:
* Fix documentation installation directory
* Fix potential blank node ID truncation
- drop fix-FORTIFY_SOURCE3.patch: obsolete
==== vim ====
Version update (8.2.5083 -> 8.2.5136)
Subpackages: vim-data-common vim-small
- Updated to version 8.2.5136, fixes the following problems
* Autocmd test still fails on MS-Windows.
* When the GUI shows a dialog tests get stuck.
* Gcc gives warning for signed/unsigned difference.
* CI runs on Windows 2019.
* Cannot build with clang on MS-Windows.
* Value of cmod_verbose is a bit complicated to use.
* Some functions return a different value on failure.
* Terminal test fails with some shell commands.
* Using "'<,'>" in Ex mode may compare unrelated pointers.
* Error message for unknown command may mention the command twice. (Malcolm
Rowe)
* Terminal test still fails with some shell commands.
* Using uninitialized memory when using 'listchars'.
* Spelldump test sometimes hangs.
* Some terminal tests are not retried.
* Memory usage tests are not retried.
* MS-Windows with MinGW: $CC may be "cc" instead of "gcc".
* Interrupt not caught in test.
* Build fails with small features.
* Default cmdwin mappings are re-mappable.
* Some callers of rettv_list_alloc() check for not OK. (Christ van Willegen)
* Retab test disabled because it hangs on MS-Windows.
* Mode not updated after CTRL-O CTRL-C in Insert mode.
* Icon filetype not recognized from the first line.
* No test for --gui-dialog-file.
* Timer becomes invalid after fork/exec, :gui gives errors. (Gabriel Dupras)
* Time limit on searchpair() does not work properly.
* Search timeout is overrun with some patterns.
* "limit" option of matchfuzzy() not always respected.
* Crash when calling a Lua callback from a :def function. (Bohdan Makohin)
* Searching for quotes may go over the end of the line.
* Interrupt test sometimes fails.
* Lisp indenting my run over the end of the line.
* Using invalid index when looking for spell suggestions.
* When syntax timeout test fails it does not show the time.
* Substitute may overrun destination buffer.
* Using assert_true() does not show value on failure.
* Syntax highlighting disabled when using synID() in searchpair() skip
expression and it times out. (Jaehwang Jung)
* Timeout handling is not optimal.
* Edit test for mode message fails when using valgrind.
* Timeout implementation is not optimal.
* :mkview test doesn't test much.
* Function has confusing name.
* Running configure gives warnings for main() return type.
==== zlib-ng-compat ====
- Backport https://github.com/zlib-ng/zlib-ng/pull/1297 to fix
boo#1200578:
* 1297.patch
1
0