Commit Graph

84 Commits

Author SHA1 Message Date
ajacoutot
d34b61f6dd Update to polkit-0.116.
- uses mozjs-6.0
2019-04-27 08:08:42 +00:00
ajacoutot
a257dcc288 Add comment regarding the cyclic dep with sysutils/consolekit. 2019-01-16 22:35:18 +00:00
ajacoutot
77c6597434 SECURITY fix:
Allow negative uids/gids in PolkitUnixUser and Group objects
CVE-2018-19788
2018-12-07 13:11:25 +00:00
ajacoutot
a54572542b SECURITY update to polkit-0.115.
- Fix CVE-2018-1116: Trusting client-supplied UID
2018-07-11 12:18:47 +00:00
ajacoutot
07bc953515 jsauthority: pass "%s" format string to remaining report function; upstream 2018-04-29 09:05:44 +00:00
jca
c64aec3dfc Now needs a C++1 compiler 2018-04-10 23:42:49 +00:00
ajacoutot
7bb4928845 Missing BDEP on devel/gobject-introspection.
spotted by naddy@
2018-04-08 09:40:40 +00:00
ajacoutot
a8026e632e Update to polkit-0.114. 2018-04-07 10:55:22 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
ajacoutot
0fdc9fcf8d Fix a few memory leaks (via Fedora). 2017-04-16 15:37:41 +00:00
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
ajacoutot
c7d8b5079a Pushed upstream. 2015-07-20 20:16:59 +00:00
ajacoutot
f6c43daaa4 Sync with BZ. 2015-07-19 00:31:29 +00:00
ajacoutot
d31a860588 Sync with the patch in fd.o BZ. 2015-07-16 17:45:37 +00:00
ajacoutot
da46da3bdc Fix runtime and bump to be ahead of (upcoming) stable. 2015-07-03 06:42:27 +00:00
ajacoutot
539f407d42 SECURITY update to polkit-0.113. 2015-07-03 05:57:26 +00:00
ajacoutot
11a7989584 These need to RUN_DEPENDS on x11/dbus,-suid now. 2015-04-04 09:30:30 +00:00
ajacoutot
372cd2bc49 --disable-gtk-doc is handled by the infrastructure now. 2014-09-13 16:36:53 +00:00
ajacoutot
f41d5db51d Merge a couple of fixes from upstream. 2014-08-17 06:47:39 +00:00
ajacoutot
44313de6af It makes no sense to explicitely depend on x11/dbus; nowadays dbus will
almost end up in any dependency chain and if we start adding run_depends on
it, we'll beed to do it for a hundre ports or so.
2014-03-27 17:51:07 +00:00
ajacoutot
9101a230f1 BUILD_DEPENDS -> BUILD_DEPENDS+
fix an issue reported by nigel@
2014-03-27 06:51:38 +00:00
ajacoutot
6842b9f8a5 Drop gtk-doc from build_depends.
req. by espie@
2014-03-26 14:56:23 +00:00
ajacoutot
1f8716e769 Move from devel/spidermonkey to devel/mozjs17. 2014-03-26 12:18:08 +00:00
ajacoutot
ac3070600e Circular dependency with textproc/gtk-doc is gone. 2014-03-16 09:16:27 +00:00
espie
f338105fe0 make tree build again 2014-03-11 20:32:46 +00:00
ajacoutot
7bbd6db227 Fix warnings to please espie@ 2014-03-10 19:54:24 +00:00
ajacoutot
3ded0fcbd9 Unbreak: needs textproc/gtk-doc; the dependency loop is gone so this is
safe.

reported by espie@
2014-03-10 18:18:27 +00:00
ajacoutot
816a9c93c5 Merge some build patches from upstream and add BZ URLs. 2014-03-09 22:26:56 +00:00
ajacoutot
f626f48eca Fix a memory leak (upstream). 2014-01-19 10:30:53 +00:00
ajacoutot
4686d16526 SECURITY update to polkit-0.112.
CVE-2013-4288: Local Privilege Escalation Vulnerability.
2013-09-22 18:35:58 +00:00
ajacoutot
531c141c25 Fix with mozjs-17.0 (devel/spidermonkey). 2013-08-10 12:43:51 +00:00
ajacoutot
072ac12e84 Update to polkit-0.111. 2013-05-30 18:22:05 +00:00
ajacoutot
674a120d87 Remove fdatasync(2) patch. 2013-04-15 16:50:14 +00:00
ajacoutot
ca2e27d553 Drop useless readme. 2013-03-30 12:20:28 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
ajacoutot
5de6c24ff0 Unbreak rule parsing by opening the proper libmozjs.
spotted by landry@
ok landry@ jasper@
2013-02-19 16:09:15 +00:00
ajacoutot
6c700597fb Bugfix update to polkit-0.110. 2013-01-10 13:53:24 +00:00
ajacoutot
df1a5016b9 Include gmodule-2.0 to avoid linker errors; from upstream. 2012-11-22 17:37:35 +00:00
ajacoutot
e6c8c6895d Major update to polkit-0.108. 2012-11-20 14:11:48 +00:00
ajacoutot
ff52f74e3c docbook-xsl already comes with libxslt. 2012-09-27 17:26:05 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
ajacoutot
ea4c83e44e Forgot this chunk in previous. 2012-09-19 13:03:58 +00:00
ajacoutot
6318e9eac4 Update to polkit-0.105. 2012-09-19 12:39:34 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
ajacoutot
689f54b24a --localstatedir=/var is the default now. 2012-04-28 10:52:08 +00:00
ajacoutot
5f3fd5f476 Tweak comment in patch; no pkg change. 2012-03-17 10:43:32 +00:00
ajacoutot
03463b0b74 Update to polkit-0.104. 2012-02-16 22:28:23 +00:00
ajacoutot
5291ad5927 Update to polkit-0.103.
from Amit Kulkarni
2011-12-16 08:16:55 +00:00
jasper
cbcba506ac - this needs the gnu libtool autoconf macros 2011-11-17 14:07:14 +00:00