Package: gparted / 0.19.0-2

Metadata

Package Version Patches format
gparted 0.19.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_fix desktop.patch | (download)

gparted.desktop.in.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
02_use pkexec.patch | (download)

data/Makefile.am | 9 9 + 0 - 0 !
data/Makefile.in | 79 67 + 12 - 0 !
data/com.ubuntu.pkexec.gparted.policy | 19 19 + 0 - 0 !
data/com.ubuntu.pkexec.gparted.policy.in | 19 19 + 0 - 0 !
po/POTFILES.in | 1 1 + 0 - 0 !
5 files changed, 115 insertions(+), 12 deletions(-)

 we are trying to get rid of gksu use in ubuntu by replacing
 it with pkexec so things like two-factor authentication work. The patch
 adds the policykit policy files required for pkexec.

03_fix crash.patch | (download)

include/PipeCapture.h | 1 0 + 1 - 0 !
src/PipeCapture.cc | 15 5 + 10 - 0 !
2 files changed, 5 insertions(+), 11 deletions(-)

 cherry pick of upstream patch to fix crashes
 and other errant behavior resulting from a cross thread
 write that can happen after the memory was freed.
 See upstream bug #731752 - Write after free cross thread race
 in PipeCapture::_OnReadable()