openSUSE Factory search results for query "reproducible-builds"
factory@lists.opensuse.org- 21585 messages
![](https://seccdn.libravatar.org/avatar/dacc18afdc3cdf69d2188f90b88061bd.jpg?s=120&d=mm&r=g)
Re: Snapshot 20230614 updates most of the packages?
by Ben Greiner
Hi,
Am 20.06.23 um 23:02 schrieb Mark Rubin via openSUSE Factory:
> Ben Greiner wrote:
>> For python3-pyside2 you have to wait for the next snapshot:
>> https://build.opensuse.org/request/show/1093899
> Thanks for the explanation. I probably will wait but am afraid that it won't fix the many other errors not related to python310 I'm getting, like:
> Solution 3: remove lock to allow removal of libQt5DBus5-5.15.9+kde154-1.3.x86_64
You have a lock that you did not mention before. It prevents the update
of Qt5. Probably from a Solution selection "keep" for python3-pyside2
before.
>
> I'm sorry, but I don't understand. The first mention
> of python310-qt5-5.15.9-1.5.x86_64 is in the conflict regarding python310-matplotlib-qt5-3.6.3-2.1.x86_64. The full text is:
>
> ```
> Problem: the installed python310-matplotlib-qt5-3.6.3-2.1.x86_64 requires 'python310-qt5', but this requirement cannot be provided
> deleted providers: python310-qt5-5.15.9-1.5.x86_64
> not installable providers: python310-qt5-5.15.9-2.3.x86_64[download.opensuse.org-oss]
> Solution 1: Following actions will be done:
> remove lock to allow removal of python310-matplotlib-qt5-3.6.3-2.1.x86_64
> deinstallation of python310-qt5-5.15.9-1.5.x86_64
> deinstallation of cura-4.13.1-2.3.noarch
> Solution 2: keep obsolete python310-qt5-5.15.9-1.5.x86_64
> Solution 3: remove lock to allow removal of libQt5Core5-5.15.9+kde154-1.3.x86_64
Same. python310-qt5-5.15.9-2.3 requires libQt5Core5 to be updated.
> Solution 4: break python310-matplotlib-qt5-3.6.3-2.1.x86_64 by ignoring some of its dependencies
>
> Choose from above solutions by number or skip, retry or cancel [1/2/3/4/s/r/c/d/?] (c): 2
> ```
>
> I didn't want solution 1 because I don't want to lose "cura". But again, this was a "--dry-run". If I was doing it with "--dry-run" and kept python310-qt5-5.15.9-1.5.x86_64, would some of the other conflicts resolve themselves?
There is your answer. As of now you can only keep the distribution
package for Cura if you stay on the old snapshot. The Cura package
system broke apart with the switch to python311:
Cura requires the libraries libArcus and libSavitar. They need to be
updated first, because the old versions in the distribution still
require obsolete python3-sip < 5 which is not compatible with python311.
Cura upstream did switch to more modern tools months ago, but the
openSUSE Tumbleweed package did not keep up. I suggest switching to Cura
flatpak, appimage or the like.
https://build.opensuse.org/package/show/openSUSE:Factory/cura : Fails
because it cannot find `UM` from uranium in the python311 sitelib, the
old package still has it in python310
https://build.opensuse.org/package/show/openSUSE:Factory/uranium: Fails
to build.
https://build.opensuse.org/package/show/openSUSE:Factory/cura-engine :
Unresolvable
https://build.opensuse.org/package/show/openSUSE:Factory/libArcus :
Unresolvable
https://build.opensuse.org/package/show/openSUSE:Factory/libSavitar :
Unresolvable
> Again, what's my best way out of this? I'd prefer not to have to remove a large number of packages, do the "dup", and then reinstall them, but if that's the only solution I guess I'll have to. Or, even worse, get the latest ISO and reinstall Tumbleweed from scratch and then add all my desired packages (hundreds) again.
Remove cura and the likes (as well as python3-pyside2) before the dup.
There is no way around it if you want to keep a sane system. Of course
you could force keeping stuff, but that does not mean that the software
keeps running. Cura won't, because there will be a mixture of python311
and python310.
With a lot of manual intervention, you could reinstall the old packages
after the dup. I get this:
#LANG=C zypper in cura
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following 9 recommended packages were automatically selected:
python310 python310-curses python310-dbm python310-numpy python310-pip
python311-geoip2 python311-hiredis python311-pylibmc
python311-pymemcache
The following 57 NEW packages are going to be installed:
cura cura-engine libArcus3 libSavitar0 libmemcached11 libmemcachedutil2
libpolyclipping22 libpython3_10-1_0 python3-Arcus
python3-pynest2d python310 python310-Shapely python310-base
python310-cffi python310-cryptography python310-curses python310-dbm
python310-gobject python310-gobject-Gdk python310-gobject-cairo
python310-numpy python310-pip python310-pycairo python310-pycparser
python310-setuptools python311-Django python311-Flask python311-Shapely
python311-Werkzeug python311-amqp python311-asgiref
python311-bcrypt python311-billiard python311-blinker python311-bottle
python311-cached-property python311-celery
python311-click-didyoumean python311-click-plugins python311-click-repl
python311-falcon python311-geoip2 python311-hiredis
python311-itsdangerous python311-kombu python311-maxminddb
python311-pylibmc python311-pymemcache python311-pymongo python311-pyserial
python311-redis python311-rq python311-sentry-sdk python311-sqlparse
python311-starlette python311-vine uranium
57new packages to install.
Overall download size: 64.8 MiB. Already cached: 0
$ cura
Traceback (most recent call last):
File "/usr/bin/cura", line 24, in <module>
from UM.Platform import Platform
ModuleNotFoundError: No module named 'UM'
That is because the shebang has /usr/bin/python3 which is pointing to
python3.11 now. Instead do:
$/usr/bin/python3.10 cura
Traceback (most recent call last):
File "/usr/bin/cura", line 22, in <module>
from PyQt5.QtNetwork import QSslConfiguration, QSslSocket
ModuleNotFoundError: No module named 'PyQt5.QtNetwork'
... now install python310-qt5 and everything python310- that is not found.
If you want to go down that route, good luck.
- Ben
1 year, 7 months
![](https://seccdn.libravatar.org/avatar/a62a7753fb8a113c67729ec608c49fab.jpg?s=120&d=mm&r=g)
New Tumbleweed snapshot 20220113 released!
by Dominique Leuenberger
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=opensuse&groupid=1&versio…
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:
389-ds (2.0.10~git0.21dd2802c -> 2.0.11~git13.e14935725)
pam_krb5
pam_mount
python-aiosmtpd
python-atpublic
rubygem-ruby-libvirt
sqlite3 (3.36.0 -> 3.37.1)
=== Details ===
==== 389-ds ====
Version update (2.0.10~git0.21dd2802c -> 2.0.11~git13.e14935725)
Subpackages: lib389 libsvrcore0
- Add missing support utils plugin
- Update to version 2.0.11~git13.e14935725:
* Issue 5080 - BUG - multiple index types not handled in openldap migration (#5094)
* Issue 5079 - BUG - multiple ways to specific primary (#5087)
* Issue 4992 - BUG - slapd.socket container fix (#4993)
* Issue 5037 - in OpenQA changelog trimming can crashes (#5070)
* Issue 4299 - UI LDAP editor - add "edit" and "rename" functionality
* Issue 4962 - Fix various UI bugs - Database and Backups (#5044)
* Issue 5046 - BUG - update concread (#5047)
* Issue 5043 - BUG - Result must be used compiler warning (#5045)
* Issue 4165 - Don't apply RootDN access control restrictions to UNIX connections
* Issue 4931 - RFE: dsidm - add creation of service accounts
* Issue 5024 - BUG - windows ro replica sigsegv (#5027)
* Issue 5020 - BUG - improve clarity of posix win sync logging (#5021)
* Issue 5008 - If a non critical plugin can not be loaded/initialized, bootstrap should succeeds (#5009)
- Resolve boo#1194068 by adding required schema
- Update to version 2.0.11~git0.237913e86:
* Bump version to 2.0.11
* Issue 4962 - Fix various UI bugs - Settings and Monitor (#5016)
* Issue 5014 - UI - Add group creation to LDAP editor
* Issue 5006 - UI - LDAP editor tree not being properly updated
* Issue 5001 - Update CI test for new availableSASLMechs attribute
* Issue 4959 - Invalid /etc/hosts setup can cause isLocalHost to fail.
* Issue 5001 - Fix next round of UI bugs:
* Issue 4962 - Fix various UI bugs - dsctl and ciphers (#5000)
* Issue 4978 - use more portable python command for checking containers
* Issue 4678 - RFE automatique disable of virtual attribute checking (#4918)
* Issue 4972 - gecos with IA5 introduces a compatibility issue with previous (#4981)
* Issue 4978 - make installer robust
* Issue 4976 - Failure in suites/import/import_test.py::test_fast_slow_import
* Issue 4973 - update snmp to use /run/dirsrv for PID file
* Issue 4962 - Fix various UI bugs - Plugins (#4969)
* Issue 4973 - installer changes permissions on /run
* Issue 4092 - systemd-tmpfiles warnings
* Issue 4956 - Automember allows invalid regex, and does not log proper error
* Issue 4731 - Promoting/demoting a replica can crash the server
* Issue 4962 - Fix various UI bugs part 1
* Issue 3584 - Fix PBKDF2_SHA256 hashing in FIPS mode (#4949)
* Issue 4943 - Fix csn generator to limit time skew drift (#4946)
* Issue 2790 - Set db home directory by default
* Bump github contianer shm size to 4 gigs
* Issue 4299 - Merge LDAP editor code into Cockpit UI
* Issue 4938 - max_failure_count can be reached in dscontainer on slow machine with missing debug exception trace
* Issue 4921 - logconv.pl -j: Use of uninitialized value (#4922)
* Issue 4847 - BUG - potential deadlock in replica (#4936)
* Issue 4513 - fix ACI CI tests involving ip/hostname rules
* Issue 4925 - Performance ACI: targetfilter evaluation result can be reused (#4926)
* Issue 4916 - Memory leak in ldap-agent
==== pam_krb5 ====
- Use the %_pam_moduledir macro in pam_userpass.spec in order to
have the package follow UsrMerge.
[bsc#1190951, pam_krb5.spec]
==== pam_mount ====
Subpackages: libcryptmount0 libcryptmount0-32bit pam_mount-32bit
- Use the %_pam_moduledir macro in pam_mount.spec in order to
have the package follow UsrMerge.
[bsc#1190954, pam_mount.spec]
==== python-aiosmtpd ====
- Remove hardcoded conditional on python36 flavor which got removed
in Tumbleweed
==== python-atpublic ====
- Fix sybil usage in conftest based on sybil version.
* https://gitlab.com/warsaw/public/-/merge_requests/16
==== rubygem-ruby-libvirt ====
- Drop BuildRequires: libvirt, not necessary and very expensive
==== sqlite3 ====
Version update (3.36.0 -> 3.37.1)
- update to 3.37.1:
* Fix a bug introduced by the UPSERT enhancements of version
3.35.0 that can cause incorrect byte-code to be generated for
some obscure but valid SQL, possibly resulting in a NULL-
pointer dereference.
* Fix an OOB read that can occur in FTS5 when reading corrupt
database files.
* Improved robustness of the --safe option in the CLI.
* Other minor fixes to assert() statements and test cases.
- SQLite3 3.37.0:
* STRICT tables provide a prescriptive style of data type
management, for developers who prefer that kind of thing.
* When adding columns that contain a CHECK constraint or a
generated column containing a NOT NULL constraint, the
ALTER TABLE ADD COLUMN now checks new constraints against
preexisting rows in the database and will only proceed if no
constraints are violated.
* Added the PRAGMA table_list statement.
* Add the .connection command, allowing the CLI to keep multiple
database connections open at the same time.
* Add the --safe command-line option that disables dot-commands
and SQL statements that might cause side-effects that extend
beyond the single database file named on the command-line.
* CLI: Performance improvements when reading SQL statements that
span many lines.
* Added the sqlite3_autovacuum_pages() interface.
* The sqlite3_deserialize() does not and has never worked
for the TEMP database. That limitation is now noted in the
documentation.
* The query planner now omits ORDER BY clauses on subqueries and
views if removing those clauses does not change the semantics
of the query.
* The generate_series table-valued function extension is modified
so that the first parameter ("START") is now required. This is
done as a way to demonstrate how to write table-valued
functions with required parameters. The legacy behavior is
available using the -DZERO_ARGUMENT_GENERATE_SERIES
compile-time option.
* Added new sqlite3_changes64() and sqlite3_total_changes64()
interfaces.
* Added the SQLITE_OPEN_EXRESCODE flag option to sqlite3_open_v2().
* Use less memory to hold the database schema.
3 years, 1 month
![](https://seccdn.libravatar.org/avatar/d3c656ee80ff89c9905a73317f776311.jpg?s=120&d=mm&r=g)
Re: New Tumbleweed snapshot 20220923 released!
by Fridrich Strba
Just a heads-up. With the upgrade to kernel 5.19.10, my son's Lenovo
IdeaPad 5 Flex (15.6'', AMD Ryzen,...) stopped being usable, since the
HID devices (TouchPad and Touch screen) are not recognized. I filed a
bug about this:
https://bugzilla.opensuse.org/show_bug.cgi?id=1203794
So, if you have a similar computer, be aware that linux 5.19.10 might do
the same for you. It is good to stick an USB mouse into it if your
interface is unable to do keyboard-only reboot. And then boot to the
older kernel and remove the newer in order not to have to wait for the
advanced option every time.
Cheers
Fridrich
P.S.: A beer at the next oSC for those that fix it.
On 25/09/2022 19:00, Dominique Leuenberger wrote:
==== kernel-source ====
> Version update (5.19.8 -> 5.19.10)
>
> - Revert "iommu/vt-d: Fix possible recursive locking in
> intel_iommu_init()" (iommu bug).
> - commit 9392b7d
> - Linux 5.19.10 (bsc#1012628).
> - Input: goodix - add compatible string for GT1158 (bsc#1012628).
> - RDMA/irdma: Use s/g array in post send only when its valid
> (bsc#1012628).
> - gpio: 104-idio-16: Make irq_chip immutable (bsc#1012628).
> - gpio: 104-dio-48e: Make irq_chip immutable (bsc#1012628).
> - LoongArch: Fix arch_remove_memory() undefined build error
> (bsc#1012628).
> - LoongArch: Fix section mismatch due to acpi_os_ioremap()
> (bsc#1012628).
> - platform/x86: asus-wmi: Increase FAN_CURVE_BUF_LEN to 32
> (bsc#1012628).
> - usb: storage: Add ASUS <0x0b05:0x1932> to IGNORE_UAS
> (bsc#1012628).
> - platform/x86: acer-wmi: Acer Aspire One AOD270/Packard Bell
> Dot keymap fixes (bsc#1012628).
> - perf/arm_pmu_platform: fix tests for platform_get_irq() failure
> (bsc#1012628).
> - net: dsa: hellcreek: Print warning only once (bsc#1012628).
> - drm/amd/amdgpu: skip ucode loading if ucode_size == 0
> (bsc#1012628).
> - nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()
> (bsc#1012628).
> - nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM610
> (bsc#1012628).
> - drm/amd/pm: use vbios carried pptable for all SMU13.0.7 SKUs
> (bsc#1012628).
> - drm/amdgpu: disable FRU access on special SIENNA CICHLID card
> (bsc#1012628).
> - Input: iforce - add support for Boeder Force Feedback Wheel
> (bsc#1012628).
> - ieee802154: cc2520: add rc code in cc2520_tx() (bsc#1012628).
> - gpio: mockup: remove gpio debugfs when remove device
> (bsc#1012628).
> - r8152: add PID for the Lenovo OneLink+ Dock (bsc#1012628).
> - tg3: Disable tg3 device on system reboot to avoid triggering
> AER (bsc#1012628).
> - Bluetooth: MGMT: Fix Get Device Flags (bsc#1012628).
> - hid: intel-ish-hid: ishtp: Fix ishtp client sending disordered
> message (bsc#1012628).
> - HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo
> (bsc#1012628).
> - dt-bindings: iio: gyroscope: bosch,bmg160: correct number of
> pins (bsc#1012628).
> - kvm: x86: mmu: Always flush TLBs when enabling dirty logging
> (bsc#1012628).
> - peci: cpu: Fix use-after-free in adev_release() (bsc#1012628).
> - drm/msm/rd: Fix FIFO-full deadlock (bsc#1012628).
> - platform/surface: aggregator_registry: Add support for Surface
> Laptop Go 2 (bsc#1012628).
> - Input: goodix - add support for GT1158 (bsc#1012628).
> - ACPI: resource: skip IRQ override on AMD Zen platforms
> (bsc#1012628).
> - RDMA/mlx5: Fix UMR cleanup on error flow of driver init
> (bsc#1012628).
> - RDMA/mlx5: Add a umr recovery flow (bsc#1012628).
> - RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting
> profile (bsc#1012628).
> - net/mlx5: Use software VHCA id when it's supported
> (bsc#1012628).
> - net/mlx5: Introduce ifc bits for using software vhca id
> (bsc#1012628).
> - iommu/vt-d: Fix kdump kernels boot failure with scalable mode
> (bsc#1012628).
> - commit 28d7d4c
> - Linux 5.19.9 (bsc#1012628).
> - efi: libstub: Disable struct randomization (bsc#1012628).
> - efi: capsule-loader: Fix use-after-free in efi_capsule_write
> (bsc#1012628).
> - wifi: iwlegacy: 4965: corrected fix for potential off-by-one
> overflow in il4965_rs_fill_link_cmd() (bsc#1012628).
> - fs: only do a memory barrier for the first set_buffer_uptodate()
> (bsc#1012628).
> - soc: fsl: select FSL_GUTS driver for DPIO (bsc#1012628).
> - Revert "mm: kmemleak: take a full lowmem check in
> kmemleak_*_phys()" (bsc#1012628).
> - scsi: qla2xxx: Disable ATIO interrupt coalesce for quad port
> ISP27XX (bsc#1012628).
> - scsi: core: Allow the ALUA transitioning state enough time
> (bsc#1012628).
> - scsi: megaraid_sas: Fix double kfree() (bsc#1012628).
> - drm/gem: Fix GEM handle release errors (bsc#1012628).
> - drm/amdgpu: Move psp_xgmi_terminate call from
> amdgpu_xgmi_remove_device to psp_hw_fini (bsc#1012628).
> - drm/amdgpu: fix hive reference leak when adding xgmi device
> (bsc#1012628).
> - drm/amdgpu: Check num_gfx_rings for gfx v9_0 rb setup
> (bsc#1012628).
> - drm/amdgpu: Remove the additional kfd pre reset call for sriov
> (bsc#1012628).
> - drm/radeon: add a force flush to delay work when radeon
> (bsc#1012628).
> - scsi: ufs: core: Reduce the power mode change timeout
> (bsc#1012628).
> - Revert "parisc: Show error if wrong 32/64-bit compiler is
> being used" (bsc#1012628).
> ... changelog too long, skipping 298 lines ...
> - commit 23d9d61
2 years, 4 months
![](https://seccdn.libravatar.org/avatar/a62a7753fb8a113c67729ec608c49fab.jpg?s=120&d=mm&r=g)
[opensuse-factory] New Tumbleweed snapshot 20171027 released!
by Dominique Leuenberger
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=opensuse&groupid=1&versio…
When you reply to report some issues, make sure to change the subject.
It is not helpful to keep the release announcement subject in a thread
while discussing a specific problem.
Packages changed:
apparmor (2.11.0 -> 2.11.1)
attica-qt5 (5.38.0 -> 5.39.0)
baloo5 (5.38.0 -> 5.39.0)
bluedevil5 (5.11.1 -> 5.11.2)
bluez-qt (5.38.0 -> 5.39.0)
breeze (5.11.1 -> 5.11.2)
breeze-gtk (5.11.1 -> 5.11.2)
breeze4-style (5.11.1 -> 5.11.2)
breeze5-icons (5.38.0 -> 5.39.0)
ca-certificates-mozilla
drkonqi5 (5.11.1 -> 5.11.2)
extra-cmake-modules (5.38.0 -> 5.39.0)
frameworkintegration (5.38.0 -> 5.39.0)
gnome-builder
kactivities-stats (5.38.0 -> 5.39.0)
kactivities5 (5.38.0 -> 5.39.0)
kactivitymanagerd (5.11.1 -> 5.11.2)
karchive (5.38.0 -> 5.39.0)
kauth (5.38.0 -> 5.39.0)
kbookmarks (5.38.0 -> 5.39.0)
kcm_sddm (5.11.1 -> 5.11.2)
kcmutils (5.38.0 -> 5.39.0)
kcodecs (5.38.0 -> 5.39.0)
kcompletion (5.38.0 -> 5.39.0)
kconfig (5.38.0 -> 5.39.0)
kconfigwidgets (5.38.0 -> 5.39.0)
kcoreaddons (5.38.0 -> 5.39.0)
kcrash (5.38.0 -> 5.39.0)
kdbusaddons (5.38.0 -> 5.39.0)
kde-cli-tools5 (5.11.1 -> 5.11.2)
kde-gtk-config5 (5.11.1 -> 5.11.2)
kde-user-manager (5.11.1 -> 5.11.2)
kdeclarative (5.38.0 -> 5.39.0)
kded (5.38.0 -> 5.39.0)
kdelibs4support (5.38.0 -> 5.39.0)
kdesignerplugin (5.38.0 -> 5.39.0)
kdesu (5.38.0 -> 5.39.0)
kdewebkit (5.38.0 -> 5.39.0)
kdnssd-framework (5.38.0 -> 5.39.0)
kdoctools (5.38.0 -> 5.39.0)
kemoticons (5.38.0 -> 5.39.0)
kfilemetadata5 (5.38.0 -> 5.39.0)
kgamma5 (5.11.1 -> 5.11.2)
kglobalaccel (5.38.0 -> 5.39.0)
kguiaddons (5.38.0 -> 5.39.0)
khotkeys5 (5.11.1 -> 5.11.2)
khtml (5.38.0 -> 5.39.0)
ki18n (5.38.0 -> 5.39.0)
kiconthemes (5.38.0 -> 5.39.0)
kidletime (5.38.0 -> 5.39.0)
kimageformats (5.38.0 -> 5.39.0)
kinfocenter5 (5.11.1 -> 5.11.2)
kinit (5.38.0 -> 5.39.0)
kio (5.38.0 -> 5.39.0)
kirigami2 (5.38.0 -> 5.39.0)
kitemmodels (5.38.0 -> 5.39.0)
kitemviews (5.38.0 -> 5.39.0)
kjobwidgets (5.38.0 -> 5.39.0)
kjs (5.38.0 -> 5.39.0)
kjsembed (5.38.0 -> 5.39.0)
kmediaplayer (5.38.0 -> 5.39.0)
kmenuedit5 (5.11.1 -> 5.11.2)
knewstuff (5.38.0 -> 5.39.0)
knotifications (5.38.0 -> 5.39.0)
knotifyconfig (5.38.0 -> 5.39.0)
kpackage (5.38.0 -> 5.39.0)
kparts (5.38.0 -> 5.39.0)
kpeople5 (5.38.0 -> 5.39.0)
kplotting (5.38.0 -> 5.39.0)
kpty (5.38.0 -> 5.39.0)
kross (5.38.0 -> 5.39.0)
krunner (5.38.0 -> 5.39.0)
kscreen5 (5.11.1 -> 5.11.2)
kscreenlocker (5.11.1 -> 5.11.2)
kservice (5.38.0 -> 5.39.0)
ksshaskpass5 (5.11.1 -> 5.11.2)
ksysguard5 (5.11.1 -> 5.11.2)
ktexteditor (5.38.0 -> 5.39.0)
ktextwidgets (5.38.0 -> 5.39.0)
kunitconversion (5.38.0 -> 5.39.0)
kwallet (5.38.0 -> 5.39.0)
kwayland (5.38.0 -> 5.39.0)
kwidgetsaddons (5.38.0 -> 5.39.0)
kwin5 (5.11.1 -> 5.11.2)
kwindowsystem (5.38.0 -> 5.39.0)
kxmlgui (5.38.0 -> 5.39.0)
kxmlrpcclient5 (5.38.0 -> 5.39.0)
libKF5ModemManagerQt (5.38.0 -> 5.39.0)
libKF5NetworkManagerQt (5.38.0 -> 5.39.0)
libapparmor (2.11.0 -> 2.11.1)
libkdecoration2 (5.11.1 -> 5.11.2)
libkscreen2 (5.11.1 -> 5.11.2)
libksysguard5 (5.11.1 -> 5.11.2)
milou5 (5.11.1 -> 5.11.2)
netcdf
orca
osc (0.160.0 -> 0.161.1)
oxygen5 (5.11.1 -> 5.11.2)
oxygen5-icon-theme (5.38.0 -> 5.39.0)
plasma-framework (5.38.0 -> 5.39.0)
plasma-nm5 (5.11.1 -> 5.11.2)
plasma5-addons (5.11.1 -> 5.11.2)
plasma5-desktop (5.11.1 -> 5.11.2)
plasma5-integration (5.11.1 -> 5.11.2)
plasma5-openSUSE
plasma5-pa (5.11.1 -> 5.11.2)
plasma5-workspace (5.11.1 -> 5.11.2)
polkit-default-privs
polkit-kde-agent-5 (5.11.1 -> 5.11.2)
powerdevil5 (5.11.1 -> 5.11.2)
prison-qt5 (5.38.0 -> 5.39.0)
python-M2Crypto (0.26.4 -> 0.27.0)
solid (5.38.0 -> 5.39.0)
sonnet (5.38.0 -> 5.39.0)
sqlite3 (3.20.1 -> 3.21.0)
sssd (1.15.2 -> 1.16.0)
syntax-highlighting (5.38.0 -> 5.39.0)
systemsettings5 (5.11.1 -> 5.11.2)
threadweaver (5.38.0 -> 5.39.0)
webkit2gtk3
=== Details ===
==== apparmor ====
Version update (2.11.0 -> 2.11.1)
Subpackages: apparmor-abstractions apparmor-docs apparmor-parser apparmor-parser-lang apparmor-profiles apparmor-utils apparmor-utils-lang pam_apparmor pam_apparmor-32bit perl-apparmor python3-apparmor
- update to AppArmor 2.11.1
- add permissions to several profiles and abstractions (including
lp#1650827 and boo#1057900)
- several fixes in the aa-* tools (including lp#1689667, lp#1628286,
lp#1661766 and boo#1062667)
- fix downgrading/converting of 'unix' rules (will be supported in
kernel 4.15) to 'network unix' rules in apparmor_parser (boo#1061195)
- see http://wiki.apparmor.net/index.php/ReleaseNotes_2_11_1 for
upstream changelog
- remove upstream(ed) patches
- upstream-changes-r3616..3628.diff
- upstream-changes-r3629..3648.diff
- parser-tests-dbus-duplicated-conditionals.diff
- apparmor-fix-podsyntax.patch
- sshd-profile-drop-local-include-r3615.diff
- refresh apparmor-yast-cleanup.patch
- add utils-fix-sorted-save_profiles-regression.diff to fix a regression
in displaying the "changed profiles" list in aa-logprof
==== attica-qt5 ====
Version update (5.38.0 -> 5.39.0)
Subpackages: attica-qt5-devel libKF5Attica5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== baloo5 ====
Version update (5.38.0 -> 5.39.0)
Subpackages: baloo5-devel baloo5-file baloo5-imports baloo5-kioslaves baloo5-tools libKF5Baloo5 libKF5BalooEngine5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Don't enter test subdirectories if BUILD_TESTING=OFF
* Only match real MIME types, not e.g. "raw CD image" (kde#364884)
* Remove pf.path() from container before the reference got screwed up by it.remove()
* Fix tags KIO-slave protocol description
* Consider markdown files to be Documents
==== bluedevil5 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: bluedevil5-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== bluez-qt ====
Version update (5.38.0 -> 5.39.0)
Subpackages: bluez-qt-devel bluez-qt-imports bluez-qt-udev libKF5BluezQt6
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== breeze ====
Version update (5.11.1 -> 5.11.2)
Subpackages: breeze5-cursors breeze5-decoration breeze5-style breeze5-style-lang breeze5-wallpapers
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== breeze-gtk ====
Version update (5.11.1 -> 5.11.2)
Subpackages: gtk2-metatheme-breeze gtk3-metatheme-breeze metatheme-breeze-common
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== breeze4-style ====
Version update (5.11.1 -> 5.11.2)
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== breeze5-icons ====
Version update (5.38.0 -> 5.39.0)
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* add overflow-menu icon (kde#385171)
==== ca-certificates-mozilla ====
- convert processing script to Python 3
- ensure a stable conversion of UTF8 hex-encoded certificate names
- ensure a stable ordering of trust/distrust bits in headers
==== drkonqi5 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: drkonqi5-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== extra-cmake-modules ====
Version update (5.38.0 -> 5.39.0)
Subpackages: extra-cmake-modules-doc
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Fix python bindings compilation after 7af93dd23873d0b9cdbac192949e7e5114940aa6
==== frameworkintegration ====
Version update (5.38.0 -> 5.39.0)
Subpackages: frameworkintegration-devel frameworkintegration-plugin libKF5Style5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Make KStandardGuiItem::discard match QDialogButtonBox::Discard
==== gnome-builder ====
Subpackages: gnome-builder-lang gnome-builder-plugin-beautifier gnome-builder-plugin-clang gnome-builder-plugin-cmake gnome-builder-plugin-ctags gnome-builder-plugin-devhelp gnome-builder-plugin-gettext gnome-builder-plugin-gnome-code-assistance gnome-builder-plugin-html-completion gnome-builder-plugin-jedi gnome-builder-plugin-jhbuild gnome-builder-plugin-mingw gnome-builder-plugin-symbol-tree gnome-builder-plugin-sysmon gnome-builder-plugin-todo gnome-builder-plugin-vala-pack gnome-builder-plugin-xml-pack
- Correct version dependencies on libdazzle and template-glib: we
requrie version 3.26.1.
==== kactivities-stats ====
Version update (5.38.0 -> 5.39.0)
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Changed the default query limit to zero
* Added the option to enable model tester
==== kactivities5 ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kactivities5-devel kactivities5-imports libKF5Activities5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kactivitymanagerd ====
Version update (5.11.1 -> 5.11.2)
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== karchive ====
Version update (5.38.0 -> 5.39.0)
Subpackages: karchive-devel libKF5Archive5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kauth ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kauth-devel libKF5Auth5 libKF5Auth5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kbookmarks ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kbookmarks-devel libKF5Bookmarks5 libKF5Bookmarks5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kcm_sddm ====
Version update (5.11.1 -> 5.11.2)
Subpackages: kcm_sddm-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== kcmutils ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kcmutils-devel libKF5KCMUtils5 libKF5KCMUtils5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Make KCMultiDialog scrollable (kde#354227)
==== kcodecs ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kcodecs-devel libKF5Codecs5 libKF5Codecs5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kcompletion ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kcompletion-devel libKF5Completion5 libKF5Completion5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kconfig ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kconf_update5 kconfig-devel libKF5ConfigCore5 libKF5ConfigCore5-lang libKF5ConfigGui5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* [KConfigGroup] reserve() more and add some C++11
* Deprecate KStandardShortcut::SaveOptions
* Add apidox to KStandardShorcut::StandardShortcut
==== kconfigwidgets ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kconfigwidgets-devel libKF5ConfigWidgets5 libKF5ConfigWidgets5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Deprecate KStandardAction::PasteText and KPasteTextAction
==== kcoreaddons ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kcoreaddons-devel kcoreaddons-lang libKF5CoreAddons5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* desktoptojson: Improve legacy service type detection heuristic. (kde#384037)
* modernise debugging.
==== kcrash ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kcrash-devel libKF5Crash5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kdbusaddons ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kdbusaddons-devel kdbusaddons-tools libKF5DBusAddons5 libKF5DBusAddons5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Coding style and readability
==== kde-cli-tools5 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: kde-cli-tools5-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== kde-gtk-config5 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: kde-gtk-config5-gtk2 kde-gtk-config5-gtk3 kde-gtk-config5-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* Properly access the system's GTK settings (kde#382291)
* Revert "Revert "Make the kde-gtk-config kcm better at checking global gtk settings""
* Revert "Make the kde-gtk-config kcm better at checking global gtk settings" (kde#382291)
==== kde-user-manager ====
Version update (5.11.1 -> 5.11.2)
Subpackages: kde-user-manager-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== kdeclarative ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kdeclarative-components kdeclarative-devel libKF5CalendarEvents5 libKF5Declarative5 libKF5Declarative5-lang libKF5QuickAddons5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Remove copy of the GPL
* Relicense to LGPL2.1+ (part 2)
* Relicense some files to LGPL2.1+
* Added openService() method to KRunProxy
==== kded ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kded-devel kded-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kdelibs4support ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kdelibs4support-devel kdelibs4support-lang libKF5KDELibs4Support5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* doc: validation not available in QInputDialog::getText
==== kdesignerplugin ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kdesignerplugin-devel kdesignerplugin-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kdesu ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kdesu-devel libKF5Su5 libKF5Su5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kdewebkit ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kdewebkit-devel libKF5WebKit5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kdnssd-framework ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kdnssd-framework-devel libKF5DNSSD5 libKF5DNSSD5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kdoctools ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kdoctools-devel kdoctools-lang libKF5DocTools5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kemoticons ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kemoticons-devel libKF5Emoticons5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kfilemetadata5 ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kfilemetadata5-devel kfilemetadata5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* fix crash when more than one instances of ExtractorCollection are destructed
==== kgamma5 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: kgamma5-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== kglobalaccel ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kglobalaccel-devel kglobalaccel5 libKF5GlobalAccel5 libKF5GlobalAccel5-lang libKF5GlobalAccelPrivate5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Revert "KGlobalAccel: port to KKeyServer's new method symXModXToKeyQt, to fix numpad keys" (kde#384597)
- Dropped patches, now usptream:
* 0001-Revert-KGlobalAccel-port-to-KKeyServer-s-new-method-.patch
==== kguiaddons ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kguiaddons-devel libKF5GuiAddons5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== khotkeys5 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: khotkeys5-devel khotkeys5-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
- Add #!BuildIgnore to break the
plasma5-workspace-devel -> plasma5-workspace -> kwin5 -> kdialog
dep chain which results in pulling in kdebase4-runtime on 42.2
==== khtml ====
Version update (5.38.0 -> 5.39.0)
Subpackages: khtml-devel libKF5KHtml5 libKF5KHtml5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Remove the final endl at the end of qDebug &co
==== ki18n ====
Version update (5.38.0 -> 5.39.0)
Subpackages: ki18n-devel libKF5I18n5 libKF5I18n5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kiconthemes ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kiconthemes-devel libKF5IconThemes5 libKF5IconThemes5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* add a method to reset the custom palette
* use qApp->palette() when no custom one is set
* allocate the proper buffer size
* allow to set a custom palette instead of colorSets
* expose the colorset for the stylesheet
==== kidletime ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kidletime-devel libKF5IdleTime5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kimageformats ====
Version update (5.38.0 -> 5.39.0)
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kinfocenter5 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: kinfocenter5-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== kinit ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kinit-devel kinit-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Fix compilation on Linux without X11
* Fix 'klauncher uses absolute compile time install path for finding kioslave.exe'
==== kio ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kio-core kio-devel kio-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* kioexec: Watch the file when it has finished copying (kde#384500)
* Make the string translatable
* KFileItemDelegate: Always reserve space for icons (kde#372207)
* Show kioslave names in the debug output
==== kirigami2 ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kirigami2-lang
* Update to 5.39.0
==== kitemmodels ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kitemmodels-devel libKF5ItemModels5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kitemviews ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kitemviews-devel libKF5ItemViews5 libKF5ItemViews5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kjobwidgets ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kjobwidgets-devel libKF5JobWidgets5 libKF5JobWidgets5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kjs ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kjs-devel kjs-devel-lang libKF5JS5 libKF5JSApi5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kjsembed ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kjsembed-devel libKF5JsEmbed5 libKF5JsEmbed5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kmediaplayer ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kmediaplayer-devel libKF5MediaPlayer5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kmenuedit5 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: kmenuedit5-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== knewstuff ====
Version update (5.38.0 -> 5.39.0)
Subpackages: knewstuff-core-devel knewstuff-devel libKF5NewStuff5 libKF5NewStuff5-lang libKF5NewStuffCore5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Require Kirigami 2.1 instead of 1.0 for KNewStuffQuick
* Properly create KPixmapSequence
* Don't complain the knsregistry file is not present before it's useful
* Detach before setting the d pointer
==== knotifications ====
Version update (5.38.0 -> 5.39.0)
Subpackages: knotifications-devel libKF5Notifications5 libKF5Notifications5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== knotifyconfig ====
Version update (5.38.0 -> 5.39.0)
Subpackages: knotifyconfig-devel libKF5NotifyConfig5 libKF5NotifyConfig5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kpackage ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kpackage-devel kpackage-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* kpackage: bundle a copy of servicetypes/kpackage-generic.desktop
* kpackagetool: bundle a copy of servicetypes/kpackage-generic.desktop
* autotest: adapt for ECM 5.38 setting CMAKE_RUNTIME_OUTPUT_DIRECTORY to bin
==== kparts ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kparts-devel libKF5Parts5 libKF5Parts5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* KPartsApp template: fix install location of kpart desktop file
* API dox: don't hide parameter names in signature, use Q_UNUSED
==== kpeople5 ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kpeople5-devel kpeople5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kplotting ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kplotting-devel libKF5Plotting5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kpty ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kpty-devel libKF5Pty5 libKF5Pty5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Fix build with Qt 5.10
==== kross ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kross-devel kross-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== krunner ====
Version update (5.38.0 -> 5.39.0)
Subpackages: krunner-devel libKF5Runner5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* drop examples dir
==== kscreen5 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: kscreen5-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== kscreenlocker ====
Version update (5.11.1 -> 5.11.2)
Subpackages: kscreenlocker-lang libKScreenLocker5
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== kservice ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kservice-devel kservice-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== ksshaskpass5 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: ksshaskpass5-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== ksysguard5 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: ksysguard5-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== ktexteditor ====
Version update (5.38.0 -> 5.39.0)
Subpackages: ktexteditor-devel ktexteditor-lang
- Add fix-some-indenters-from-indenting-on-random-characters.patch
to fix broken indentation of some languages (e.g. Python)
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Ignore default mark in icon border for single selectable mark
* Minor spell check interface fixes
* Use QActionGroup for input mode selection
* Fix missing spell check bar (kde#359682)
* Fix the fall-back "blackness" value for unicode > 255 characters. (kde#385336)
* Plugin template: fix name of Messages.sh
* Fix trailing space visualization for RTL lines.
* fix typo approved by Dominik Haumann
==== ktextwidgets ====
Version update (5.38.0 -> 5.39.0)
Subpackages: ktextwidgets-devel libKF5TextWidgets5 libKF5TextWidgets5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kunitconversion ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kunitconversion-devel libKF5UnitConversion5 libKF5UnitConversion5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== kwallet ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kwallet-devel kwallet-tools kwalletd5 kwalletd5-lang libKF5Wallet5 libkwalletbackend5-5
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* tests/kwalletd/CMakeLists.txt - requires KF5ConfigWidgets now
==== kwayland ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kwayland-devel
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Only send OutputConfig sendApplied / sendFailed to the right resource
* Add missing command macro
* Don't crash if a client (legally) uses deleted global contrast manager
* Don't crash if a client (legally) uses a deleted global
* Update @since docs
* Missing licenses
* Support XDG v6
==== kwidgetsaddons ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kwidgetsaddons-devel libKF5WidgetsAddons5 libKF5WidgetsAddons5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* KAcceleratorManager: set icon text on actions to remove CJK markers (kde#365050, kde#377859)
* KSqueezedTextLabel: Squeeze text when changing indent or margin
* Use edit-delete icon for destructive discard action (kde#385158)
* Fix Bug 306944 - Using the mousewheel to increment/decrement the dates (kde#306944)
* Add autotest for KAcceleratorManager
* KMessageBox: Use question mark icon for question dialogs
* Attempt to fix KSqueezedTextLabel unit test
* KSqueezedTextLabel: Respect indent, margin and frame width
* KSqueezedTextLabel: Add several autotests
==== kwin5 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: kwin5-devel kwin5-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== kwindowsystem ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kwindowsystem-devel libKF5WindowSystem5 libKF5WindowSystem5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Find test helper
* Find test helper
* Fix build with Qt 5.10
* autotest: test the shortcuts broken by last month's changes.
==== kxmlgui ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kxmlgui-devel libKF5XmlGui5 libKF5XmlGui5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Parallel autotests (step 2) : don't run ktoolbar_unittest in parallel with others
* Parallel autotests (step 1) : use different filenames.
* Remove horrendous eventFilter-on-paintEvent hack from KToolBar.
* Fix KToolBar repaint loop BUG: 365050 BUG: 377859 Differential Revision: https://phabricator.kde.org/D7954 (kde#365050, kde#377859)
* Drop KAction references from kxmlgui apidox
==== kxmlrpcclient5 ====
Version update (5.38.0 -> 5.39.0)
Subpackages: kxmlrpcclient5-devel libKF5XmlRpcClient5 libKF5XmlRpcClient5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== libKF5ModemManagerQt ====
Version update (5.38.0 -> 5.39.0)
Subpackages: libKF5ModemManagerQt-devel libKF5ModemManagerQt6
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== libKF5NetworkManagerQt ====
Version update (5.38.0 -> 5.39.0)
Subpackages: libKF5NetworkManagerQt-devel libKF5NetworkManagerQt6
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== libapparmor ====
Version update (2.11.0 -> 2.11.1)
Subpackages: libapparmor-devel libapparmor1 libapparmor1-32bit
- update to AppArmor 2.11.1
- mostly test-related changes in libapparmor
- see http://wiki.apparmor.net/index.php/ReleaseNotes_2_11_1 for
upstream changelog
==== libkdecoration2 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: libkdecoration2-devel libkdecorations2-5 libkdecorations2private5
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== libkscreen2 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: libKF5Screen7 libkscreen2-devel libkscreen2-plugin
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== libksysguard5 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: libksysguard5-devel libksysguard5-helper libksysguard5-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== milou5 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: milou5-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== netcdf ====
- Added patch netcdf-h5-test-fix-type-mismatch.patch
* Fixes type mismatch in test tst_h_dimscales
(bsc#1064705).
==== orca ====
Subpackages: orca-lang
- Change brltty back to Recommends. It isn't required if only
speech is being used, and it might be desirable for it not to be
pulled in in some cases (boo#1063172).
==== osc ====
Version update (0.160.0 -> 0.161.1)
- 0.161.1
- Fix python 2.6 SyntaxError (multiple context expressions)
- 0.161
- show lintlogs in interactive request review mode
- fix potential shell injections
- allow multiple --repo and --arch options in prjresults
- cleanup babysitter.by
- supersede existing requests if --yes is passed to osc sr
- prepend request summary to diff in interactive mode
- show issues(bugs) in interactive diff mode
==== oxygen5 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: oxygen5-cursors oxygen5-decoration oxygen5-devel oxygen5-lang oxygen5-sounds oxygen5-style
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== oxygen5-icon-theme ====
Version update (5.38.0 -> 5.39.0)
Subpackages: oxygen5-icon-theme-large
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== plasma-framework ====
Version update (5.38.0 -> 5.39.0)
Subpackages: plasma-framework-components plasma-framework-devel plasma-framework-lang plasma-framework-private
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Fix org.kde.plasma.calendar with Qt 5.10
* sceneGraphBackend() is new in Qt 5.9
* [FrameSvgItem] Iterate child nodes properly
* pick up the proper positive/neutral/negative colors
* [Containment Interface] Don't add containment actions to applet actions on desktop
* Add new component for the greyed out labels in Item Delegates.
* Fix FrameSVGItem with the software renderer
* Don't animate IconItem in software mode
* Fix build without KDocTools
* remove extra executable bits
* [FrameSvg] Use new-style connect
* possibility to set an attached colorscope to not inherit
* Add extra visual indicator for Checkbox/Radio keyboard focus
* don't recreate a null pixmap
* Remove unused functions
* Pass item to rootObject() since it's now a singleton (kde#384776)
* Don't list tab names twice
* don't accept active focus on tab
* register revision 1 for QQuickItem
* [Plasma Components 3] Fix RTL in some widgets.
* Fix invalid id in viewitem.
* update mail notification icon for better contrast BUG:365297 (kde#365297)
- Dropped patches, now upstream:
* 0001-Pass-item-to-rootObject-since-it-s-now-a-singleton.patch
==== plasma-nm5 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: plasma-nm5-lang plasma-nm5-openconnect plasma-nm5-openvpn plasma-nm5-pptp plasma-nm5-vpnc
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* Do not load initially selected connection twice BUG: 379756 (kde#379756)
* Fix focus in DNS servers and DNS domains dialogs BUG: 385839 (kde#385839)
==== plasma5-addons ====
Version update (5.11.1 -> 5.11.2)
Subpackages: plasma5-addons-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* Dictionary Engine: fix synchronization issues.
- Add #!BuildIgnore to break the
plasma5-workspace-devel -> plasma5-workspace -> kwin5 -> kdialog
dep chain which results in pulling in kdebase4-runtime on 42.2
==== plasma5-desktop ====
Version update (5.11.1 -> 5.11.2)
Subpackages: plasma5-desktop-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* Default X font DPI to 96 on wayland
* kcm baloo: Fix extraction of folder basename for error message
- Add #!BuildIgnore to break the
plasma5-workspace-devel -> plasma5-workspace -> kwin5 -> kdialog
dep chain which results in pulling in kdebase4-runtime on 42.2
==== plasma5-integration ====
Version update (5.11.1 -> 5.11.2)
Subpackages: plasma5-integration-plugin plasma5-integration-plugin-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== plasma5-openSUSE ====
Subpackages: plasma5-defaults-openSUSE plasma5-theme-openSUSE plasma5-workspace-branding-openSUSE sddm-theme-openSUSE
- Update to 5.11.2
- Add #!BuildIgnore to break the
plasma5-workspace-devel -> plasma5-workspace -> kwin5 -> kdialog
dep chain which results in pulling in kdebase4-runtime on 42.2
==== plasma5-pa ====
Version update (5.11.1 -> 5.11.2)
Subpackages: plasma5-pa-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== plasma5-workspace ====
Version update (5.11.1 -> 5.11.2)
Subpackages: plasma5-session plasma5-workspace-devel plasma5-workspace-lang plasma5-workspace-libs
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* Sync xwayland DPI font to wayland dpi
* Dict Engine: various cleanups
* Dict Engine: improve error handling.
- Add #!BuildIgnore to break the kwin5 -> kdialog dep chain which
results in pulling in kdebase4-runtime on 42.2
==== polkit-default-privs ====
- polkit-default-privs: adding flatpak (bsc#1064011)
- polkit-default-privs: adding connman (bsc#1057697)
==== polkit-kde-agent-5 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: polkit-kde-agent-5-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
==== powerdevil5 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: powerdevil5-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* None
- Add #!BuildIgnore to break the
plasma5-workspace-devel -> plasma5-workspace -> kwin5 -> kdialog
dep chain which results in pulling in kdebase4-runtime on 42.2
==== prison-qt5 ====
Version update (5.38.0 -> 5.39.0)
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== python-M2Crypto ====
Version update (0.26.4 -> 0.27.0)
- License set to MIT
- Remove unnecessary fdupes call
- Update to 0.27.0
* Fix licence: it is MIT, not BSD
* At least minimal support of SNI in httpslib.
* Small bugfixes and cleanups.
* More effort to make build system more robust.
* Restore m2.rsa_set_e() and m2.rsa_set_n().
* Make sure that every exceptional return throws and exception and viceversa.
- Add patch fix-build-python3.diff to let it build with python3
- Add patch fix-openssl-include-path.diff to fix openssl include path
(the code already includes the openssl/ part)
- Create a new package python-M2Crypto-doc for documentation since rpmlint
was complaining around 75% of the package was documentation.
==== solid ====
Version update (5.38.0 -> 5.39.0)
Subpackages: libKF5Solid5 libKF5Solid5-lang solid-devel solid-imports solid-tools
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* [solid/fstab] Add support for x-gvfs style options in fstab
* [solid/fstab] Swap vendor and product properties, allow i18n of description
==== sonnet ====
Version update (5.38.0 -> 5.39.0)
Subpackages: libKF5SonnetCore5 libKF5SonnetCore5-lang libKF5SonnetUi5 sonnet-devel
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
==== sqlite3 ====
Version update (3.20.1 -> 3.21.0)
Subpackages: libsqlite3-0 libsqlite3-0-32bit sqlite3-devel sqlite3-doc
- Update to version 3.21.0
* Take advantage of the atomic-write capabilities in the F2FS
filesystem when available, for greatly reduced transaction
overhead. This currently requires the
SQLITE_ENABLE_BATCH_ATOMIC_WRITE compile-time option.
* Allow ATTACH and DETACH commands to work inside of a
transaction.
* Allow WITHOUT ROWID virtual tables to be writable if the
PRIMARY KEY contains exactly one column.
* The "fsync()" that occurs after the header is written in a
WAL reset now uses the sync settings for checkpoints.
This means it will use a "fullfsync" on macs if PRAGMA
checkpoint_fullfsync set on.
* The sqlite3_sourceid() function tries to detect if the source
code has been modified from what is checked into version
control and if there are modifications, the last four
characters of the version hash are shown as "alt1" or
"alt2". The objective is to detect accidental and/or
careless edits. A forger can subvert this feature.
* Improved de-quoting of column names for CREATE TABLE AS
statements with an aggregate query on the right-hand side.
* Fewer "stat()" system calls issued by the unix VFS.
* Enhanced the LIKE optimization so that it works with an
ESCAPE clause.
* Enhanced PRAGMA integrity_check and PRAGMA quick_check
to detect obscure row corruption that they were formerly
missing. Also update both pragmas so that they return
error text rather than SQLITE_CORRUPT when encountering
corruption in records.
* The query planner now prefers to implement FROM-clause
subqueries using co-routines rather using the query
flattener optimization. Support for the use of
co-routines for subqueries may no longer be disabled.
* Pass information about !=, IS, IS NOT, NOT NULL, and
IS NULL constraints into the xBestIndex method of virtual tables.
* Enhanced the CSV virtual table so that it accepts the
last row of input if the final new-line character is missing.
* Remove the rarely-used "scratch" memory allocator.
Replace it with the SQLITE_CONFIG_SMALL_MALLOC configuration
setting that gives SQLite a hint that large memory allocations
should be avoided when possible.
* Added the swarm virtual table to the existing union virtual
table extension.
* Added the sqlite_dbpage virtual table for providing direct
access to pages of the database file. The source code is
built into the amalgamation and is activated using the
- DSQLITE_ENABLE_DBPAGE_VTAB compile-time option.
* Add a new type of fts5vocab virtual table - "instance"
- that provides direct access to an FTS5 full-text
index at the lowest possible level.
* Miscellaneous microoptimizations reduce CPU usage by about 2.1%.
Bug fixes
* Fix a faulty assert() statement discovered by OSSFuzz.
Ticket cb91bf4290c211d
* Fix an obscure memory leak in sqlite3_result_pointer().
Ticket 7486aa54b968e9b
* Avoid a possible use-after-free error by deferring schema
resets until after the query planner has finished running.
Ticket be436a7f4587ce5
* Only use indexes-on-expressions to optimize ORDER BY or
GROUP BY if the COLLATE is correct. Ticket e20dd54ab0e4383
* Fix an assertion fault that was coming up when the expression
in an index-on-expressions is really a constant. Ticket aa98619ad08ddca
* Fix an assertion fault that could occur following PRAGMA
reverse_unordered_selects. Ticket cb91bf4290c211d
* Fix a segfault that can occur for queries that use table-valued
functions in an IN or EXISTS subquery. Ticket b899b6042f97f5
* Fix a potential integer overflow problem when compiling a particular
horrendous common table expression. This was another problem discovered
by OSSFuzz. Check-in 6ee8cb6ae5.
* Fix a potential out-of-bound read when querying a corrupt
database file, a problem detected by Natalie Silvanovich of
Google Project Zero. Check-in 04925dee41a21f.
==== sssd ====
Version update (1.15.2 -> 1.16.0)
Subpackages: libnfsidmap-sss libsss_idmap0 libsss_nss_idmap0 libsss_simpleifp0 sssd-32bit sssd-krb5-common sssd-ldap
- Update to new upstream release 1.16.0
Security fixes
* This release fixes CVE-2017-12173: Unsanitized input when searching in
local cache database. SSSD stores its cached data in an LDAP like local
database file using libldb. To lookup cached data LDAP search filters
like (objectClass=user)(name=user_name) are used. However, in
sysdb_search_user_by_upn_res(), the input was not sanitized and
allowed to manipulate the search filter for cache lookups. This would
allow a logged in user to discover the password hash of a different user.
New Features
* SSSD now supports session recording configuration through tlog. This
feature enables recording of everything specific users see or type
during their sessions on a text terminal. For more information, see
the sssd-session-recording(5) manual page.
* SSSD can act as a client agent to deliver
Fleet Commander <https://wiki.gnome.org/Projects/FleetCommander>
policies defined on an IPA server. Fleet Commander provides a
configuration management interface that is controlled centrally and
that covers desktop, applications and network configuration.
* Several new systemtap <https://sourceware.org/systemtap/> probes
were added into various locations in SSSD code to assist in
troubleshooting and analyzing performance related issues. Please see the
sssd-systemtap(5) manual page for more information.
* A new LDAP provide access control mechanism that allows to restrict
access based on PAM's rhost data field was added. For more details,
please consult the sssd-ldap(5) manual page, in particular the
options ldap_user_authorized_rhost and the rhost value of
ldap_access_filter.
- Update to new upstream release 1.15.3 (KCM disabled)
New Features
* In a setup where an IPA domain trusts an Active Directory domain,
it is now possible to define the domain resolution order
(see http://www.freeipa.org/page/Releases/4.5.0#AD_User_Short_Names)
* Design page - Shortnames in trusted domains <https://docs.pagure.org/SSSD.sssd/design_pages/shortnames.html>
* SSSD ships with a new service called KCM. This service acts as a
storage for Kerberos tickets when "libkrb5" is configured to use
"KCM:" in "krb5.conf".
* Design page - KCM server for SSSD <https://docs.pagure.org/SSSD.sssd/design_pages/kcm.html>
* NOTE: There are several known issues in the "KCM" responder that
will be handled in the next release.
* Support for user and group resolution through the D-Bus interface and
authentication and/or authorization through the PAM interface even
for setups without UIDs or Windows SIDs present on the LDAP directory
side. This enhancement allows SSSD to be used together with apache
modules <https://github.com/adelton/mod_lookup_identity> to provide
identities for applications
* Design page - Support for non-POSIX users and groups <https://docs.pagure.org/SSSD.sssd/design_pages/non_posix_support.html>
* SSSD ships a new public library called "libsss_certmap" that allows
a flexible and configurable way of mapping a certificate to a user
identity.
* Design page - Matching and Mapping Certificates <https://docs.pagure.org/SSSD.sssd/design_pages/matching_and_mapping_certifi…>
* The Kerberos locator plugin can be disabled using an environment variable
"SSSD_KRB5_LOCATOR_DISABLE". Please refer to the
"sssd_krb5_locator_plugin" manual page for mode details.
* The "sssctl" command line tool supports a new command "user-checks"
that enables the administrator to check whether a certain user should be
allowed or denied access to a certain PAM service.
* The "secrets" responder now forwards requests to a proxy Custodia
back end over a secure channel.
==== syntax-highlighting ====
Version update (5.38.0 -> 5.39.0)
Subpackages: libKF5SyntaxHighlighting5 libKF5SyntaxHighlighting5-lang
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Fix non-existing itemDatas
* Fix invalid itemData references of 57 highlighting files
* Add support for custom search paths for application-specific syntax and theme definitions
* remove extra executable bits
* AppArmor: fix DBus rules
* Highlighting indexer: factor out checks for smaller while loop
* ContextChecker: support '!' context switchting and fallthroughContext
* Highlighting indexer: check existence of referenced context names
* remove extra executable bits
* Relicense qmake highlighting to MIT license
* Let qmake highlighting win over Prolog for .pro files (kde#383349)
* Support clojure's "@" macro with brackets
* Add syntax highlighting for AppArmor Profiles.
* Highlighting indexer: Catch invalid a-Z/A-z ranges in regexps
* Fixing incorrectly capitalized ranges in regexps
* add missing reference files for tests, looks ok, I think
* Added Intel HEX file support for the Syntax highlighting database
* Disable spell checking for strings in Sieve scripts
==== systemsettings5 ====
Version update (5.11.1 -> 5.11.2)
Subpackages: systemsettings5-devel systemsettings5-lang
- Update to 5.11.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.2.php
- Changes since 5.11.1:
* Fix colours not updating in systemsettings
- Add patch to fix the startup notification:
* 0001-Fix-DBus-startup-notification.patch
==== threadweaver ====
Version update (5.38.0 -> 5.39.0)
Subpackages: libKF5ThreadWeaver5 threadweaver-devel
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Fix memory leak
==== webkit2gtk3 ====
Subpackages: libjavascriptcoregtk-4_0-18 libwebkit2gtk-4_0-37 libwebkit2gtk3-lang typelib-1_0-JavaScriptCore-4_0 typelib-1_0-WebKit2-4_0 webkit2gtk-4_0-injected-bundles
- Enable gold linker on s390/s390x on SLE15/Tumbleweed.
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
7 years, 3 months
![](https://seccdn.libravatar.org/avatar/f9fb86af86ef66b34b610f49ebc61f39.jpg?s=120&d=mm&r=g)
[opensuse-factory] Leap 15.2 Build 537.3 released!
by Ludwig Nussel
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=opensuse&version=15.2&bui…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Distribution&q…
When you reply to discuss some issues, make sure to change the subject.
Please use the test plan at
https://docs.google.com/spreadsheets/d/1AGKijKpKiJCB616-bHVoNQuhWHpQLHPWCb3…
to record your testing efforts and use bugzilla to report bugs.
Packages changed:
cpupower (5.1 -> 5.5)
cronie
gdb (8.2 -> 8.3.1)
kcm_sddm (5.16.5 -> 5.17.3)
kernel-kvmsmall (5.3.12 -> 5.3.13)
kernel-source (5.3.12 -> 5.3.13)
kirigami2 (5.64.0 -> 5.64.1)
open-vm-tools
php7 (7.2.5 -> 7.3.12)
xdg-desktop-portal-kde (5.17.3 -> 5.17.4)
xfce4-branding-openSUSE (4.14+20191008 -> 4.14+20191207)
yast2-support (4.2.2 -> 4.2.3)
=== Details ===
==== cpupower ====
Version update (5.1 -> 5.5)
Subpackages: libcpupower0
- Update intel-speed-select to latest 5.5-rc1 kernel version
latest mainline commit:
commit b3abfd778bf1dbdd
- Update cpupower to latest 5.5-rc1 kernel version
latest mainline commit:
commit 4611a4fb0cce3
Fixes aperf/mperf monitoring on latest AMD Rome CPUs (bsc#1152967)
- Fix library API breakage (bsc#1154240)
A libcpupower_fix_api_cpufreq_get_frequencies_breakage.patch
==== cronie ====
Subpackages: cron
- drop 'checkproc' line from the run-crons as the usage is bogus
[bsc#1155929]
- update cronie-nheader_lines.diff so it doesn't print the first 3
crontab lines (static comments) with the 'crontab -l' command
[bsc#1155114]
==== gdb ====
Version update (8.2 -> 8.3.1)
- make fpc optional (boo#1156284) as fpc requires itself for
bootstrapping.
- Fix for bsc#1146475 [bsc#1146475, swo#24971 ]
* gdb-symtab-prefer-var-def-over-decl.patch
- Fix for bsc#1146167 [bsc#1146167, swo#24956]
* gdb-only-force-interp_console-ui_out-for-breakpoint-commands-in-mi-mode.patch
- Backport 2nd part of fix for swo#23657.
[bsc#1142772, swo#23657, CVE-2019-1010180]
* gdb-dwarf-reader-reject-sections-with-invalid-sizes.patch
- Add gdb-s390-handle-arch13.diff to handle most new s390 arch13
instructions. [fate#327369, jsc#ECO-368]
- Add gdb-testsuite-8.3-kfail-xfail-unsupported.patch
- Drop ChangeLog part of patch:
* gdb-rhbz1708192-parse_macro_definition-crash.patch
* gdb-rhbz1704406-disable-style-log-output-1of3.patch
* gdb-rhbz1704406-disable-style-log-output-2of3.patch
* gdb-rhbz1704406-disable-style-log-output-3of3.patch
* gdb-rhbz1723564-gdb-crash-PYTHONMALLOC-debug.patch
* gdb-rhbz1553086-binutils-warning-loadable-section-outside-elf.patch
- Update to gdb-8.3.1.
* Drop "Testsuite: Ensure pie is disabled on some tests" part of
gdb-testsuite-pie-no-pie.patch
* Drop patches included upstream:
- gdb-7.10-swo18929.patch
- gdb-handle-vfork-in-thread-with-follow-fork-mode-child.patch
- gdb-x86_64-i386-syscall-restart-master.patch
- gdb-suppress-sigttou-when-handling-errors.patch
- gdb-fix-breakpoints-on-file-reloads-for-pie-binaries.patch
- gdb-symtab-fix-symbol-loading-performance-regression.patch
- Fix macro in comment warning
- Upgrade libipt from v2.0 to v2.0.1.
* Use -DBUILD_SHARED_LIBS=OFF to build libipt.a, and drop part
of v1.5-libipt-static.patch that consequentially has become
unnecessary.
- Sync with f30, merging 1e222a3..8bf40c6.
* gdb-rhbz1708192-parse_macro_definition-crash.patch
* gdb-rhbz1704406-disable-style-log-output-1of3.patch
* gdb-rhbz1704406-disable-style-log-output-2of3.patch
* gdb-rhbz1704406-disable-style-log-output-3of3.patch
* gdb-rhbz1723564-gdb-crash-PYTHONMALLOC-debug.patch
* gdb-rhbz1553086-binutils-warning-loadable-section-outside-elf.patch
- Use ldd /usr/bin/rpm instead of ls /usr/%{_lib}/ to find librpm
- Add _constraints for PowerPC need more than 3.5GB disk space
to avoid build failure
- Disable use of valgrind on old s390 (31bit) distros.
- Enable librpm for version > librpm.so.3 [bsc#1145692]:
* Allow any librpm.so.x
* Fix unused variables in HAVE_LIBRPM code in
gdb-6.6-buildid-locate-rpm-suse.patch
* Add %build test to check for "zypper install <rpm-packagename>"
message
- Implements jsc#ECO-368, the 2019 toolchain module update
- Master backport:
* gdb-fix-breakpoints-on-file-reloads-for-pie-binaries.patch
- Master backports testsuite:
* gdb-testsuite-i386-pkru-exp.patch
* gdb-testsuite-read1-fixes.patch
* gdb-testsuite-pie-no-pie.patch
* gdb-testsuite-add-missing-initial-prompt-read-in-multidictionary.exp.patch
- Work around bsc#1115034:
* gdb-testsuite-ada-pie.patch
- Fixes for fedora patches:
* gdb-testsuite-fix-perror-in-gdb.opt-fortran-string.exp.patch
* gdb-testsuite-avoid-pagination-in-attach-32.exp.patch
- Remove some conditionals for SLE-10 (build is disabled/unresolvable).
- BuildRequire makeinfo instead of full texinfo (requiring texlive)
where available (SLE >= 12).
- Add Wno-error=odr to work around swo#24835
- Add BuildRequires xz-devel
- Add BuildRequires valgrind for make check
- Move BuildRequires gcc-go and fpc to %{with testsuite} portion
- Copy %ada_arch from gcc9 and use it to fix 'unresolvable: nothing
provides gcc-ada' for openSUSE_Leap_42.3_Ports/SLE-12 ppc64le.
- Drop ppc64le for fpc
- Add missing %endif
- Add BuildRequire fpc for make check
- Add comment explaining why guile support has been disabled for
newer distro versions.
- Add BuildRequire gcc-go to get gccgo command for make check
- Copy gdbinit from fedora master @ 25caf28. Add
gdbinit.without-python, and use it for --without=python.
- Remove unused code: gdbtui support
- Add comments to "patches to upstream" specifying when they can be
dropped.
- Remove -Wno-implicit-fallthrough, -Wno-error=cast-function-type
and -Wno-error=stringop-truncation
- Remove gdb-fix-buf-overflow.diff, which is a workaround for
swo#24698, which has been fixed since gdb 7.12.
- Fix rpmlint macro-in-comment errors
- Fix rpmlint error "deprecated-grep ['egrep']" .
- gdb-gcore-bash.patch: Fix rpmlint error env-script-interpreter by
replacing "/usr/bin/env bash" with "/bin/bash" in gcore.
- Rewrite gdbserver.1 workaround for riscv64 to avoid
%define _unpackaged_files_terminate_build 0
- gdb-suppress-sigttou-when-handling-errors.patch: Suppress SIGTTOU when
handling errors
- Enable ada tests on ppc64le and riscv64
- Enable multitarget build on riscv64
- Add ia64 and riscv64 to target_list
- Enable -Werror on riscv64 and aarch64
- Don't remove %{buildroot}
- Remove gdb-gcc9-fix-build-with-latest-GCC-9.0-tree.patch and
gdb-gcc9-warning-on-elf32-arm.c-elf32_arm_final_link.patch, which are
already present in 8.3.
- Add gdb-gcc9-fix-build-with-latest-GCC-9.0-tree.patch and
gdb-gcc9-warning-on-elf32-arm.c-elf32_arm_final_link.patch
in order to fix build with GCC9.
- Replace fedora patch gdb-x86_64-i386-syscall-restart.patch with
master backport gdb-x86_64-i386-syscall-restart-master.patch
- Work around riscv64 build error: gdbserver.1 is installed, but not
packaged
- Don't expect gdbserver for riscv64
- Add gdb-fix-riscv-tdep.patch to fix RISC-V build breaker
- Rebase to 8.3 release (as in fedora 30 @ 1e222a3).
* DWARF index cache: GDB can now automatically save indices of DWARF
symbols on disk to speed up further loading of the same binaries.
* Ada task switching is now supported on aarch64-elf targets when
debugging a program using the Ravenscar Profile.
* Terminal styling is now available for the CLI and the TUI.
* Removed support for old demangling styles arm, edg, gnu, hp and
lucid.
* Support for new native configuration RISC-V GNU/Linux (riscv*-*-linux*).
- Obsoleted fedora patches dropped:
* gdb-6.3-ppc64syscall-20040622.patch
* gdb-6.3-ppc64displaysymbol-20041124.patch
* gdb-6.3-readnever-20050907.patch
* gdb-6.5-bz203661-emit-relocs.patch
* gdb-6.8-sparc64-silence-memcpy-check.patch
* gdb-6.8-watchpoint-conditionals-test.patch
* gdb-7.2.50-sparc-add-workaround-to-broken-debug-files.patch
* gdb-python-gil.patch
* gdb-rhbz881849-ipv6-1of3.patch
* gdb-rhbz881849-ipv6-2of3.patch
* gdb-rhbz881849-ipv6-3of3.patch
* gdb-rhbz1187581-power8-regs-1of7.patch
* gdb-rhbz1187581-power8-regs-2of7.patch
* gdb-rhbz1187581-power8-regs-3of7.patch
* gdb-rhbz1187581-power8-regs-4of7.patch
* gdb-rhbz1187581-power8-regs-5of7.patch
* gdb-rhbz1187581-power8-regs-6of7.patch
* gdb-rhbz1187581-power8-regs-7of7.patch
* gdb-rhbz1491128-batch-mode-exit-status-1of2.patch
* gdb-rhbz1491128-batch-mode-exit-status-2of2.patch
* gdb-use-pulongest-aarch64-linux-tdep.patch
* gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-1of5.patch
* gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-2of5.patch
* gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-3of5.patch
* gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-4of5.patch
* gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-5of5.patch
- Fedora patches added:
* gdb-rhbz795424-bitpos-arrayview.patch
* gdb-rhbz1371380-gcore-elf-headers.patch
- Obsoleted patched dropped:
* gdb-fix-crash-when-reading-core.patch
* power8-registers.diff
* gdb-fix-multidictionary.exp-for-gdb-8.2.patch
- Backport from master:
* gdb-handle-vfork-in-thread-with-follow-fork-mode-child.patch
[swo#gdb/24454]
- Added patches proposed for master:
* gdb-fix-heap-use-after-free-in-typename-concat.patch
[swo#24094]
* gdb-symtab-fix-symbol-loading-performance-regression.patch
[swo#24545]
- Add BuildRequires mpfr-devel
==== kcm_sddm ====
Version update (5.16.5 -> 5.17.3)
Subpackages: kcm_sddm-lang
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
- Update to 5.17.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.1.php
- Changes since 5.17.0:
* Set preview to correct device size (kde#407689)
- Update to 5.17.0
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.0.php
- Changes since 5.16.90:
* Check if sddm user exists
- Update to 5.16.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.16.90.php
- Changes since 5.16.5:
* update to latest kf5 dependency
* Also remove the dependency on libxcb
* Remove unneeded dependencies on X11 and QtX11Extras
* It compile file without deprecated method
* Add a warning message about needing globally installed theme files
* Remove leftover mentions of "AdvanceConfig"
* Rename "AdvanceConfig" to "AdvancedConfig"
* Remove persistence from the kauth helper
* Minor code improvements
* Fix build failure
* Make sure "-dpi" doesn't get passed without an argument
* Sync scaling DPI from Plasma to SDDM
* Sync NumLock preference
* Remove cursor theme option
* Implement syncing of theme preferences between SDDM and Plasma
* Make includes more orderly
* [sddm-kcm] Write settings to /etc/sddm.conf.d instead of etc/sddm.conf (kde#386241)
* Redesign Advanced tab
* Fix forward declaration
* Clean up trailing whitespace
* Minor grammar fix exists -> exists
- Patch rework:
* Rename 0002-Support-default.session-symlink.patch to
0001-Support-default.session-symlink.patch
* Merge 0001-Replace-autologin-configuration-with-a-note-to-use-Y.patch
with dont-set-empty-autologin.patch into
0002-Replace-autologin-configuration-with-a-note-to-use-Y.patch
* Rename remove-wayland-suffix.patch to
0003-Don-t-add-a-Wayland-suffix-to-Wayland-sessions.patch
==== kernel-kvmsmall ====
Version update (5.3.12 -> 5.3.13)
- supported.conf: sort
- commit ac3011b
- Update config files.
ppc64 is lats architecture without PRINTK_TIME. Align with the rest.
- commit 4fb63b6
- s390: vfio-ap: fix warning reset not completed (jsc#SLE-7524
LTC#178970).
- commit fd793bf
- Update config files (bsc#1158055 LTC#182629).
- commit 1b24df4
- Move upstreamed patches into sorted section
Refresh:
patches.suse/0001-b2c2-flexcop-usb-add-sanity-checking.patch
patches.suse/driver-core-simplify-definitions-of-platform_get_irq.patch
patches.suse/drm-amdgpu-Add-DC-feature-mask-to-disable-fractional.patch
- commit 71f50c8
- mwifiex: fix possible heap overflow in
mwifiex_process_country_ie() (CVE-2019-14895 bsc#1157158).
- commit d8b66ee
- series.conf: refresh
- update upstream reference and resort:
patches.suse/RDMA-bnxt_re-Fix-stat-push-into-dma-buffer-on-gen-p5-devices.patch
No effect on expanded tree.
- commit b878e91
- series.conf: refresh
- update upstream references and resort
patches.suse/dma-direct-avoid-a-forward-declaration-for-phys_to_dma.patch
patches.suse/dma-direct-check-for-overflows-on-32-bit-dma-addresses.patch
patches.suse/dma-direct-exclude-dma_direct_map_resource-from-the-min_low_pfn-check.patch
patches.suse/dma-direct-unify-the-dma_capable-definitions.patch
patches.suse/dma-mapping-treat-dev-bus_dma_mask-as-a-dma-limit.patch
patches.suse/x86-pci-sta2x11-use-default-dma-address-translation.patch
- commit 3b7773d
- virtio_balloon: fix shrinker count (git-fixes).
- commit 923948e
- virtio_balloon: fix shrinker scan number of pages (gif-fixes).
- commit 217c80e
- virtio_ring: fix return code on DMA mapping fails (git-fixes).
- commit d775d67
- regulator: core: make regulator_register() EPROBE_DEFER aware
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- regulator: core: Add label to collate of_node_put() statements
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- regulator: core: Add of_node_put() before return
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- commit 48eb6c5
- net/smc: receive pending data after RCV_SHUTDOWN (jsc#SLE-7521
LTC#178954).
- net/smc: receive returns without data (jsc#SLE-7521 LTC#178954).
- net/smc: fix SMCD link group creation with VLAN id (jsc#SLE-7521
LTC#178954).
- commit 83dcb05
- s390: add support for IBM z15 machines (bsc#1156538 LTC#182406).
- Update config files.
- commit c53f40a
- Update
patches.suse/RDMA-Fix-goto-target-to-release-the-allocated-memory.patch
(jsc#SLE-8449 bsc#1157171 CVE-2019-19077).
- commit e1bdb30
- Update
patches.suse/nfp-flower-fix-memory-leak-in-nfp_flower_spawn_vnic_.patch
(bnc#1151927 5.3.4 bsc#1157045 CVE-2019-19081).
- commit e720525
- Update
patches.suse/nfp-flower-prevent-memory-leak-in-nfp_flower_spawn_p.patch
(bnc#1151927 5.3.4 bsc#1157044 CVE-2019-19080).
- commit 8b64c31
- Update
patches.suse/RDMA-hfi1-Prevent-memory-leak-in-sdma_init.patch
(jsc#SLE-8449 bnc#1151927 5.3.9 bsc#1157191 CVE-2019-19065).
- commit 29b1120
- gpio: stubs in headers should be inline
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- commit d6eb08d
- s390/cpumsf: Check for CPU Measurement sampling
(bsc#1156561 LTC#182407).
- commit 02c88d4
- regulator: add missing 'static inline' to a helper's stub
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- commit a58ac0e
- series.conf: refresh
- update upstream references and resort:
patches.suse/ibmvnic-Bound-waits-for-device-queries.patch
patches.suse/ibmvnic-Fix-completion-structure-initialization-again.patch
patches.suse/ibmvnic-Serialize-device-queries.patch
patches.suse/ibmvnic-Terminate-waiting-device-threads-after-loss-.patch
- commit 223cb4b
- series.conf: cleanup
- move unsortable patches out of sorted section
patches.suse/CIFS-Fix-SMB2-oplock-break-processing.patch
patches.suse/cifs-move-cifsFileInfo_put-logic-into-a-work-queue.patch
- update Patch-mainline tag
patches.suse/smb3-fix-leak-in-open-on-server-perf-counter.patch
- commit 4594952
- powerpc: add link stack flush mitigation in debugfs
(CVE-2019-18660 bsc#1157038 bsc#1157923 ltc#182612).
- KVM: PPC: Book3S HV: Flush link stack on guest exit to host
kernel (CVE-2019-18660 bsc#1157038 bsc#1157923 ltc#182612).
- powerpc/book3s64: Fix link stack flush on context switch
(CVE-2019-18660 bsc#1157038 bsc#1157923 ltc#182612).
- commit 538ee5a
- net/ibmvnic: Ignore H_FUNCTION return from H_EOI to tolerate
XIVE mode (bsc#1089644, ltc#166495, ltc#165544, git-fixes).
- Delete patches.suse/net-ibmvnic-Fix-EOI-when-running-in-XIVE-mode.patch - reverted upstream
- blacklist.conf: Add the removed patch and revert.
- commit e63bc30
- PCI: Fix missing inline for pci_pr3_present() (git-fixes).
- PCI: Add a helper to check Power Resource Requirements _PR3
existence (git-fixes).
- commit 071c077
- regulator: provide regulator_bulk_set_supply_names()
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- commit ef060bf
- blacklist.conf: no need to watch for android fixes
- commit 4abf123
- s390/pkey: fix memory leak within _copy_apqns_from_user()
(jsc#SLE-7533 LTC#178844).
- commit 3fe4d6e
- s390/crypto: Fix unsigned variable compared with zero
(jsc#SLE-7545 LTC#179078).
- commit d517803
- s390/crypto: Support for SHA3 via CPACF (MSA6) (jsc#SLE-7545
LTC#179078).
- Update config files.
- supported.conf: Add sha3_256_s390 and sha3_512_s390.
- commit 39adadf
- update upstream references
- move into sorted section:
patches.suse/sched-pelt-Fix-update-of-blocked-PELT-ordering.patch
- update upstream reference and move into sorted section:
patches.suse/sched-cpufreq-Move-the-cfs_rq_util_change-call-to-cpufreq_update_util.patch
- update Patch-mainline:
patches.suse/sched-core-Further-clarify-sched_class-set_next_task.patch
patches.suse/sched-core-Make-pick_next_task_idle-more-consistent.patch
patches.suse/sched-core-Optimize-pick_next_task.patch
patches.suse/sched-core-Simplify-sched_class-pick_next_task.patch
patches.suse/sched-fair-Add-comments-for-group_type-and-balancing-at-SD_NUMA-level.patch
patches.suse/sched-fair-Better-document-newidle_balance.patch
patches.suse/sched-fair-Clean-up-asym-packing.patch
patches.suse/sched-fair-Fix-rework-of-find_idlest_group.patch
patches.suse/sched-fair-Optimize-find_idlest_group.patch
patches.suse/sched-fair-Remove-meaningless-imbalance-calculation.patch
patches.suse/sched-fair-Rename-sg_lb_stats-sum_nr_running-to-sum_h_nr_running.patch
patches.suse/sched-fair-Rework-find_idlest_group.patch
patches.suse/sched-fair-Rework-load_balance.patch
patches.suse/sched-fair-Spread-out-tasks-evenly-when-not-overloaded.patch
patches.suse/sched-fair-Use-load-instead-of-runnable-load-in-load_balance.patch
patches.suse/sched-fair-Use-load-instead-of-runnable-load-in-wakeup-path.patch
patches.suse/sched-fair-Use-mul_u32_u32.patch
patches.suse/sched-fair-Use-rq-nr_running-when-balancing-load.patch
patches.suse/sched-fair-Use-utilization-to-select-misfit-task.patch
patches.suse/sched-fair-util_est-Implement-faster-ramp-up-EWMA-on-utilization-increases.patch
patches.suse/sched-pelt-Fix-update-of-blocked-PELT-ordering.patch
patches.suse/sched-topology-Don-t-set-SD_BALANCE_WAKE-on-cpuset-domain-relax.patch
- commit d845674
- soc/tegra: pmc: Add reset sources and levels on Tegra194
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Add missing IRQ callbacks on Tegra194
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Use lower-case for hexadecimal literals
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- usb: host: xhci-tegra: Correct phy enable sequence
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: tegra186: Add debounce support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: tegra186: Program interrupt route mapping
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: tegra186: Derive register offsets from bank/port
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- memory: tegra: Set DMA mask based on supported address bits
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Fix build error without CONFIG_PM_SLEEP
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Add suspend and resume support on Tegra210
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Share clk and rst register defines with Tegra
clock driver (jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: clk-super: Fix to enable PLLP branches to CPU
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: clk-dfll: Add suspend and resume support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Use fence_udelay() during PLLU init
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: clk-super: Add restore-context support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: periph: Add restore_context support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Support for OSC context save and restore
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: pll: Save and restore pll context
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: pllout: Save and restore pllout context
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: divider: Save and restore divider rate
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Reimplement SOR clocks on Tegra210
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Reimplement SOR clock on Tegra124
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Rename sor0_lvds to sor0_out
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Move SOR0 implementation to Tegra124
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Remove last remains of TEGRA210_CLK_SOR1_SRC
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: Add API to get index of the clock parent
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- dt-bindings: clock: tegra: Rename SOR0_LVDS to SOR0_OUT
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- mfd: max77620: Do not allocate IRQs upfront
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- arm64: kpti: Add NVIDIA's Carmel core to the KPTI whitelist
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Configure deep sleep control settings
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Configure core power request polarity
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Add wake event support on Tegra210
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Support wake events on more Tegra SoCs
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- cpufreq: tegra124: Add suspend and resume support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- ahci: tegra: use regulator_bulk_set_supply_names()
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- phy: tegra: use regulator_bulk_set_supply_names()
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- phy: tegra: xusb: Add vbus override support on Tegra210
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- phy: tegra: xusb: Add vbus override support on Tegra186
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- phy: tegra: xusb: Add usb3 port fake support on Tegra210
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- phy: tegra: xusb: Add XUSB dual mode support on Tegra210
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- iommu/tegra-smmu: Use non-secure register for flushing
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- iommu/tegra-smmu: Fix page tables in > 4 GiB memory
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- iommu/tegra-smmu: Fix client enablement order
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: tegra: Fix CLKREQ dependency programming
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- usb: host: xhci-tegra: Add Tegra194 XHCI support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- xhci: tegra: Parameterize mailbox register addresses
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: tegra186: Implement wake event support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: max77620: Fix interrupt handling
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: max77620: Do not allocate IRQs upfront
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- usb: host: xhci-tegra: use regulator_bulk_set_supply_names()
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- usb: host: xhci-tegra: use devm_platform_ioremap_resource()
to simplify code (jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- net: stmmac: Support enhanced addressing mode for DWMAC 4.10
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- net: stmmac: Only enable enhanced addressing mode when needed
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Fix crashes for hierarchical interrupts
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: fuse: Add FUSE clock check in tegra_fuse_readl()
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- firmware: tegra: Move BPMP resume to noirq phase
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: bd70528: Use correct unit for debounce times
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: max77620: Fixup debounce delays
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- thermal: tegra: Fix a typo
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- i2c: tegra: Compile PM functions unconditionally
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- arm64: tegra: Add PCIe slot supply information in p2972-0000
platform (jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: tegra: Add support to enable slot regulators
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: tegra: Add support to configure sideband pins
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: tegra: Add Tegra194 PCIe support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- phy: tegra: Add PCIe PIPE2UPHY support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: dwc: Add support to enable CDM register check
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: dwc: Export dw_pcie_wait_for_link() API
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: dwc: Add extended configuration space capability search
API (jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: dwc: Move config space capability search API
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: dwc: Group DBI registers writes requiring unlocking
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: Disable MSI for Tegra root ports
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: Add #defines for some of PCIe spec r4.0 features
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- pinctrl: tegra: Flush pinctrl writes during resume
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- pinctrl: tegra210: Add Tegra210 pinctrl pm ops
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- pinctrl: tegra: Add suspend and resume support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- net: stmmac: Do not request stmmaceth clock
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- net: stmmac: Make MDIO bus reset optional
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: Add PIO mode support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: report clk rate errors
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: add support to adjust baud rate
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: DT for Adjusted baud rates
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: add support to use 8 bytes trigger
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: set maximum num of uart ports to 8
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: check for FIFO mode enabled status
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: report error to upper tty layer
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: flush the RX fifo on frame error
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: avoid reg access when clk disabled
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: add support to ignore read
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: protect IER against LCR.DLAB
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: add internal loopback functionality
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- dmaengine: tegra210-adma: Don't program FIFO threshold
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- dmaengine: tegra-apb: Support per-burst residue granularity
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: pca953x: Drop %s for constant string literals
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: pca953x: Remove explicit comparison with 0
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: pca953x: Use GENMASK() consistently
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: pca953x: Switch to use device_get_match_data()
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: Add support for hierarchical IRQ domains
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- commit e2e7db7
- s390/qeth: use IQD Multi-Write (jsc#SLE-7795 LTC#179220).
- s390/qdio: implement IQD Multi-Write (jsc#SLE-7795 LTC#179220).
- s390/qeth: add xmit_more support for IQD devices (jsc#SLE-7795
LTC#179220).
- s390/qeth: add BQL support for IQD devices (jsc#SLE-7795
LTC#179220).
- s390/qeth: when in TX NAPI mode, use napi_consume_skb()
(jsc#SLE-7795 LTC#179220).
- s390/qeth: add TX NAPI support for IQD devices (jsc#SLE-7795
LTC#179220).
- s390/qeth: collect accurate TX statistics (jsc#SLE-7795
LTC#179220).
- s390/qdio: let drivers opt-out from Output Queue scanning
(jsc#SLE-7795 LTC#179220).
- s390/qdio: enable drivers to poll for Output completions
(jsc#SLE-7795 LTC#179220).
- commit a827279
- s390/pkey: Add sysfs attributes to emit AES CIPHER key blobs
(jsc#SLE-7533 LTC#178844).
- s390/zcrypt: fix wrong handling of cca cipher keygenflags
(jsc#SLE-7533 LTC#178844).
- s390/paes: Prepare paes functions for large key blobs
(jsc#SLE-7533 LTC#178844).
- s390/pkey: add CCA AES cipher key support (jsc#SLE-7533
LTC#178844).
- s390/zcrypt: Add low level functions for CCA AES cipher keys
(jsc#SLE-7533 LTC#178844).
- s390/zcrypt: extend cca_findcard function and helper
(jsc#SLE-7533 LTC#178844).
- s390/pkey: pkey cleanup: narrow in-kernel API, fix some variable
types (jsc#SLE-7533 LTC#178844).
- commit 5c983d1
- of: Make of_dma_get_range() work on bus nodes (jsc#SLE-7772).
- of/address: Fix of_pci_range_parser_one translation of DMA
addresses (jsc#SLE-7772).
- of/address: Translate 'dma-ranges' for parent nodes missing
'dma-ranges' (jsc#SLE-7772).
- of: Factor out #{addr,size}-cells parsing (jsc#SLE-7772).
- of: address: Follow DMA parent for "dma-coherent"
(jsc#SLE-7772).
- of/address: Introduce of_get_next_dma_parent() helper
(jsc#SLE-7772).
- commit 6061577
- ibmvnic: Serialize device queries (bsc#1155689 ltc#182047).
- ibmvnic: Bound waits for device queries (bsc#1155689
ltc#182047).
- ibmvnic: Terminate waiting device threads after loss of service
(bsc#1155689 ltc#182047).
- ibmvnic: Fix completion structure initialization (bsc#1155689
ltc#182047).
- commit 0ff402a
- config: refresh
- drop SOUNDWIRE from ppc64le/kvmsmall (no longer visible)
- update headers
- commit 1859c8f
- Refresh
patches.suse/sched-core-Further-clarify-sched_class-set_next_task.patch.
- Refresh
patches.suse/sched-core-Make-pick_next_task_idle-more-consistent.patch.
- Refresh patches.suse/sched-core-Optimize-pick_next_task.patch.
- Refresh
patches.suse/sched-core-Simplify-sched_class-pick_next_task.patch.
- Refresh
patches.suse/sched-fair-Add-comments-for-group_type-and-balancing-at-SD_NUMA-level.patch.
- Refresh
patches.suse/sched-fair-Better-document-newidle_balance.patch.
- Refresh patches.suse/sched-fair-Clean-up-asym-packing.patch.
- Refresh
patches.suse/sched-fair-Fix-rework-of-find_idlest_group.patch.
- Refresh
patches.suse/sched-fair-Optimize-find_idlest_group.patch.
- Refresh
patches.suse/sched-fair-Remove-meaningless-imbalance-calculation.patch.
- Refresh
patches.suse/sched-fair-Rename-sg_lb_stats-sum_nr_running-to-sum_h_nr_running.patch.
- Refresh patches.suse/sched-fair-Rework-find_idlest_group.patch.
- Refresh patches.suse/sched-fair-Rework-load_balance.patch.
- Refresh
patches.suse/sched-fair-Spread-out-tasks-evenly-when-not-overloaded.patch.
- Refresh
patches.suse/sched-fair-Use-load-instead-of-runnable-load-in-load_balance.patch.
- Refresh
patches.suse/sched-fair-Use-load-instead-of-runnable-load-in-wakeup-path.patch.
- Refresh patches.suse/sched-fair-Use-mul_u32_u32.patch.
- Refresh
patches.suse/sched-fair-Use-rq-nr_running-when-balancing-load.patch.
- Refresh
patches.suse/sched-fair-Use-utilization-to-select-misfit-task.patch.
- Refresh
patches.suse/sched-fair-util_est-Implement-faster-ramp-up-EWMA-on-utilization-increases.patch.
- Refresh
patches.suse/sched-topology-Don-t-set-SD_BALANCE_WAKE-on-cpuset-domain-relax.patch.
- commit 20b4948
- fix Patch-mainline tags
fix Patch-mainline:
patches.suse/0001-Bluetooth-btusb-fix-PM-leak-in-error-case-of-setup.patch
patches.suse/0001-crypto-af_alg-cast-ki_complete-ternary-op-to-int.patch
patches.suse/0001-crypto-algif_skcipher-Use-chunksize-instead-of-block.patch
patches.suse/0001-crypto-ecdh-fix-big-endian-bug-in-ECC-library.patch
patches.suse/0001-crypto-user-fix-memory-leak-in-crypto_report.patch
patches.suse/0001-crypto-user-fix-memory-leak-in-crypto_reportstat.patch
patches.suse/0001-libbpf-Fix-struct-end-padding-in-btf_dump.patch
- commit 03de6a8
- series.conf: cleanup
Keep the number of top level section reasonable.
- commit b91f28d
- ALSA: usb-audio: Fix Focusrite Scarlett 6i6 gen1 - input
handling (git-fixes).
- ALSA: usb-audio: Fix NULL dereference at parsing BADD
(git-fixes).
- ALSA: usb-audio: Fix Scarlett 6i6 Gen 2 port data (git-fixes).
- ALSA: usb-audio: Add skip_validation option (git-fixes).
- ALSA: 6fire: Drop the dead code (git-fixes).
- ALSA: usb-audio: sound: usb: usb true/false for bool return type
(git-fixes).
- commit f395c96
- ALSA: docs: Update about the new PCM sync_stop ops (git-fixes).
- ALSA: pcm: Add card sync_irq field (git-fixes).
- ALSA: pcm: Add the support for sync-stop operation (git-fixes).
- ALSA: pcm: Move PCM_RUNTIME_CHECK() macro into local header
(git-fixes).
- ALSA: docs: Update document about the default PCM ioctl ops
(git-fixes).
- ALSA: pcm: Allow NULL ioctl ops (git-fixes).
- ALSA: docs: Update for managed buffer allocation mode
(git-fixes).
- ALSA: pcm: Introduce managed buffer allocation mode (git-fixes).
- ALSA: timer: Fix the breakage of slave link open (git-fixes).
- ALSA: pcm: Yet another missing check of non-cached buffer type
(git-fixes).
- ALSA: timer: Fix possible race at assigning a timer instance
(git-fixes).
- ALSA: timer: Make snd_timer_close() returning void (git-fixes).
- ALSA: timer: Unify master/slave linking code (git-fixes).
- ALSA: timer: Limit max amount of slave instances (git-fixes).
- ALSA: docs: Remove snd_dma_pci_data() usage in documentation
(git-fixes).
- ALSA: pcm: Create proc files only for non-empty preallocations
(git-fixes).
- ALSA: pcm: Warn if doubly preallocated (git-fixes).
- ALSA: docs: Update documentation about SG- and vmalloc-buffers
(git-fixes).
- ALSA: pcm: Handle special page mapping in the default mmap
handler (git-fixes).
- ALSA: memalloc: Add vmalloc buffer allocation support
(git-fixes).
- ALSA: memalloc: Allow NULL device for SNDRV_DMA_TYPE_CONTINUOUS
type (git-fixes).
- commit a9f5790
- ALSA: hda/realtek - Enable internal speaker of ASUS UX431FLC
(git-fixes).
- ALSA: hda/hdmi - Clear codec->relaxed_resume flag at unbinding
(git-fixes).
- ALSA: hda - Disable audio component for legacy Nvidia HDMI
codecs (git-fixes).
- ALSA: hda/realtek - Enable the headset-mic on a Xiaomi's laptop
(git-fixes).
- ALSA: hda/realtek - Move some alc236 pintbls to fallback table
(git-fixes).
- ALSA: hda/realtek - Move some alc256 pintbls to fallback table
(git-fixes).
- ALSA: hda - Add mute led support for HP ProBook 645 G4
(git-fixes).
- ALSA: hda - Add DP-MST support for NVIDIA codecs (git-fixes).
- ALSA: hda - Add DP-MST support for non-acomp codecs (git-fixes).
- ALSA: hda - Add DP-MST jack support (git-fixes).
- ALSA: hda - Rename snd_hda_pin_sense to snd_hda_jack_pin_sense
(git-fixes).
- ALSA: hda - remove forced polling workaround for CFL and CNL
(git-fixes).
- ALSA: hda: hdmi - remove redundant code comments (git-fixes).
- ALSA: hda: hdmi - fix port numbering for ICL and TGL platforms
(git-fixes).
- ALSA: hda/hdmi - Clean up Intel platform-specific fixup checks
(git-fixes).
- ALSA: hda/hdmi - implement mst_no_extra_pcms flag (git-fixes).
- ALSA: hda: Disable regmap internal locking (git-fixes).
- ALSA: hda - Fix pending unsol events at shutdown (git-fixes).
- ALSA: hda: Allow HDA to be runtime suspended when dGPU is not
bound to a driver (git-fixes).
- commit 81f6f50
- media: vivid: Fix wrong locking that causes race conditions
on streaming stop (CVE-2019-18683,bsc#1155897).
- media: rcar_drif: fix a memory disclosure
(CVE-2019-18786,bsc#1156043).
- media: usb: fix memory leak in af9005_identify_state
(CVE-2019-18809,bsc#1156258).
- commit 5b09130
- sched/cpufreq: Move the cfs_rq_util_change() call to
cpufreq_update_util() (bnc#1155798 (CPU scheduler functional
and performance backports)).
- sched/pelt: Fix update of blocked PELT ordering (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/fair: Add comments for group_type and balancing at
SD_NUMA level (bnc#1155798 (CPU scheduler functional and
performance backports)).
- sched/fair: Fix rework of find_idlest_group() (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/core: Further clarify sched_class::set_next_task()
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Use mul_u32_u32() (bnc#1155798 (CPU scheduler
functional and performance backports)).
- sched/core: Simplify sched_class::pick_next_task() (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/core: Optimize pick_next_task() (bnc#1155798 (CPU
scheduler functional and performance backports)).
- sched/core: Make pick_next_task_idle() more consistent
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Better document newidle_balance() (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/fair/util_est: Implement faster ramp-up EWMA on
utilization increases (bnc#1155798 (CPU scheduler functional
and performance backports)).
- sched/fair: Rework find_idlest_group() (bnc#1155798 (CPU
scheduler functional and performance backports)).
- sched/fair: Optimize find_idlest_group() (bnc#1155798 (CPU
scheduler functional and performance backports)).
- sched/fair: Use load instead of runnable load in wakeup
path (bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Use utilization to select misfit task (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/fair: Spread out tasks evenly when not overloaded
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Use load instead of runnable load in load_balance()
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Use rq->nr_running when balancing load (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/fair: Rework load_balance() (bnc#1155798 (CPU scheduler
functional and performance backports)).
- sched/fair: Remove meaningless imbalance calculation
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Rename sg_lb_stats::sum_nr_running to
sum_h_nr_running (bnc#1155798 (CPU scheduler functional and
performance backports)).
- sched/fair: Clean up asym packing (bnc#1155798 (CPU scheduler
functional and performance backports)).
- sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain
relax (bnc#1155798 (CPU scheduler functional and performance
backports)).
- commit 0c439b5
- arm64: mm: reserve CMA and crashkernel in ZONE_DMA32
(jsc#SLE-7772).
- commit 8dd0df2
- cifs: move cifsFileInfo_put logic into a work-queue
(bsc#1154355).
- commit 3fc1ff0
- CIFS: Fix SMB2 oplock break processing (bsc#1154355).
- commit 6ea244c
- cifs: add a helper to find an existing readable handle to a file
(bsc#1154355).
- commit 86876f3
- smb3: fix signing verification of large reads (bsc#1154355).
- commit 151844a
- cifs: use existing handle for compound_op(OP_SET_INFO) when
possible (bsc#1154355).
- commit bbed94e
- cifs: create a helper to find a writeable handle by path name
(bsc#1154355).
- Refresh
patches.suse/smb3-improve-handling-of-share-deleted-and-share-recreated-.patch.
- commit b4e2014
- smb3: Incorrect size for netname negotiate context
(bsc#1154355).
- commit 2e876d6
- cifs: prepare SMB2_Flush to be usable in compounds
(bsc#1154355).
- commit 94efab3
- libbpf: Fix struct end padding in btf_dump (git-fixes).
- commit 3ff85da
- crypto: ecdh - fix big endian bug in ECC library (git-fixes).
- commit 3ed4e6a
- crypto: user - fix memory leak in crypto_reportstat (git-fixes).
- commit 11b554d
- crypto: user - fix memory leak in crypto_report (git-fixes).
- commit 905d0c3
- crypto: af_alg - cast ki_complete ternary op to int (git-fixes).
- commit 62b6457
- crypto: algif_skcipher - Use chunksize instead of blocksize
(git-fixes).
- commit 638ebae
- smb3: improve handling of share deleted (and share recreated)
(bsc#1154355).
- Refresh
patches.suse/smb3-fix-leak-in-open-on-server-perf-counter.patch.
- commit b021da1
- PCI: brcmstb: add MSI capability (jsc#SLE-7772).
- PCI: brcmstb: add Broadcom STB PCIe host controller driver
(jsc#SLE-7772).
- config: arm64: enable RPi4 PCIe controller
- supported.conf: add pcie-brcmstb RPi4's PCIe controller
- linux/log2.h: Add roundup/rounddown_pow_two64() family of
functions (jsc#SLE-7772).
- commit b2ce31d
- dma-mapping: treat dev->bus_dma_mask as a DMA limit
(jsc#SLE-7772).
- dma-direct: exclude dma_direct_map_resource from the min_low_pfn
check (jsc#SLE-7772).
- dma-direct: avoid a forward declaration for phys_to_dma
(jsc#SLE-7772).
- dma-direct: unify the dma_capable definitions (jsc#SLE-7772).
- x86/PCI: sta2x11: use default DMA address translation
(jsc#SLE-7772).
- dma-direct: check for overflows on 32 bit DMA addresses
(jsc#SLE-7772).
- commit 94cc441
- powerpc/book3s64/hash: Use secondary hash for bolted mapping
if the primary is full (bsc#1157778 ltc#182520).
- powerpc/pseries: Don't fail hash page table insert for bolted
mapping (bsc#1157778 ltc#182520).
- powerpc/pseries: Don't opencode HPTE_V_BOLTED (bsc#1157778
ltc#182520).
- commit b6eca43
- seltests/powerpc: Add a selftest for memcpy_mcsafe (bsc#1157774
ltc#182579).
- powerpc/memcpy: Fix stack corruption for smaller sizes
(bsc#1157774 ltc#182579).
- commit 34c7004
- Delete patches.suse/soundwire-depend-on-ACPI-OF.patch.
- Update config files.
- blacklist
- commit b6ee2ab
- PCI: rcar: Use inbound resources for setup (jsc#SLE-7772).
- PCI: iproc: Use inbound resources for setup (jsc#SLE-7772).
- PCI: xgene: Use inbound resources for setup (jsc#SLE-7772).
- PCI: v3-semi: Use inbound resources for setup (jsc#SLE-7772).
- PCI: ftpci100: Use inbound resources for setup (jsc#SLE-7772).
- PCI: of: Add inbound resource parsing to helpers (jsc#SLE-7772).
- Refresh: patches.suse/PCI-mobiveil-Make-mobiveil_host_init-can-be-used-to-.patch
- Refresh: patches.suse/PCI-mobiveil-Refactor-Mobiveil-PCIe-Host-Bridge-IP-d.patch
- PCI: versatile: Enable COMPILE_TEST (jsc#SLE-7772).
- PCI: versatile: Remove usage of PHYS_OFFSET (jsc#SLE-7772).
- PCI: versatile: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: xilinx-nwl: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: xilinx: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: xgene: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: v3-semi: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: rockchip: Drop storing driver private outbound resource
data (jsc#SLE-7772).
- PCI: rockchip: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: mobiveil: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- Refresh patches.suse/PCI-mobiveil-Refactor-Mobiveil-PCIe-Host-Bridge-IP-d.patch.
- Refresh: patches.suse/PCI-mobiveil-Make-mobiveil_host_init-can-be-used-to-.patch
- PCI: mediatek: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: iproc: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: faraday: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: dwc: Use pci_parse_request_of_pci_ranges() (jsc#SLE-7772).
- PCI: altera: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: aardvark: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: Export pci_parse_request_of_pci_ranges() (jsc#SLE-7772).
- resource: Add a resource_list_first_type helper (jsc#SLE-7772).
- commit 89f0599
- Bluetooth: btusb: fix PM leak in error case of setup
(git-fixes).
- virtio_console: allocate inbufs in add_port() only if it is
needed (git-fixes).
- commit 74ff161
- config: arm64: enable options for nvidia jetson tx1
References: jsc#SLE-9391
- commit 380d090
- arm64: mm: Fix unused variable warning in zone_sizes_init
(jsc#SLE-7772).
- commit 6fb4438
- Delete
patches.suse/0041-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch.
(jsc#SLE-9870)
This patch be replaced by
patches.suse/0003-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mode.patch
- commit 736d395
- Delete patches.suse/0039-efi-Add-EFI_SECURE_BOOT-bit.patch.
(jsc#SLE-9870)
This patch be replaced by
patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch
- commit 06804cf
- RDMA/bnxt_re: Fix stat push into dma buffer on gen p5 devices (bsc#1157115)
- commit fc79fc5
- ipmi: Fix memory leak in __ipmi_bmc_register
(CVE-2019-19046,bsc#1157304).
- spi: lpspi: fix memory leak in fsl_lpspi_probe
(CVE-2019-19064,bsc#1157300).
- spi: gpio: prevent memory leak in spi_gpio_probe
(CVE-2019-19070,bsc#1157294).
- mwifiex: pcie: Fix memory leak in mwifiex_pcie_init_evt_ring
(CVE-2019-19057,bsc#1157193).
- mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_buf
(CVE-2019-19056,bsc#1157197).
- ath10k: fix memory leak (CVE-2019-19078,bsc#1157032).
- rtl8xxxu: prevent leaking urb (CVE-2019-19068,bsc#1157307).
- rtlwifi: prevent memory leak in rtl_usb_probe
(CVE-2019-19063,bsc#1157298).
- rsi: release skb if rsi_prepare_beacon fails
(CVE-2019-19071,bsc#1157067).
- crypto: user - fix memory leak in crypto_reportstat
(CVE-2019-19050,bsc#1157336).
- crypto: user - fix memory leak in crypto_report
(CVE-2019-19062,bsc#1157333).
- commit f284309
- efi: Lock down the kernel at the integrity level if booted in
secure boot mode (jsc#SLE-9870).
- commit d022ad5
- series.conf: cleanup
- rename patches.suse/scsi-qla2xxx-fix-wait-condition-in-loop.patch
to patches.suse/scsi-qla2xxx-fix-NPIV-tear-down-process.patch
(to match mainline commit subject)
- update upstream references and move into sorted section:
patches.suse/arm64-Fake-the-IminLine-size-on-systems-affected-by-.patch
patches.suse/arm64-compat-Workaround-Neoverse-N1-1542419-for-comp.patch
patches.suse/arm64-errata-Hide-CTR_EL0.DIC-on-systems-affected-by.patch
patches.suse/libertas-fix-a-potential-NULL-pointer-dereference.patch
patches.suse/net-ath10k-Fix-a-NULL-ptr-deref-bug.patch
patches.suse/scsi-qla2xxx-fix-NPIV-tear-down-process.patch
- move out of "almost mainline" section (the patch has been effectively
rejected in this form):
patches.suse/ibmveth-Update-ethtool-settings-to-reflect-virtual-p.patch
No effect on expanded tree.
- commit ab5c717
- series.conf: refresh
- update upstream references and resort:
patches.suse/0001-arm64-mm-use-arm64_dma_phys_limit-instead-of-calling.patch
patches.suse/0002-arm64-rename-variables-used-to-calculate-ZONE_DMA32-.patch
patches.suse/0003-arm64-use-both-ZONE_DMA-and-ZONE_DMA32.patch
patches.suse/0004-mm-refresh-ZONE_DMA-and-ZONE_DMA32-comments-in-enum-.patch
patches.suse/Bluetooth-hci_bcm-Fix-RTS-handling-during-startup.patch
patches.suse/net-bcmgenet-Add-BCM2711-support.patch
patches.suse/net-bcmgenet-Add-RGMII_RXID-support.patch
patches.suse/net-bcmgenet-Add-a-shutdown-callback.patch
patches.suse/net-bcmgenet-Avoid-touching-non-existent-interrupt.patch
patches.suse/net-bcmgenet-Fix-error-handling-on-IRQ-retrieval.patch
patches.suse/net-bcmgenet-Generate-a-random-MAC-if-none-is-valid.patch
patches.suse/net-bcmgenet-Refactor-register-access-in-bcmgenet_mi.patch
No effect on expanded tree.
- commit 6d8a72c
- efi: Lock down the kernel if booted in secure boot mode
(jsc#SLE-9870).
- Update config files. (jsc#SLE-9870)
- commit 7f8d57d
- efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode
(jsc#SLE-9870).
- commit 4d3145f
- security: lockdown: expose a hook to lock the kernel down
(jsc#SLE-9870).
- commit d2adcd5
- perf/x86/intel: Support PEBS output to PT (jsc#SLE-8896).
- perf: Allow normal events to output AUX data (jsc#SLE-8896).
- commit bac2bbc
- update patch references
Update Patch-mainline:
patches.suse/bdi-Add-bdi-id.patch
patches.suse/fs-fs-writeback.c-fix-kernel-doc-warning.patch
patches.suse/memcg-only-record-foreign-writebacks-with-dirty-pages-when-memcg-is-not-disabled.patch
patches.suse/mm-debug.c-PageAnon-is-true-for-PageKsm-pages.patch
patches.suse/mm-debug.c-__dump_page-prints-an-extra-line.patch
patches.suse/mm-hmm-fix-hmm_range_fault-s-handling-of-swapped-out-pages.patch
patches.suse/mm-memcontrol-update-lruvec-counters-in-mem_cgroup_move_account.patch
patches.suse/mm-memory_hotplug-don-t-access-uninitialized-memmaps-in-shrink_pgdat_span.patch
patches.suse/mm-memory_hotplug-fix-updating-the-node-span.patch
patches.suse/mm-move-mem_cgroup_uncharge-out-of-__page_cache_release.patch
patches.suse/mm-shrinker-make-shrinker-not-depend-on-memcg-kmem.patch
patches.suse/mm-slab.c-fix-kernel-doc-warning-for-__ksize.patch
patches.suse/mm-thp-extract-split_queue_-into-a-struct.patch
patches.suse/mm-thp-make-deferred-split-shrinker-memcg-aware.patch
patches.suse/writeback-Generalize-and-expose-wb_completion.patch
patches.suse/writeback-Separate-out-wb_get_lookup-from-wb_get_create.patch
patches.suse/writeback-fix-use-after-free-in-finish_writeback_work.patch
patches.suse/writeback-memcg-Implement-cgroup_writeback_by_id.patch
patches.suse/writeback-memcg-Implement-foreign-dirty-flushing.patch
- commit c99b532
- Update patch reference for mlx5 driver fix (CVE-2019-19047 bsc#1157715)
- commit 9e3d31d
- Update patch reference for vbox driver fix (CVE-2019-19048 bsc#1157720)
- commit a46881b
- mm/memory_hotplug: fix updating the node span (git fixes
(mm/memcontrol)).
- fs/fs-writeback.c: fix kernel-doc warning (git fixes
(mm/memcontrol)).
- memcg: only record foreign writebacks with dirty pages when
memcg is not disabled (git fixes (mm/memcontrol)).
- writeback: fix use-after-free in finish_writeback_work()
(git fixes (mm/memcontrol)).
- commit cdafbd8
- powerpc/bpf: Fix tail call implementation (bsc#1157698).
- commit 68da2db
- writeback, memcg: Implement cgroup_writeback_by_id() (git fixes
(mm/memcontrol)).
- writeback: Separate out wb_get_lookup() from wb_get_create()
(git fixes (mm/memcontrol)).
- bdi: Add bdi->id (git fixes (mm/memcontrol)).
- writeback: Generalize and expose wb_completion (git fixes
(mm/memcontrol)).
- commit 14fbce3
- mm/ksm.c: don't WARN if page is still mapped in
remove_stable_node() (git fixes (mm/ksm).
- commit 89108e1
- mm/memory_hotplug: don't access uninitialized memmaps in
shrink_zone_span() (git fixes (mm/hotplug)).
- commit 990c666
- mm/debug.c: PageAnon() is true for PageKsm() pages (git fixes
(mm/debug)).
- mm/debug.c: __dump_page() prints an extra line (git fixes
(mm/debug)).
- commit c8d910e
- mm/memcontrol: update lruvec counters in mem_cgroup_move_account
(git fixes (mm/memcontrol)).
- mm: thp: make deferred split shrinker memcg aware (git fixes
(mm/memcontrol)).
- mm: shrinker: make shrinker not depend on memcg kmem (git fixes
(mm/memcontrol)).
- mm: move mem_cgroup_uncharge out of __page_cache_release()
(git fixes (mm/memcontrol)).
- mm: thp: extract split_queue_* into a struct (git fixes
(mm/memcontrol)).
- writeback, memcg: Implement foreign dirty flushing (git fixes
(mm/memcontrol)).
- commit 0f63fa2
- mm/memory_hotplug: don't access uninitialized memmaps in
shrink_pgdat_span() (git fixes (mm/hotplug)).
- commit 3e5e1ed
- mm/slab.c: fix kernel-doc warning for __ksize() (git fixes
(mm/slab)).
- commit 5cc4ee9
- mm/hmm: fix hmm_range_fault()'s handling of swapped out pages
(git fixes (mm/hmm)).
- commit c8ec9ab
- drm/i915/userptr: Try to acquire the page lock around
set_page_dirty() (bnc#1156537).
- commit 60d22de
- net-ipv6: IPV6_TRANSPARENT - check NET_RAW prior to NET_ADMIN
(bsc#1154353).
- sfc: Only cancel the PPS workqueue if it exists (jsc#SLE-8314).
- net-sysfs: fix netdev_queue_add_kobject() breakage
(bsc#1154353).
- net/mlxfw: Verify FSM error code translation doesn't exceed
array size (jsc#SLE-8464).
- net/mlx5: Update the list of the PCI supported devices
(jsc#SLE-8464).
- net/mlx5: Fix auto group size calculation (jsc#SLE-8464).
- net/mlx5e: Add missing capability bit check for IP-in-IP
(jsc#SLE-8464).
- net/mlx5e: Do not use non-EXT link modes in EXT mode
(jsc#SLE-8464).
- net/mlx5e: Fix set vf link state error flow (jsc#SLE-8464).
- net/mlx5: DR, Limit STE hash table enlarge based on bytemask
(jsc#SLE-8464).
- net/mlx5: DR, Skip rehash for tables with byte mask zero
(jsc#SLE-8464).
- net/mlx5: DR, Fix invalid EQ vector number on CQ creation
(jsc#SLE-8464).
- net/mlx5e: Reorder mirrer action parsing to check for encap
first (jsc#SLE-8464).
- net/mlx5e: Fix ingress rate configuration for representors
(jsc#SLE-8464).
- net/mlx5e: Fix error flow cleanup in
mlx5e_tc_tun_create_header_ipv4/6 (jsc#SLE-8464).
- ipv6/route: return if there is no fib_nh_gw_family
(bsc#1154353).
- net-sysfs: Fix reference count leak in
rx|netdev_queue_add_kobject (bsc#1154353).
- net: hns3: fix a wrong reset interrupt status mask
(bsc#1154353).
- net/sched: act_pedit: fix WARN() in the traffic path
(bsc#1154353).
- net: phylink: fix link mode modification in PHY mode
(bsc#1154353).
- net: phylink: update documentation on create and destroy
(bsc#1154353).
- taprio: don't reject same mqprio settings (bsc#1154353).
- net/tls: enable sk_msg redirect to tls socket egress
(bsc#1154353).
- gve: fix dma sync bug where not all pages synced (bsc#1154353).
- net/mlx4_en: Fix wrong limitation for number of TX rings
(jsc#SLE-8460).
- net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in
act_tunnel_key (bsc#1154353).
- mlxsw: spectrum_router: Fix determining underlay for a GRE
tunnel (bsc#1154488).
- net/mlx4_en: fix mlx4 ethtool -N insertion (jsc#SLE-8460).
- net: hns3: cleanup of stray struct hns3_link_mode_mapping
(bsc#1154353).
- net: hns3: fix ETS bandwidth validation bug (bsc#1154353).
- net: hns3: reallocate SSU' buffer size when pfc_en changes
(bsc#1154353).
- net: hns3: add compatible handling for MAC VLAN switch parameter
configuration (bsc#1154353).
- RDMA/hns: Correct the value of srq_desc_size (jsc#SLE-8449).
- RDMA/hns: Correct the value of HNS_ROCE_HEM_CHUNK_LEN
(jsc#SLE-8449).
- ixgbe: need_wakeup flag might not be set for Tx (jsc#SLE-7979
jsc#SLE-7981).
- i40e: need_wakeup flag might not be set for Tx (jsc#SLE-8025).
- igb/igc: use ktime accessors for skb->tstamp (jsc#SLE-7967
jsc#SLE-8010 jsc#SLE-7966).
- i40e: Fix for ethtool -m issue on X722 NIC (jsc#SLE-8025).
- iavf: initialize ITRN registers with correct values
(jsc#SLE-7940).
- ice: fix potential infinite loop because loop counter being
too small (jsc#SLE-7926).
- net: hns3: add compatible handling for command
HCLGE_OPC_PF_RST_DONE (bsc#1154353).
- net/mlx5e: Use correct enum to determine uplink port
(jsc#SLE-8464).
- net/mlx5: DR, Fix memory leak during rule creation
(jsc#SLE-8464).
- net/mlx5: DR, Fix memory leak in modify action destroy
(jsc#SLE-8464).
- net/mlx5e: Fix eswitch debug print of max fdb flow
(jsc#SLE-8464).
- bridge: ebtables: don't crash when using dnat target in output
chains (bsc#1154353).
- mlx4_core: fix wrong comment about the reason of subtract one
from the max_cqes (jsc#SLE-8460).
- net: hns3: Use the correct style for SPDX License Identifier
(bsc#1154353).
- taprio: fix panic while hw offload sched list swap
(bsc#1154353).
- net: sched: taprio: fix -Wmissing-prototypes warnings
(bsc#1154353).
- net: update net_dim documentation after rename (bsc#1154353).
- net: taprio: Fix returning EINVAL when configuring without flags
(bsc#1154353).
- taprio: Add support for hardware offloading (bsc#1154353).
- taprio: remove unused variable 'entry_list_policy'
(bsc#1154353).
- commit 3090b61
- Linux 5.3.13 (bnc#1151927 5.3.13).
- arm64: uaccess: Ensure PAN is re-enabled after unhandled
uaccess fault (bnc#1151927 5.3.13).
- net: cdc_ncm: Signedness bug in cdc_ncm_set_dgram_size()
(bnc#1151927 5.3.13).
- block, bfq: deschedule empty bfq_queues not referred by any
process (bnc#1151927 5.3.13).
- mm/memory_hotplug: fix updating the node span (bnc#1151927
5.3.13).
- mm/memory_hotplug: don't access uninitialized memmaps in
shrink_pgdat_span() (bnc#1151927 5.3.13).
- fbdev: Ditch fb_edid_add_monspecs (bnc#1151927 5.3.13).
- commit 0c2740a
- driver core: simplify definitions of platform_get_irq*
(jsc#SLE-7772).
- mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'
(jsc#SLE-7772).
- arm64: use both ZONE_DMA and ZONE_DMA32 (jsc#SLE-7772).
Enable CONFIG_ZONE_DMA and CONFIG_BOUNCE
- arm64: rename variables used to calculate ZONE_DMA32's size
(jsc#SLE-7772).
- arm64: mm: use arm64_dma_phys_limit instead of calling
max_zone_dma_phys() (jsc#SLE-7772).
- net: bcmgenet: Add RGMII_RXID support (jsc#SLE-7772).
- net: bcmgenet: Refactor register access in bcmgenet_mii_config
(jsc#SLE-7772).
- net: bcmgenet: Add BCM2711 support (jsc#SLE-7772).
- net: bcmgenet: Fix error handling on IRQ retrieval
(jsc#SLE-7772).
- net: bcmgenet: Avoid touching non-existent interrupt
(jsc#SLE-7772).
- Bluetooth: hci_bcm: Fix RTS handling during startup
(jsc#SLE-7772).
- net: bcmgenet: Add a shutdown callback (jsc#SLE-7772).
- net: bcmgenet: Generate a random MAC if none is valid
(jsc#SLE-7772).
- clocksource/drivers/sh_mtu2: Do not loop using
platform_get_irq_by_name() (jsc#SLE-7772).
- net: bcmgenet: reapply manual settings to the PHY
(jsc#SLE-7772).
- Revert "net: bcmgenet: soft reset 40nm EPHYs before MAC init"
(jsc#SLE-7772).
- net: bcmgenet: use RGMII loopback for MAC reset (jsc#SLE-7772).
- iommu/ipmmu-vmsa: Only call platform_get_irq() when interrupt
is mandatory (jsc#SLE-7772).
- iommu/rockchip: Don't use platform_get_irq to implicitly count
irqs (jsc#SLE-7772).
- mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads
with bcm2711 (jsc#SLE-7772).
- mmc: sh_mmcif: Use platform_get_irq_optional() for optional
interrupt (jsc#SLE-7772).
- mmc: renesas_sdhi: Do not use platform_get_irq() to count
interrupts (jsc#SLE-7772).
- platform/x86: intel_punit_ipc: Avoid error message when
retrieving IRQ (jsc#SLE-7772).
- tty: serial: imx: Use platform_get_irq_optional() for optional
IRQs (jsc#SLE-7772).
- serial: sh-sci: Use platform_get_irq_optional() for optional
interrupts (jsc#SLE-7772).
- clk: bcm2835: Mark PLLD_PER as CRITICAL (jsc#SLE-7772).
- clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support (jsc#SLE-7772).
- clk: bcm2835: Introduce SoC specific clock registration
(jsc#SLE-7772).
- dt-bindings: bcm2835-cprman: Add bcm2711 support (jsc#SLE-7772).
- pinctrl: bcm2835: Pass irqchip when adding gpiochip
(jsc#SLE-7772).
- pinctrl: bcm2835: Add support for BCM2711 pull-up functionality
(jsc#SLE-7772).
- bluetooth: hci_bcm: Give more time to come out of reset
(jsc#SLE-7772).
- bluetooth: bcm: Add support for loading firmware for BCM4345C5
(jsc#SLE-7772).
- Bluetooth: hci_bcm: Fix -Wunused-const-variable warnings
(jsc#SLE-7772).
- net: bcmgenet: use devm_platform_ioremap_resource() to simplify
code (jsc#SLE-7772).
- driver core: platform: Export platform_get_irq_optional()
(jsc#SLE-7772).
- driver core: platform: Introduce platform_get_irq_optional()
(jsc#SLE-7772).
- driver core: platform: Add an error message to
platform_get_irq*() (jsc#SLE-7772).
- mmc: bcm2835: Take SWIOTLB memory size limitation into account
(jsc#SLE-7772).
- mmc: Remove dev_err() usage after platform_get_irq()
(jsc#SLE-7772).
- mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
(jsc#SLE-7772).
- commit 24df065
- config: disable SECURITY_DMESG_RESTRICT (bsc#1157066)
Enabling this option which restricts access to dmesg was not intentional
and happened accidentally as part of a commit aiming to enable features
which were enabled in SLE. We might restrict dmesg in the future if there
is a consensus but for now the proper action is to revert this accidental
change which only affected some architectures anyway.
- commit 8898c88
- bpf, offload: Unlock on error in bpf_offload_dev_create()
(bsc#1155518).
- commit dc0b929
==== kernel-source ====
Version update (5.3.12 -> 5.3.13)
- supported.conf: sort
- commit ac3011b
- Update config files.
ppc64 is lats architecture without PRINTK_TIME. Align with the rest.
- commit 4fb63b6
- s390: vfio-ap: fix warning reset not completed (jsc#SLE-7524
LTC#178970).
- commit fd793bf
- Update config files (bsc#1158055 LTC#182629).
- commit 1b24df4
- Move upstreamed patches into sorted section
Refresh:
patches.suse/0001-b2c2-flexcop-usb-add-sanity-checking.patch
patches.suse/driver-core-simplify-definitions-of-platform_get_irq.patch
patches.suse/drm-amdgpu-Add-DC-feature-mask-to-disable-fractional.patch
- commit 71f50c8
- mwifiex: fix possible heap overflow in
mwifiex_process_country_ie() (CVE-2019-14895 bsc#1157158).
- commit d8b66ee
- series.conf: refresh
- update upstream reference and resort:
patches.suse/RDMA-bnxt_re-Fix-stat-push-into-dma-buffer-on-gen-p5-devices.patch
No effect on expanded tree.
- commit b878e91
- series.conf: refresh
- update upstream references and resort
patches.suse/dma-direct-avoid-a-forward-declaration-for-phys_to_dma.patch
patches.suse/dma-direct-check-for-overflows-on-32-bit-dma-addresses.patch
patches.suse/dma-direct-exclude-dma_direct_map_resource-from-the-min_low_pfn-check.patch
patches.suse/dma-direct-unify-the-dma_capable-definitions.patch
patches.suse/dma-mapping-treat-dev-bus_dma_mask-as-a-dma-limit.patch
patches.suse/x86-pci-sta2x11-use-default-dma-address-translation.patch
- commit 3b7773d
- virtio_balloon: fix shrinker count (git-fixes).
- commit 923948e
- virtio_balloon: fix shrinker scan number of pages (gif-fixes).
- commit 217c80e
- virtio_ring: fix return code on DMA mapping fails (git-fixes).
- commit d775d67
- regulator: core: make regulator_register() EPROBE_DEFER aware
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- regulator: core: Add label to collate of_node_put() statements
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- regulator: core: Add of_node_put() before return
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- commit 48eb6c5
- net/smc: receive pending data after RCV_SHUTDOWN (jsc#SLE-7521
LTC#178954).
- net/smc: receive returns without data (jsc#SLE-7521 LTC#178954).
- net/smc: fix SMCD link group creation with VLAN id (jsc#SLE-7521
LTC#178954).
- commit 83dcb05
- s390: add support for IBM z15 machines (bsc#1156538 LTC#182406).
- Update config files.
- commit c53f40a
- Update
patches.suse/RDMA-Fix-goto-target-to-release-the-allocated-memory.patch
(jsc#SLE-8449 bsc#1157171 CVE-2019-19077).
- commit e1bdb30
- Update
patches.suse/nfp-flower-fix-memory-leak-in-nfp_flower_spawn_vnic_.patch
(bnc#1151927 5.3.4 bsc#1157045 CVE-2019-19081).
- commit e720525
- Update
patches.suse/nfp-flower-prevent-memory-leak-in-nfp_flower_spawn_p.patch
(bnc#1151927 5.3.4 bsc#1157044 CVE-2019-19080).
- commit 8b64c31
- Update
patches.suse/RDMA-hfi1-Prevent-memory-leak-in-sdma_init.patch
(jsc#SLE-8449 bnc#1151927 5.3.9 bsc#1157191 CVE-2019-19065).
- commit 29b1120
- gpio: stubs in headers should be inline
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- commit d6eb08d
- s390/cpumsf: Check for CPU Measurement sampling
(bsc#1156561 LTC#182407).
- commit 02c88d4
- regulator: add missing 'static inline' to a helper's stub
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- commit a58ac0e
- series.conf: refresh
- update upstream references and resort:
patches.suse/ibmvnic-Bound-waits-for-device-queries.patch
patches.suse/ibmvnic-Fix-completion-structure-initialization-again.patch
patches.suse/ibmvnic-Serialize-device-queries.patch
patches.suse/ibmvnic-Terminate-waiting-device-threads-after-loss-.patch
- commit 223cb4b
- series.conf: cleanup
- move unsortable patches out of sorted section
patches.suse/CIFS-Fix-SMB2-oplock-break-processing.patch
patches.suse/cifs-move-cifsFileInfo_put-logic-into-a-work-queue.patch
- update Patch-mainline tag
patches.suse/smb3-fix-leak-in-open-on-server-perf-counter.patch
- commit 4594952
- powerpc: add link stack flush mitigation in debugfs
(CVE-2019-18660 bsc#1157038 bsc#1157923 ltc#182612).
- KVM: PPC: Book3S HV: Flush link stack on guest exit to host
kernel (CVE-2019-18660 bsc#1157038 bsc#1157923 ltc#182612).
- powerpc/book3s64: Fix link stack flush on context switch
(CVE-2019-18660 bsc#1157038 bsc#1157923 ltc#182612).
- commit 538ee5a
- net/ibmvnic: Ignore H_FUNCTION return from H_EOI to tolerate
XIVE mode (bsc#1089644, ltc#166495, ltc#165544, git-fixes).
- Delete patches.suse/net-ibmvnic-Fix-EOI-when-running-in-XIVE-mode.patch - reverted upstream
- blacklist.conf: Add the removed patch and revert.
- commit e63bc30
- PCI: Fix missing inline for pci_pr3_present() (git-fixes).
- PCI: Add a helper to check Power Resource Requirements _PR3
existence (git-fixes).
- commit 071c077
- regulator: provide regulator_bulk_set_supply_names()
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- commit ef060bf
- blacklist.conf: no need to watch for android fixes
- commit 4abf123
- s390/pkey: fix memory leak within _copy_apqns_from_user()
(jsc#SLE-7533 LTC#178844).
- commit 3fe4d6e
- s390/crypto: Fix unsigned variable compared with zero
(jsc#SLE-7545 LTC#179078).
- commit d517803
- s390/crypto: Support for SHA3 via CPACF (MSA6) (jsc#SLE-7545
LTC#179078).
- Update config files.
- supported.conf: Add sha3_256_s390 and sha3_512_s390.
- commit 39adadf
- update upstream references
- move into sorted section:
patches.suse/sched-pelt-Fix-update-of-blocked-PELT-ordering.patch
- update upstream reference and move into sorted section:
patches.suse/sched-cpufreq-Move-the-cfs_rq_util_change-call-to-cpufreq_update_util.patch
- update Patch-mainline:
patches.suse/sched-core-Further-clarify-sched_class-set_next_task.patch
patches.suse/sched-core-Make-pick_next_task_idle-more-consistent.patch
patches.suse/sched-core-Optimize-pick_next_task.patch
patches.suse/sched-core-Simplify-sched_class-pick_next_task.patch
patches.suse/sched-fair-Add-comments-for-group_type-and-balancing-at-SD_NUMA-level.patch
patches.suse/sched-fair-Better-document-newidle_balance.patch
patches.suse/sched-fair-Clean-up-asym-packing.patch
patches.suse/sched-fair-Fix-rework-of-find_idlest_group.patch
patches.suse/sched-fair-Optimize-find_idlest_group.patch
patches.suse/sched-fair-Remove-meaningless-imbalance-calculation.patch
patches.suse/sched-fair-Rename-sg_lb_stats-sum_nr_running-to-sum_h_nr_running.patch
patches.suse/sched-fair-Rework-find_idlest_group.patch
patches.suse/sched-fair-Rework-load_balance.patch
patches.suse/sched-fair-Spread-out-tasks-evenly-when-not-overloaded.patch
patches.suse/sched-fair-Use-load-instead-of-runnable-load-in-load_balance.patch
patches.suse/sched-fair-Use-load-instead-of-runnable-load-in-wakeup-path.patch
patches.suse/sched-fair-Use-mul_u32_u32.patch
patches.suse/sched-fair-Use-rq-nr_running-when-balancing-load.patch
patches.suse/sched-fair-Use-utilization-to-select-misfit-task.patch
patches.suse/sched-fair-util_est-Implement-faster-ramp-up-EWMA-on-utilization-increases.patch
patches.suse/sched-pelt-Fix-update-of-blocked-PELT-ordering.patch
patches.suse/sched-topology-Don-t-set-SD_BALANCE_WAKE-on-cpuset-domain-relax.patch
- commit d845674
- soc/tegra: pmc: Add reset sources and levels on Tegra194
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Add missing IRQ callbacks on Tegra194
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Use lower-case for hexadecimal literals
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- usb: host: xhci-tegra: Correct phy enable sequence
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: tegra186: Add debounce support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: tegra186: Program interrupt route mapping
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: tegra186: Derive register offsets from bank/port
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- memory: tegra: Set DMA mask based on supported address bits
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Fix build error without CONFIG_PM_SLEEP
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Add suspend and resume support on Tegra210
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Share clk and rst register defines with Tegra
clock driver (jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: clk-super: Fix to enable PLLP branches to CPU
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: clk-dfll: Add suspend and resume support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Use fence_udelay() during PLLU init
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: clk-super: Add restore-context support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: periph: Add restore_context support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Support for OSC context save and restore
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: pll: Save and restore pll context
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: pllout: Save and restore pllout context
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: divider: Save and restore divider rate
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Reimplement SOR clocks on Tegra210
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Reimplement SOR clock on Tegra124
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Rename sor0_lvds to sor0_out
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Move SOR0 implementation to Tegra124
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: tegra: Remove last remains of TEGRA210_CLK_SOR1_SRC
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- clk: Add API to get index of the clock parent
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- dt-bindings: clock: tegra: Rename SOR0_LVDS to SOR0_OUT
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- mfd: max77620: Do not allocate IRQs upfront
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- arm64: kpti: Add NVIDIA's Carmel core to the KPTI whitelist
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Configure deep sleep control settings
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Configure core power request polarity
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Add wake event support on Tegra210
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Support wake events on more Tegra SoCs
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- cpufreq: tegra124: Add suspend and resume support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- ahci: tegra: use regulator_bulk_set_supply_names()
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- phy: tegra: use regulator_bulk_set_supply_names()
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- phy: tegra: xusb: Add vbus override support on Tegra210
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- phy: tegra: xusb: Add vbus override support on Tegra186
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- phy: tegra: xusb: Add usb3 port fake support on Tegra210
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- phy: tegra: xusb: Add XUSB dual mode support on Tegra210
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- iommu/tegra-smmu: Use non-secure register for flushing
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- iommu/tegra-smmu: Fix page tables in > 4 GiB memory
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- iommu/tegra-smmu: Fix client enablement order
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: tegra: Fix CLKREQ dependency programming
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- usb: host: xhci-tegra: Add Tegra194 XHCI support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- xhci: tegra: Parameterize mailbox register addresses
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: tegra186: Implement wake event support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: max77620: Fix interrupt handling
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: max77620: Do not allocate IRQs upfront
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- usb: host: xhci-tegra: use regulator_bulk_set_supply_names()
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- usb: host: xhci-tegra: use devm_platform_ioremap_resource()
to simplify code (jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- net: stmmac: Support enhanced addressing mode for DWMAC 4.10
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- net: stmmac: Only enable enhanced addressing mode when needed
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: pmc: Fix crashes for hierarchical interrupts
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- soc/tegra: fuse: Add FUSE clock check in tegra_fuse_readl()
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- firmware: tegra: Move BPMP resume to noirq phase
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: bd70528: Use correct unit for debounce times
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: max77620: Fixup debounce delays
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- thermal: tegra: Fix a typo
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- i2c: tegra: Compile PM functions unconditionally
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- arm64: tegra: Add PCIe slot supply information in p2972-0000
platform (jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: tegra: Add support to enable slot regulators
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: tegra: Add support to configure sideband pins
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: tegra: Add Tegra194 PCIe support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- phy: tegra: Add PCIe PIPE2UPHY support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: dwc: Add support to enable CDM register check
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: dwc: Export dw_pcie_wait_for_link() API
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: dwc: Add extended configuration space capability search
API (jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: dwc: Move config space capability search API
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: dwc: Group DBI registers writes requiring unlocking
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: Disable MSI for Tegra root ports
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- PCI: Add #defines for some of PCIe spec r4.0 features
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- pinctrl: tegra: Flush pinctrl writes during resume
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- pinctrl: tegra210: Add Tegra210 pinctrl pm ops
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- pinctrl: tegra: Add suspend and resume support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- net: stmmac: Do not request stmmaceth clock
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- net: stmmac: Make MDIO bus reset optional
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: Add PIO mode support
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: report clk rate errors
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: add support to adjust baud rate
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: DT for Adjusted baud rates
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: add support to use 8 bytes trigger
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: set maximum num of uart ports to 8
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: check for FIFO mode enabled status
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: report error to upper tty layer
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: flush the RX fifo on frame error
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: avoid reg access when clk disabled
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: add support to ignore read
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: protect IER against LCR.DLAB
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- serial: tegra: add internal loopback functionality
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- dmaengine: tegra210-adma: Don't program FIFO threshold
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- dmaengine: tegra-apb: Support per-burst residue granularity
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: pca953x: Drop %s for constant string literals
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: pca953x: Remove explicit comparison with 0
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: pca953x: Use GENMASK() consistently
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: pca953x: Switch to use device_get_match_data()
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- gpio: Add support for hierarchical IRQ domains
(jsc#SLE-9391,jsc#SLE-9388,jsc#SLE-10608).
- commit e2e7db7
- s390/qeth: use IQD Multi-Write (jsc#SLE-7795 LTC#179220).
- s390/qdio: implement IQD Multi-Write (jsc#SLE-7795 LTC#179220).
- s390/qeth: add xmit_more support for IQD devices (jsc#SLE-7795
LTC#179220).
- s390/qeth: add BQL support for IQD devices (jsc#SLE-7795
LTC#179220).
- s390/qeth: when in TX NAPI mode, use napi_consume_skb()
(jsc#SLE-7795 LTC#179220).
- s390/qeth: add TX NAPI support for IQD devices (jsc#SLE-7795
LTC#179220).
- s390/qeth: collect accurate TX statistics (jsc#SLE-7795
LTC#179220).
- s390/qdio: let drivers opt-out from Output Queue scanning
(jsc#SLE-7795 LTC#179220).
- s390/qdio: enable drivers to poll for Output completions
(jsc#SLE-7795 LTC#179220).
- commit a827279
- s390/pkey: Add sysfs attributes to emit AES CIPHER key blobs
(jsc#SLE-7533 LTC#178844).
- s390/zcrypt: fix wrong handling of cca cipher keygenflags
(jsc#SLE-7533 LTC#178844).
- s390/paes: Prepare paes functions for large key blobs
(jsc#SLE-7533 LTC#178844).
- s390/pkey: add CCA AES cipher key support (jsc#SLE-7533
LTC#178844).
- s390/zcrypt: Add low level functions for CCA AES cipher keys
(jsc#SLE-7533 LTC#178844).
- s390/zcrypt: extend cca_findcard function and helper
(jsc#SLE-7533 LTC#178844).
- s390/pkey: pkey cleanup: narrow in-kernel API, fix some variable
types (jsc#SLE-7533 LTC#178844).
- commit 5c983d1
- of: Make of_dma_get_range() work on bus nodes (jsc#SLE-7772).
- of/address: Fix of_pci_range_parser_one translation of DMA
addresses (jsc#SLE-7772).
- of/address: Translate 'dma-ranges' for parent nodes missing
'dma-ranges' (jsc#SLE-7772).
- of: Factor out #{addr,size}-cells parsing (jsc#SLE-7772).
- of: address: Follow DMA parent for "dma-coherent"
(jsc#SLE-7772).
- of/address: Introduce of_get_next_dma_parent() helper
(jsc#SLE-7772).
- commit 6061577
- ibmvnic: Serialize device queries (bsc#1155689 ltc#182047).
- ibmvnic: Bound waits for device queries (bsc#1155689
ltc#182047).
- ibmvnic: Terminate waiting device threads after loss of service
(bsc#1155689 ltc#182047).
- ibmvnic: Fix completion structure initialization (bsc#1155689
ltc#182047).
- commit 0ff402a
- config: refresh
- drop SOUNDWIRE from ppc64le/kvmsmall (no longer visible)
- update headers
- commit 1859c8f
- Refresh
patches.suse/sched-core-Further-clarify-sched_class-set_next_task.patch.
- Refresh
patches.suse/sched-core-Make-pick_next_task_idle-more-consistent.patch.
- Refresh patches.suse/sched-core-Optimize-pick_next_task.patch.
- Refresh
patches.suse/sched-core-Simplify-sched_class-pick_next_task.patch.
- Refresh
patches.suse/sched-fair-Add-comments-for-group_type-and-balancing-at-SD_NUMA-level.patch.
- Refresh
patches.suse/sched-fair-Better-document-newidle_balance.patch.
- Refresh patches.suse/sched-fair-Clean-up-asym-packing.patch.
- Refresh
patches.suse/sched-fair-Fix-rework-of-find_idlest_group.patch.
- Refresh
patches.suse/sched-fair-Optimize-find_idlest_group.patch.
- Refresh
patches.suse/sched-fair-Remove-meaningless-imbalance-calculation.patch.
- Refresh
patches.suse/sched-fair-Rename-sg_lb_stats-sum_nr_running-to-sum_h_nr_running.patch.
- Refresh patches.suse/sched-fair-Rework-find_idlest_group.patch.
- Refresh patches.suse/sched-fair-Rework-load_balance.patch.
- Refresh
patches.suse/sched-fair-Spread-out-tasks-evenly-when-not-overloaded.patch.
- Refresh
patches.suse/sched-fair-Use-load-instead-of-runnable-load-in-load_balance.patch.
- Refresh
patches.suse/sched-fair-Use-load-instead-of-runnable-load-in-wakeup-path.patch.
- Refresh patches.suse/sched-fair-Use-mul_u32_u32.patch.
- Refresh
patches.suse/sched-fair-Use-rq-nr_running-when-balancing-load.patch.
- Refresh
patches.suse/sched-fair-Use-utilization-to-select-misfit-task.patch.
- Refresh
patches.suse/sched-fair-util_est-Implement-faster-ramp-up-EWMA-on-utilization-increases.patch.
- Refresh
patches.suse/sched-topology-Don-t-set-SD_BALANCE_WAKE-on-cpuset-domain-relax.patch.
- commit 20b4948
- fix Patch-mainline tags
fix Patch-mainline:
patches.suse/0001-Bluetooth-btusb-fix-PM-leak-in-error-case-of-setup.patch
patches.suse/0001-crypto-af_alg-cast-ki_complete-ternary-op-to-int.patch
patches.suse/0001-crypto-algif_skcipher-Use-chunksize-instead-of-block.patch
patches.suse/0001-crypto-ecdh-fix-big-endian-bug-in-ECC-library.patch
patches.suse/0001-crypto-user-fix-memory-leak-in-crypto_report.patch
patches.suse/0001-crypto-user-fix-memory-leak-in-crypto_reportstat.patch
patches.suse/0001-libbpf-Fix-struct-end-padding-in-btf_dump.patch
- commit 03de6a8
- series.conf: cleanup
Keep the number of top level section reasonable.
- commit b91f28d
- ALSA: usb-audio: Fix Focusrite Scarlett 6i6 gen1 - input
handling (git-fixes).
- ALSA: usb-audio: Fix NULL dereference at parsing BADD
(git-fixes).
- ALSA: usb-audio: Fix Scarlett 6i6 Gen 2 port data (git-fixes).
- ALSA: usb-audio: Add skip_validation option (git-fixes).
- ALSA: 6fire: Drop the dead code (git-fixes).
- ALSA: usb-audio: sound: usb: usb true/false for bool return type
(git-fixes).
- commit f395c96
- ALSA: docs: Update about the new PCM sync_stop ops (git-fixes).
- ALSA: pcm: Add card sync_irq field (git-fixes).
- ALSA: pcm: Add the support for sync-stop operation (git-fixes).
- ALSA: pcm: Move PCM_RUNTIME_CHECK() macro into local header
(git-fixes).
- ALSA: docs: Update document about the default PCM ioctl ops
(git-fixes).
- ALSA: pcm: Allow NULL ioctl ops (git-fixes).
- ALSA: docs: Update for managed buffer allocation mode
(git-fixes).
- ALSA: pcm: Introduce managed buffer allocation mode (git-fixes).
- ALSA: timer: Fix the breakage of slave link open (git-fixes).
- ALSA: pcm: Yet another missing check of non-cached buffer type
(git-fixes).
- ALSA: timer: Fix possible race at assigning a timer instance
(git-fixes).
- ALSA: timer: Make snd_timer_close() returning void (git-fixes).
- ALSA: timer: Unify master/slave linking code (git-fixes).
- ALSA: timer: Limit max amount of slave instances (git-fixes).
- ALSA: docs: Remove snd_dma_pci_data() usage in documentation
(git-fixes).
- ALSA: pcm: Create proc files only for non-empty preallocations
(git-fixes).
- ALSA: pcm: Warn if doubly preallocated (git-fixes).
- ALSA: docs: Update documentation about SG- and vmalloc-buffers
(git-fixes).
- ALSA: pcm: Handle special page mapping in the default mmap
handler (git-fixes).
- ALSA: memalloc: Add vmalloc buffer allocation support
(git-fixes).
- ALSA: memalloc: Allow NULL device for SNDRV_DMA_TYPE_CONTINUOUS
type (git-fixes).
- commit a9f5790
- ALSA: hda/realtek - Enable internal speaker of ASUS UX431FLC
(git-fixes).
- ALSA: hda/hdmi - Clear codec->relaxed_resume flag at unbinding
(git-fixes).
- ALSA: hda - Disable audio component for legacy Nvidia HDMI
codecs (git-fixes).
- ALSA: hda/realtek - Enable the headset-mic on a Xiaomi's laptop
(git-fixes).
- ALSA: hda/realtek - Move some alc236 pintbls to fallback table
(git-fixes).
- ALSA: hda/realtek - Move some alc256 pintbls to fallback table
(git-fixes).
- ALSA: hda - Add mute led support for HP ProBook 645 G4
(git-fixes).
- ALSA: hda - Add DP-MST support for NVIDIA codecs (git-fixes).
- ALSA: hda - Add DP-MST support for non-acomp codecs (git-fixes).
- ALSA: hda - Add DP-MST jack support (git-fixes).
- ALSA: hda - Rename snd_hda_pin_sense to snd_hda_jack_pin_sense
(git-fixes).
- ALSA: hda - remove forced polling workaround for CFL and CNL
(git-fixes).
- ALSA: hda: hdmi - remove redundant code comments (git-fixes).
- ALSA: hda: hdmi - fix port numbering for ICL and TGL platforms
(git-fixes).
- ALSA: hda/hdmi - Clean up Intel platform-specific fixup checks
(git-fixes).
- ALSA: hda/hdmi - implement mst_no_extra_pcms flag (git-fixes).
- ALSA: hda: Disable regmap internal locking (git-fixes).
- ALSA: hda - Fix pending unsol events at shutdown (git-fixes).
- ALSA: hda: Allow HDA to be runtime suspended when dGPU is not
bound to a driver (git-fixes).
- commit 81f6f50
- media: vivid: Fix wrong locking that causes race conditions
on streaming stop (CVE-2019-18683,bsc#1155897).
- media: rcar_drif: fix a memory disclosure
(CVE-2019-18786,bsc#1156043).
- media: usb: fix memory leak in af9005_identify_state
(CVE-2019-18809,bsc#1156258).
- commit 5b09130
- sched/cpufreq: Move the cfs_rq_util_change() call to
cpufreq_update_util() (bnc#1155798 (CPU scheduler functional
and performance backports)).
- sched/pelt: Fix update of blocked PELT ordering (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/fair: Add comments for group_type and balancing at
SD_NUMA level (bnc#1155798 (CPU scheduler functional and
performance backports)).
- sched/fair: Fix rework of find_idlest_group() (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/core: Further clarify sched_class::set_next_task()
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Use mul_u32_u32() (bnc#1155798 (CPU scheduler
functional and performance backports)).
- sched/core: Simplify sched_class::pick_next_task() (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/core: Optimize pick_next_task() (bnc#1155798 (CPU
scheduler functional and performance backports)).
- sched/core: Make pick_next_task_idle() more consistent
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Better document newidle_balance() (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/fair/util_est: Implement faster ramp-up EWMA on
utilization increases (bnc#1155798 (CPU scheduler functional
and performance backports)).
- sched/fair: Rework find_idlest_group() (bnc#1155798 (CPU
scheduler functional and performance backports)).
- sched/fair: Optimize find_idlest_group() (bnc#1155798 (CPU
scheduler functional and performance backports)).
- sched/fair: Use load instead of runnable load in wakeup
path (bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Use utilization to select misfit task (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/fair: Spread out tasks evenly when not overloaded
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Use load instead of runnable load in load_balance()
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Use rq->nr_running when balancing load (bnc#1155798
(CPU scheduler functional and performance backports)).
- sched/fair: Rework load_balance() (bnc#1155798 (CPU scheduler
functional and performance backports)).
- sched/fair: Remove meaningless imbalance calculation
(bnc#1155798 (CPU scheduler functional and performance
backports)).
- sched/fair: Rename sg_lb_stats::sum_nr_running to
sum_h_nr_running (bnc#1155798 (CPU scheduler functional and
performance backports)).
- sched/fair: Clean up asym packing (bnc#1155798 (CPU scheduler
functional and performance backports)).
- sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain
relax (bnc#1155798 (CPU scheduler functional and performance
backports)).
- commit 0c439b5
- arm64: mm: reserve CMA and crashkernel in ZONE_DMA32
(jsc#SLE-7772).
- commit 8dd0df2
- cifs: move cifsFileInfo_put logic into a work-queue
(bsc#1154355).
- commit 3fc1ff0
- CIFS: Fix SMB2 oplock break processing (bsc#1154355).
- commit 6ea244c
- cifs: add a helper to find an existing readable handle to a file
(bsc#1154355).
- commit 86876f3
- smb3: fix signing verification of large reads (bsc#1154355).
- commit 151844a
- cifs: use existing handle for compound_op(OP_SET_INFO) when
possible (bsc#1154355).
- commit bbed94e
- cifs: create a helper to find a writeable handle by path name
(bsc#1154355).
- Refresh
patches.suse/smb3-improve-handling-of-share-deleted-and-share-recreated-.patch.
- commit b4e2014
- smb3: Incorrect size for netname negotiate context
(bsc#1154355).
- commit 2e876d6
- cifs: prepare SMB2_Flush to be usable in compounds
(bsc#1154355).
- commit 94efab3
- libbpf: Fix struct end padding in btf_dump (git-fixes).
- commit 3ff85da
- crypto: ecdh - fix big endian bug in ECC library (git-fixes).
- commit 3ed4e6a
- crypto: user - fix memory leak in crypto_reportstat (git-fixes).
- commit 11b554d
- crypto: user - fix memory leak in crypto_report (git-fixes).
- commit 905d0c3
- crypto: af_alg - cast ki_complete ternary op to int (git-fixes).
- commit 62b6457
- crypto: algif_skcipher - Use chunksize instead of blocksize
(git-fixes).
- commit 638ebae
- smb3: improve handling of share deleted (and share recreated)
(bsc#1154355).
- Refresh
patches.suse/smb3-fix-leak-in-open-on-server-perf-counter.patch.
- commit b021da1
- PCI: brcmstb: add MSI capability (jsc#SLE-7772).
- PCI: brcmstb: add Broadcom STB PCIe host controller driver
(jsc#SLE-7772).
- config: arm64: enable RPi4 PCIe controller
- supported.conf: add pcie-brcmstb RPi4's PCIe controller
- linux/log2.h: Add roundup/rounddown_pow_two64() family of
functions (jsc#SLE-7772).
- commit b2ce31d
- dma-mapping: treat dev->bus_dma_mask as a DMA limit
(jsc#SLE-7772).
- dma-direct: exclude dma_direct_map_resource from the min_low_pfn
check (jsc#SLE-7772).
- dma-direct: avoid a forward declaration for phys_to_dma
(jsc#SLE-7772).
- dma-direct: unify the dma_capable definitions (jsc#SLE-7772).
- x86/PCI: sta2x11: use default DMA address translation
(jsc#SLE-7772).
- dma-direct: check for overflows on 32 bit DMA addresses
(jsc#SLE-7772).
- commit 94cc441
- powerpc/book3s64/hash: Use secondary hash for bolted mapping
if the primary is full (bsc#1157778 ltc#182520).
- powerpc/pseries: Don't fail hash page table insert for bolted
mapping (bsc#1157778 ltc#182520).
- powerpc/pseries: Don't opencode HPTE_V_BOLTED (bsc#1157778
ltc#182520).
- commit b6eca43
- seltests/powerpc: Add a selftest for memcpy_mcsafe (bsc#1157774
ltc#182579).
- powerpc/memcpy: Fix stack corruption for smaller sizes
(bsc#1157774 ltc#182579).
- commit 34c7004
- Delete patches.suse/soundwire-depend-on-ACPI-OF.patch.
- Update config files.
- blacklist
- commit b6ee2ab
- PCI: rcar: Use inbound resources for setup (jsc#SLE-7772).
- PCI: iproc: Use inbound resources for setup (jsc#SLE-7772).
- PCI: xgene: Use inbound resources for setup (jsc#SLE-7772).
- PCI: v3-semi: Use inbound resources for setup (jsc#SLE-7772).
- PCI: ftpci100: Use inbound resources for setup (jsc#SLE-7772).
- PCI: of: Add inbound resource parsing to helpers (jsc#SLE-7772).
- Refresh: patches.suse/PCI-mobiveil-Make-mobiveil_host_init-can-be-used-to-.patch
- Refresh: patches.suse/PCI-mobiveil-Refactor-Mobiveil-PCIe-Host-Bridge-IP-d.patch
- PCI: versatile: Enable COMPILE_TEST (jsc#SLE-7772).
- PCI: versatile: Remove usage of PHYS_OFFSET (jsc#SLE-7772).
- PCI: versatile: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: xilinx-nwl: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: xilinx: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: xgene: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: v3-semi: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: rockchip: Drop storing driver private outbound resource
data (jsc#SLE-7772).
- PCI: rockchip: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: mobiveil: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- Refresh patches.suse/PCI-mobiveil-Refactor-Mobiveil-PCIe-Host-Bridge-IP-d.patch.
- Refresh: patches.suse/PCI-mobiveil-Make-mobiveil_host_init-can-be-used-to-.patch
- PCI: mediatek: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: iproc: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: faraday: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: dwc: Use pci_parse_request_of_pci_ranges() (jsc#SLE-7772).
- PCI: altera: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: aardvark: Use pci_parse_request_of_pci_ranges()
(jsc#SLE-7772).
- PCI: Export pci_parse_request_of_pci_ranges() (jsc#SLE-7772).
- resource: Add a resource_list_first_type helper (jsc#SLE-7772).
- commit 89f0599
- Bluetooth: btusb: fix PM leak in error case of setup
(git-fixes).
- virtio_console: allocate inbufs in add_port() only if it is
needed (git-fixes).
- commit 74ff161
- config: arm64: enable options for nvidia jetson tx1
References: jsc#SLE-9391
- commit 380d090
- arm64: mm: Fix unused variable warning in zone_sizes_init
(jsc#SLE-7772).
- commit 6fb4438
- Delete
patches.suse/0041-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch.
(jsc#SLE-9870)
This patch be replaced by
patches.suse/0003-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mode.patch
- commit 736d395
- Delete patches.suse/0039-efi-Add-EFI_SECURE_BOOT-bit.patch.
(jsc#SLE-9870)
This patch be replaced by
patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch
- commit 06804cf
- RDMA/bnxt_re: Fix stat push into dma buffer on gen p5 devices (bsc#1157115)
- commit fc79fc5
- ipmi: Fix memory leak in __ipmi_bmc_register
(CVE-2019-19046,bsc#1157304).
- spi: lpspi: fix memory leak in fsl_lpspi_probe
(CVE-2019-19064,bsc#1157300).
- spi: gpio: prevent memory leak in spi_gpio_probe
(CVE-2019-19070,bsc#1157294).
- mwifiex: pcie: Fix memory leak in mwifiex_pcie_init_evt_ring
(CVE-2019-19057,bsc#1157193).
- mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_buf
(CVE-2019-19056,bsc#1157197).
- ath10k: fix memory leak (CVE-2019-19078,bsc#1157032).
- rtl8xxxu: prevent leaking urb (CVE-2019-19068,bsc#1157307).
- rtlwifi: prevent memory leak in rtl_usb_probe
(CVE-2019-19063,bsc#1157298).
- rsi: release skb if rsi_prepare_beacon fails
(CVE-2019-19071,bsc#1157067).
- crypto: user - fix memory leak in crypto_reportstat
(CVE-2019-19050,bsc#1157336).
- crypto: user - fix memory leak in crypto_report
(CVE-2019-19062,bsc#1157333).
- commit f284309
- efi: Lock down the kernel at the integrity level if booted in
secure boot mode (jsc#SLE-9870).
- commit d022ad5
- series.conf: cleanup
- rename patches.suse/scsi-qla2xxx-fix-wait-condition-in-loop.patch
to patches.suse/scsi-qla2xxx-fix-NPIV-tear-down-process.patch
(to match mainline commit subject)
- update upstream references and move into sorted section:
patches.suse/arm64-Fake-the-IminLine-size-on-systems-affected-by-.patch
patches.suse/arm64-compat-Workaround-Neoverse-N1-1542419-for-comp.patch
patches.suse/arm64-errata-Hide-CTR_EL0.DIC-on-systems-affected-by.patch
patches.suse/libertas-fix-a-potential-NULL-pointer-dereference.patch
patches.suse/net-ath10k-Fix-a-NULL-ptr-deref-bug.patch
patches.suse/scsi-qla2xxx-fix-NPIV-tear-down-process.patch
- move out of "almost mainline" section (the patch has been effectively
rejected in this form):
patches.suse/ibmveth-Update-ethtool-settings-to-reflect-virtual-p.patch
No effect on expanded tree.
- commit ab5c717
- series.conf: refresh
- update upstream references and resort:
patches.suse/0001-arm64-mm-use-arm64_dma_phys_limit-instead-of-calling.patch
patches.suse/0002-arm64-rename-variables-used-to-calculate-ZONE_DMA32-.patch
patches.suse/0003-arm64-use-both-ZONE_DMA-and-ZONE_DMA32.patch
patches.suse/0004-mm-refresh-ZONE_DMA-and-ZONE_DMA32-comments-in-enum-.patch
patches.suse/Bluetooth-hci_bcm-Fix-RTS-handling-during-startup.patch
patches.suse/net-bcmgenet-Add-BCM2711-support.patch
patches.suse/net-bcmgenet-Add-RGMII_RXID-support.patch
patches.suse/net-bcmgenet-Add-a-shutdown-callback.patch
patches.suse/net-bcmgenet-Avoid-touching-non-existent-interrupt.patch
patches.suse/net-bcmgenet-Fix-error-handling-on-IRQ-retrieval.patch
patches.suse/net-bcmgenet-Generate-a-random-MAC-if-none-is-valid.patch
patches.suse/net-bcmgenet-Refactor-register-access-in-bcmgenet_mi.patch
No effect on expanded tree.
- commit 6d8a72c
- efi: Lock down the kernel if booted in secure boot mode
(jsc#SLE-9870).
- Update config files. (jsc#SLE-9870)
- commit 7f8d57d
- efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode
(jsc#SLE-9870).
- commit 4d3145f
- security: lockdown: expose a hook to lock the kernel down
(jsc#SLE-9870).
- commit d2adcd5
- perf/x86/intel: Support PEBS output to PT (jsc#SLE-8896).
- perf: Allow normal events to output AUX data (jsc#SLE-8896).
- commit bac2bbc
- update patch references
Update Patch-mainline:
patches.suse/bdi-Add-bdi-id.patch
patches.suse/fs-fs-writeback.c-fix-kernel-doc-warning.patch
patches.suse/memcg-only-record-foreign-writebacks-with-dirty-pages-when-memcg-is-not-disabled.patch
patches.suse/mm-debug.c-PageAnon-is-true-for-PageKsm-pages.patch
patches.suse/mm-debug.c-__dump_page-prints-an-extra-line.patch
patches.suse/mm-hmm-fix-hmm_range_fault-s-handling-of-swapped-out-pages.patch
patches.suse/mm-memcontrol-update-lruvec-counters-in-mem_cgroup_move_account.patch
patches.suse/mm-memory_hotplug-don-t-access-uninitialized-memmaps-in-shrink_pgdat_span.patch
patches.suse/mm-memory_hotplug-fix-updating-the-node-span.patch
patches.suse/mm-move-mem_cgroup_uncharge-out-of-__page_cache_release.patch
patches.suse/mm-shrinker-make-shrinker-not-depend-on-memcg-kmem.patch
patches.suse/mm-slab.c-fix-kernel-doc-warning-for-__ksize.patch
patches.suse/mm-thp-extract-split_queue_-into-a-struct.patch
patches.suse/mm-thp-make-deferred-split-shrinker-memcg-aware.patch
patches.suse/writeback-Generalize-and-expose-wb_completion.patch
patches.suse/writeback-Separate-out-wb_get_lookup-from-wb_get_create.patch
patches.suse/writeback-fix-use-after-free-in-finish_writeback_work.patch
patches.suse/writeback-memcg-Implement-cgroup_writeback_by_id.patch
patches.suse/writeback-memcg-Implement-foreign-dirty-flushing.patch
- commit c99b532
- Update patch reference for mlx5 driver fix (CVE-2019-19047 bsc#1157715)
- commit 9e3d31d
- Update patch reference for vbox driver fix (CVE-2019-19048 bsc#1157720)
- commit a46881b
- mm/memory_hotplug: fix updating the node span (git fixes
(mm/memcontrol)).
- fs/fs-writeback.c: fix kernel-doc warning (git fixes
(mm/memcontrol)).
- memcg: only record foreign writebacks with dirty pages when
memcg is not disabled (git fixes (mm/memcontrol)).
- writeback: fix use-after-free in finish_writeback_work()
(git fixes (mm/memcontrol)).
- commit cdafbd8
- powerpc/bpf: Fix tail call implementation (bsc#1157698).
- commit 68da2db
- writeback, memcg: Implement cgroup_writeback_by_id() (git fixes
(mm/memcontrol)).
- writeback: Separate out wb_get_lookup() from wb_get_create()
(git fixes (mm/memcontrol)).
- bdi: Add bdi->id (git fixes (mm/memcontrol)).
- writeback: Generalize and expose wb_completion (git fixes
(mm/memcontrol)).
- commit 14fbce3
- mm/ksm.c: don't WARN if page is still mapped in
remove_stable_node() (git fixes (mm/ksm).
- commit 89108e1
- mm/memory_hotplug: don't access uninitialized memmaps in
shrink_zone_span() (git fixes (mm/hotplug)).
- commit 990c666
- mm/debug.c: PageAnon() is true for PageKsm() pages (git fixes
(mm/debug)).
- mm/debug.c: __dump_page() prints an extra line (git fixes
(mm/debug)).
- commit c8d910e
- mm/memcontrol: update lruvec counters in mem_cgroup_move_account
(git fixes (mm/memcontrol)).
- mm: thp: make deferred split shrinker memcg aware (git fixes
(mm/memcontrol)).
- mm: shrinker: make shrinker not depend on memcg kmem (git fixes
(mm/memcontrol)).
- mm: move mem_cgroup_uncharge out of __page_cache_release()
(git fixes (mm/memcontrol)).
- mm: thp: extract split_queue_* into a struct (git fixes
(mm/memcontrol)).
- writeback, memcg: Implement foreign dirty flushing (git fixes
(mm/memcontrol)).
- commit 0f63fa2
- mm/memory_hotplug: don't access uninitialized memmaps in
shrink_pgdat_span() (git fixes (mm/hotplug)).
- commit 3e5e1ed
- mm/slab.c: fix kernel-doc warning for __ksize() (git fixes
(mm/slab)).
- commit 5cc4ee9
- mm/hmm: fix hmm_range_fault()'s handling of swapped out pages
(git fixes (mm/hmm)).
- commit c8ec9ab
- drm/i915/userptr: Try to acquire the page lock around
set_page_dirty() (bnc#1156537).
- commit 60d22de
- net-ipv6: IPV6_TRANSPARENT - check NET_RAW prior to NET_ADMIN
(bsc#1154353).
- sfc: Only cancel the PPS workqueue if it exists (jsc#SLE-8314).
- net-sysfs: fix netdev_queue_add_kobject() breakage
(bsc#1154353).
- net/mlxfw: Verify FSM error code translation doesn't exceed
array size (jsc#SLE-8464).
- net/mlx5: Update the list of the PCI supported devices
(jsc#SLE-8464).
- net/mlx5: Fix auto group size calculation (jsc#SLE-8464).
- net/mlx5e: Add missing capability bit check for IP-in-IP
(jsc#SLE-8464).
- net/mlx5e: Do not use non-EXT link modes in EXT mode
(jsc#SLE-8464).
- net/mlx5e: Fix set vf link state error flow (jsc#SLE-8464).
- net/mlx5: DR, Limit STE hash table enlarge based on bytemask
(jsc#SLE-8464).
- net/mlx5: DR, Skip rehash for tables with byte mask zero
(jsc#SLE-8464).
- net/mlx5: DR, Fix invalid EQ vector number on CQ creation
(jsc#SLE-8464).
- net/mlx5e: Reorder mirrer action parsing to check for encap
first (jsc#SLE-8464).
- net/mlx5e: Fix ingress rate configuration for representors
(jsc#SLE-8464).
- net/mlx5e: Fix error flow cleanup in
mlx5e_tc_tun_create_header_ipv4/6 (jsc#SLE-8464).
- ipv6/route: return if there is no fib_nh_gw_family
(bsc#1154353).
- net-sysfs: Fix reference count leak in
rx|netdev_queue_add_kobject (bsc#1154353).
- net: hns3: fix a wrong reset interrupt status mask
(bsc#1154353).
- net/sched: act_pedit: fix WARN() in the traffic path
(bsc#1154353).
- net: phylink: fix link mode modification in PHY mode
(bsc#1154353).
- net: phylink: update documentation on create and destroy
(bsc#1154353).
- taprio: don't reject same mqprio settings (bsc#1154353).
- net/tls: enable sk_msg redirect to tls socket egress
(bsc#1154353).
- gve: fix dma sync bug where not all pages synced (bsc#1154353).
- net/mlx4_en: Fix wrong limitation for number of TX rings
(jsc#SLE-8460).
- net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in
act_tunnel_key (bsc#1154353).
- mlxsw: spectrum_router: Fix determining underlay for a GRE
tunnel (bsc#1154488).
- net/mlx4_en: fix mlx4 ethtool -N insertion (jsc#SLE-8460).
- net: hns3: cleanup of stray struct hns3_link_mode_mapping
(bsc#1154353).
- net: hns3: fix ETS bandwidth validation bug (bsc#1154353).
- net: hns3: reallocate SSU' buffer size when pfc_en changes
(bsc#1154353).
- net: hns3: add compatible handling for MAC VLAN switch parameter
configuration (bsc#1154353).
- RDMA/hns: Correct the value of srq_desc_size (jsc#SLE-8449).
- RDMA/hns: Correct the value of HNS_ROCE_HEM_CHUNK_LEN
(jsc#SLE-8449).
- ixgbe: need_wakeup flag might not be set for Tx (jsc#SLE-7979
jsc#SLE-7981).
- i40e: need_wakeup flag might not be set for Tx (jsc#SLE-8025).
- igb/igc: use ktime accessors for skb->tstamp (jsc#SLE-7967
jsc#SLE-8010 jsc#SLE-7966).
- i40e: Fix for ethtool -m issue on X722 NIC (jsc#SLE-8025).
- iavf: initialize ITRN registers with correct values
(jsc#SLE-7940).
- ice: fix potential infinite loop because loop counter being
too small (jsc#SLE-7926).
- net: hns3: add compatible handling for command
HCLGE_OPC_PF_RST_DONE (bsc#1154353).
- net/mlx5e: Use correct enum to determine uplink port
(jsc#SLE-8464).
- net/mlx5: DR, Fix memory leak during rule creation
(jsc#SLE-8464).
- net/mlx5: DR, Fix memory leak in modify action destroy
(jsc#SLE-8464).
- net/mlx5e: Fix eswitch debug print of max fdb flow
(jsc#SLE-8464).
- bridge: ebtables: don't crash when using dnat target in output
chains (bsc#1154353).
- mlx4_core: fix wrong comment about the reason of subtract one
from the max_cqes (jsc#SLE-8460).
- net: hns3: Use the correct style for SPDX License Identifier
(bsc#1154353).
- taprio: fix panic while hw offload sched list swap
(bsc#1154353).
- net: sched: taprio: fix -Wmissing-prototypes warnings
(bsc#1154353).
- net: update net_dim documentation after rename (bsc#1154353).
- net: taprio: Fix returning EINVAL when configuring without flags
(bsc#1154353).
- taprio: Add support for hardware offloading (bsc#1154353).
- taprio: remove unused variable 'entry_list_policy'
(bsc#1154353).
- commit 3090b61
- Linux 5.3.13 (bnc#1151927 5.3.13).
- arm64: uaccess: Ensure PAN is re-enabled after unhandled
uaccess fault (bnc#1151927 5.3.13).
- net: cdc_ncm: Signedness bug in cdc_ncm_set_dgram_size()
(bnc#1151927 5.3.13).
- block, bfq: deschedule empty bfq_queues not referred by any
process (bnc#1151927 5.3.13).
- mm/memory_hotplug: fix updating the node span (bnc#1151927
5.3.13).
- mm/memory_hotplug: don't access uninitialized memmaps in
shrink_pgdat_span() (bnc#1151927 5.3.13).
- fbdev: Ditch fb_edid_add_monspecs (bnc#1151927 5.3.13).
- commit 0c2740a
- driver core: simplify definitions of platform_get_irq*
(jsc#SLE-7772).
- mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'
(jsc#SLE-7772).
- arm64: use both ZONE_DMA and ZONE_DMA32 (jsc#SLE-7772).
Enable CONFIG_ZONE_DMA and CONFIG_BOUNCE
- arm64: rename variables used to calculate ZONE_DMA32's size
(jsc#SLE-7772).
- arm64: mm: use arm64_dma_phys_limit instead of calling
max_zone_dma_phys() (jsc#SLE-7772).
- net: bcmgenet: Add RGMII_RXID support (jsc#SLE-7772).
- net: bcmgenet: Refactor register access in bcmgenet_mii_config
(jsc#SLE-7772).
- net: bcmgenet: Add BCM2711 support (jsc#SLE-7772).
- net: bcmgenet: Fix error handling on IRQ retrieval
(jsc#SLE-7772).
- net: bcmgenet: Avoid touching non-existent interrupt
(jsc#SLE-7772).
- Bluetooth: hci_bcm: Fix RTS handling during startup
(jsc#SLE-7772).
- net: bcmgenet: Add a shutdown callback (jsc#SLE-7772).
- net: bcmgenet: Generate a random MAC if none is valid
(jsc#SLE-7772).
- clocksource/drivers/sh_mtu2: Do not loop using
platform_get_irq_by_name() (jsc#SLE-7772).
- net: bcmgenet: reapply manual settings to the PHY
(jsc#SLE-7772).
- Revert "net: bcmgenet: soft reset 40nm EPHYs before MAC init"
(jsc#SLE-7772).
- net: bcmgenet: use RGMII loopback for MAC reset (jsc#SLE-7772).
- iommu/ipmmu-vmsa: Only call platform_get_irq() when interrupt
is mandatory (jsc#SLE-7772).
- iommu/rockchip: Don't use platform_get_irq to implicitly count
irqs (jsc#SLE-7772).
- mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads
with bcm2711 (jsc#SLE-7772).
- mmc: sh_mmcif: Use platform_get_irq_optional() for optional
interrupt (jsc#SLE-7772).
- mmc: renesas_sdhi: Do not use platform_get_irq() to count
interrupts (jsc#SLE-7772).
- platform/x86: intel_punit_ipc: Avoid error message when
retrieving IRQ (jsc#SLE-7772).
- tty: serial: imx: Use platform_get_irq_optional() for optional
IRQs (jsc#SLE-7772).
- serial: sh-sci: Use platform_get_irq_optional() for optional
interrupts (jsc#SLE-7772).
- clk: bcm2835: Mark PLLD_PER as CRITICAL (jsc#SLE-7772).
- clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support (jsc#SLE-7772).
- clk: bcm2835: Introduce SoC specific clock registration
(jsc#SLE-7772).
- dt-bindings: bcm2835-cprman: Add bcm2711 support (jsc#SLE-7772).
- pinctrl: bcm2835: Pass irqchip when adding gpiochip
(jsc#SLE-7772).
- pinctrl: bcm2835: Add support for BCM2711 pull-up functionality
(jsc#SLE-7772).
- bluetooth: hci_bcm: Give more time to come out of reset
(jsc#SLE-7772).
- bluetooth: bcm: Add support for loading firmware for BCM4345C5
(jsc#SLE-7772).
- Bluetooth: hci_bcm: Fix -Wunused-const-variable warnings
(jsc#SLE-7772).
- net: bcmgenet: use devm_platform_ioremap_resource() to simplify
code (jsc#SLE-7772).
- driver core: platform: Export platform_get_irq_optional()
(jsc#SLE-7772).
- driver core: platform: Introduce platform_get_irq_optional()
(jsc#SLE-7772).
- driver core: platform: Add an error message to
platform_get_irq*() (jsc#SLE-7772).
- mmc: bcm2835: Take SWIOTLB memory size limitation into account
(jsc#SLE-7772).
- mmc: Remove dev_err() usage after platform_get_irq()
(jsc#SLE-7772).
- mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
(jsc#SLE-7772).
- commit 24df065
- config: disable SECURITY_DMESG_RESTRICT (bsc#1157066)
Enabling this option which restricts access to dmesg was not intentional
and happened accidentally as part of a commit aiming to enable features
which were enabled in SLE. We might restrict dmesg in the future if there
is a consensus but for now the proper action is to revert this accidental
change which only affected some architectures anyway.
- commit 8898c88
- bpf, offload: Unlock on error in bpf_offload_dev_create()
(bsc#1155518).
- commit dc0b929
==== kirigami2 ====
Version update (5.64.0 -> 5.64.1)
Subpackages: kirigami2-lang libKF5Kirigami2-5
- Update to 5.64.1
* New bugfix release
- Changes since 5.64.0:
* Make QmlComponentsPool one instance per engine (kde#414003)
==== open-vm-tools ====
Subpackages: libvmtools0 open-vm-tools-desktop
- Add gcc9-static-inline.patch: Fix static inline when building
with gcc9.
==== php7 ====
Version update (7.2.5 -> 7.3.12)
Subpackages: apache2-mod_php7 php7-ctype php7-dom php7-iconv php7-json php7-mysql php7-pdo php7-pgsql php7-sqlite php7-tokenizer php7-xmlreader php7-xmlwriter
- version update to 7.3.12: a bugfix release
Core:
Fixed bug #78658 (Memory corruption using Closure::bindTo).
Fixed bug #78656 (Parse errors classified as highest log-level).
Fixed bug #78752 (Segfault if GC triggered while generator stack frame is being destroyed).
Fixed bug #78689 (Closure::fromCallable() doesn't handle [Closure, '__invoke']).
COM:
Fixed bug #78694 (Appending to a variant array causes segfault).
Date:
Fixed bug #70153 (\DateInterval incorrectly unserialized).
Fixed bug #78751 (Serialising DatePeriod converts DateTimeImmutable).
Iconv:
Fixed bug #78642 (Wrong libiconv version displayed).
OpCache:
Fixed bug #78654 (Incorrectly computed opcache checksum on files with non-ascii characters).
Fixed bug #78747 (OpCache corrupts custom extension result).
OpenSSL:
Fixed bug #78775 (TLS issues from HTTP request affecting other encrypted connections).
Reflection:
Fixed bug #78697 (ReflectionClass::ImplementsInterface - inaccurate error message with traits).
Sockets:
Fixed bug #78665 (Multicasting may leak memory).
- added to SLE-15-SP2 [SLE-10860], fixes
CVE-2019-11043 [bsc#1154999]
CVE-2019-11041 [bsc#1146360]
CVE-2019-11042 [bsc#1145095]
CVE-2019-11039 [bsc#1138173]
CVE-2019-11040 [bsc#1138172]
CVE-2019-11036 [bsc#1134322]
CVE-2019-11034 [bsc#1132838]
CVE-2019-11035 [bsc#1132837]
CVE-2019-9637 [bsc#1128892]
CVE-2019-9675 [bsc#1128886]
CVE-2019-9638 [bsc#1128889], CVE-2019-9639 [bsc#1128887]
CVE-2019-9640 [bsc#1128883]
CVE-2019-9024 [bsc#1126821]
CVE-2019-9020 [bsc#1126711]
CVE-2018-20783 [bsc#1127122]
CVE-2019-9021 [bsc#1126713]
CVE-2019-9022 [bsc#1126827]
CVE-2019-9023 [bsc#1126823]
CVE-2019-9641 [bsc#1128722]
CVE-2018-19935 [bsc#1118832]
CVE-2018-17082 [bsc#1108753]
CVE-2018-1000222 [bsc#1105434]
CVE-2018-14851 [bsc#1103659]
CVE-2017-9120 [bsc#1103661]
CVE-2018-12882 [bsc#1099098]
[bsc#1151793]
==== xdg-desktop-portal-kde ====
Version update (5.17.3 -> 5.17.4)
Subpackages: xdg-desktop-portal-kde-lang
- Update to 5.17.4
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.4.php
- Changes since 5.17.3:
* Port away from deprecated API in KWindowSystem
==== xfce4-branding-openSUSE ====
Version update (4.14+20191008 -> 4.14+20191207)
Subpackages: exo-branding-openSUSE libgarcon-branding-openSUSE libxfce4ui-branding-openSUSE openSUSE-xfce-icon-theme thunar-volman-branding-openSUSE xfce4-notifyd-branding-openSUSE xfce4-panel-branding-openSUSE xfce4-power-manager-branding-openSUSE xfce4-session-branding-openSUSE xfce4-settings-branding-openSUSE xfdesktop-branding-openSUSE xfwm4-branding-openSUSE
- Update to version 4.14+20191207:
* Fix YaST desktop file
==== yast2-support ====
Version update (4.2.2 -> 4.2.3)
- update the URL to privacy policy (bsc#1158434)
- 4.2.3
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
5 years, 2 months
![](https://seccdn.libravatar.org/avatar/a62a7753fb8a113c67729ec608c49fab.jpg?s=120&d=mm&r=g)
New Tumbleweed snapshot 20220623 released!
by Dominique Leuenberger
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=opensuse&groupid=1&versio…
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:
CoreFreq (1.90.1_k5.18.4_1 -> 1.91.3_k5.18.4_1)
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)
breeze-gtk (5.25.0 -> 5.25.1)
discover (5.25.0 -> 5.25.1)
dpdk
drkonqi5 (5.25.0 -> 5.25.1)
ethtool (5.17 -> 5.18)
kactivitymanagerd (5.25.0 -> 5.25.1)
kcm_sddm (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)
ksshaskpass5 (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)
libstorage-ng (4.5.21 -> 4.5.23)
milou5 (5.25.0 -> 5.25.1)
mozjs91 (91.9.0 -> 91.10.0)
ncurses (6.3.20220612 -> 6.3.20220618)
open-iscsi
oxygen5-sounds (5.25.0 -> 5.25.1)
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-disks (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-systemmonitor (5.25.0 -> 5.25.1)
plasma5-thunderbolt (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
remmina (1.4.26 -> 1.4.27)
rsync
rubygem-ruby-dbus (0.18.0.beta7 -> 0.18.0.beta8)
sssd
systemsettings5 (5.25.0 -> 5.25.1)
transactional-update
xdg-desktop-portal-kde (5.25.0 -> 5.25.1)
yast2-iscsi-client (4.5.3 -> 4.5.4)
yast2-schema-default (4.5.2 -> 4.5.3)
=== Details ===
==== CoreFreq ====
Version update (1.90.1_k5.18.4_1 -> 1.91.3_k5.18.4_1)
- Update to version 1.91.3
* No changelog was made available by upstream
==== Mesa ====
Version update (22.1.1 -> 22.1.2)
Subpackages: Mesa-dri-devel 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 Mesa-libva libxatracker2
- 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)
Subpackages: bluedevil5-lang
- 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-style-lang 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
==== breeze-gtk ====
Version update (5.25.0 -> 5.25.1)
Subpackages: gtk2-metatheme-breeze gtk3-metatheme-breeze metatheme-breeze-common
- 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-fwupd discover-backend-packagekit discover-lang
- 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
==== dpdk ====
- also strip meson generated runpaths when installing examples
manually (bsc#1200620)
==== drkonqi5 ====
Version update (5.25.0 -> 5.25.1)
Subpackages: drkonqi5-lang
- 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)
Subpackages: kactivitymanagerd-lang
- 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
==== kcm_sddm ====
Version update (5.25.0 -> 5.25.1)
Subpackages: kcm_sddm-lang
- 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:
* Only show delete button for themes that were manually or through KNS installed (kde#454874)
==== kde-cli-tools5 ====
Version update (5.25.0 -> 5.25.1)
Subpackages: kde-cli-tools5-lang
- 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)
Subpackages: kgamma5-lang
- 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)
Subpackages: khotkeys5-lang
- 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)
Subpackages: kinfocenter5-lang
- 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)
Subpackages: kmenuedit5-lang
- 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)
Subpackages: kscreen5-lang kscreen5-plasmoid
- 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: kscreenlocker-lang 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
==== ksshaskpass5 ====
Version update (5.25.0 -> 5.25.1)
Subpackages: ksshaskpass5-lang
- 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
==== ksystemstats5 ====
Version update (5.25.0 -> 5.25.1)
Subpackages: ksystemstats5-lang
- 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)
Subpackages: kwin5-lang
- 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 libkdecorations2-5-lang 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 libksysguard5-lang libksysguard5-plugins
- 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
==== libstorage-ng ====
Version update (4.5.21 -> 4.5.23)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1
- merge gh#openSUSE/libstorage-ng#884
- handle rootprefix when reading fstab, crypttab and mdadm.conf
- 4.5.23
- merge gh#openSUSE/libstorage-ng#883
- coding style
- fixed typos and coding style
- 4.5.22
==== milou5 ====
Version update (5.25.0 -> 5.25.1)
Subpackages: milou5-lang
- 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 terminfo-base terminfo-iterm terminfo-screen
- 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>)
==== oxygen5-sounds ====
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-browser-integration ====
Version update (5.25.0 -> 5.25.1)
Subpackages: plasma-browser-integration-lang
- 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)
Subpackages: plasma-nm5-lang plasma-nm5-openconnect plasma-nm5-openvpn plasma-nm5-pptp plasma-nm5-vpnc
- 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)
Subpackages: plasma5-addons-lang
- 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)
Subpackages: plasma5-desktop-emojier plasma5-desktop-lang
- 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-disks ====
Version update (5.25.0 -> 5.25.1)
Subpackages: plasma5-disks-lang
- 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-integration ====
Version update (5.25.0 -> 5.25.1)
Subpackages: plasma5-integration-plugin plasma5-integration-plugin-lang
- 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 plasma5-workspace-branding-openSUSE sddm-theme-openSUSE
- Update to 5.25.1
==== plasma5-pa ====
Version update (5.25.0 -> 5.25.1)
Subpackages: plasma5-pa-lang
- 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-systemmonitor ====
Version update (5.25.0 -> 5.25.1)
Subpackages: plasma5-systemmonitor-lang
- 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-thunderbolt ====
Version update (5.25.0 -> 5.25.1)
Subpackages: plasma5-thunderbolt-lang
- 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-lang 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)
Subpackages: polkit-kde-agent-5-lang
- 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)
Subpackages: powerdevil5-lang
- 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 ====
Subpackages: python310-curses python310-dbm python310-tk
- 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 ====
Subpackages: qemu-accel-tcg-x86 qemu-audio-spice qemu-block-curl qemu-block-rbd qemu-chardev-spice qemu-guest-agent qemu-hw-display-qxl qemu-hw-display-virtio-gpu qemu-hw-display-virtio-gpu-pci qemu-hw-display-virtio-vga qemu-hw-usb-host qemu-hw-usb-redirect qemu-hw-usb-smartcard qemu-ipxe qemu-ksm qemu-kvm qemu-lang qemu-microvm qemu-seabios qemu-sgabios qemu-tools qemu-ui-curses qemu-ui-gtk qemu-ui-opengl qemu-ui-spice-app qemu-ui-spice-core qemu-vgabios qemu-x86
- 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
==== remmina ====
Version update (1.4.26 -> 1.4.27)
Subpackages: remmina-lang remmina-plugin-rdp remmina-plugin-secret remmina-plugin-vnc
- Updated to remmina version 1.4.27
* Fix dangling pointer after scrolled container destruction.
* Strengthen remmina file set string
* Refactoring and minor fixes
* launcher.sh is compatible with xfce4-terminal and gnome-terminal now.
* Fix #2473 - revive rcw_focus_out_event to avoid sticky Alt on Alt-TAB
* New SSH color schemes.
* Some grammar fixes.
- Removed 2734-flatpak-crash.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.
==== rubygem-ruby-dbus ====
Version update (0.18.0.beta7 -> 0.18.0.beta8)
- 0.18.0.beta8
Bug fixes:
* Introduced Object#dbus_properties_changed to send correctly typed property
values (gh#mvidner/ruby-dbus#115). Avoid calling PropertiesChanged directly
as it will guess the types.
* Fix Object.dbus_reader to work with attr_accessor and automatically produce
dbus_properties_changed for properties that are read-write at
implementation side and read-only at D-Bus side (gh#mvidner/ruby-dbus#96)
API:
* Service side `emits_changed_signal` to control emission of
PropertiesChanged: can be assigned within `dbus_interface` or as an option
when declaring properties (gh#mvidner/ruby-dbus#117).
==== sssd ====
Subpackages: libsss_certmap0 libsss_idmap0 libsss_nss_idmap0 sssd-32bit 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)
Subpackages: systemsettings5-lang
- 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 tukitd
- 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)
Subpackages: xdg-desktop-portal-kde-lang
- 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
==== yast2-iscsi-client ====
Version update (4.5.3 -> 4.5.4)
- Stop using the deprecated agent "background".
- Ensure iSCSI discovery works when YaST is configuring a different
target system (bsc#1199840).
- 4.5.4
==== yast2-schema-default ====
Version update (4.5.2 -> 4.5.3)
- Support for flatten and nested "category_filter" element in the
"online_update_configuration" section (bsc#1198848).
- 4.5.3
2 years, 7 months
![](https://seccdn.libravatar.org/avatar/cb2fb2ffdbbbc003e8ea1d048ae8c2ff.jpg?s=120&d=mm&r=g)
Re: Could not start openshot-qt
by Juan Erbes
El lun, 26 abr 2021 a las 7:29, Ben Greiner (<code(a)bnavigator.de>) escribió:
>
> Hi,
>
> Am 26.04.21 um 02:18 schrieb Juan Erbes:
> > El dom, 25 abr 2021 a las 19:51, Carlos E. R.
> > (<robin.listas(a)telefonica.net>) escribió:
> >>
> >> On 26/04/2021 00.32, Juan Erbes wrote:
> >>> El dom, 25 abr 2021 a las 12:16, Christophe Giboudeaux
> >>> (<christophe(a)krop.fr>) escribió:
> >>>>
> >>>> On Sunday, 25 April 2021 16:59:09 CEST Christophe Giboudeaux wrote:
> >>>>> On Sunday, 25 April 2021 16:07:41 CEST Juan Erbes wrote:
> >>>>>> from PyQt5.QtWebKitWidgets import QWebView
> >>>>>>
> >>>>>> ModuleNotFoundError: No module named 'PyQt5.QtWebKitWidgets'
> >>>>>
> >>>>> Please check if installing python3-qtwebengine-qt5 helps.
> >>>>
> >>>> Looks like it won't. QtWebkit support was dropped from python-qt5. openshot
> >>>> wasn't in the list when we checked all pyQt5 users however.
>
> Looks like the list was incomplete. There was at least one package in
> one of my recent failing-python-packages-in-Factory-fix-run which failed
> with the same ModuleNotFoundError and thus explicitly required
> qtwebengine-qt5. (I can't remember which one and IIRC a version update
> removed the dependency alltogether)
>
> Naturally, any python package without a test suite (openshot-qt.spec, I
> am looking at you!) will not have detected a problem when qtwebkit
> support was removed from PyQt5. Python packagers, never omit running the
> test suite!
>
> >>>>
> >>>> Upstream supports qtwebengine but they didn't make a release since ages.
> >> The AppImage will not work anymore in the current Tumbleweed:
> >>
>
> Did you try one of the "daily" AppImages? [1]
> OpenShot-v2.5.1-dev2-daily-7315-a00bbb76-503515e6-x86_64.AppImage starts
> on my system.
>
> You could try to convince upstream to release a new version. They seem
> to be aware of the qtwebkit removal in many distros but abandoned the
> idea to backport qtwebengine support to v2.5.1 [2].
>
> Technically, we could even bring back qtwebkit and support for it in
> PyQt5 outside of Ring1. I can imagine this is not desired though.
>
> Cheers, Ben
>
> [1] https://www.openshot.org/download/
> [2] https://github.com/OpenShot/openshot-qt/pull/3861
I haven't seen the "Daily Builds" button.
I downloaded the last of the 5 builds of today, and it loads.
But if load a existing project, don't works the preview window, and in
the configuraton don't appears the GPU acceleration options.
Here is the konsole result:
./OpenShot-v2.5.1-dev2-daily-7320-a00bbb76-503515e6-x86_64.AppImage
Copying icon thumbnails to cache
ICONFILE = /home/jerbes/.cache/thumbnails/normal/526d363f8c61904c7f20a8486e4c2fd2.png
Loaded modules from: /tmp/.mount_H9SdEl/usr/bin
INFO app: ------------------------------------------------
INFO app: Mon Apr 26 09:22:50 2021
INFO app: Starting new session
INFO app: ------------------------------------------------
INFO app: OpenShot (version 2.5.1-dev2)
INFO app: ------------------------------------------------
INFO app: openshot-qt version: 2.5.1-dev2
INFO app: libopenshot version: 0.2.5-dev3
INFO app: platform: Linux-5.11.15-1-default-x86_64-with-glibc2.4
INFO app: processor: x86_64
INFO app: machine: x86_64
INFO app: python version: 3.6.9
INFO app: qt5 version: 5.9.5
INFO app: pyqt5 version: 5.10.1
INFO app: Frozen version info from build server:
{
"build_name": "OpenShot-v2.5.1-dev2-daily-7320-a00bbb76-503515e6",
"date": "2021-04-26 10:35",
"libopenshot": {
"CI_COMMIT_REF_NAME": "develop",
"CI_COMMIT_SHA": "a00bbb7698a2ccee1c31eebc87c31b02c2ef7a9b",
"CI_JOB_ID": "24926",
"CI_PIPELINE_ID": "7314",
"CI_PROJECT_NAME": "libopenshot",
"SO": "19",
"VERSION": "0.2.5-dev3"
},
"libopenshot-audio": {
"CI_COMMIT_REF_NAME": "develop",
"CI_COMMIT_SHA": "503515e6c95c1a96110437425952486a045d4ead",
"CI_JOB_ID": "24917",
"CI_PIPELINE_ID": "7312",
"CI_PROJECT_NAME": "libopenshot-audio",
"SO": "7",
"VERSION": "0.2.0-dev4"
},
"openshot-qt": {
"CI_COMMIT_REF_NAME": "develop",
"CI_COMMIT_SHA": "f222cdcd7b1edace1f8b6c27f67c11d607983d04",
"CI_JOB_ID": "24942",
"CI_PIPELINE_ID": "7320",
"CI_PROJECT_NAME": "openshot-qt",
"SO": null,
"VERSION": "2.5.1-dev2"
}
}
INFO language: Qt Detected Languages: ['es']
INFO language: LANG Environment Variable: es_AR.UTF-8
INFO language: LOCALE Environment Variable:
INFO language: OpenShot Preference Language: Default
INFO project_data: Setting default profile to HD 1080i 29.97 fps
INFO app: Setting font to /tmp/.mount_H9SdEl/usr/bin/images/fonts/Ubuntu-R.ttf
INFO logger_libopenshot: Connecting to libopenshot with debug port: 5556
INFO app: Setting custom dark theme
INFO metrics: Track metric: [200]
http://www.google-analytics.com/collect?cid=a82bca0e-7356-4346-9470-fb16e0d…
ul=en-us&ua=Mozilla%2F5.0+%28X11%3B+Linux+x86_64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F37.0.2062.120+Safari%2F537.36&cd1=0.2.5-dev3&cd2=3.6.9&cd3=5.9.5&cd4=5.10.1&cd5=--&t=screenview&sc=sta
rt&cd=launch-app | (35 bytes)
INFO metrics: Track metric: [200]
http://www.google-analytics.com/collect?cid=a82bca0e-7356-4346-9470-fb16e0d…
ul=en-us&ua=Mozilla%2F5.0+%28X11%3B+Linux+x86_64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F37.0.2062.120+Safari%2F537.36&cd1=0.2.5-dev3&cd2=3.6.9&cd3=5.9.5&cd4=5.10.1&cd5=--&t=screenview&sc=sta
rt&cd=launch-app | (35 bytes)
INFO ui_util: Initializing UI for MainWindow
INFO metrics: Track metric: [200]
http://www.google-analytics.com/collect?cid=a82bca0e-7356-4346-9470-fb16e0d…
ul=en-us&ua=Mozilla%2F5.0+%28X11%3B+Linux+x86_64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F37.0.2062.120+Safari%2F537.36&cd1=0.2.5-dev3&cd2=3.6.9&cd3=5.9.5&cd4=5.10.1&cd5=--&t=screenview&cd=mai
n-screen | (35 bytes)
INFO metrics: Track metric: [200]
http://www.google-analytics.com/collect?cid=a82bca0e-7356-4346-9470-fb16e0d…
ul=en-us&ua=Mozilla%2F5.0+%28X11%3B+Linux+x86_64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F37.0.2062.120+Safari%2F537.36&cd1=0.2.5-dev3&cd2=3.6.9&cd3=5.9.5&cd4=5.10.1&cd5=--&t=screenview&cd=mai
n-screen | (35 bytes)
Installed Qt WebEngine locales directory not found at location
/tmp/.mount_H9SdEl/usr/bin/translations/qtwebengine_locales. Trying
application directory...
Qt WebEngine locales directory not found at location
/tmp/.mount_H9SdEl/usr/bin/qtwebengine_locales. Trying fallback
directory... Translations MAY NOT not be correct.
Path override failed for key ui::DIR_LOCALES and path '/home/xxxxx/.openshot'
[0426/092254.005752:WARNING:resource_bundle_qt.cpp(115)]
locale_file_path.empty() for locale
/tmp/.mount_H9SdEl/usr/bin/QtWebEngineProcess:
/tmp/.mount_H9SdEl/usr/bin/libselinux.so.1: no version information
available (required by /usr/lib64/libgio-2.0.so.0)
/tmp/.mount_H9SdEl/usr/bin/QtWebEngineProcess:
/tmp/.mount_H9SdEl/usr/bin/libselinux.so.1: no version information
available (required by /usr/lib64/libmount.so.1)
Installed Qt WebEngine locales directory not found at location
/tmp/.mount_H9SdEl/usr/bin/translations/qtwebengine_locales. Trying
application directory...
Qt WebEngine locales directory not found at location
/tmp/.mount_H9SdEl/usr/bin/qtwebengine_locales. Trying fallback
directory... Translations MAY NOT not be correct.
[0426/092256.307268:WARNING:resource_bundle_qt.cpp(115)]
locale_file_path.empty() for locale
INFO thumbnail: Starting thumbnail server listening on port 36913
INFO webengine: WebEngine backend initializing
INFO transition_model: updating transitions model.
INFO version: Found current version: {"openshot_version": "2.5.1"}
INFO effects_model: updating effects model.
INFO emoji_model: updating emoji model.
INFO main_window: foundCurrentVersion: Found the latest version: 2.5.1
INFO main_window: InitCacheSettings
INFO main_window: cache-mode: CacheMemory
INFO main_window: cache-limit-mb: 500
INFO main_window: Creating CacheMemory object with 524288000 byte limit
INFO preview_thread: QThread Start Method Invoked
INFO main_window: Clear all thumbnails: /home/xxxxx/.openshot_qt/thumbnail
INFO main_window: Clear all animations: /home/xxxxx/.openshot_qt/blender
INFO main_window: Clear all titles: /home/xxxxx/.openshot_qt/title
INFO main_window: updateStatusChanged
INFO main_window: updateStatusChanged
INFO app: Process command-line arguments:
['/tmp/.mount_H9SdEl/usr/bin/openshot-qt']
INFO main_window: recover_backup
INFO project_data: Setting default profile to HD 1080i 29.97 fps
INFO preview_thread: player Position(): 1
INFO video_widget: Load: Set video widget display aspect ratio to:
1.7777777910232544
INFO video_widget: Set video widget pixel aspect ratio to: 1.0
INFO main_window: updateStatusChanged
INFO preview_thread: player Position(): 1
INFO timeline: Adjusting max size of preview image: PyQt5.QtCore.QSize(784, 441)
INFO preview_thread: player Position(): 1
INFO webengine: Registering WebChannel connection with WebEngine
ERROR webengine: angular-animate.min.js@L14: Uncaught TypeError:
m.module(...).info is not a function
WARNING webengine: WebEngine backend still not ready after 5 retries.
WARNING webengine: WebEngine backend still not ready after 5 retries.
WARNING webengine: WebEngine backend still not ready after 5 retries.
WARNING webengine: WebEngine backend still not ready after 5 retries.
WARNING webengine: WebEngine backend still not ready after 5 retries.
WARNING webengine: WebEngine backend still not ready after 5 retries.
Property 'modal'' of object 'TimelineWebView' has no notify signal and
is not constant, value updates in HTML will be broken!
Property 'windowModality'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'enabled'' of object 'TimelineWebView' has no notify signal
and is not constant, value updates in HTML will be broken!
Property 'geometry'' of object 'TimelineWebView' has no notify signal
and is not constant, value updates in HTML will be broken!
Property 'frameGeometry'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'normalGeometry'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'x'' of object 'TimelineWebView' has no notify signal and is
not constant, value updates in HTML will be broken!
Property 'y'' of object 'TimelineWebView' has no notify signal and is
not constant, value updates in HTML will be broken!
Property 'pos'' of object 'TimelineWebView' has no notify signal and
is not constant, value updates in HTML will be broken!
Property 'frameSize'' of object 'TimelineWebView' has no notify signal
and is not constant, value updates in HTML will be broken!
Property 'size'' of object 'TimelineWebView' has no notify signal and
is not constant, value updates in HTML will be broken!
Property 'width'' of object 'TimelineWebView' has no notify signal and
is not constant, value updates in HTML will be broken!
Property 'height'' of object 'TimelineWebView' has no notify signal
and is not constant, value updates in HTML will be broken!
Property 'rect'' of object 'TimelineWebView' has no notify signal and
is not constant, value updates in HTML will be broken!
Property 'childrenRect'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'childrenRegion'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'sizePolicy'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'minimumSize'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'maximumSize'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'minimumWidth'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'minimumHeight'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'maximumWidth'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'maximumHeight'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'sizeIncrement'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'baseSize'' of object 'TimelineWebView' has no notify signal
and is not constant, value updates in HTML will be broken!
Property 'palette'' of object 'TimelineWebView' has no notify signal
and is not constant, value updates in HTML will be broken!
Property 'font'' of object 'TimelineWebView' has no notify signal and
is not constant, value updates in HTML will be broken!
Property 'cursor'' of object 'TimelineWebView' has no notify signal
and is not constant, value updates in HTML will be broken!
Property 'mouseTracking'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'tabletTracking'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'isActiveWindow'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'focusPolicy'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'focus'' of object 'TimelineWebView' has no notify signal and
is not constant, value updates in HTML will be broken!
Property 'contextMenuPolicy'' of object 'TimelineWebView' has no
notify signal and is not constant, value updates in HTML will be
broken!
Property 'updatesEnabled'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'visible'' of object 'TimelineWebView' has no notify signal
and is not constant, value updates in HTML will be broken!
Property 'minimized'' of object 'TimelineWebView' has no notify signal
and is not constant, value updates in HTML will be broken!
Property 'maximized'' of object 'TimelineWebView' has no notify signal
and is not constant, value updates in HTML will be broken!
Property 'fullScreen'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'sizeHint'' of object 'TimelineWebView' has no notify signal
and is not constant, value updates in HTML will be broken!
Property 'minimumSizeHint'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'acceptDrops'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'windowOpacity'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'windowModified'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'toolTip'' of object 'TimelineWebView' has no notify signal
and is not constant, value updates in HTML will be broken!
Property 'toolTipDuration'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'statusTip'' of object 'TimelineWebView' has no notify signal
and is not constant, value updates in HTML will be broken!
Property 'whatsThis'' of object 'TimelineWebView' has no notify signal
and is not constant, value updates in HTML will be broken!
Property 'accessibleName'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'accessibleDescription'' of object 'TimelineWebView' has no
notify signal and is not constant, value updates in HTML will be
broken!
Property 'layoutDirection'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'autoFillBackground'' of object 'TimelineWebView' has no
notify signal and is not constant, value updates in HTML will be
broken!
Property 'styleSheet'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'locale'' of object 'TimelineWebView' has no notify signal
and is not constant, value updates in HTML will be broken!
Property 'windowFilePath'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'inputMethodHints'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'title'' of object 'TimelineWebView' has no notify signal and
is not constant, value updates in HTML will be broken!
Property 'url'' of object 'TimelineWebView' has no notify signal and
is not constant, value updates in HTML will be broken!
Property 'selectedText'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'hasSelection'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
Property 'zoomFactor'' of object 'TimelineWebView' has no notify
signal and is not constant, value updates in HTML will be broken!
INFO webview: Qt Ready
INFO webview: Angular Ready
After loading all the files of the project, appears:
INFO project_data: Project data: openshot 2.5.1, libopenshot 0.2.5-dev2
INFO preview_thread: player Position(): 1
Hardware decoding device number: 1
Failed to open VDPAU backend libvdpau_radeonsi.so: cannot open shared
object file: No such file or directory
INFO video_widget: Load: Set video widget display aspect ratio to:
1.7777777910232544
INFO video_widget: Set video widget pixel aspect ratio to: 1.0
INFO main_window: updateStatusChanged
INFO main_window: updateStatusChanged
INFO main_window: updateStatusChanged
INFO main_window: updateStatusChanged
INFO preview_thread: player Position(): 1
INFO main_window: Loaded project /home/xxxxx/Viena/Viena1.osp
INFO ui_util: Initializing UI for dlgPreferences
INFO metrics: Track metric: [200]
http://www.google-analytics.com/collect?cid=a82bca0e-7356-4346-9470-fb16e0d…
ul=en-us&ua=Mozilla%2F5.0+%28X11%3B+Linux+x86_64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F37.0.2062.120+Safari%2F537.36&cd1=0.2.5-dev3&cd2=3.6.9&cd3=5.9.5&cd4=5.10.1&cd5=--&t=screenview&cd=pre
ferences-screen | (35 bytes)
Hardware decoding device number: 0
Hardware decoding device number: 0
Hardware decoding device number: 1
Hardware decoding device number: 1
Hardware decoding device number: 0
Hardware decoding device number: 0
Hardware decoding device number: 1
Hardware decoding device number: 1
Hardware decoding device number: 0
Hardware decoding device number: 0
Hardware decoding device number: 1
Failed to open VDPAU backend libvdpau_radeonsi.so: cannot open shared
object file: No such file or directory
Hardware decoding device number: 1
Failed to open VDPAU backend libvdpau_radeonsi.so: cannot open shared
object file: No such file or directory
OpenType support missing for "Ubuntu", script 11
OpenType support missing for "Ubuntu", script 12
OpenType support missing for "Ubuntu", script 13
OpenType support missing for "Ubuntu", script 16
OpenType support missing for "Ubuntu", script 17
OpenType support missing for "GNU Unifont", script 17
OpenType support missing for "Arial", script 17
OpenType support missing for "Verdana", script 17
OpenType support missing for "Ubuntu", script 18
OpenType support missing for "GNU Unifont", script 18
OpenType support missing for "Arial", script 18
OpenType support missing for "Verdana", script 18
OpenType support missing for "Ubuntu", script 19
OpenType support missing for "Ubuntu", script 20
INFO main_window: Preferences add cancelled
QXcbConnection: XCB error: 3 (BadWindow), sequence: 2468, resource id:
18874548, major code: 40 (TranslateCoords), minor code: 0
Thank You Ben!
--
USA LINUX OPENSUSE QUE ES SOFTWARE LIBRE, NO NECESITAS PIRATEAR NADA Y
NI TE VAS A PREOCUPAR MAS POR LOS VIRUS Y SPYWARES:
http://www.opensuse.org/es/
Puedes visitar mi blog en:
http://jerbes.blogspot.com.ar/
3 years, 9 months
![](https://seccdn.libravatar.org/avatar/a62a7753fb8a113c67729ec608c49fab.jpg?s=120&d=mm&r=g)
New Tumbleweed snapshot 20240911 released!
by Dominique Leuenberger
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=opensuse&groupid=1&versio…
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:
bluedevil6 (6.1.4 -> 6.1.5)
breeze6 (6.1.4 -> 6.1.5)
breeze6-gtk (6.1.4 -> 6.1.5)
discover6 (6.1.4 -> 6.1.5)
drkonqi6 (6.1.4 -> 6.1.5)
flatpak-kcm6 (6.1.4 -> 6.1.5)
gdbm (1.23 -> 1.24)
kactivitymanagerd6 (6.1.4 -> 6.1.5)
kde-cli-tools6 (6.1.4 -> 6.1.5)
kde-gtk-config6 (6.1.4 -> 6.1.5)
kdecoration6 (6.1.4 -> 6.1.5)
kdeplasma6-addons (6.1.4 -> 6.1.5)
kgamma6 (6.1.4 -> 6.1.5)
kglobalacceld6 (6.1.4 -> 6.1.5)
kinfocenter6 (6.1.4 -> 6.1.5)
kmenuedit6 (6.1.4 -> 6.1.5)
kpipewire6 (6.1.4 -> 6.1.5)
kscreen6 (6.1.4 -> 6.1.5)
kscreenlocker6 (6.1.4 -> 6.1.5)
ksshaskpass6 (6.1.4 -> 6.1.5)
ksystemstats6 (6.1.4 -> 6.1.5)
kwayland-integration6 (6.1.4 -> 6.1.5)
kwayland6 (6.1.4 -> 6.1.5)
kwin6 (6.1.4 -> 6.1.5)
kwrited6 (6.1.4 -> 6.1.5)
layer-shell-qt6 (6.1.4 -> 6.1.5)
libkscreen6 (6.1.4 -> 6.1.5)
libksysguard6 (6.1.4 -> 6.1.5)
libplasma6 (6.1.4 -> 6.1.5)
milou6 (6.1.4 -> 6.1.5)
ocean-sound-theme6 (6.1.4 -> 6.1.5)
openSUSE-release (20240910 -> 20240911)
pam_kwallet6 (6.1.4 -> 6.1.5)
plasma5support6 (6.1.4 -> 6.1.5)
plasma6-activities (6.1.4 -> 6.1.5)
plasma6-activities-stats (6.1.4 -> 6.1.5)
plasma6-browser-integration (6.1.4 -> 6.1.5)
plasma6-desktop (6.1.4 -> 6.1.5)
plasma6-disks (6.1.4 -> 6.1.5)
plasma6-integration (6.1.4 -> 6.1.5)
plasma6-nm (6.1.4 -> 6.1.5)
plasma6-openSUSE
plasma6-pa (6.1.4 -> 6.1.5)
plasma6-print-manager (6.1.4 -> 6.1.5)
plasma6-systemmonitor (6.1.4 -> 6.1.5)
plasma6-thunderbolt (6.1.4 -> 6.1.5)
plasma6-workspace (6.1.4 -> 6.1.5)
polkit-kde-agent-6 (6.1.4 -> 6.1.5)
powerdevil6 (6.1.4 -> 6.1.5)
qqc2-breeze-style6 (6.1.4 -> 6.1.5)
sddm-kcm6 (6.1.4 -> 6.1.5)
systemsettings6 (6.1.4 -> 6.1.5)
wacomtablet-kcm6 (6.1.4 -> 6.1.5)
xdg-desktop-portal-kde6 (6.1.4 -> 6.1.5)
=== Details ===
==== bluedevil6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: bluedevil6-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
* Also extract translatable files from .js files
* update version for new release
==== breeze6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: breeze6-cursors breeze6-decoration breeze6-style breeze6-style-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== breeze6-gtk ====
Version update (6.1.4 -> 6.1.5)
Subpackages: gtk2-metatheme-breeze6 gtk3-metatheme-breeze6 gtk4-metatheme-breeze6 metatheme-breeze6-common
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== discover6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: discover6-backend-flatpak discover6-backend-fwupd discover6-backend-packagekit discover6-lang discover6-notifier
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
* snap: fix snapType mapping (kde#492017)
* flatpak: report extensions when there is NO lastError (kde#491482)
* Do not search everything twice
* update version for new release
==== drkonqi6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: drkonqi6-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* don't submit to sentry if the crashed app isn't targeting kde bugzilla
* preamble: set a distribution identifier
* update version for new release
==== flatpak-kcm6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: flatpak-kcm6-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- No code changes since 6.1.4
==== gdbm ====
Version update (1.23 -> 1.24)
Subpackages: gdbm-lang libgdbm6 libgdbm_compat4
- version update to 1.24
* New gdbm_load option: --update
* Fix semantics of gdbm_load -r
* Use getline in gdbmtool shell.
* New function: gdbm_load_from_file_ext
* Bugfixes
* * Fix binary dump format for key and/or data of zero size.
(see https://puszcza.gnu.org.ua/bugs/?565)
* * Fix location tracking and recover command in gdbtool.
(see https://puszcza.gnu.org.ua/bugs/?566)
* * Fix possible buffer underflow in gdbmload.
* * Ensure any padding bytes in avail_elem structure are filled with 0.
(fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031276)
* * Improve the documentation.
- modified patches
% gdbm-no-build-date.patch (refreshed)
- deleted patches
- bsc1209583.patch (upstreamed)
==== kactivitymanagerd6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: kactivitymanagerd6-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- No code changes since 6.1.4
==== kde-cli-tools6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: kde-cli-tools6-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== kde-gtk-config6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: kde-gtk-config6-gtk3
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* kded: Handle global theme change (kde#421745)
* update version for new release
==== kdecoration6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: libkdecorations2-6 libkdecorations2-6-lang libkdecorations2private11
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== kdeplasma6-addons ====
Version update (6.1.4 -> 6.1.5)
Subpackages: kdeplasma6-addons-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== kgamma6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: kgamma6-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== kglobalacceld6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: libKGlobalAccelD6-0
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* Set up crash handling
* update version for new release
==== kinfocenter6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: kinfocenter6-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== kmenuedit6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: kmenuedit6-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== kpipewire6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: kpipewire6-imports libKPipeWire6 libKPipeWire6-lang libKPipeWireDmaBuf6 libKPipeWireRecord6
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* sourcestream: Do not process null streams
* pipewireproduce.cpp: Add guard to m_stream
* update version for new release
==== kscreen6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: kscreen6-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== kscreenlocker6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: kscreenlocker6-lang libKScreenLocker6
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== ksshaskpass6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: ksshaskpass6-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== ksystemstats6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: ksystemstats6-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== kwayland-integration6 ====
Version update (6.1.4 -> 6.1.5)
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== kwayland6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: libKWaylandClient6
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== kwin6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: kwin6-lang kwin6-x11 libkwin6
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
* Don't process pad button events from a device that has been removed
* workspace: don't rearrange immediately when a window with struts gets removed
* input.cpp: initialize m_touchpadsEnabled in addInputDevice (kde#486763)
* scene: Add an assert to debug crash in BlurEffect::prePaintWindow()
* plugins/synchronizeskipswitcher: Fix Window::skipTaskbarChanged handler (kde#465600)
* Fix null dereference in Workspace::workspaceEvent()
* window: make setQuickTileMode more sane
* effect: Refuse starting quick effect if keyboard cannot be grabbed
* decorations: Show tooltip at current cursor position (kde#491143)
* opengl/gltexture: Fix format for 565 textures
* Fix a crash in computeLayer() (kde#491618)
* Make Workspace::removeUnmanaged() keep the window in the stack
* colorblindesscorrection: fix incorrect variable name in shader program
* opengl: Fix a typo in GLTexture::upload()
* backends/drm: allow triple buffering on NVidia if KWIN_DRM_DISABLE_TRIPLE_BUFFERING=0 is set
* wayland: Fix a potential null dereference when sending current output device mode
* platformsupport/scene/opengl: do test imports for external_only formats properly
* opengl/egldisplay: add the invalid modifier to the correct list
* scene: Fix SurfaceItemWayland::freeze()
* placeholderinputeventfilter: don't block media keys (kde#491531)
* plugins/trackmouse: listen to mouse events when active (kde#487820)
* screenedge: allow activating clients in drag and drop (kde#450579)
* update version for new release
==== kwrited6 ====
Version update (6.1.4 -> 6.1.5)
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== layer-shell-qt6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: libLayerShellQtInterface6
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== libkscreen6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: libKF6Screen8 libKF6Screen8-lang libKF6ScreenDpms8 libkscreen6-plugin
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* doctor: fix min brightness override setting
* update version for new release
==== libksysguard6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: ksysguardsystemstats6-data libKSysGuardSystemStats2 libksysguard6-imports libksysguard6-lang libksysguard6-plugins
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== libplasma6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: libPlasma6 libPlasma6-lang libplasma6-components libplasma6-desktoptheme
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
* plasmaquick/appletpopup: don't resize in response to min/max size with invalid sizes (kde#490732)
* Spinbox: use more appropriate icons for decrease and increase buttons (kde#491312)
* update version for new release
==== milou6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: milou6-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== ocean-sound-theme6 ====
Version update (6.1.4 -> 6.1.5)
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== openSUSE-release ====
Version update (20240910 -> 20240911)
Subpackages: openSUSE-release-appliance-custom openSUSE-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== pam_kwallet6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: pam_kwallet6-32bit pam_kwallet6-common
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== plasma5support6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: libPlasma5Support6 libPlasma5Support6-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== plasma6-activities ====
Version update (6.1.4 -> 6.1.5)
Subpackages: libPlasmaActivities6 plasma6-activities-imports
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== plasma6-activities-stats ====
Version update (6.1.4 -> 6.1.5)
Subpackages: libPlasmaActivitiesStats1
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== plasma6-browser-integration ====
Version update (6.1.4 -> 6.1.5)
Subpackages: plasma6-browser-integration-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== plasma6-desktop ====
Version update (6.1.4 -> 6.1.5)
Subpackages: plasma6-desktop-emojier plasma6-desktop-lang plasma6-kimpanel-ibus
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
* containments/desktop: Use show-background icon (kde#472863)
* kcms/keyboard: fix nonexistent header in dev build
* appiumtests: downgrade test windows to GTK3
* kcms/access: Set selected state on delegate when appropriate
* Hide empty categories (kde#478472)
* kcms/libkwindevices: use function value instead of function (kde#491506)
* applets/kickoff: Fix keyboard navigation getting stuck inside gridviews (kde#489867)
* applets/taskmanager: fix task list RTL alignment (kde#491211)
* WidgetExplorer.qml: work around QML transition bug with animations off (kde#483962)
* appiumtests: run emojiertest on X11
* update version for new release
==== plasma6-disks ====
Version update (6.1.4 -> 6.1.5)
Subpackages: plasma6-disks-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== plasma6-integration ====
Version update (6.1.4 -> 6.1.5)
Subpackages: plasma6-integration-plugin plasma6-integration-plugin-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== plasma6-nm ====
Version update (6.1.4 -> 6.1.5)
Subpackages: plasma6-nm-lang plasma6-nm-openconnect plasma6-nm-openvpn plasma6-nm-pptp plasma6-nm-vpnc
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== plasma6-openSUSE ====
Subpackages: plasma6-branding-openSUSE plasma6-sddm-theme-openSUSE plasma6-theme-openSUSE
- Update to 6.1.5
==== plasma6-pa ====
Version update (6.1.4 -> 6.1.5)
Subpackages: plasma6-pa-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== plasma6-print-manager ====
Version update (6.1.4 -> 6.1.5)
Subpackages: plasma6-print-manager-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== plasma6-systemmonitor ====
Version update (6.1.4 -> 6.1.5)
Subpackages: plasma6-systemmonitor-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
* table: Fix default sort order when doing initial sort on a column (kde#490935)
* update version for new release
==== plasma6-thunderbolt ====
Version update (6.1.4 -> 6.1.5)
Subpackages: plasma6-thunderbolt-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- No code changes since 6.1.4
==== plasma6-workspace ====
Version update (6.1.4 -> 6.1.5)
Subpackages: plasma6-session plasma6-session-x11 plasma6-workspace-lang plasma6-workspace-libs sddm-qt6-branding-openSUSE
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
* ScreenPool: add fake screens initially (kde#484687)
* dataengines/weather/dwd: Fix searching places with umlauts
* Fixes for touchscreen interaction
* applets/systemtray: stop overriding delegates' tooltip locations (kde#470650,kde#490555)
* klipper: fix copying cells when images are ignored (kde#491488)
* [dataengines/hotplug] Don't crash when there is no default file manager
* xembedsniproxy: Guard against crash when xcb_query_tree_reply is null (kde#491509)
* Fix svg images (kde#491369)
* kcm_regionandlang: always run localectl (kde#479213)
* Make X-KDE-Init-Phase a proper number in JSON and remove obsolete X-KDE-Init-Symbol values
* libkmpris: refresh player when track list changes (kde#490569)
* applets/mediacontroller: use Play/Pause to control players
* shell/panelview: restart unhide timer on drag leave
* appiumtests: disable clipboardtest
* update version for new release
==== polkit-kde-agent-6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: polkit-kde-agent-6-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== powerdevil6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: powerdevil6-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== qqc2-breeze-style6 ====
Version update (6.1.4 -> 6.1.5)
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== sddm-kcm6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: sddm-kcm6-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* Fix needssave state management (kde#490937)
* update version for new release
- Rebase 0001-Support-default.session-symlink.patch
==== systemsettings6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: systemsettings6-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== wacomtablet-kcm6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: wacomtablet-kcm6-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
==== xdg-desktop-portal-kde6 ====
Version update (6.1.4 -> 6.1.5)
Subpackages: xdg-desktop-portal-kde6-lang
- Update to 6.1.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.5
- Changes since 6.1.4:
* update version for new release
* appchooser: Send activation token when selecting an app
* Fix inputcapture signal string connection typo
* update version for new release
5 months
![](https://seccdn.libravatar.org/avatar/a62a7753fb8a113c67729ec608c49fab.jpg?s=120&d=mm&r=g)
New Tumbleweed snapshot 20211126 released!
by Dominique Leuenberger
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=opensuse&groupid=1&versio…
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:
ImageMagick (7.1.0.14 -> 7.1.0.16)
MozillaFirefox (94.0.1 -> 94.0.2)
apache2
apache2-manual
apache2-prefork
apache2-utils
at
audacity
bison
brltty
ceph (16.2.6.462+g5fefbbf8888 -> 16.2.6.463+g22e7612f9ad)
cups
cups-filters
dbus-1
dbus-1-x11
gpg2 (2.2.27 -> 2.3.3)
librsvg (2.52.3 -> 2.52.4)
libstorage-ng (4.4.57 -> 4.4.58)
libvpx
libzapojit
lirc
mailx
ncurses (6.3.20211115 -> 6.3.20211120)
protobuf-c
python-PyYAML (5.4.1 -> 6.0)
python-psutil
python-pysmbc
syslogd
tgt
virtualbox (6.1.28 -> 6.1.30)
virtualbox-kmp (6.1.28_k5.15.3_1 -> 6.1.30_k5.15.3_1)
xapps (2.2.3 -> 2.2.5)
yast2-storage-ng (4.4.14 -> 4.4.15)
=== Details ===
==== ImageMagick ====
Version update (7.1.0.14 -> 7.1.0.16)
Subpackages: ImageMagick-config-7-SUSE ImageMagick-extra libMagickCore-7_Q16HDRI10 libMagickWand-7_Q16HDRI10
- update to 7.1.0.16:
* Fixed an OpenCL build problem.
* Added support for reading extra channels in a PSD file (reference
* Fix alpha channel calculation of arithmetic divide compose operator.
==== MozillaFirefox ====
Version update (94.0.1 -> 94.0.2)
Subpackages: MozillaFirefox-translations-common
- Mozilla Firefox 94.0.2:
* Update preference design for Firefox Suggest for improved clarity
* Resolved general instability/crashes on Linux caused by a file
descriptor leak when backgrounding tabs using WebGL
(bmo#1741997)
==== apache2 ====
- httpd-framework updated to svn1894461
- added patches
fix reverted logic, DirectorySlash NotFound is available in trunk only
+ apache-test-DirectorySlash-NotFound-logic.patch
- do not consider php tests, they do not run anyway
==== apache2-manual ====
- httpd-framework updated to svn1894461
- added patches
fix reverted logic, DirectorySlash NotFound is available in trunk only
+ apache-test-DirectorySlash-NotFound-logic.patch
- do not consider php tests, they do not run anyway
==== apache2-prefork ====
- httpd-framework updated to svn1894461
- added patches
fix reverted logic, DirectorySlash NotFound is available in trunk only
+ apache-test-DirectorySlash-NotFound-logic.patch
- do not consider php tests, they do not run anyway
==== apache2-utils ====
- httpd-framework updated to svn1894461
- added patches
fix reverted logic, DirectorySlash NotFound is available in trunk only
+ apache-test-DirectorySlash-NotFound-logic.patch
- do not consider php tests, they do not run anyway
==== at ====
- Drop ProtectSystem and ProtectHome hardening. Unfortunately they're
breaking at jobs (boo#1192294)
==== audacity ====
Subpackages: audacity-lang
- Conflict pipewire-libjack-0_3 to prevent boo#1191585
==== bison ====
Subpackages: bison-lang
- disable tests and profiling using tests on armv6l (boo#1192737)
==== brltty ====
Subpackages: brltty-driver-at-spi2 brltty-driver-brlapi brltty-driver-speech-dispatcher brltty-driver-xwindow brltty-lang libbrlapi0_8 python3-brlapi system-user-brltty xbrlapi
- Add all sysusers.d Requires
==== ceph ====
Version update (16.2.6.462+g5fefbbf8888 -> 16.2.6.463+g22e7612f9ad)
Subpackages: librados2 librbd1
- Update to 16.2.6-463-g22e7612f9ad:
+ (bsc#1178073) mgr/dashboard: fix downstream NFS doc links
- Preservation of Bugzilla, Jira and CVE citations from earlier incarnations of
this changes file after double-checking that none of these fixes got lost in
the pacific rebase:
+ bsc#1163764 (--container-init feature cherry-picked to octopus)
+ bsc#1170200 (mgr/dashboard: Fix for CrushMap viewer items getting compressed vertically)
+ bsc#1172926 (mgr/orchestrator: Sort 'ceph orch device ls' by host)
+ bsc#1173079 (mgr/devicehealth: device_health_metrics pool gets created even without any OSDs in the cluster)
+ bsc#1174466 (mon: have 'mon stat' output json as well)
+ bsc#1174526 (mgr/dashboard: allow getting fresh inventory data from the orchestrator)
+ bsc#1174529 (rpm: on SUSE, podman is required for cephadm to work)
+ bsc#1174644 (cephadm: log to file)
+ bsc#1175120 (downstream branding)
+ bsc#1175161 (downstream branding)
+ bsc#1175169 (downstream branding)
+ bsc#1176390 (mgr/dashboard: enable different URL for users of browser to Grafana)
+ bsc#1176451 (Drop patch "rpm: on SUSE, podman is required for cephadm to work")
+ bsc#1176489 (mgr/cephadm: lock multithreaded access to OSDRemovalQueue)
+ bsc#1176499 (mgr/cephadm: fix RemoveUtil.load_from_store())
+ bsc#1176638 (ceph-volume: batch: call the right prepare method)
+ bsc#1176679 (mgr/dashboard: enable different URL for users of browser to Grafana)
+ bsc#1176828 (cephadm: command_unit: call systemctl with verbose=True)
+ bsc#1177078 (mgr/dashboard: Fix bugs in a unit test and i18n translation)
+ bsc#1177151 (python-common: do not skip unavailable devices)
+ bsc#1177319 (--container-init feature cherry-picked to octopus)
+ bsc#1177344 (mgr/dashboard: support Orchestrator and user-defined Ganesha cluster)
+ bsc#1177360 (cephadm: silence "Failed to evict container" log msg)
+ bsc#1177450 (ceph-volume: don't exit before empty report can be printed)
+ bsc#1177643 (Revert "spec: Podman (temporarily) requires apparmor-abstractions on suse")
+ bsc#1177676 (cephadm: allow uid/gid == 0 in copy_tree, copy_files, move_files)
+ bsc#1177843 (CVE-2020-25660)
+ bsc#1177857 (mgr/cephadm: upgrade: fail gracefully, if daemon redeploy fails)
+ bsc#1177933 (cephadm: configure journald as the logdriver)
+ bsc#1178531 (cephadm: set default container_image to registry.suse.com/ses/7/ceph/ceph)
+ bsc#1178837 (rgw: cls/user: set from_index for reset stats calls)
+ bsc#1178860 (mgr/dashboard: Disable TLS 1.0 and 1.1)
+ bsc#1178905 (CVE-2020-25678)
+ bsc#1178932 (cephadm: reference the last local image by digest)
+ bsc#1179016 (rpm: require smartmontools on SUSE)
+ bsc#1179452 (mgr/insights: Test environment requires 'six')
+ bsc#1179526 (rgw: during GC defer, prevent new GC enqueue)
+ bsc#1179569 (cephadm: reference the last local image by digest)
+ bsc#1179802 (CVE-2020-27781)
+ bsc#1179997 (CVE-2020-27839)
+ bsc#1180107 (ceph-volume: pass --filter-for-batch from drive-group subcommand)
+ bsc#1180155 (CVE-2020-27781)
+ bsc#1181291 (mgr/cephadm: alias rgw-nfs -> nfs)
+ bsc#1182766 (cephadm: fix 'inspect' and 'pull')
+ bsc#1183074 (CVE-2021-20288)
+ bsc#1183561 (mgr/cephadm: on ssh connection error, advice chmod 0600)
+ bsc#1183899 (bluestore: fix huge reads/writes at BlueFS)
+ bsc#1184231 (cephadm: Allow to use paths in all <_devices> drivegroup sections)
+ bsc#1184517 (cls/rgw: look for plane entries in non-ascii plain namespace too)
+ bsc#1185246 (rgw: check object locks in multi-object delete)
+ bsc#1185619 (CVE-2021-3524)
+ bsc#1185619 (CVE-2021-3524)
+ bsc#1186020 (CVE-2021-3531)
+ bsc#1186021 (CVE-2021-3509)
+ bsc#1186348 (mgr/zabbix: adapt zabbix_sender default path)
+ bsc#1188979 ("mgr/cephadm: pass --container-init to "cephadm deploy" if specified" and "Revert "cephadm: default container_init to False")
+ bsc#1189173 (downstream branding)
+ jsc#SES-1071 (ceph-volume: major batch refactor - upstream PR#34740)
+ jsc#SES-185 (SES support with cache software)
+ jsc#SES-704 (mgr/snap_schedule)
==== cups ====
Subpackages: cups-client cups-config libcups2 libcups2-32bit libcupsimage2
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_cups.service.patch
==== cups-filters ====
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_cups-browsed.service.patch
==== dbus-1 ====
Subpackages: libdbus-1-3 libdbus-1-3-32bit
- Add CONFIG parameter to %sysusers_generate_pre
- Added BuildRequires alts for libalternatives.
- Fixed spec file regarding removing old update-alternatives
entries.
- Use libalternatives instead of update-alternatives.
==== dbus-1-x11 ====
- Added BuildRequires alts for libalternatives.
- Fixed spec file regarding removing old update-alternatives
entries.
- Use libalternatives instead of update-alternatives.
==== gpg2 ====
Version update (2.2.27 -> 2.3.3)
Subpackages: dirmngr gpg2-lang
- GnuPG 2.3.3:
* agent: Fix segv in GET_PASSPHRASE (regression)
* dirmngr: Fix Let's Encrypt certificate chain validation
* gpg: Change default and maximum AEAD chunk size to 4 MiB
* gpg: Print a warning when importing a bad cv25519 secret key
* gpg: Fix --list-packets for undecryptable AEAD packets
* gpg: Verify backsigs for v5 keys correctly
* keyboxd: Fix checksum computation for no UBID entry on disk
* keyboxd: Fix "invalid object" error with cv448 keys
* dirmngr: New option --ignore-cert
* agent: Fix calibrate_get_time use of clock_gettime
* Support a gpgconf.ctl file under Unix and use this for the
regression tests
- GnuPG 2.3.2:
* gpg: Allow fingerprint based lookup with --locate-external-key.
* gpg: Allow decryption w/o public key but with correct card inserted.
* gpg: Auto import keys specified with --trusted-keys.
* gpg: Do not use import-clean for LDAP keyserver imports.
* gpg: Fix mailbox based search via AKL keyserver method.
* gpg: Fix memory corruption with --clearsign introduced with 2.3.1.
* gpg: Use a more descriptive prompt for symmetric decryption.
* gpg: Improve speed of secret key listing.
* gpg: Support keygrip search with traditional keyring.
* gpg: Let --fetch-key return an exit code on failure.
* gpg: Emit the NO_SECKEY status again for decryption.
* gpgsm: Support decryption of password based encryption (pwri).
* gpgsm: Support AES-GCM decryption.
* gpgsm: Let --dump-cert --show-cert also print an OpenPGP fingerprint.
* gpgsm: Fix finding of issuer in use-keyboxd mode.
* gpgsm: New option --ldapserver as an alias for --keyserver.
* agent: Use SHA-256 for SSH fingerprint by default.
* agent: Fix calling handle_pincache_put.
* agent: Fix importing protected secret key.
* agent: Fix a regression in agent_get_shadow_info_type.
* agent: Add translatable text for Caps Lock hint.
* agent: New option --pinentry-formatted-passphrase.
* agent: Add checkpin inquiry for pinentry.
* agent: New option --check-sym-passphrase-pattern.
* agent: Use the sysconfdir for a pattern file.
* agent: Make QT_QPA_PLATFORMTHEME=qt5ct work for the pinentry.
* dirmngr: LDAP search by a mailbox now ignores revoked keys.
* dirmngr: For KS_SEARCH return the fingerprint also with LDAP.
* dirmngr: Allow for non-URL specified ldap keyservers.
* dirmngr: New option --ldapserver.
* dirmngr: Fix regression in KS_GET for mail address pattern.
* card: New option --shadow for the list command.
* tests: Make sure the built keyboxd is used.
* scd: Fix computing shared secrets for 512 bit curves.
* scd: Fix unblock PIN by a Reset Code with KDF.
* scd: Fix PC/SC removed card problem.
* scd: Recover the partial match for PORTSTR for PC/SC.
* scd: Make sure to release the PC/SC context.
* scd: Fix zero-byte handling in ECC.
* scd: Fix serial number detection for Yubikey 5.
* scd: Add basic support for AET JCOP cards.
* scd: Detect external interference when --pcsc-shared is in use.
* scd: Fix access to the list of cards.
* gpgconf: Do not list a disabled tpm2d.
* gpgconf: Make runtime changes with different homedir work.
* keyboxd: Fix searching for exact mail adddress.
* keyboxd: Fix searching with multiple patterns.
* tools: Extend gpg-check-pattern.
* wkd: Fix client issue with leading or trailing spaces in user-ids.
* Pass XDG_SESSION_TYPE and QT_QPA_PLATFORM envvars to Pinentry.
* Change the default keyserver to keyserver.ubuntu.com. This is a
temporary change due to the shutdown of the SKS keyserver pools.
- GnuPG 2.3.1:
* The new configuration file common.conf is now used to enable
the use of the key database daemon with "use-keyboxd". Using
this option in gpg.conf and gpgsm.conf is supported for a
transitional period. See doc/example/common.conf for more.
* gpg: Force version 5 key creation for ed448 and cv448 algorithms.
* gpg: By default do not use the self-sigs-only option when
importing from an LDAP keyserver.
* gpg: Lookup a missing public key of the active card via LDAP.
* gpgsm: New command --show-certs.
* scd: Fix CCID driver for SCM SPR332/SPR532.
* scd: Further improvements for PKCS#15 cards.
* New configure option --with-tss to allow the selection of the
TSS library.
- Rebase patches:
* gnupg-add_legacy_FIPS_mode_option.patch
* gnupg-allow-import-of-previously-known-keys-even-without-UIDs.patch
* gnupg-dont-fail-with-seahorse-agent.patch
* gnupg-set_umask_before_open_outfile.patch
- GnuPG 2.3.0:
* A new experimental key database daemon is provided. To enable
it put "use-keyboxd" into gpg.conf and gpgsm.conf. Keys are stored
in a SQLite database and make key lookup much faster.
* New tool gpg-card as a flexible frontend for all types of
supported smartcards.
* New option --chuid for gpg, gpgsm, gpgconf, gpg-card, and
gpg-connect-agent.
* The gpg-wks-client tool is now installed under bin; a wrapper for
its old location at libexec is also installed.
* tpm2d: New daemon to physically bind keys to the local machine.
* gpg: Switch to ed25519/cv25519 as default public key algorithms.
* gpg: Verification results now depend on the --sender option and
the signer's UID subpacket.
* gpg: Do not use any 64-bit block size cipher algorithm for
encryption. Use AES as last resort cipher preference instead of
3DES. This can be reverted using --allow-old-cipher-algos.
* gpg: Support AEAD encryption mode using OCB or EAX.
* gpg: Support v5 keys and signatures.
* gpg: Support curve X448 (ed448, cv448).
* gpg: Allow use of group names in key listings.
* gpg: New option --full-timestrings to print date and time.
* gpg: New option --force-sign-key.
* gpg: New option --no-auto-trust-new-key.
* gpg: The legacy key discovery method PKA is no longer supported.
The command --print-pka-records and the PKA related import and
export options have been removed.
* gpg: Support export of Ed448 Secure Shell keys.
* gpgsm: Add basic ECC support.
* gpgsm: Support creation of EdDSA certificates. [#4888]
* agent: Allow the use of "Label:" in a key file to customize the
pinentry prompt.
* agent: Support ssh-agent extensions for environment variables.
With a patched version of OpenSSH this avoids the need for the
"updatestartuptty" kludge.
* scd: Improve support for multiple card readers and tokens.
* scd: Support PIV cards.
* scd: Support for Rohde&Schwarz Cybersecurity cards.
* scd: Support Telesec Signature Cards v2.0
* scd: Support multiple application on certain smartcard.
* scd: New option --application-priority.
* scd: New option --pcsc-shared; see man page for important notes.
* dirmngr: Support a gpgNtds parameter in LDAP keyserver URLs.
* The symcryptrun tool, a wrapper for the now obsolete external
Chiasmus tool, has been removed.
* Full Unicode support for the command line.
- dropped legacy commands: gpg-zip
==== librsvg ====
Version update (2.52.3 -> 2.52.4)
Subpackages: gdk-pixbuf-loader-rsvg librsvg-2-2 rsvg-thumbnailer typelib-1_0-Rsvg-2_0
- Disable testsuite for now, let upstream figure out the issue with
harfbuzz 3.1.1.
- Update to version 2.52.4:
+ New features:
- Support the isolation property from the Compositing and
Blending Level 1 specification.
- Support Visual Studio 2022.
+ Bug fixes:
- The opacity and mix-blend-mode properties were not being
applied when an element has a mask.
- Fix panic when an empty group has a pattern fill and filters.
- Fix the tests on Windows; the still only work when Fontconfig
is present.
- Work around a bug in the cairo-rs bindings in the test suite,
that only manifests itself in s/390x due to its calling
convention. See
https://github.com/gtk-rs/gtk-rs-core/issues/335
==== libstorage-ng ====
Version update (4.4.57 -> 4.4.58)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1
- Translated using Weblate (Catalan) (bsc#1149754)
- 4.4.58
==== libvpx ====
- Rename libvpx-configure-add-s390.patch to
libvpx-configure-add-arch.patch: add support for RISC-V
==== libzapojit ====
Subpackages: libzapojit-0_0-0 typelib-1_0-Zpj-0_0
- Add upstream patch, fixes: CVE-2021-39360:
libzapojit-skydrive-Guard-against-invalid-SSL-certificates.patch:
skydrive: Guard against invalid SSL certificates.
==== lirc ====
- Add pyyaml-60-compatibility.patch to make the package
compatible with PyYAML 6.0+ (sht#lirc#365).
==== mailx ====
- Add patch mailx-12.5-systemd.patch to add description how to avoid
bugs like bsc#1192916 -- mailx does not send mails unless run via
strace or in verbose mode
==== ncurses ====
Version update (6.3.20211115 -> 6.3.20211120)
Subpackages: libncurses6 ncurses-utils terminfo terminfo-base terminfo-iterm terminfo-screen
- Add ncurses patch 20211120
+ add dim, ecma+strikeout to st-0.6 -TD
+ deallocate the tparm cache when del_curterm is called for the last
allocated TERMINAL structure (report/testcase by Bram Moolenaar,
cf: 20200531).
+ modify test-package to more closely conform to Debian multi-arch.
+ if the --with-pkg-config-libdir option is not given, use
${libdir}/pkgconfig as a default (prompted by discussion with Ross
Burton).
- Correct offsets of patch ncurses-6.3.dif
==== protobuf-c ====
- Drop no longer needed rpmlintrc.
- Also add a protobuf-c =< version Obsoletes to devel sub-package.
- Fold main package into devel package, as it needed its own
devel-package, add a protobuf-c = version Provides to devel
sub-package.
==== python-PyYAML ====
Version update (5.4.1 -> 6.0)
- Add patch setuptools.patch
- update to 6.0
* drop Python 2.7
* always require `Loader` arg to `yaml.load()`
* fix float resolver to ignore `.` and `._`
* fix representation of Enum subclasses
* fix libyaml extension compiler warnings
* fix ResourceWarning on leaked file descriptors
* remove remaining direct distutils usage
==== python-psutil ====
- Update skip-obs.patch to also skip TestProcess.test_ionice_linux
==== python-pysmbc ====
- Remove python2 guard so we always Provide/Obsolete the old name.
==== syslogd ====
Subpackages: klogd syslog-service
- Added hardening to systemd service(s) (bsc#1181400). Modified:
* klog.service
* klogd.service
* syslogd.service
==== tgt ====
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_tgtd.service.patch
Modified:
* tgtd.service
==== virtualbox ====
Version update (6.1.28 -> 6.1.30)
Subpackages: virtualbox-guest-tools virtualbox-guest-x11
- Version bump to 6.1.30 (released November 22 2021 by Oracle)
This is a maintenance release. The following items were fixed and/or added:
VMM: Fixed 6.1.28 regression preventing VMs starting when using Hyper-V mode on Windows 10
GUI: Fixed inability to complete First Run wizard after browsing for an external image
GUI: Fixed crash on macOS Big Sur while browsing for an external image from First Run wizard
GUI: Fixed bug on Windows with inability to save taken screenshot under a folder with native name (bug #15561)
GUI: Fixed bug on X11 with drag and drop initiated on single mouse click in VM storage settings
GUI: Fixed settings check on machines not supporting hardware virtualization
GUI: Non critical media related errors should not cause modal pop-up error messages
Host-only networking: Fixed crash parsing /etc/vbox/networks.conf
DVD: Fixed drive lock handling across VM reset
VBoxHeadless: Fixed crash when running on macOS Monterey (bug #20636)
VBoxManage: Fixed incorrect help text for "hostonlyif"
vboximg-mount: Error message if no image is specified
Linux host: For all distribution specific packages (deb/rpm format) fix the packaging so that the feature for unattended installation of guest OSes works
Linux host and guest: Introduced initial support for kernel 5.16
Shared Clipboard: Improved communication between guest and host when guest has no clipboard data to report
Linux Guest Additions: Allow running only one VBoxDRMClient instance (bug #19373)
File "fixes_for_5.14.patch" deleted - fixed upstream.
File "fixes-for-5.15.patch" deleted - fixed upstream.
File "fixes-for-5.16.patch" deleted - fixed upstream.
==== virtualbox-kmp ====
Version update (6.1.28_k5.15.3_1 -> 6.1.30_k5.15.3_1)
- Version bump to 6.1.30 (released November 22 2021 by Oracle)
This is a maintenance release. The following items were fixed and/or added:
VMM: Fixed 6.1.28 regression preventing VMs starting when using Hyper-V mode on Windows 10
GUI: Fixed inability to complete First Run wizard after browsing for an external image
GUI: Fixed crash on macOS Big Sur while browsing for an external image from First Run wizard
GUI: Fixed bug on Windows with inability to save taken screenshot under a folder with native name (bug #15561)
GUI: Fixed bug on X11 with drag and drop initiated on single mouse click in VM storage settings
GUI: Fixed settings check on machines not supporting hardware virtualization
GUI: Non critical media related errors should not cause modal pop-up error messages
Host-only networking: Fixed crash parsing /etc/vbox/networks.conf
DVD: Fixed drive lock handling across VM reset
VBoxHeadless: Fixed crash when running on macOS Monterey (bug #20636)
VBoxManage: Fixed incorrect help text for "hostonlyif"
vboximg-mount: Error message if no image is specified
Linux host: For all distribution specific packages (deb/rpm format) fix the packaging so that the feature for unattended installation of guest OSes works
Linux host and guest: Introduced initial support for kernel 5.16
Shared Clipboard: Improved communication between guest and host when guest has no clipboard data to report
Linux Guest Additions: Allow running only one VBoxDRMClient instance (bug #19373)
File "fixes_for_5.14.patch" deleted - fixed upstream.
File "fixes-for-5.15.patch" deleted - fixed upstream.
File "fixes-for-5.16.patch" deleted - fixed upstream.
==== xapps ====
Version update (2.2.3 -> 2.2.5)
Subpackages: libxapp1 typelib-1_0-XApp-1_0 xapps-common xapps-common-lang
- Update to version 2.2.5.
* xapp-favorites: Fix introspection notation for _get_favorites().
* Fix a couple of build warnings.
- Updates for version 2.2.4.
* meson gir: Export 'xapp' as a package
* xapp-gtk3-module.c: Apply window icon override to all windows
for an app.
==== yast2-storage-ng ====
Version update (4.4.14 -> 4.4.15)
- Fixed typo in message about encryption (part of jsc#SLE-21308)
- 4.4.15
3 years, 2 months
![](https://seccdn.libravatar.org/avatar/a62a7753fb8a113c67729ec608c49fab.jpg?s=120&d=mm&r=g)
[opensuse-factory] New Tumbleweed snapshot 20200307 released!
by Dominique Leuenberger
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=opensuse&groupid=1&versio…
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-tools
autoyast2 (4.2.28 -> 4.2.29)
libstorage-ng (4.2.65 -> 4.2.66)
rubygem-bundler (2.0.2 -> 2.1.4)
rubygem-capistrano (3.11.0 -> 3.11.2)
rubygem-commander (4.4.7 -> 4.5.0)
rubygem-cool.io (1.5.4 -> 1.6.0)
rubygem-cri (2.15.9 -> 2.15.10)
rubygem-debase-ruby_core_source (0.10.7 -> 0.10.9)
rubygem-delayed_job (4.1.7 -> 4.1.8)
rubygem-delayed_job_active_record (4.1.3 -> 4.1.4)
rubygem-devise (4.6.2 -> 4.7.1)
rubygem-devise-i18n (1.8.0 -> 1.9.0)
rubygem-excon (0.71.0 -> 0.72.0)
rubygem-faraday (0.15.4 -> 1.0.0)
rubygem-faraday_middleware (0.13.1 -> 0.14.0)
rubygem-ffi (1.12.1 -> 1.12.2)
rubygem-flog (4.6.2 -> 4.6.4)
rubygem-fluentd (1.6.2 -> 1.9.1)
rubygem-get_process_mem (0.2.4 -> 0.2.5)
rubygem-gettext-setup (0.30 -> 0.34)
rubygem-gettext_i18n_rails (1.8.0 -> 1.8.1)
rubygem-gpgme (2.0.18 -> 2.0.19)
rubygem-haml (5.1.1 -> 5.1.2)
rubygem-highline (2.0.2 -> 2.0.3)
rubygem-hitimes (1.3.1 -> 2.0.0)
rubygem-hoe (3.18.0 -> 3.22.0)
rubygem-jaro_winkler (1.5.3 -> 1.5.4)
rubygem-jbuilder (2.9.1 -> 2.10.0)
rubygem-jekyll-sass-converter (1.5.2 -> 2.1.0)
rubygem-js-routes (1.4.7 -> 1.4.9)
rubygem-json-jwt (1.10.2 -> 1.11.0)
rubygem-kgio (2.11.2 -> 2.11.3)
rubygem-listen (3.1.5 -> 3.2.1)
rubygem-mercenary (0.3.6 -> 0.4.0)
rubygem-mime-types (3.2.2 -> 3.3.1)
rubygem-mime-types-data (3.2019.0331 -> 3.2019.1009)
rubygem-mimemagic (0.3.3 -> 0.3.4)
rubygem-mini_magick (4.9.5 -> 4.10.1)
rubygem-mixlib-authentication (3.0.1 -> 3.0.6)
rubygem-mixlib-cli (2.1.1 -> 2.1.5)
rubygem-mixlib-config (3.0.1 -> 3.0.6)
rubygem-mixlib-log (3.0.1 -> 3.0.8)
rubygem-mixlib-shellout (3.0.4 -> 3.0.9)
rubygem-mocha (1.9.0 -> 1.11.2)
rubygem-moneta (1.1.1 -> 1.2.1)
rubygem-msgpack (1.3.1 -> 1.3.3)
rubygem-multi_json (1.13.1 -> 1.14.1)
rubygem-mustermann-grape (1.0.0 -> 1.0.1)
rubygem-net-ldap (0.16.1 -> 0.16.2)
rubygem-oauth2 (1.4.1 -> 1.4.3)
rubygem-omniauth-google-oauth2 (0.7.0 -> 0.8.0)
rubygem-paint (2.1.0 -> 2.1.1)
rubygem-parser (2.7.0.1 -> 2.7.0.2)
rubygem-path_expander (1.0.4 -> 1.1.0)
rubygem-pg (1.1.4 -> 1.2.2)
rubygem-rack-1_6 (1.6.11 -> 1.6.13)
rubygem-rack (2.1.2 -> 2.2.2)
rubygem-rack-oauth2 (1.10.0 -> 1.10.1)
rubygem-rack-protection (2.0.5 -> 2.0.8.1)
rubygem-rails-i18n (5.1.3 -> 6.0.0)
rubygem-raindrops (0.19.0 -> 0.19.1)
rubygem-rake-compiler (1.0.7 -> 1.1.0)
rubygem-reverse_markdown (1.2.0 -> 1.4.0)
rubygem-rouge (3.6.0 -> 3.15.0)
rubygem-ruby-openid (2.7.0 -> 2.9.2)
rubygem-ruby_parser (3.13.1 -> 3.14.2)
rubygem-serverengine (2.1.1 -> 2.2.1)
rubygem-sexp_processor (4.12.1 -> 4.14.1)
rubygem-simplecov (0.17.0 -> 0.18.1)
rubygem-simplecov-html (0.10.2 -> 0.11.0)
rubygem-slop (4.7.0 -> 4.8.0)
rubygem-sqlite3 (1.4.1 -> 1.4.2)
rubygem-sshkit (1.19.1 -> 1.20.0)
rubygem-stomp (1.4.8 -> 1.4.9)
rubygem-temple (0.8.1 -> 0.8.2)
rubygem-tins (1.21.1 -> 1.24.1)
rubygem-tomlrb (1.2.8 -> 1.2.9)
rubygem-trollop (2.9.9 -> 2.9.10)
rubygem-tzinfo-0 (0.3.55 -> 0.3.56)
rubygem-tzinfo (2.0.0 -> 2.0.1)
rubygem-tzinfo-data (1.2019.2 -> 1.2019.3)
rubygem-unicode-display_width (1.6.0 -> 1.6.1)
rubygem-webpacker (4.2.0 -> 4.2.2)
rubygem-winrm-elevated (1.1.1 -> 1.2.0)
xapps
yast2-http-server (4.2.6 -> 4.2.7)
yast2-network (4.2.58 -> 4.2.60)
yast2-packager (4.2.54 -> 4.2.56)
yast2-storage-ng (4.2.90 -> 4.2.93)
=== Details ===
==== alsa-tools ====
- Update to 1.2.2 (do not support Python 2 and PyGtk).
- Remove
0001-hdspmixer-Use-__u32-and-__u64-for-RMS-array-types.patch
which was included upstream.
==== autoyast2 ====
Version update (4.2.28 -> 4.2.29)
Subpackages: autoyast2-installation
- Fixed crash while loading none existing AY file (bsc#1165464).
- 4.2.29
==== libstorage-ng ====
Version update (4.2.65 -> 4.2.66)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1
- merge gh#openSUSE/libstorage-ng#708
- merge gh#openSUSE/libstorage-ng#707
- Translated using Weblate (Finnish) (bsc#1149754)
- Add option for ignoring clustered LVM
- Update lib version
- Ignore clustered LVM
- Revert "Add option for ignoring clustered LVM"
- Revert "Update lib version"
- Revert "Translated using Weblate (Finnish)" (bsc#1149754)
- Sync branches (SLE-15-SP1)
- 4.2.66
==== rubygem-bundler ====
Version update (2.0.2 -> 2.1.4)
- updated to version 2.1.4
see installed CHANGELOG.md
==== rubygem-capistrano ====
Version update (3.11.0 -> 3.11.2)
- updated to version 3.11.2
see installed CHANGELOG.md
==== rubygem-commander ====
Version update (4.4.7 -> 4.5.0)
- updated to version 4.5.0
see installed History.rdoc
=== 4.5.0 / 2020-01-21
* Drop support for Ruby < 2.3.
* Fix bug parsing double dash (#75).
==== rubygem-cool.io ====
Version update (1.5.4 -> 1.6.0)
- updated to version 1.6.0
see installed CHANGES.md
1.6.0
- ----
* Add ruby 2.6/2.7 to windows gem
* Drop ruby 2.1/2.2/2.3 from windows gem
==== rubygem-cri ====
Version update (2.15.9 -> 2.15.10)
- updated to version 2.15.10
see installed NEWS.md
[#]# 2.15.10
Fixes:
- Fixed warnings appearing in Ruby 2.7 (9a3d810)
==== rubygem-debase-ruby_core_source ====
Version update (0.10.7 -> 0.10.9)
- updated to version 0.10.9
see installed CHANGELOG.md
[#]# [0.10.9](https://github.com/os97673/debase-ruby_core_source/compare/v0.10.8.…
* ruby 2.7.0 added (contributed by [ViugiNick](https://github.com/ViugiNick))
[#]# [0.10.8](https://github.com/os97673/debase-ruby_core_source/compare/v0.10.7.…
* ruby 2.7.0-preview3 added (contributed by [ViugiNick](https://github.com/ViugiNick))
==== rubygem-delayed_job ====
Version update (4.1.7 -> 4.1.8)
- updated to version 4.1.8
see installed CHANGELOG.md
4.1.8 - 2019-08-16
=================
* Support for Rails 6.0.0
==== rubygem-delayed_job_active_record ====
Version update (4.1.3 -> 4.1.4)
- updated to version 4.1.4
no changelog found
==== rubygem-devise ====
Version update (4.6.2 -> 4.7.1)
- updated to version 4.7.1
see installed CHANGELOG.md
[#]## 4.7.1 - 2019-09-06
* bug fixes
* Fix an edge case where records with a blank `confirmation_token` could be confirmed (by @tegon)
* Fix typo inside `update_needs_confirmation` i18n key (by @lslm)
[#]## 4.7.0 - 2019-08-19
* enhancements
* Support Rails 6.0
* Update CI to rails 6.0.0.beta3 (by @tunnes)
* refactor method name to be more consistent (by @saiqulhaq)
* Fix rails 6.0.rc1 email uniqueness validation deprecation warning (by @Vasfed)
* bug fixes
* Add `autocomplete="new-password"` to `password_confirmation` fields (by @ferrl)
* Fix rails_51_and_up? method for Rails 6.rc1 (by @igorkasyanchuk)
==== rubygem-devise-i18n ====
Version update (1.8.0 -> 1.9.0)
- updated to version 1.9.0
no changelog found
==== rubygem-excon ====
Version update (0.71.0 -> 0.72.0)
- updated to version 0.72.0
no changelog found
==== rubygem-faraday ====
Version update (0.15.4 -> 1.0.0)
- updated to version 1.0.0
no changelog found
==== rubygem-faraday_middleware ====
Version update (0.13.1 -> 0.14.0)
- updated to version 0.14.0
no changelog found
==== rubygem-ffi ====
Version update (1.12.1 -> 1.12.2)
- updated to version 1.12.2
see installed CHANGELOG.md
1.12.2 / 2020-02-01
- ------------------
* Fix possible segfault at FFI::Struct#[] and []= after GC.compact . #742
==== rubygem-flog ====
Version update (4.6.2 -> 4.6.4)
- updated to version 4.6.4
see installed History.rdoc
=== 4.6.4 / 2019-12-14
* 2 minor enhancements:
* Added basic support for safe_call (nic-potter).
* Added extra complexity penalty to safe_call processing.
=== 4.6.3 / 2019-09-14
* 1 minor enhancement:
* Removed --18 and --19 options to cmdline. No real value anymore.
* 2 bug fixes:
* Fixed some sexp access under STRICT_SEXP=2.
* Fixed option / arg processing bug that caused a hang (reading from stdin).
==== rubygem-fluentd ====
Version update (1.6.2 -> 1.9.1)
- updated to version 1.9.1
see installed CHANGELOG.md
[#] v1.9
[#]# Release v1.9.1 - 2020/01/31
[#]## Enhancement
* http_server helper: Support HTTPS
https://github.com/fluent/fluentd/pull/2787
* in_tail: Add `path_delimiter` to split with any char
https://github.com/fluent/fluentd/pull/2796
* in_tail: Remove an entry from PositionaFile when it is unwatched
https://github.com/fluent/fluentd/pull/2803
* out_http: Add warning for `retryable_response_code`
https://github.com/fluent/fluentd/pull/2809
* parser_syslog: Add multiline RFC5424 support
https://github.com/fluent/fluentd/pull/2767
* Add TLS module to unify TLS related code
https://github.com/fluent/fluentd/pull/2802
[#]## Bug fix
* output: Add `EncodingError` to unrecoverable errors
https://github.com/fluent/fluentd/pull/2808
* tls: Fix TLS version handling in secure mode
https://github.com/fluent/fluentd/pull/2802
[#]# Release v1.9.0 - 2020/01/22
[#]## New feature
* New light-weight config reload mechanizm
https://github.com/fluent/fluentd/pull/2716
* Drop ruby 2.1/2.2/2.3 support
https://github.com/fluent/fluentd/pull/2750
[#]## Enhancement
* output: Show better message for secondary warning
https://github.com/fluent/fluentd/pull/2751
* Use `ext_monitor` gem if it is installed. For ruby 2.6 or earlier
https://github.com/fluent/fluentd/pull/2670
* Support Ruby's Time class in msgpack serde
https://github.com/fluent/fluentd/pull/2775
* Clean up code/test
https://github.com/fluent/fluentd/pull/2753
https://github.com/fluent/fluentd/pull/2763
https://github.com/fluent/fluentd/pull/2764
https://github.com/fluent/fluentd/pull/2780
[#]## Bug fix
* buffer: Disable the optimization of Metadata instance comparison on Windows
https://github.com/fluent/fluentd/pull/2778
* outut/buffer: Fix stage size computation
https://github.com/fluent/fluentd/pull/2734
* server: Ignore Errno::EHOSTUNREACH in TLS accept to avoid fluentd restart
https://github.com/fluent/fluentd/pull/2773
* server: Fix IPv6 dual stack mode issue for udp socket
https://github.com/fluent/fluentd/pull/2781
* config: Support @include/include directive for spaces included path
https://github.com/fluent/fluentd/pull/2780
[#] v1.8
[#]# Release v1.8.1 - 2019/12/26
[#]## Enhancement
* in_tail: Add `path_timezone` parameter to format `path` with the specified timezone
https://github.com/fluent/fluentd/pull/2719
* out_copy: Add `copy_mode` parameter. `deep_copy` parameter is now deprecated.
https://github.com/fluent/fluentd/pull/2747
* supervisor: Add deprecated log for `inline_config`
https://github.com/fluent/fluentd/pull/2746
[#]## Bug fixes
* parser_ltsv: Prevent garbage result by checking `label_delimiter`
https://github.com/fluent/fluentd/pull/2748
[#]# Release v1.8.0 - 2019/12/11
[#]## New feature
* Add service discovery plugin and `out_forward` use it
https://github.com/fluent/fluentd/pull/2541
* config: Add strict mode and support `default`/`nil` value in ruby embedded mode
https://github.com/fluent/fluentd/pull/2685
[#]## Enhancement
* formatter_csv: Support nested fields
https://github.com/fluent/fluentd/pull/2643
* record_accessor helper: Make code simple and bit faster
https://github.com/fluent/fluentd/pull/2660
* Relax tzinfo dependency to accept v1
https://github.com/fluent/fluentd/pull/2673
* log: Deprecate top-level match for capturing fluentd logs
https://github.com/fluent/fluentd/pull/2689
* in_monitor_agent: Expose Fluentd verion in REST API
https://github.com/fluent/fluentd/pull/2706
* time: Accept localtime xor utc
https://github.com/fluent/fluentd/pull/2720
https://github.com/fluent/fluentd/pull/2731
* formatter_stdout: Make time_format configurable in stdout format
https://github.com/fluent/fluentd/pull/2721
* supervisor: create log directory when it doesn't exists
https://github.com/fluent/fluentd/pull/2732
* clean up internal classes / methods / code
https://github.com/fluent/fluentd/pull/2647
https://github.com/fluent/fluentd/pull/2648
https://github.com/fluent/fluentd/pull/2653
https://github.com/fluent/fluentd/pull/2654
https://github.com/fluent/fluentd/pull/2657
https://github.com/fluent/fluentd/pull/2667
https://github.com/fluent/fluentd/pull/2674
https://github.com/fluent/fluentd/pull/2677
https://github.com/fluent/fluentd/pull/2680
https://github.com/fluent/fluentd/pull/2709
https://github.com/fluent/fluentd/pull/2730
[#]## Bug fixes
* output: Fix warning printed when chunk key placeholder not replaced
https://github.com/fluent/fluentd/pull/2523
https://github.com/fluent/fluentd/pull/2733
* Fix dry-run mode
https://github.com/fluent/fluentd/pull/2651
* suppress warning
https://github.com/fluent/fluentd/pull/2652
* suppress keyword argument warning for ruby2.7
https://github.com/fluent/fluentd/pull/2664
* RPC: Fix debug log text
https://github.com/fluent/fluentd/pull/2666
* time: Properly show class names in error message
https://github.com/fluent/fluentd/pull/2671
* Fix a potential bug that ThreadError may occur on SIGUSR1
https://github.com/fluent/fluentd/pull/2678
* server helper: Ignore ECONNREFUSED in TLS accept to avoid fluentd restart
https://github.com/fluent/fluentd/pull/2695
* server helper: Fix IPv6 dual stack mode issue for tcp socket.
https://github.com/fluent/fluentd/pull/2697
* supervisor: Fix inline config handling
https://github.com/fluent/fluentd/pull/2708
* Fix typo
https://github.com/fluent/fluentd/pull/2710
https://github.com/fluent/fluentd/pull/2714
[#] v1.7
[#]# Release v1.7.4 - 2019/10/24
[#]## Enhancement
* in_http: Add `use_204_response` parameter to return proper 204 response instead of 200.
fluentd v2 will change this parameter to `true`.
https://github.com/fluent/fluentd/pull/2640
[#]## Bug fixes
* child_process helper: fix stderr blocking for discard case
https://github.com/fluent/fluentd/pull/2649
* log: Fix log rotation handling on Windows
https://github.com/fluent/fluentd/pull/2663
[#]# Release v1.7.3 - 2019/10/01
[#]## Enhancement
* in_syslog: Replace priority_key with severity_key
https://github.com/fluent/fluentd/pull/2636
[#]## Bug fixes
* out_forward: Fix nil error after purge obsoleted sockets in socket cache
https://github.com/fluent/fluentd/pull/2635
* fix typo in ChangeLog
https://github.com/fluent/fluentd/pull/2633
[#]# Release v1.7.2 - 2019/09/19
[#]## Enhancement
* in_tcp: Add security/client to restrict access
https://github.com/fluent/fluentd/pull/2622
[#]## Bug fixes
* buf_file/buf_file_single: fix to handle compress data during restart
https://github.com/fluent/fluentd/pull/2620
* plugin: Use `__send__` to avoid conflict with user defined `send`
https://github.com/fluent/fluentd/pull/2614
* buffer: reject invalid timekey at configure phase
https://github.com/fluent/fluentd/pull/2615
[#]# Release v1.7.1 - 2019/09/08
[#]## Enhancement
* socket helper/out_forward: Support Windows certstore to load certificates
https://github.com/fluent/fluentd/pull/2601
* parser_syslog: Add faster parser for rfc3164 message
https://github.com/fluent/fluentd/pull/2599
[#]## Bug fixes
* buf_file/buf_file_single: fix to ignore placeholder based path.
https://github.com/fluent/fluentd/pull/2594
* server helper: Ignore ETIMEDOUT error in SSL_accept
https://github.com/fluent/fluentd/pull/2595
* buf_file: ensure to remove metadata after buffer creation failure
https://github.com/fluent/fluentd/pull/2598
* buf_file_single: fix duplicated path setting check
https://github.com/fluent/fluentd/pull/2600
* fix msgpack-ruby dependency to use recent feature
https://github.com/fluent/fluentd/pull/2606
[#]# Release v1.7.0 - 2019/08/20
[#]## New feature
* buffer: Add file_single buffer plugin
https://github.com/fluent/fluentd/pull/2579
* output: Add http output plugin
https://github.com/fluent/fluentd/pull/2488
[#]## Enhancement
* buffer: Improve the performance of buffer routine
https://github.com/fluent/fluentd/pull/2560
https://github.com/fluent/fluentd/pull/2563
https://github.com/fluent/fluentd/pull/2564
* output: Use Mutex instead of Monitor
https://github.com/fluent/fluentd/pull/2561
* event: Add `OneEventStrea#empty?` method
https://github.com/fluent/fluentd/pull/2565
* thread: Set thread name for ruby 2.3 or later
https://github.com/fluent/fluentd/pull/2574
* core: Cache msgpack packer/unpacker to avoid the object allocation
https://github.com/fluent/fluentd/pull/2559
* time: Use faster way to get sec and nsec
https://github.com/fluent/fluentd/pull/2557
* buf_file: Reduce IO flush by removing `IO#truncate`
https://github.com/fluent/fluentd/pull/2551
* in_tcp: Improve the performance for multiple event case
https://github.com/fluent/fluentd/pull/2567
* in_syslog: support `source_hostname_key` and `source_address_key` for unmatched event
https://github.com/fluent/fluentd/pull/2553
* formatter_csv: Improve the format performance.
https://github.com/fluent/fluentd/pull/2529
* parser_csv: Add fast parser for typical cases
https://github.com/fluent/fluentd/pull/2535
* out_forward: Refactor code
https://github.com/fluent/fluentd/pull/2516
https://github.com/fluent/fluentd/pull/2532
[#]## Bug fixes
* output: fix data lost on decompression
https://github.com/fluent/fluentd/pull/2547
* out_exec_filter: fix non-ascii encoding issue
https://github.com/fluent/fluentd/pull/2539
* in_tail: Don't call parser's configure twice
https://github.com/fluent/fluentd/pull/2569
* Fix unused message handling for <section> parameters
https://github.com/fluent/fluentd/pull/2578
* Fix comment/message typos
https://github.com/fluent/fluentd/pull/2549
https://github.com/fluent/fluentd/pull/2554
https://github.com/fluent/fluentd/pull/2556
https://github.com/fluent/fluentd/pull/2566
https://github.com/fluent/fluentd/pull/2573
https://github.com/fluent/fluentd/pull/2576
https://github.com/fluent/fluentd/pull/2583
==== rubygem-get_process_mem ====
Version update (0.2.4 -> 0.2.5)
- updated to version 0.2.5
see installed CHANGELOG.md
[#]# Master - unreleased
[#]# 0.2.5
- Use new sys-proctable interface (https://github.com/schneems/get_process_mem/pull/36)
==== rubygem-gettext-setup ====
Version update (0.30 -> 0.34)
- updated to version 0.34
no changelog found
==== rubygem-gettext_i18n_rails ====
Version update (1.8.0 -> 1.8.1)
- updated to version 1.8.1
no changelog found
==== rubygem-gpgme ====
Version update (2.0.18 -> 2.0.19)
- updated to version 2.0.19
no changelog found
==== rubygem-haml ====
Version update (5.1.1 -> 5.1.2)
- updated to version 5.1.2
see installed CHANGELOG.md
[#]# 5.1.2
Released on August 6, 2019
([diff](https://github.com/haml/haml/compare/v5.1.1...v5.1.2))
* Fix crash in some environments such as New Relic by unfreezing string literals for ParseNode#inspect. [#1016](https://github.com/haml/haml/pull/1016) (thanks [Jalyna](https://github.com/jalyna))
==== rubygem-highline ====
Version update (2.0.2 -> 2.0.3)
- updated to version 2.0.3
see installed Changelog.md
[#]## 2.0.3 / 2019-10-11
* PR #245 - Suppress `Psych.safe_load` arg warn (@koic)
==== rubygem-hitimes ====
Version update (1.3.1 -> 2.0.0)
- updated to version 2.0.0
see installed HISTORY.md
==== rubygem-hoe ====
Version update (3.18.0 -> 3.22.0)
- updated to version 3.22.0
see installed History.rdoc
=== 2.22.0 / 2020-02-09
* 4 minor enhancements:
* Added metadate mapping for 'docs'.
* Added rdoc extension to the history and readme file finder globs.
* Extended readme parsing to more intelligently deal with markup sections.
* Refactored intuit_values to take the file content as an arg.
* 2 bug fixes:
* Fixed ordering of test_prelude vs framework in Minitest::TestTask. (flavorjones)
* Fixed wiring of test_prelude into Minitest::TestTask.create. (flavorjones)
=== 3.21.0 / 2020-01-11
* 2 minor enhancements:
* Added support for wiki_uri and mailing_list_uri. (JuanitoFatas)
* Load encrypted private key using ENV['GEM_PRIVATE_KEY_PASSPHRASE'] as passphrase. (larskanis)
* 5 bug fixes:
* Add require_ruby_version for 2.1+. (MSP-Greg)
* Fix a ruby 2.7 keyword arg deprecation. (anatol)
* Fix debug_gem task when you have a signing_key and broken rubygems (< 3.1.0).
* Fixed shadowed variable and json output for minitest's test:isolated task.
* Minor tweak to make hoe load when openssl isn't available.
=== 3.20.0 / 2019-11-09
* 2 minor enhancements:
* Added <test>:isolated task that runs tests in parallel. Replaces <test>:dep task.
* Bumped rake dependency to be < 15.
=== 3.19.0 / 2019-10-29
* 4 minor enhancements:
* Added deprecation to parse_urls for ancient url array form.
* Added support for gemspec metadata. (viraptor)
* Hoe#parse_urls now returns a hash no matter what
* Removed looong deprecated Hoe#url/url= methods.
* 1 bug fix:
* Fixed sow for ruby 2.6 deprecations in ERB. (felipec)
=== 3.18.1 / 2019-09-14
* 1 minor enhancement:
* Added deprecations to minitest/test_task: TESTOPTS, N (for #threads), FILTER.
* 3 bug fixes:
* Fixed one use of Array.prepend on ruby 2.3-2.4.
* Removed FILTER/N/X handling from hoe/test.rb in favor of minitest/test_task.rb.
* Sort globs before shuffling to normalize different file systems.
==== rubygem-jaro_winkler ====
Version update (1.5.3 -> 1.5.4)
- updated to version 1.5.4
no changelog found
==== rubygem-jbuilder ====
Version update (2.9.1 -> 2.10.0)
- updated to version 2.10.0
see installed CHANGELOG.md
2.10.0
- ---------
* Requires Rails 5+ and Ruby 2.2+
* Nested hashes are deep-merged
==== rubygem-jekyll-sass-converter ====
Version update (1.5.2 -> 2.1.0)
- updated to version 2.1.0
no changelog found
==== rubygem-js-routes ====
Version update (1.4.7 -> 1.4.9)
- updated to version 1.4.9
see installed CHANGELOG.md
[#]# v1.4.9
* Allow to specify null namespace and receive routes as an object without assigning it anywhere #247
==== rubygem-json-jwt ====
Version update (1.10.2 -> 1.11.0)
- updated to version 1.11.0
no changelog found
==== rubygem-kgio ====
Version update (2.11.2 -> 2.11.3)
- updated to version 2.11.3
see installed NEWS
=== kgio 2.11.3 / 2020-01-08 09:25 UTC
Some doc and warning fixes for newer Rubies.
We're no longer on bogomips.org since it's due
for expiry and I can't pay extortionists for a .org, so
s/bogomips.org/yhbt.net/ for now, and be prepared to move again
when extortionists move onto the .net TLD.
pkg.mk: use --local to "gem install"
pkg.mk: use dark216 theme for Earth Day 2019
test: fix warnings with RUBYOPT=-w
tests: fix unused variable warnings from newer Rubies
test_connect_fd_leak: do not close socket if non-existent
test_syssend: avoid warning on cleanup
build: remove olddoc from the gemspec
doc: remove private email and outdated gmane archives
doc: move from bogomips.org/kgio to yhbt.net/kgio
==== rubygem-listen ====
Version update (3.1.5 -> 3.2.1)
- updated to version 3.2.1
see installed CHANGELOG.md
==== rubygem-mercenary ====
Version update (0.3.6 -> 0.4.0)
- updated to version 0.4.0
see installed History.markdown
[#]# 0.4.0 / 2020-01-18
[#]## Major Enhancements
* Drop Ruby 2.3 support
[#]## Minor Enhancements
* Remove parent command's flags from subcommand usage (#44)
[#]## Development Fixes
* Adopt Jekyll's rubocop config for consistency
[#]## Documentation
* fixes the readme (#52)
==== rubygem-mime-types ====
Version update (3.2.2 -> 3.3.1)
- updated to version 3.3.1
see installed History.md
[#]# 3.3.1 / 2019-12-26
* 1 minor bugfix:
* Al Snow fixed a warning with MIME::Types::Logger producing a warning
because Ruby 2.7 introduces numbered block parameters. Because of the
way that the MIME::Types::Logger works for deprecation messages, the
initializer parameters had been named `_1`, `_2`, and `_3`. This has
now been resolved. [#146][]
* Administrivia:
* Olle Jonsson removed an outdated Travis configuration option (`sudo:
false`). [#142][]
[#]# 3.3 / 2019-09-04
* 1 minor enhancement
* Jean Boussier reduced memory usage for Ruby versions 2.3 or higher by
interning various string values in each type. This is done with a
backwards-compatible call that _freezes_ the strings on older
versions of Ruby. [#141][]
* Administrivia:
* Nicholas La Roux updated Travis build configurations. [#139][]
==== rubygem-mime-types-data ====
Version update (3.2019.0331 -> 3.2019.1009)
- updated to version 3.2019.1009
see installed History.md
[#]# 3.2019.10.09 / 2019-10-09
* Updated the IANA media registry entries as of release date.
* Reordered the `.ai` extension so that it is not the preferred extension for
`application/pdf` [#24][].
[#]# 3.2019.0904 / 2019-09-04
* Updated the IANA media registry entries as of release date.
* Moved the `.ai` extension from `application/postscript` to `application/pdf`.
[#23][] fixing [#22][].
==== rubygem-mimemagic ====
Version update (0.3.3 -> 0.3.4)
- updated to version 0.3.4
see installed CHANGELOG.md
[#]# 0.3.4 (2020-01-28)
Added frozen string literal comments
==== rubygem-mini_magick ====
Version update (4.9.5 -> 4.10.1)
- updated to version 4.10.1
no changelog found
==== rubygem-mixlib-authentication ====
Version update (3.0.1 -> 3.0.6)
- updated to version 3.0.6
no changelog found
==== rubygem-mixlib-cli ====
Version update (2.1.1 -> 2.1.5)
- updated to version 2.1.5
no changelog found
==== rubygem-mixlib-config ====
Version update (3.0.1 -> 3.0.6)
- updated to version 3.0.6
no changelog found
==== rubygem-mixlib-log ====
Version update (3.0.1 -> 3.0.8)
- updated to version 3.0.8
no changelog found
==== rubygem-mixlib-shellout ====
Version update (3.0.4 -> 3.0.9)
- updated to version 3.0.9
no changelog found
==== rubygem-mocha ====
Version update (1.9.0 -> 1.11.2)
- updated to version 1.11.2
no changelog found
==== rubygem-moneta ====
Version update (1.1.1 -> 1.2.1)
- updated to version 1.2.1
see installed CHANGES
1.2.1
* Transformer - fix :escape transformer deserialize implementation (#168)
1.2.0
* Adapters::Sequel - fix for compatibility with new version of JDBC SQLite
* Adapters::Couch - refactor of error handling, #clear, #merge!, #slice, rev caching
* Fallback - add fallback proxy (#162)
* Pool - rewrite to enable limiting of size, gradual shrinking
* Enumerable - add proxy providing Enumerable API (using #each_key)
* Adapters::Couch, Adapters::RestClient - add Faraday :adapter option
* Adapters::Couch - add :full_commit and :batch options to some operations
* Adapters::LRUHash - rewrite to take advantage of ordered hashes
* Adapters::ActiveRecord - recover from deadlock during increment
==== rubygem-msgpack ====
Version update (1.3.1 -> 1.3.3)
- updated to version 1.3.3
see installed ChangeLog
2020-02-05 version 1.3.3:
* Hotfix release for Windows environments: 1.3.2 missed including binaries
2020-02-04 version 1.3.2:
* Add Ruby 2.7.0 binary in gem releases for Windows
==== rubygem-multi_json ====
Version update (1.13.1 -> 1.14.1)
- updated to version 1.14.1
see installed CHANGELOG.md
1.14.1
- -----
* [Fix a warning in Ruby 2.7](https://github.com/intridea/multi_json/commit/26a94ab8c78a394cc237e2ea…
1.14.0
- -----
* [Support Oj 3.x gem](https://github.com/intridea/multi_json/commit/5d8febdbebc428882811b90d…
==== rubygem-mustermann-grape ====
Version update (1.0.0 -> 1.0.1)
- updated to version 1.0.1
no changelog found
==== rubygem-net-ldap ====
Version update (0.16.1 -> 0.16.2)
- updated to version 0.16.2
see installed History.rdoc
=== Net::LDAP 0.16.2
* Net::LDAP#open does not cache bind result {#334}[https://github.com/ruby-ldap/ruby-net-ldap/pull/334]
* Fix CI build {#333}[https://github.com/ruby-ldap/ruby-net-ldap/pull/333]
* Fix to "undefined method 'result_code'" {#308}[https://github.com/ruby-ldap/ruby-net-ldap/pull/308]
* Fixed Exception: incompatible character encodings: ASCII-8BIT and UTF-8 in filter.rb {#285}[https://github.com/ruby-ldap/ruby-net-ldap/pull/285]
==== rubygem-oauth2 ====
Version update (1.4.1 -> 1.4.3)
- updated to version 1.4.3
see installed CHANGELOG.md
[#]# [1.4.3] - 2020-01-29
- [#483](https://github.com/oauth-xx/oauth2/pull/483) - add project metadata to gemspec (@orien)
- [#495](https://github.com/oauth-xx/oauth2/pull/495) - support additional types of access token requests (@SteveyblamFreeagent, @thomcorley, @dgholz)
- Adds support for private_key_jwt and tls_client_auth
[#]# [1.4.2] - 2019-10-01
- [#478](https://github.com/oauth-xx/oauth2/pull/478) - support latest version of faraday & fix build (@pboling)
- officially support Ruby 2.6 and truffleruby
==== rubygem-omniauth-google-oauth2 ====
Version update (0.7.0 -> 0.8.0)
- updated to version 0.8.0
see installed CHANGELOG.md
[#]# 0.8.0 - 2019-08-21
[#]## Added
- Updated omniauth-oauth2 to v1.6.0 for security fixes.
[#]## Deprecated
- Nothing.
[#]## Removed
- Ruby 2.1 support.
[#]## Fixed
- Nothing.
==== rubygem-paint ====
Version update (2.1.0 -> 2.1.1)
- updated to version 2.1.1
see installed CHANGELOG.md
[#]## 2.1.1
* Blacklist True Color support for urxvt, fixes #25
==== rubygem-parser ====
Version update (2.7.0.1 -> 2.7.0.2)
- updated to version 2.7.0.2
see installed CHANGELOG.md
==== rubygem-path_expander ====
Version update (1.0.4 -> 1.1.0)
- updated to version 1.1.0
see installed History.rdoc
=== 1.1.0 / 2019-09-22
* 1 minor enhancement:
* Added a default path (default: ".") to scan if no files are initially found.
=== 1.0.5 / 2019-09-14
* 1 bug fix:
* Fixed a deprecation warning from File.exists?
==== rubygem-pg ====
Version update (1.1.4 -> 1.2.2)
- updated to version 1.2.2
see installed ChangeLog
==== rubygem-rack-1_6 ====
Version update (1.6.11 -> 1.6.13)
- updated to version 1.6.13
see installed HISTORY.md
==== rubygem-rack ====
Version update (2.1.2 -> 2.2.2)
- updated to version 2.2.2
see installed CHANGELOG.md
[#]# [2.2.2] - 2020-02-11
[#]## Fixed
- Fix incorrect Rack::Request#host value. ([#1591](https://github.com/rack/rack/pull/1591), [@ioquatix](https://github.com/ioquatix))
- Revert Rack::Handler::Thin implementation. ([#1583](https://github.com/rack/rack/pull/1583), [@jeremyevans](https://github.com/jeremyevans))
- Double assignment is still needed to prevent an "unused variable" warning. ([#1589](https://github.com/rack/rack/pull/1589), [@kamipo](https://github.com/kamipo))
- Fix to handle same_site option for session pool. ([#1587](https://github.com/rack/rack/pull/1587), [@kamipo](https://github.com/kamipo))
- updated to version 2.2.1
see installed CHANGELOG.md
[#] Changelog
All notable changes to this project will be documented in this file. For info on how to format all future additions to this file please reference [Keep A Changelog](https://keepachangelog.com/en/1.0.0/).
[#]# [2.2.1] - 2020-02-09
[#]## Fixed
- Rework `Rack::Request#ip` to handle empty `forwarded_for`. ([#1577](https://github.com/rack/rack/pull/1577), [@ioquatix](https://github.com/ioquatix))
[#]# [2.2.0] - 2020-02-08
[#]## SPEC Changes
- `rack.session` request environment entry must respond to `to_hash` and return unfrozen Hash. ([@jeremyevans](https://github.com/jeremyevans))
- Request environment cannot be frozen. ([@jeremyevans](https://github.com/jeremyevans))
- CGI values in the request environment with non-ASCII characters must use ASCII-8BIT encoding. ([@jeremyevans](https://github.com/jeremyevans))
- Improve SPEC/lint relating to SERVER_NAME, SERVER_PORT and HTTP_HOST. ([#1561](https://github.com/rack/rack/pull/1561), [@ioquatix](https://github.com/ioquatix))
[#]## Added
- `rackup` supports multiple `-r` options and will require all arguments. ([@jeremyevans](https://github.com/jeremyevans))
- `Server` supports an array of paths to require for the `:require` option. ([@khotta](https://github.com/khotta))
- `Files` supports multipart range requests. ([@fatkodima](https://github.com/fatkodima))
- `Multipart::UploadedFile` supports an IO-like object instead of using the filesystem, using `:filename` and `:io` options. ([@jeremyevans](https://github.com/jeremyevans))
- `Multipart::UploadedFile` supports keyword arguments `:path`, `:content_type`, and `:binary` in addition to positional arguments. ([@jeremyevans](https://github.com/jeremyevans))
- `Static` supports a `:cascade` option for calling the app if there is no matching file. ([@jeremyevans](https://github.com/jeremyevans))
- `Session::Abstract::SessionHash#dig`. ([@jeremyevans](https://github.com/jeremyevans))
- `Response.[]` and `MockResponse.[]` for creating instances using status, headers, and body. ([@ioquatix](https://github.com/ioquatix))
- Convenient cache and content type methods for `Rack::Response`. ([#1555](https://github.com/rack/rack/pull/1555), [@ioquatix](https://github.com/ioquatix))
[#]## Changed
- `Request#params` no longer rescues EOFError. ([@jeremyevans](https://github.com/jeremyevans))
- `Directory` uses a streaming approach, significantly improving time to first byte for large directories. ([@jeremyevans](https://github.com/jeremyevans))
- `Directory` no longer includes a Parent directory link in the root directory index. ([@jeremyevans](https://github.com/jeremyevans))
- `QueryParser#parse_nested_query` uses original backtrace when reraising exception with new class. ([@jeremyevans](https://github.com/jeremyevans))
- `ConditionalGet` follows RFC 7232 precedence if both If-None-Match and If-Modified-Since headers are provided. ([@jeremyevans](https://github.com/jeremyevans))
- `.ru` files supports the `frozen-string-literal` magic comment. ([@eregon](https://github.com/eregon))
- Rely on autoload to load constants instead of requiring internal files, make sure to require 'rack' and not just 'rack/...'. ([@jeremyevans](https://github.com/jeremyevans))
- `Etag` will continue sending ETag even if the response should not be cached. ([@henm](https://github.com/henm))
- `Request#host_with_port` no longer includes a colon for a missing or empty port. ([@AlexWayfer](https://github.com/AlexWayfer))
- All handlers uses keywords arguments instead of an options hash argument. ([@ioquatix](https://github.com/ioquatix))
- `Files` handling of range requests no longer return a body that supports `to_path`, to ensure range requests are handled correctly. ([@jeremyevans](https://github.com/jeremyevans))
- `Multipart::Generator` only includes `Content-Length` for files with paths, and `Content-Disposition` `filename` if the `UploadedFile` instance has one. ([@jeremyevans](https://github.com/jeremyevans))
- `Request#ssl?` is true for the `wss` scheme (secure websockets). ([@jeremyevans](https://github.com/jeremyevans))
- `Rack::HeaderHash` is memoized by default. ([#1549](https://github.com/rack/rack/pull/1549), [@ioquatix](https://github.com/ioquatix))
- `Rack::Directory` allow directory traversal inside root directory. ([#1417](https://github.com/rack/rack/pull/1417), [@ThomasSevestre](https://github.com/ThomasSevestre))
- Sort encodings by server preference. ([#1184](https://github.com/rack/rack/pull/1184), [@ioquatix](https://github.com/ioquatix), [@wjordan](https://github.com/wjordan))
- Rework host/hostname/authority implementation in `Rack::Request`. `#host` and `#host_with_port` have been changed to correctly return IPv6 addresses formatted with square brackets, as defined by [RFC3986](https://tools.ietf.org/html/rfc3986#section-3.2.2). ([#1561](https://github.com/rack/rack/pull/1561), [@ioquatix](https://github.com/ioquatix))
- `Rack::Builder` parsing options on first `#\` line is deprecated. ([#1574](https://github.com/rack/rack/pull/1574), [@ioquatix](https://github.com/ioquatix))
[#]## Removed
- `Directory#path` as it was not used and always returned nil. ([@jeremyevans](https://github.com/jeremyevans))
- `BodyProxy#each` as it was only needed to work around a bug in Ruby <1.9.3. ([@jeremyevans](https://github.com/jeremyevans))
- `URLMap::INFINITY` and `URLMap::NEGATIVE_INFINITY`, in favor of `Float::INFINITY`. ([@ch1c0t](https://github.com/ch1c0t))
- Deprecation of `Rack::File`. It will be deprecated again in rack 2.2 or 3.0. ([@rafaelfranca](https://github.com/rafaelfranca))
- Support for Ruby 2.2 as it is well past EOL. ([@ioquatix](https://github.com/ioquatix))
- Remove `Rack::Files#response_body` as the implementation was broken. ([#1153](https://github.com/rack/rack/pull/1153), [@ioquatix](https://github.com/ioquatix))
- Remove `SERVER_ADDR` which was never part of the original SPEC. ([#1573](https://github.com/rack/rack/pull/1573), [@ioquatix](https://github.com/ioquatix))
[#]## Fixed
- `Directory` correctly handles root paths containing glob metacharacters. ([@jeremyevans](https://github.com/jeremyevans))
- `Cascade` uses a new response object for each call if initialized with no apps. ([@jeremyevans](https://github.com/jeremyevans))
- `BodyProxy` correctly delegates keyword arguments to the body object on Ruby 2.7+. ([@jeremyevans](https://github.com/jeremyevans))
- `BodyProxy#method` correctly handles methods delegated to the body object. ([@jeremyevans](https://github.com/jeremyevans))
- `Request#host` and `Request#host_with_port` handle IPv6 addresses correctly. ([@AlexWayfer](https://github.com/AlexWayfer))
- `Lint` checks when response hijacking that `rack.hijack` is called with a valid object. ([@jeremyevans](https://github.com/jeremyevans))
- `Response#write` correctly updates `Content-Length` if initialized with a body. ([@jeremyevans](https://github.com/jeremyevans))
- `CommonLogger` includes `SCRIPT_NAME` when logging. ([@Erol](https://github.com/Erol))
- `Utils.parse_nested_query` correctly handles empty queries, using an empty instance of the params class instead of a hash. ([@jeremyevans](https://github.com/jeremyevans))
- `Directory` correctly escapes paths in links. ([@yous](https://github.com/yous))
- `Request#delete_cookie` and related `Utils` methods handle `:domain` and `:path` options in same call. ([@jeremyevans](https://github.com/jeremyevans))
- `Request#delete_cookie` and related `Utils` methods do an exact match on `:domain` and `:path` options. ([@jeremyevans](https://github.com/jeremyevans))
- `Static` no longer adds headers when a gzipped file request has a 304 response. ([@chooh](https://github.com/chooh))
- `ContentLength` sets `Content-Length` response header even for bodies not responding to `to_ary`. ([@jeremyevans](https://github.com/jeremyevans))
- Thin handler supports options passed directly to `Thin::Controllers::Controller`. ([@jeremyevans](https://github.com/jeremyevans))
- WEBrick handler no longer ignores `:BindAddress` option. ([@jeremyevans](https://github.com/jeremyevans))
- `ShowExceptions` handles invalid POST data. ([@jeremyevans](https://github.com/jeremyevans))
- Basic authentication requires a password, even if the password is empty. ([@jeremyevans](https://github.com/jeremyevans))
- `Lint` checks response is array with 3 elements, per SPEC. ([@jeremyevans](https://github.com/jeremyevans))
- Support for using `:SSLEnable` option when using WEBrick handler. (Gregor Melhorn)
- Close response body after buffering it when buffering. ([@ioquatix](https://github.com/ioquatix))
- Only accept `;` as delimiter when parsing cookies. ([@mrageh](https://github.com/mrageh))
- `Utils::HeaderHash#clear` clears the name mapping as well. ([@raxoft](https://github.com/raxoft))
- Support for passing `nil` `Rack::Files.new`, which notably fixes Rails' current `ActiveStorage::FileServer` implementation. ([@ioquatix](https://github.com/ioquatix))
[#]## Documentation
- CHANGELOG updates. ([@aupajo](https://github.com/aupajo))
- Added [CONTRIBUTING](CONTRIBUTING.md). ([@dblock](https://github.com/dblock))
==== rubygem-rack-oauth2 ====
Version update (1.10.0 -> 1.10.1)
- updated to version 1.10.1
no changelog found
==== rubygem-rack-protection ====
Version update (2.0.5 -> 2.0.8.1)
- updated to version 2.0.8.1
no changelog found
==== rubygem-rails-i18n ====
Version update (5.1.3 -> 6.0.0)
- updated to version 6.0.0
see installed CHANGELOG.md
[#]# 6.0.0
- Update rails-i18n.gemspec to use Railties 6.0.0
- Add Malagasy (mg) locale
- Update following locales:
- Afrikaans (af)
- Arabic (ar)
- Azerbaijani (az)
- Belarusian (be)
- Bulgarian (bg)
- Bengali (bn)
- Bosnian (bs)
- Catalan (ca)
- Czech (cs)
- Welsh (cy)
- Danish (da)
- German (de-AT, de-CH, de-DE, de)
- Greek (el-CY, el)
- English (en-AU, en-CA, en-CY, en-GB, en-IE, en-IN, en-NZ, en-US, en-Za, en)
- Esperanto (eo)
- Spanish (es-419, es-AR, es-CL, es-CO, es-CR, es-EC, es-ES, es-MX, es-NI, es-PA, es-PE, es-US, es-VE, es)
- Estonian (et)
- Basque (eu)
- Farsi/Persian (fa)
- Finnish (fi)
- French (fr-CA, fr-CH, fr-FR, fr)
- Galician (gl)
- Hebrew (he)
- Hindi (hi-IN, hi)
- Croatian (hr)
- Hungarian (hu)
- Indonesian (id)
- Icelandic (is)
- Italian (it, it-CH)
- Japanese (ja)
- Georgian (ka)
- Khmer (km)
- Kannada (kn)
- Korean (ko)
- Luxembourgish (lb)
- Lao (lo)
- Lithuanian (lt)
- Latvian (lv)
- Malagasy (mg)
- Macedonian (mk)
- Malayalam (ml)
- Mongolian (mn)
- Marathi (mr-IN)
- Malay (ms)
- Norwegian Bokmål (nb)
- Nepali (ne)
- Dutch (nl)
- Norwegian (nn)
- Occitan (oc)
- Oriya/Odiya (or)
- Panjabi (pa)
- Polish (pl)
- Portuguese (pt-BR, pt)
- Raeto-Romance (rm)
- Romanian (ro)
- Russian (ru)
- Slovak (sk)
- Slovenian (sl)
- Albanian (sq)
- Cyrillic Serbian (sr)
- Swedish (sv-SE, sv)
- Swahili (sw)
- Tamil (ta)
- Telugu (te)
- Thai (th)
- Tagalog (tl)
- Turkish (tr)
- Tatar (tt)
- Uyghur (ug)
- Ukrainian (uk)
- Urdu (ur)
- Uzbek (uz)
- Vietnamese (vi)
- Wolof (wo)
- Chinese (zh-CN, zh-HK, zh-TW, zh-YUE)
[#]# 6.0.0.beta1 (2019-01-28)
- Update rails-i18n.gemspec to use Railties 6.0.0.beta1
- Update Gemfile
- Update .travis.yml
==== rubygem-raindrops ====
Version update (0.19.0 -> 0.19.1)
- updated to version 0.19.1
see installed NEWS
=== raindrops 0.19.1 / 2020-01-08 09:31 UTC
This release fixes some warnings on newer Rubies.
We're no longer on bogomips.org since it's due
for expiry and I can't pay extortionists for a .org, so
s/bogomips.org/yhbt.net/ for now, and be prepared to move again
when extortionists move onto extorting the .net TLD.
doc: switch homepage to dark216
ext/raindrops/extconf: fix cflags reset on ancient CC
fixes for newer rubies
replace bogomips.org with yhbt.net
==== rubygem-rake-compiler ====
Version update (1.0.7 -> 1.1.0)
- updated to version 1.1.0
see installed History.txt
=== 1.1.0 / 2012-12-25
* Bugfixes:
* Fix a bug that JavaExtenstionTask can't build anything.
[#163] [Reported by Kai Kuchenbecker]
=== 1.0.9 / 2012-12-23
* Changes:
* Use "-Xlint" option for JRuby native extension by default.
[#158] [Patch by Stephen George]
* Enhancements:
* Make customizable compiler Xlint option for JRuby native extension.
[#118] [Patch by Hiroshi Hatake]
* Add support for Ruby 2.7.
[#161] [Reported by Masaki Hara]
=== 1.0.8 / 2019-09-21
* Enhancements:
* Added Rake::JavaExtensionTask#encoding= to pass the -encoding option to
javac.
[#157] [Patch by Tiago Dias]
* Bugfixes:
* Drop EOL'd rubyforge_project directive from .gemspec.
[#155] [Patch by Olle Jonsson]
==== rubygem-reverse_markdown ====
Version update (1.2.0 -> 1.4.0)
- updated to version 1.4.0
see installed CHANGELOG.md
[#]# 1.4.0 ? January 2020
- BREAKING: jump links will no longer be ignored but treated as links, see #82
[#]# 1.3.0 - September 2019
- Add support for `s` HTML tag, thanks @fauno
==== rubygem-rouge ====
Version update (3.6.0 -> 3.15.0)
- updated to version 3.15.0
no changelog found
==== rubygem-ruby-openid ====
Version update (2.7.0 -> 2.9.2)
- updated to version 2.9.2
see installed CHANGELOG.md
[#]# 2.9.2
* Perform all checks before verifying endpoints.
[#126](https://github.com/openid/ruby-openid/pull/126)
[#]# 2.9.1
* Updated CHANGELOG.md
[#]# 2.9.0
* Remove deprecated `autorequire` from gemspec.
[#123](https://github.com/openid/ruby-openid/pull/123)
* Rescue from `Yadis::XRI::XRIHTTPError` on discovery.
[#106](https://github.com/openid/ruby-openid/pull/106)
* Avoid SSRF for claimed_id request.
[#121](https://github.com/openid/ruby-openid/pull/121)
* Updated documentation.
[#115](https://github.com/openid/ruby-openid/pull/115), [#116](https://github.com/openid/ruby-openid/pull/116), [#117](https://github.com/openid/ruby-openid/pull/117), [#118](https://github.com/openid/ruby-openid/pull/118)
* Reduce warnings output in test runs.
[#119](https://github.com/openid/ruby-openid/pull/119)
* Drop deprecated option from gemspec.
[#120](https://github.com/openid/ruby-openid/pull/120)
* Remove circular require.
[#113](https://github.com/openid/ruby-openid/pull/113)
* Updated Travis CI config with Ruby 2.6
[#114](https://github.com/openid/ruby-openid/pull/114)
* Simplify Bundler require; remove need for extra `:require`.
[#112](https://github.com/openid/ruby-openid/pull/112)
[#]# 2.8.0
* Fix `admin/mkassoc` script.
See https://github.com/openid/ruby-openid/pull/103
* Allow specifying timeout for `OpenID::StandardFetcher` in environment variables.
See https://github.com/openid/ruby-openid/pull/109
* Fixed some documentation.
See https://github.com/openid/ruby-openid/pull/111
* Fixed example server.
See https://github.com/openid/ruby-openid/pull/91
* Fixed tests.
See https://github.com/openid/ruby-openid/pull/86
* Misc. changes to the CI setup.
See
- https://github.com/openid/ruby-openid/pull/110
- https://github.com/openid/ruby-openid/pull/108
- https://github.com/openid/ruby-openid/pull/107
==== rubygem-ruby_parser ====
Version update (3.13.1 -> 3.14.2)
- updated to version 3.14.2
see installed History.rdoc
=== 3.14.2 / 2020-02-06
* 1 minor enhancement:
* Cleaned up call_args and removed arg_blk_pass from ruby_parser_extras.rb! Yay!
=== 3.14.1 / 2019-10-29
* 1 minor enhancement:
* Declared that ruby_parser supports ruby 2.2 and up.
* 3 bug fixes:
* Fixed a problem with %W with a null-byte terminator. (wtf?) (spohlenz)
* Fixed line numbering for command (eg methods without parentheses) arguments. (mvz)
* Fixed lineno on new dxstrs. (presidentbeef)
=== 3.14.0 / 2019-09-24
* 8 minor enhancements:
* Added Sexp#line_min & new line number debugging feature.
* Allow bin/ruby_parse to use RP_TIMEOUT to tweak default timeout for large files & slow debugging modes.
* Did you know that custom inspect can't be > 65 chars? 65! Me neither. Fixed.
* For now, value_expr == remove_begin.
* Improved error messages for unterminated regexps.
* Moved all STR_* consts into State::Values and made them State instances.
* Overhauled RubyLexer::State + Values to allow for completely separate groups of States.
* RubyParserExtras#remove_begin removes nested begins and patches line numbers.
* 22 bug fixes:
* Changed EOF signaling to return [false, false] per doco.
* Changed RubyParserStuff#remove_begin to keep inner line number, if any. (mvz)
* Differentiated between lambda call and stabby proc. Added :lambda sexp. (whitequark)
* Extended State#== to check equal? first as an optimization.
* Fixed a bug in tab indent width.
* Fixed a line numbering bug for assignables.
* Fixed a line numbering bug for defns w/ nil bodies.
* Fixed another missing line number, driven out by ruby_to_ruby bootstrap.
* Fixed dedenting squiggle heredocs if interpolation is in the mix. (mvz)
* Fixed differentiation of `{ |a| ... }` vs `{ |a,| ... }`. Fixes #236 (whitequark).
* Fixed lex_state for symbols.
* Fixed lex_state for tSTRING_END and tREGEXP_END.
* Fixed line numbers for BEGIN block. (mvz)
* Fixed op_asgn1 w/ command_call having array instead of arglist. (mvz)
* Fixed parsing of () in a command-call (eg p).
* Fixed remaining missing line numbers by forcing extra checks during test and blowing up. They may still be wrong (esp after heredocs, ugh), but they're there! Special thank you to mvz for pushing on this and providing tests and PRs.
* Fixed some lex_state versioning issues with closing braces/bracket on ruby<25.
* Keep carriage return escapes in heredocs. (mvz)
* Massive overhaul of line number code.
* More line number fixes and extra tests from mvz. Thank you!
* Parsing BEGIN block when not at top level should raise an error. (mvz)
* Removed irb task from Rakefile as it has been pushed up to Hoe and doubles up here.
==== rubygem-serverengine ====
Version update (2.1.1 -> 2.2.1)
- updated to version 2.2.1
see installed Changelog
2020-01-24 version 2.2.1:
* Fix IPv6 dual-stack mode issue for UDP
* experimental: Add SERVERENGINE_USE_SOCKET_REUSEPORT envvar to enable SO_REUSEPORT
2019-11-16 version 2.2.0:
* Fix IPv6 dual-stack mode issue for TCP
==== rubygem-sexp_processor ====
Version update (4.12.1 -> 4.14.1)
- updated to version 4.14.1
see installed History.rdoc
=== 4.14.1 / 2020-02-09
* 2 bug fixes:
* Declared support for ruby 2.2+ to gemspec.
* Fixed alias for `not?` to `-` for ruby <= 2.4. (nard-tech).
=== 4.14.0 / 2020-02-06
* 4 minor enhancements:
* Added '-' as an alias for the 'not?' pattern matching command.
* Added Klass matcher to match on types.
* Added `k` shortcut for Klass & hooked into Sexp::Matcher.parse.
* Added any matcher to pattern parser.
=== 4.13.0 / 2019-09-24
* 4 minor enhancements:
* Added Sexp.q (query) and deprecated Sexp.s to distinguish better and match inspect output.
* Extended Sexp::Matcher::Parser to allow `not?` patterns.
* Extended Sexp::Matcher::Parser to cover more method names.
* Split out all pattern-oriented code to sexp_matcher.rb.
* 1 bug fix:
* Fixed bug w/ ruby's Array#eql? and #hash not looking at ivars.
==== rubygem-simplecov ====
Version update (0.17.0 -> 0.18.1)
- updated to version 0.18.1
see installed CHANGELOG.md
0.18.1 (2020-01-31)
===================
Small Bugfix release.
[#]# Bugfixes
* Just putting `# :nocov:` on top of a file or having an uneven number of them in general works again and acts as if ignoring until the end of the file. See [#846](https://github.com/colszowka/simplecov/issues/846) and thanks [@DannyBen](https://github.com/DannyBen) for the report.
0.18.0 (2020-01-28)
===================
Huge release! Highlights are support for branch coverage (Ruby 2.5+) and dropping support for EOL'ed Ruby versions (< 2.4).
Please also read the other beta patch notes.
You can run with branch coverage by putting `enable_coverage :branch` into your SimpleCov configuration (like the `SimpleCov.start do .. end` block)
[#]# Enhancements
* You can now define the minimum expected coverage by criterion like `minimum_coverage line: 90, branch: 80`
* Memoized some internal data structures that didn't change to reduce SimpleCov overhead
* Both `FileList` and `SourceFile` now have a `coverage` method that returns a hash that points from a coverage criterion to a `CoverageStatistics` object for uniform access to overall coverage statistics for both line and branch coverage
[#]# Bugfixes
* we were losing precision by rounding the covered strength early, that has been removed. **For Formatters** this also means that you may need to round it yourself now.
* Removed an inconsistency in how we treat skipped vs. irrelevant lines (see [#565](https://github.com/colszowka/simplecov/issues/565)) - SimpleCov's definition of 100% is now "You covered everything that you could" so if coverage is 0/0 that's counted as a 100% no matter if the lines were irrelevant or ignored/skipped
[#]# Noteworthy
* `FileList` stopped inheriting from Array, it includes Enumerable so if you didn't use Array specific methods on it in formatters you should be fine
0.18.0.beta3 (2020-01-20)
========================
[#]# Enhancements
* Instead of ignoring old `.resultset.json`s that are inside the merge timeout, adapt and respect them
[#]# Bugfixes
* Remove the constant warning printing if you still have a `.resultset.json` in pre 0.18 layout that is within your merge timeout
0.18.0.beta2 (2020-01-19)
===================
[#]# Enhancements
* only turn on the requested coverage criteria (when activating branch coverage before SimpleCov would also instruct Ruby to take Method coverage)
* Change how branch coverage is displayed, now it's `branch_type: hit_count` which should be more self explanatory. See [#830](https://github.com/colszowka/simplecov/pull/830) for an example and feel free to give feedback!
* Allow early running exit tasks and avoid the `at_exit` hook through the `SimpleCov.run_exit_tasks!` method. (thanks [@macumber](https://github.com/macumber))
* Allow manual collation of result sets through the `SimpleCov.collate` entrypoint. See the README for more details (thanks [@ticky](https://github.com/ticky))
* Within `case`, even if there is no `else` branch declared show missing coverage for it (aka no branch of it). See [#825](https://github.com/colszowka/simplecov/pull/825)
* Stop symbolizing all keys when loading cache (should lead to be faster and consume less memory)
* Cache whether we can use/are using branch coverage (should be slightly faster)
[#]# Bugfixes
* Fix a crash that happened when an old version of our internal cache file `.resultset.json` was still present
0.18.0.beta1 (2020-01-05)
===================
This is a huge release highlighted by changing our support for ruby versions to 2.4+ (so things that aren't EOL'ed) and finally adding branch coverage support!
This release is still beta because we'd love for you to test out branch coverage and get your feedback before doing a full release.
On a personal note from [@PragTob](https://github.com/PragTob/) thanks to [ruby together](https://rubytogether.org/) for sponsoring this work on SimpleCov making it possible to deliver this and subsequent releases.
[#]# Breaking
* Dropped support for all EOL'ed rubies meaning we only support 2.4+. Simplecov can no longer be installed on older rubies, but older simplecov releases should still work. (thanks [@deivid-rodriguez](https://github.com/deivid-rodriguez))
* Dropped the `rake simplecov` task that "magically" integreated with rails. It was always undocumented, caused some issues and [had some issues](https://github.com/colszowka/simplecov/issues/689#issuecomment-5615…. Use the integration as described in the README please :)
[#]# Enhancements
* Branch coverage is here! Please try it out and test it! You can activate it with `enable_coverage :branch`. See the README for more details. This is thanks to a bunch of people most notably [@som4ik](https://github.com/som4ik), [@tycooon](https://github.com/tycooon), [@stepozer](https://github.com/stepozer), [@klyonrad](https://github.com/klyonrad) and your humble maintainers also contributed ;)
* If the minimum coverage is set to be greater than 100, a warning will be shown. See [#737](https://github.com/colszowka/simplecov/pull/737) (thanks [@belfazt](https://github.com/belfazt))
* Add a configuration option to disable the printing of non-successful exit statuses. See [#747](https://github.com/colszowka/simplecov/pull/746) (thanks [@JacobEvelyn](https://github.com/JacobEvelyn))
* Calculating 100% coverage is now stricter, so 100% means 100%. See [#680](https://github.com/colszowka/simplecov/pull/680) thanks [@gleseur](https://github.com/gleseur)
[#]# Bugfixes
* Add new instance of `Minitest` constant. The `MiniTest` constant (with the capital T) will be removed in the next major release of Minitest. See [#757](https://github.com/colszowka/simplecov/pull/757) (thanks [@adam12](https://github.com/adam12))
0.17.1 (2019-09-16)
===================
Bugfix release for problems with ParallelTests.
[#]# Bugfixes
* Avoid hanging with parallel_tests. See [#746](https://github.com/colszowka/simplecov/pull/746) (thanks [@annaswims](https://github.com/annaswims))
==== rubygem-simplecov-html ====
Version update (0.10.2 -> 0.11.0)
- updated to version 0.11.0
see installed CHANGELOG.md
==== rubygem-slop ====
Version update (4.7.0 -> 4.8.0)
- updated to version 4.8.0
see installed CHANGELOG.md
v4.8.0 (2020-01-17)
- ------------------
Features:
* Add support for prefixing integer values with `+` character
[#243](https://github.com/leejarvis/slop/pull/243) (Juha Ylitalo)
* Add support for parsing floats with scientific notation
[#250](https://github.com/leejarvis/slop/pull/250) (Hansuk Hong)
Maintenance:
* Add 2.7.0 to CI and fix warnings
[#248](https://github.com/leejarvis/slop/pull/248) (Juha Ylitalo, Andrew Kane)
==== rubygem-sqlite3 ====
Version update (1.4.1 -> 1.4.2)
- updated to version 1.4.2
see installed CHANGELOG.rdoc
=== 1.4.2
* Travis: Drop unused setting "sudo: false"
* The taint mechanism will be deprecated in Ruby 2.7
* Fix Ruby 2.7 rb_check_safe_obj warnings
* Update travis config
=== 1.4.1
* Don't mandate dl functions for the extention build
* bumping version
==== rubygem-sshkit ====
Version update (1.19.1 -> 1.20.0)
- updated to version 1.20.0
see installed CHANGELOG.md
[#]# [1.20.0][] (2019-08-03)
* [#468](https://github.com/capistrano/sshkit/pull/468): Make `upload!` take a `:verbosity` option like `exec` does - [@grosser](https://github.com/grosser)
==== rubygem-stomp ====
Version update (1.4.8 -> 1.4.9)
- updated to version 1.4.9
see installed CHANGELOG.md
[#]# 1.4.9 20191116
* More debugging messages in netio.rb.
* Test workaround for Artemis-2289.
* New put and get examples.
* Fix issue #160.
* Address issue #155.
* Suppress SSL stacktrace to stdout.
* Example logger enhancements.
* Optional STOMP frame in examples.
==== rubygem-temple ====
Version update (0.8.1 -> 0.8.2)
- updated to version 0.8.2
see installed CHANGES
0.8.2
* Support TruffleRuby in Temple::Filters::StaticAnalyzer (#127)
* Support TruffleRuby in Temple::Filters::StringSplitter (#127)
==== rubygem-tins ====
Version update (1.21.1 -> 1.24.1)
- updated to version 1.24.1
no changelog found
==== rubygem-tomlrb ====
Version update (1.2.8 -> 1.2.9)
- updated to version 1.2.9
no changelog found
==== rubygem-trollop ====
Version update (2.9.9 -> 2.9.10)
- updated to version 2.9.10
see installed History.txt
==== rubygem-tzinfo-0 ====
Version update (0.3.55 -> 0.3.56)
- updated to version 0.3.56
see installed CHANGES
== Version 0.3.56 (tzdata v2019c) - 1-Nov-2019
* Updated to tzdata version 2019c
(https://mm.icann.org/pipermail/tz-announce/2019-September/000057.html)
==== rubygem-tzinfo ====
Version update (2.0.0 -> 2.0.1)
- updated to version 2.0.1
see installed CHANGES.md
[#]# Version 2.0.1 - 24-Dec-2019
* Fixed "SecurityError: Insecure operation - require" exceptions when loading
data with recent Ruby releases in safe mode. #100.
* Fixed warnings when running on Ruby 2.7. #109.
* Add a `TZInfo::Timezone#=~` method that performs a regex match on the time
zone identifier. #99.
* Add a `TZInfo::Country#=~` method that performs a regex match on the country
code.
==== rubygem-tzinfo-data ====
Version update (1.2019.2 -> 1.2019.3)
- updated to version 1.2019.3
no changelog found
==== rubygem-unicode-display_width ====
Version update (1.6.0 -> 1.6.1)
- updated to version 1.6.1
see installed CHANGELOG.md
[#]# 1.6.1
- Fix that ambiguous and overwrite options where ignored for emoji-measuring
==== rubygem-webpacker ====
Version update (4.2.0 -> 4.2.2)
- updated to version 4.2.2
see installed CHANGELOG.md
[#]# [[4.2.2]](https://github.com/rails/webpacker/compare/v4.2.1...v4.2.2) - 2019-12-09
- Fixed issue with webpack clean task for nested assets [#2391](https://github.com/rails/webpacker/pull/2391)
[#]# [[4.2.1]](https://github.com/rails/webpacker/compare/v4.2.0...v4.2.1) - 2019-12-09
- Fixed issue with webpack clean task [#2389](https://github.com/rails/webpacker/pull/2389)
==== rubygem-winrm-elevated ====
Version update (1.1.1 -> 1.2.0)
- updated to version 1.2.0
no changelog found
==== xapps ====
Subpackages: libxapp1 typelib-1_0-XApp-1_0 xapps-common xapps-common-lang
- Add xapps-python3.patch, fix issues to build without python2
==== yast2-http-server ====
Version update (4.2.6 -> 4.2.7)
- Propose to restart the http service as the default action when it
is running (bsc#1165638)
- 4.2.7
==== yast2-network ====
Version update (4.2.58 -> 4.2.60)
- bsc#1164506
- fixed setting hostname in installer
- bsc#1164587
- fixed setting hostname according to AY profile
- 4.2.60
- Do not modify interface name when enslaving it (bsc#1165463)
- 4.2.59
==== yast2-packager ====
Version update (4.2.54 -> 4.2.56)
- fix showing count of packages to install in slide show
(bsc#1161412)
- 4.2.56
==== yast2-storage-ng ====
Version update (4.2.90 -> 4.2.93)
- Fix unit tests for the progress dialog added in version 4.2.82
(related to bsc#1135366).
- 4.2.93
- AutoYaST: export the 'disklabel' attribute for software RAID
devices.
- AutoYaST: include a 'partitions' section when exporting an
unpartitioned software RAID which is not used as a filesystem
(bsc#1159201).
- 4.2.92
- Partitioner: allow to select APQNs when encrypting with pervasive
encryption (jsc#SLE-7376).
- 4.2.91
4 years, 11 months