Up to [cvs.netbsd.org] / pkgsrc / security / policykit
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jan 20 10:08:17 2009 UTC (3 years, 4 months ago) by sketch
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
HEAD
Changes since 1.6: +4 -3
lines
Diff to previous 1.6 (colored)
The Solaris support in this package only works on OpenSolaris. Allow it to build (although likely not work) on Solaris too.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 21 13:57:29 2008 UTC (3 years, 5 months ago) by jmcneill
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.5: +3 -1
lines
Diff to previous 1.5 (colored)
PR# pkg/40146: security/policykit fails to build on Linux
Revision 1.5 / (download) - annotate - [select for diffs], Sat Dec 20 19:44:00 2008 UTC (3 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.4: +4 -2
lines
Diff to previous 1.4 (colored)
PR# pkg/40230: "libvolume_id" doesn't build under Mac OS X Fix PolicyKit build on OSX.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Dec 15 15:06:43 2008 UTC (3 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
gcc complains when an int is cast to a pointer of different size. To avoid that warning, the ints are first cast to size_t, which is more likely to match the size of a pointer. Unfortunately, the intptr_t and uintptr_t types are marked optional in C99.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Nov 23 22:28:23 2008 UTC (3 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
From FreeBSD: Fix a problem with PK's strndup() implementation assuming all strings passed to it would be NUL-terminated. This is known to fix crashes with polkit-gnome-authorization and clock-applet.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Nov 23 21:21:43 2008 UTC (3 years, 6 months ago) by hasso
Branch: MAIN
Changes since 1.1: +7 -4
lines
Diff to previous 1.1 (colored)
* Make it compile in DragonFly * Fix permissions of suid/sgid binaries * Bump PKGREVISION
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Nov 22 03:33:38 2008 UTC (3 years, 6 months ago) by jmcneill
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import policykit version 0.9. PolicyKit is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes: It is a framework for centralizing the decision making process with respect to granting access to privileged operations for unprivileged applications. PolicyKit is specifically targeting applications in rich desktop environments on multi-user UNIX-like operating systems. It does not imply or rely on any exotic kernel features.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Nov 22 03:33:38 2008 UTC (3 years, 6 months ago) by jmcneill
Branch: MAIN
Initial revision