Version in base suite: 0.24.10+ds1-1+deb13u1 Base version: riseup-vpn_0.24.10+ds1-1+deb13u1 Target version: riseup-vpn_0.24.10+ds1-1+deb13u2 Base file: /srv/ftp-master.debian.org/ftp/pool/main/r/riseup-vpn/riseup-vpn_0.24.10+ds1-1+deb13u1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/r/riseup-vpn/riseup-vpn_0.24.10+ds1-1+deb13u2.dsc changelog | 10 ++++++++++ control | 2 +- patches/add-more-polkit-bin-and-env.patch | 23 +++++++++++++++++++++++ patches/series | 1 + 4 files changed, 35 insertions(+), 1 deletion(-) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpvqm4psz1/riseup-vpn_0.24.10+ds1-1+deb13u1.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpvqm4psz1/riseup-vpn_0.24.10+ds1-1+deb13u2.dsc: no acceptable signature found diff -Nru riseup-vpn-0.24.10+ds1/debian/changelog riseup-vpn-0.24.10+ds1/debian/changelog --- riseup-vpn-0.24.10+ds1/debian/changelog 2025-09-11 17:27:12.000000000 +0000 +++ riseup-vpn-0.24.10+ds1/debian/changelog 2026-02-25 18:57:30.000000000 +0000 @@ -1,3 +1,13 @@ +riseup-vpn (0.24.10+ds1-1+deb13u2) trixie; urgency=medium + + * Add policykits in an ORed fashion so there is at least + one polkit available. This is due to the removal of + policykit-1-gnome in stable (Closes: #1124472) + * Add patch to add in more desktop environments and polkit + binary paths to startup polkit on service start. + + -- Nilesh Patra Thu, 26 Feb 2026 00:27:30 +0530 + riseup-vpn (0.24.10+ds1-1+deb13u1) trixie; urgency=medium * Add qml6-module-qtcore to Depends (Closes: #1110558) diff -Nru riseup-vpn-0.24.10+ds1/debian/control riseup-vpn-0.24.10+ds1/debian/control --- riseup-vpn-0.24.10+ds1/debian/control 2025-09-11 16:56:22.000000000 +0000 +++ riseup-vpn-0.24.10+ds1/debian/control 2026-02-25 18:57:30.000000000 +0000 @@ -69,7 +69,7 @@ libqt6svg6, openvpn, pkexec, - policykit-1-gnome | polkit-1-auth-agent, + lxpolkit | lxqt-policykit | mate-polkit | polkit-kde-agent-1 | policykit-1-gnome | polkit-1-auth-agent, procps, python3:any, qml6-module-qtcore, diff -Nru riseup-vpn-0.24.10+ds1/debian/patches/add-more-polkit-bin-and-env.patch riseup-vpn-0.24.10+ds1/debian/patches/add-more-polkit-bin-and-env.patch --- riseup-vpn-0.24.10+ds1/debian/patches/add-more-polkit-bin-and-env.patch 1970-01-01 00:00:00.000000000 +0000 +++ riseup-vpn-0.24.10+ds1/debian/patches/add-more-polkit-bin-and-env.patch 2026-02-25 18:57:30.000000000 +0000 @@ -0,0 +1,23 @@ +Description: Add more policykit paths and add entry for cinnamon which provides +Author: Nilesh Patra +Forwarded: https://0xacab.org/leap/bitmask-vpn/-/issues/964 +Last-Update: 2026-02-26 +--- a/pkg/launcher/launcher_linux.go ++++ b/pkg/launcher/launcher_linux.go +@@ -133,6 +133,7 @@ + "lxsession", + "gnome-shell", + "gnome-flashback", ++ "cinnamon", + "fingerprint-polkit-agent", + "xfce-polkit", + "phosh", +@@ -158,6 +159,8 @@ + var polkitPaths = [...]string{ + "/usr/bin/lxpolkit", + "/usr/bin/lxqt-policykit-agent", ++ "/usr/libexec/xfce-polkit", ++ "/usr/libexec/polkit-mate-authentication-agent-1", + "/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1", + "/usr/lib/x86_64-linux-gnu/polkit-mate/polkit-mate-authentication-agent-1", + "/usr/lib/mate-polkit/polkit-mate-authentication-agent-1", diff -Nru riseup-vpn-0.24.10+ds1/debian/patches/series riseup-vpn-0.24.10+ds1/debian/patches/series --- riseup-vpn-0.24.10+ds1/debian/patches/series 2025-09-11 16:56:16.000000000 +0000 +++ riseup-vpn-0.24.10+ds1/debian/patches/series 2026-02-25 18:57:30.000000000 +0000 @@ -1,2 +1,3 @@ fix-gui-build-sh.patch skip-tests-with-postreq.patch +add-more-polkit-bin-and-env.patch