Debian Patches
Status for kdeconnect/26.04.3-2
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| upstream_fix-for-openssl4-compat.patch | core: fix build against OpenSSL 4.0 Do not write throuh the const pointer returned by X509_get_subject_name; instead, create a fresh X509_NAME using X509_NAME_new() and populate it before setting it as the subject and issuer name. Building against OpenSSL 4.0 produced -fpermissive build errors on newer systems. |
Hadi Chokr <hadichokr@icloud.com> | no | debian | upstream, https://github.com/KDE/kdeconnect-kde/commit/58e52572fb7928985d00f34420ed461cb0c82717 | 2026-07-03 |
| upstream_200ff3c5_sftp-don-t-spin-forever-removing-Solid-device-entries-from-Dolphin.patch | sftp: don't spin forever removing Solid device entries from Dolphin SftpPlugin::removeFromDolphin() iterates the shared KFilePlacesModel to remove the kdeconnect://<deviceId>/ place added by addToDolphin(). When the KDE Connect Solid backend is installed, each device also shows up in the model as a Solid *device* item with that exact URL. The loop matches it and calls removePlace(), but removePlace() is a no-op for device items, so rowCount() never decreases and the --i re-processes the same row forever, pegging the daemon at 100% CPU on device disconnect. Skip device items so we only ever remove the bookmark place kdeconnect itself added; Solid device entries are owned by the Solid backend. |
Max Schwarz <max.schwarz@online.de> | no | 2026-07-23 |
All known versions for source package 'kdeconnect'
- 26.04.3-2 (sid, forky)
- 25.04.2-1+deb13u1 (trixie, trixie-security)
- 22.12.3-1 (bookworm)
