summaryrefslogtreecommitdiff
path: root/sysutils/libgksu
AgeCommit message (Collapse)AuthorFilesLines
2014-05-05Recursive revbump from x11/pixmanryoon2-4/+4
Fix PR pkg/48777
2014-02-24Fix gtk-doc fallout.joerg2-3/+7
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz2-3/+4
2013-10-16Update to 2.0.12:wiz4-35/+12
2009-06-29 Gustavo Noronha Silva <kov@debian.org> * Release 2.0.12 2009-06-29 Gustavo Noronha Silva <kov@debian.org> * libgksu/gksu-run-helper.c: - fix the fact that the main function ends without returning a value, on success (doh) 2009-06-29 Gustavo Noronha Silva <kov@debian.org> * gksu-properties/gksu-properties.c: - fixed printf format for two error messages, introduced by the last change 2009-06-29 Sebastien Bacher <seb128@ubuntu.com> * gksu-properties/gksu-properties.c, gksu-properties/Makefile.am, configure.ac: - use GtkBuilder instead of libglade 2009-06-29 Joshua Kwan <jkwan@vmware.com> * libgksu/libgksu.c: - Fix double-free introduced by recent changes. 2009-06-24 Gustavo Noronha Silva <kov@debian.org> * Release 2.0.11 2009-06-24 Joshua Kwan <jkwan@vmware.com> * libgksu/libgksu.c: - Make su code work on Red Hat systems. 2009-06-17 Joshua Kwan <jkwan@vmware.com> * libgksu/libgksu.c: - Make sudo also use forkpty, to also work when /etc/sudoers is configured to require a tty. 2009-06-17 Joshua Kwan <jkwan@vmware.com> * libgksu/libgksu.c: - Make su backend work with Fedora's su. 2009-05-09 Gustavo Noronha Silva <kov@debian.org> * Release 2.0.10 2009-05-09 François Wendling <frwendling@free.fr> Document gksu-properties, briefly. * docs/gksu-properties.1, docs/Makefile.am: 2009-05-09 Robert Millan <rmh.debian.bts@aybabtu.com> This fixes two bugs in read_line function. Both are exposed when running gksudo --debug: - First, when read() fails, the printed value will come from uninitialised memory. This results in stuff like "GNOME_SUDO_PASSSSSSSSSSSSSSSSS..." being printed. - Second, the null terminator is off-by-one, resulting in garbage being printed at the end of each line. This may also lead to memory corruption (for n >= 256)! * libgksu/libgksu.c: 2009-03-04 Gustavo Noronha Silva <kov@debian.org> * Release 2.0.9 * libgksu/libgksu.c: fix how the GdkDisplay* is obtained at gksu_context_launch_initiate * libgksu/gksu-run-helper.c: - cleanup the environment from ORBIT_SOCKETDIR and DBUS_SESSION_BUS_ADDRESS to acommodate recent changes in gconf 2009-02-22 Gustavo Noronha Silva <kov@alface> * Release 2.0.8 2009-02-22 Gustavo Noronha Silva <kov@debian.org> * libgksu/libgksu.c: - added threads protection for the gdk fadeout/fadein animation, so that callers will not have X errors when trying to use gdk functions in parallel with us See http://bugzilla.gnome.org/show_bug.cgi?id=549760. 2009-02-22 Gustavo Noronha Silva <kov@debian.org> * configure.ac, libgksu/libgksu.{c,h}, libgksu/gksu-run-helper.c: - accepted patch by Joshua Kwan <jkwan@vmware.com> to return the same status code as the child 2009-02-03 Gustavo Noronha Silva <kov@debian.org> * configure.ac: - added th to ALL_LINGUAS 2008-08-29 Gustavo Noronha Silva <kov@debian.org> * libgksu/libgksu.c: patch by Daniel Richard G. <skunk@iSKUNK.ORG> to allow changing the location of the lockfile, so that libgksu will work on AFS/NFS mounted home directories 2008-06-20 Gustavo Noronha Silva <kov@debian.org> * libgksu/gksu-run-helper.c: accepted patch by Michael Vogt, from Ubuntu, to fix very long commands not fitting in the helper's statically-sized buffer (Debian bug #486087, launchpad #173757) * libgksu/libgksu.c (sudo_full): accepted patch by Michael Vogt, from Ubuntu, to fix sudo having problems resolving network addresses breaking gksu (Debian bug #486083, launchpad #237325)
2013-10-10Recursive revbump from pango-1.36.0ryoon2-4/+4
2013-09-02Revbump after cairo updateadam2-4/+4
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz2-4/+4
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron2-4/+4
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz2-4/+4
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2012-11-23Needs termios.h.joerg2-5/+6
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-08Revbump after updating graphics/pangoadam2-4/+4
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron2-4/+4
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam2-4/+4
2012-07-15Recursive bump for startup-notification* dependency change, requestedwiz2-4/+4
by Obache.
2012-07-01Add desktopdb.mk and bump PKGREVISION for 118 packages as reported bydholland1-2/+3
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-05-24misc/libgksu: USE_TOOLS+= msgfmtmarino1-2/+2
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-19no more libgksu.devhelpdholland2-4/+3
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-4/+4
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-4/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-07-12gnome-keyring -> libgnome-keyring, bump PKGREVdrochner1-3/+3
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-27DESTDIR ready.joerg1-1/+3
2009-08-26bump revision because of graphics/jpeg updatesno2-3/+4
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-12-07Fix path to xauth executable. Bump PKGREVISION.wiz1-1/+8
2008-11-15Fix path to itself.wiz1-2/+2
2008-11-15Initial import of libgksu-2.0.7. I packaged it for Gnome, but currentlywiz6-0/+133
it looks like it's not really needed, so it's untested. GKSu is a library that provides a Gtk+ frontend to su and sudo. It supports login shells and preserving environment when acting as a su frontend. It is useful to menu items or other graphical programs that need to ask a user's password to run another program as another user.