. update sysutils/gksu to version 2.0.2; [1]
. update sysutils/libgksu to version 2.0.9; [1]
. fix timing bug in the program when running on slower / single core systems;
[1]
. fix a bug in libgksu, which calls tcdrain() on the master side of a pty. [2]
PR: 156401 [1], 141149 [2]
Submitted by: Kris Moore <kris@pcbsd.org> [1],
john hood <jh@sandstorm.net>, sandstorm-ni@sandstorm.net
[2]
Add libgksu, a simple API to use su and sudo in programs that need to
execute tasks as another user. It provides X authentication facilities for
running programs in an X session.
PR: 72257
Submitted by: Jesse van den Kieboom <troplosti@orcaweb.cjb.net>