File polkit.changes of Package polkit
588
1
-------------------------------------------------------------------
2
Thu May 27 11:52:44 UTC 2021 - Marcus Meissner <meissner@suse.com>
3
4
- CVE-2021-3560: fixed a local privilege escalation using polkit_system_bus_name_get_creds_sync()
5
(bsc#1186497)
6
CVE-2021-3560.patch
7
8
-------------------------------------------------------------------
9
Tue Jul 23 06:29:16 UTC 2019 - Marcus Meissner <meissner@suse.com>
10
11
- CVE-2019-6133.patch: Fixed improper caching of auth decisions,
12
which could bypass uid checking in the interactive backend.
13
(bsc#1121826 CVE-2019-6133)
14
15
-------------------------------------------------------------------
16
Thu Dec 20 17:29:58 UTC 2018 - meissner@suse.com
17
18
- polkit-CVE-2018-19788.patch: Fixed handling of UIDs over MAX_UINT
19
(bsc#1118277 CVE-2018-19788)
20
21
-------------------------------------------------------------------
22
Wed Jul 4 12:00:12 UTC 2018 - meissner@suse.com
23
24
- 0001-Fix-CVE-FIXME-Trusting-client-supplied-UID.patch:
25
Fixed trusting the client-supplied UID (CVE-2018-1116 bsc#1099031)
26
27
-------------------------------------------------------------------
28
Mon Apr 9 22:38:39 UTC 2018 - bjorn.lie@gmail.com
29
30
- Update to version 0.114:
31
+ Port to mozjs 52, the latest version of the firefox JavaScript
32
engine.
33
+ Add gettext support for policy files.
34
+ Fixes for various memory leaks.
35
+ Updated translations.
36
- Update keyring with Ray Strode <halfline@gmail.com> public key.
37
- Drop with_systemd define and all conditionals and
38
polkit-no-systemd.patch and ConsoleKit BuildRequires, we only
39
support systemd now.
40
- Drop upstream fixed polkit-itstools.patch.
41
- Rebase pkexec.patch with quilt.
42
- Add gcc-c++ and pkgconfig(mozjs-52) BuildRequires: New
43
dependencies.
44
- Drop conditional pkgconfig(mozjs-17.0) and pkgconfig(mozjs185):
45
no longer supported.
46
- Drop autoconf and automake BuildRequires: They are implicit via
47
libtool BuildRequires.
48
- Replace glib2-devel and gobject-introspection-devel with their
49
pkgconfig counterparts: pkgconfig(gio-unix-2.0),
50
pkgconfig(gmodule-2.0) and pkgconfig(gobject-introspection-1.0).
51
- Add polkit-jsauthority-pass-format-string.patch: jsauthority:
52
pass "%s" format string to remaining report function, patch from
53
upstream git, adding missed commit (bgo#105865).
54
- Drop polkit-revert-session-magic.patch: Upstream systemd bug is
55
since a long time fixed (gh#systemd#58) (boo#954139).
56
57
-------------------------------------------------------------------
58
Thu Mar 1 11:23:00 UTC 2018 - schwab@suse.de
59
60
- pkexec.patch: pkexec: allow --version and --help even if not setuid
61
62
-------------------------------------------------------------------
63
Wed Feb 28 16:38:33 UTC 2018 - dimstar@opensuse.org
64
65
- Modernize spec-file by calling spec-cleaner
66
67
-------------------------------------------------------------------
68
Tue Aug 15 12:20:52 UTC 2017 - dimstar@opensuse.org
69
70
- Add polkit-itstools.patch: Add gettext support for .policy files.
71
72
-------------------------------------------------------------------
73
Tue Jun 13 15:25:58 UTC 2017 - lnussel@suse.de
74
75
- Use gettext as fallback to get potential distro translations for
76
polkit actions. Similar mechnism as used for desktop file
77
translations. That way it's possible to use weblate to add
78
additional translations that are not provided by upstream
79
(polkit-gettext.patch).
80
81
-------------------------------------------------------------------
82
Wed Jun 8 11:13:43 UTC 2016 - fbui@suse.com
83
84
- Use pkgconfig() instead of requiring systemd package names directly.
85
86
-------------------------------------------------------------------
87
Tue Jun 7 15:25:00 UTC 2016 - fbui@suse.com
88
89
- systemd.pc is shipped by systemd main package (bsc#983167)
90
Strangely polkit wants systemd.pc to detect that the target system
91
is running systemd even if its configured to build systemd support...
92
93
-------------------------------------------------------------------
94
Thu Nov 26 16:26:09 UTC 2015 - meissner@suse.com
95
96
- polkit-revert-session-magic.patch: revert a session detection change
97
that could lead to sessions not being detected as active due to
98
a systemd bug. bsc#954139
99
100
-------------------------------------------------------------------
101
Thu Aug 6 21:26:18 UTC 2015 - antoine.belvire@laposte.net
102
103
- Update to 0.113:
104
* Fix CVE-2015-4625
105
* Fix CVE-2015-3256
106
* Fix CVE-2015-3255
107
* Fix CVE-2015-3218
108
* On systemd-213 and later, the “active” state is shared across
109
all sessions of an user, instead of being tracked separately
110
* pkexec: when not given a program to execute, runs the users’
111
shell by default
112
- Remove polkit-no-kded-leak.patch (upstreamed)
113
114
-------------------------------------------------------------------
115
Mon Jan 12 13:21:20 UTC 2015 - tchvatal@suse.com
116
117
- Try to fix kded leaking due to powerdevil exposing this issue in
118
polkit: (bsc#912889)
119
* polkit-no-kded-leak.patch
120
121
-------------------------------------------------------------------
122
Tue Dec 9 16:23:50 UTC 2014 - meissner@suse.com
123
124
- Added gpg signature and keyring with David Zeuthen and Miloslav Trmac
125
ids.
126
127
-------------------------------------------------------------------
128
Fri Sep 27 08:16:34 UTC 2013 - toms@opensuse.org
129
130
- Fixed URL
131
132
-------------------------------------------------------------------
133
Thu Sep 19 01:13:08 UTC 2013 - hrvoje.senjan@gmail.com
134
135
- Update to 0.112
136
+ polkitunixprocess: Deprecate racy APIs
137
+ pkcheck: Support --process=pid,start-time,uid syntax too
138
(CVE-2013-4288)
139
+ Use GOnce for interface type registration
140
+ Add czech translation po file to distribution
141
+ Update the czech once more with newest pot file
142
143
-------------------------------------------------------------------
144
Fri Jul 5 11:50:44 UTC 2013 - dimstar@opensuse.org
145
146
- On openSUSE 13.1+, switch from mozjs185 to mozjs-17.0 by:
147
+ Conditionally BuildRequire pkgconfig(mozjs-17.0).
148
- Drop libmozjs185-1_0 Recommends: the library is actually required
149
and auto-detected as such by rpm (from 0.111 changes: "The
150
JavaScript interpreter is now mandatory").
151
152
-------------------------------------------------------------------
153
Fri Jun 14 20:34:39 UTC 2013 - hrvoje.senjan@gmail.com
154
155
- Update to 0.111
156
+ Both js185 and mozjs17 versions of SpiderMonkey are supported
157
+ The JavaScript interpreter is now mandatory
158
+ Fixed various memory leaks
159
+ Respect SUID_CFLAGS and SUID_LDFLAGS
160
+ Set process environment from pam_getenvlist()
161
+ Fix the build with automake 1.13
162
- Drop polkit-suid_flags.patch and automake-113.patch, those
163
patches are included in this release
164
165
-------------------------------------------------------------------
166
Thu Apr 11 01:17:21 UTC 2013 - hrvoje.senjan@gmail.com
167
168
- Add automake-113.patch, fixes build with automake-1.13
169
170
-------------------------------------------------------------------
171
Mon Feb 18 19:47:33 UTC 2013 - gber@opensuse.org
172
173
- Recommend libmozjs185-1_0 which is dlopen'ed and required for JS
174
rules
175
176
-------------------------------------------------------------------
177
Mon Jan 14 15:51:20 UTC 2013 - hrvoje.senjan@gmail.com
178
179
- Update to 0.110
180
+ Set XAUTHORITY environment variable if is unset
181
+ Use mutex and condition variables properly
182
+ Build fixes.
183
- Changes from version 0.109:
184
+ Include gmodule-2.0 to avoid linker errors
185
+ Don't require libmozjs185 devel packages for polkit rules
186
to work
187
- Drop polkit-link-gmodule.patch and polkit-libmozjs.patch, those
188
are merged upstream
189
190
-------------------------------------------------------------------
191
Wed Jan 9 14:08:57 UTC 2013 - saschpe@suse.de
192
193
- Only mark the following files as %config, not %config(noreplace):
194
+ %{_sysconfdir}/dbus-1/system.d/org.freedesktop.PolicyKit1.conf
195
+ %{_sysconfdir}/pam.d/polkit-1
196
+ %{_sysconfdir}/polkit-1/rules.d/50-default.rules
197
PolicyKit's own config files should only be changed for good reason
198
and we want to prefer openSUSE's defaults (you still get an .rpmsafe
199
file)
200
201
-------------------------------------------------------------------
202
Mon Dec 10 07:45:47 UTC 2012 - dimstar@opensuse.org
203
204
- Add polkit-libmozjs.patch: dlopen libmozjs185.so.1.0 instead of
205
libmozjs185.so, which is packaged in the -devel package
206
(bnc#793562)
207
208
-------------------------------------------------------------------
209
Thu Nov 15 21:31:19 UTC 2012 - dimstar@opensuse.org
210
211
- Update to version 0.108:
212
+ PolkitAgent: Avoid crashing if initializing the server object
213
fails
214
+ Fall back to authenticating as uid 0 if the list of admin
215
identities is empty
216
+ Dynamically load libmozjs185.so and cope with it not being
217
available
218
+ docs: mention the audience for authorization rules
219
+ build: Fix .gir generation for parallel make
220
- Only conditionally Require ConsoleKit when with_systemd is 0:
221
systemd support obsoletes ConsoleKit.
222
- Add polkit-link-gmodule.patch: Link against gmodule-2.0.
223
- Change libpolkit0 to require polkit >= %version instead of the
224
exact version. This will ease upgrade problems should there ever
225
be a soname bump of libpolkit0.
226
227
-------------------------------------------------------------------
228
Wed Nov 14 09:26:14 UTC 2012 - dimstar@opensuse.org
229
230
- Enable systemd inetegration (change with_systemd to 1): As an
231
agreed target for 12.3, systemd integration will be enabled.
232
233
-------------------------------------------------------------------
234
Thu Nov 8 21:34:15 UTC 2012 - aj@suse.de
235
236
- Add pwdutils to prereq for groupadd and useradd.
237
238
-------------------------------------------------------------------
239
Thu Sep 27 07:55:23 UTC 2012 - vuntz@opensuse.org
240
241
- Add polkit-no-systemd.patch: this patch, only applied when not
242
building systemd support, removes the systemd service reference
243
from the dbus .service file. This is needed as the systemd
244
.service file does not get installed in that case and dbus gets
245
confused because it expects it.
246
- Make %{_datadir}/polkit-1/rules.d and
247
%{_sysconfdir}/polkit-1/rules.d owned by user polkitd, as those
248
directories have 0700 as permissions.
249
- Those two changes should fix polkit so it can start.
250
Fix bnc#782395.
251
252
-------------------------------------------------------------------
253
Tue Sep 25 09:05:02 UTC 2012 - vuntz@opensuse.org
254
255
- Use %{_localstatedir}/lib/polkit for $HOME of polkit user,
256
instead of %{_libexecdir}/polkit-1. The directory is manually
257
created in %install.
258
259
-------------------------------------------------------------------
260
Fri Sep 14 18:20:06 UTC 2012 - vuntz@opensuse.org
261
262
- Update to version 0.107:
263
+ Try harder to look up the right localization
264
+ Introduce a polkit.Result enumeration for authorization rules
265
+ pkexec: add support for argv1 annotation and mention
266
shebang-wrappers
267
+ doc: update guidance on situations where there is no polkit
268
authority
269
- Changes from version 0.106:
270
+ Major change: switch from .pkla files (keyfile-format) to
271
.rules files (JavaScript)
272
+ Nuke polkitbackend library, localauthority backend and
273
extension system
274
+ Run polkitd as an unprivileged user
275
+ Add a systemd .service file
276
+ Several other code changes.
277
+ Updated documentation.
278
- Changes from version 0.105:
279
+ Add pkttyagent(1) helper
280
+ Make it possible to influence agent registration with an a{sv}
281
parameter
282
+ Several other code changes.
283
- Add pkgconfig(mozjs185) BuildRequires: new dependency for the
284
authority backend.
285
- Rebase polkit-no-wheel-group.patch: the admin configuration is
286
now in a .rules file.
287
- Rebase polkit-suid_flags.patch.
288
- Explicitly pass --enable-libsystemd-login or
289
--disable-libsystemd-login, depending on whether we build systemd
290
support.
291
- Add a %pre script to create the polkitd group and user, as
292
polkitd now run as an unprivileged user.
293
294
-------------------------------------------------------------------
295
Wed Aug 22 15:52:30 UTC 2012 - meissner@suse.com
296
297
- also use -z now for binary hardening
298
299
-------------------------------------------------------------------
300
Wed Jun 13 20:54:29 CEST 2012 - vuntz@opensuse.org
301
302
- Package /etc/polkit-1/localauthority and its subdirectories. They
303
were forgotten because they were empty, but people might need
304
them to put .pkla files.
305
306
-------------------------------------------------------------------
307
Fri Feb 24 12:11:04 UTC 2012 - vuntz@opensuse.org
308
309
- Change the way we pass -fpie/-pie:
310
+ Drop polkit-pie.patch: this was not upstreamable.
311
+ Add polkit-suid_flags.patch: respect SUID_CFLAGS/SUID_LDFLAGS
312
when building the suid binaries (pkexec and
313
polkit-agent-helper-1).
314
+ Add autoconf, automake and libtool BuildRequires, and call
315
autoreconf, for the new patch.
316
+ Set SUID_CFLAGS to -fPIE and SUID_LDFLAGS to -pie in %build.
317
+ Pass --with-pic to configure instead of changing CFLAGS to
318
contain -fPIC.
319
320
-------------------------------------------------------------------
321
Tue Feb 7 14:39:43 UTC 2012 - dlovasko@suse.com
322
323
- fixed bnc#743145 - added -fpie/-pie flags to compilation and linking of polkit-agent-helper and pkexec
324
325
-------------------------------------------------------------------
326
Mon Jan 9 09:33:30 UTC 2012 - vuntz@opensuse.org
327
328
- Split typelib file into typelib-1_0-Polkit-1_0 subpackage.
329
- Add typelib-1_0-Polkit-1_0 Requires to devel subpackage.
330
- Add explicit libpolkit0 Requires to devel subpackage: it was
331
missing before.
332
- Remove explicit glib2-devel Requires from devel subpackage: it
333
will automatically be added the pkgconfig() way.
334
- Improve summary of libpolkit0 subpackage.
335
336
-------------------------------------------------------------------
337
Wed Jan 4 22:03:54 UTC 2012 - crrodriguez@opensuse.org
338
339
- A quick test reveals that the systemd backend does not
340
integrate very well with packages yet, revert.
341
342
-------------------------------------------------------------------
343
Wed Jan 4 21:02:38 UTC 2012 - crrodriguez@opensuse.org
344
345
- Previous update missed systemd-devel in buildrequires
346
without it no systemd support is built
347
348
-------------------------------------------------------------------
349
Wed Jan 4 13:52:09 UTC 2012 - vuntz@opensuse.org
350
351
- Update to version 0.104:
352
+ Add optional systemd support
353
+ Add netgroup support (fdo#43610)
354
+ Add unit tests (fdo#43608)
355
- Changes from version 0.103:
356
+ Mistype in DBus object: PoliycKit1 -> PolicyKit1
357
+ Add support for the org.freedesktop.policykit.imply annotation
358
+ Add --no-debug option and use this for D-Bus activation
359
+ Add org.freedesktop.policykit.owner annotation (fdo#41025)
360
+ Default to AdminIdentities=unix-group:wheel for local authority
361
- Drop patches that were taken from upstream:
362
+ 0001-Add-support-for-the-org.freedesktop.policykit.imply-a.diff
363
+ 0002-Add-no-debug-option-and-use-this-for-D-Bus-activation.diff
364
+ 0003-Bug-41025-Add-org.freedesktop.policykit.owner-annotat.diff
365
- Add polkit-no-wheel-group.patch: do not allow the wheel group as
366
admin identity, and revert to only accept the root user for this.
367
368
-------------------------------------------------------------------
369
Wed Nov 2 10:30:03 UTC 2011 - lnussel@suse.de
370
371
- pick some patches from git to add support for
372
org.freedesktop.policykit.imply, disable debug spam and allow
373
unprivileged users to query authorizations (bnc#698250)
374
375
-------------------------------------------------------------------
376
Fri Sep 2 10:42:54 UTC 2011 - vuntz@opensuse.org
377
378
- Update to version 0.102:
379
+ pkexec:
380
- fdo#38769: Support running X11 apps
381
- Avoid time-of-check-to-time-of-use problems with parent
382
process
383
+ Fix backend crash if a .policy file does not specify <message>
384
+ Fix multi-line pam prompt handling
385
+ Don't show diagnostic messages intended for the administrator
386
to the end user
387
+ PolkitUnixProcess:
388
- Clarify that the real uid is returned, not the effective one
389
- Record the uid of the process
390
+ Backend: Use polkit_unix_process_get_uid() to get the owner of
391
a process
392
+ Introspection fixes:
393
- Add --c-include to the gir files
394
- Specify exported pkg-config files in GIRs
395
+ Build fix.
396
- Drop polkit-CVE-2011-1485-1.patch, polkit-CVE-2011-1485-2.patch,
397
polkit-CVE-2011-1485-3.patch, polkit-CVE-2011-1485-4.patch: fixed
398
upstream.
399
- Remove service usage, following the new consensus on Factory
400
packaging.
401
402
-------------------------------------------------------------------
403
Wed Aug 10 12:20:39 UTC 2011 - dimstar@opensuse.org
404
405
- BuildIgnore ruby, which is being dragged in via indirect
406
dependencies by gtk-doc for one of the helpers, which we do not
407
need during the build of polkit. Not dragging ruby in resolves a
408
build-cycle.
409
410
-------------------------------------------------------------------
411
Thu May 5 19:35:05 CEST 2011 - vuntz@opensuse.org
412
413
- Use %set_permissions instead of deprecated %run_permissions in
414
%post.
415
- Add permissions PreReq, which was missing before.
416
417
-------------------------------------------------------------------
418
Tue Apr 26 21:19:32 CEST 2011 - kay.sievers@novell.com
419
420
- use LGPLv2.1+ in spec file
421
422
-------------------------------------------------------------------
423
Tue Apr 26 18:24:01 CEST 2011 - kay.sievers@novell.com
424
425
- stat race condition (CVE-2011-1485) (bnc#688788)
426
427
-------------------------------------------------------------------
428
Wed Apr 6 15:40:51 UTC 2011 - fcrozat@novell.com
429
430
- Remove PolkitAgent-1.0.typelib from main package, it is in
431
library package.
432
433
-------------------------------------------------------------------
434
Wed Mar 9 13:54:11 UTC 2011 - coolo@novell.com
435
436
- update to 0.101:
437
* tons of bug fixes, see NEWS
438
439
-------------------------------------------------------------------
440
Wed Nov 10 15:04:36 UTC 2010 - coolo@novell.com
441
442
- fix file list
443
444
-------------------------------------------------------------------
445
Thu Sep 16 09:34:50 CEST 2010 - vuntz@opensuse.org
446
447
- Update to version 0.99:
448
+ Remove duplicate definitions of enumeration types
449
+ Fix (correct) GCC warning about possibly-uninitialized variable
450
+ Fix another GCC uninitialized variable warning
451
+ fdo#29816: Install polkitagentenumtypes.h
452
- Drop polkit-install-missing-header.patch: fixed upstream.
453
454
-------------------------------------------------------------------
455
Thu Aug 26 10:04:44 CEST 2010 - vuntz@opensuse.org
456
457
- Update to version 0.98:
458
+ Fix scanning of unix-process subjects
459
+ Add textual authentication agent and use it in pkexec(1)
460
+ Fix ConsoleKit interaction bug
461
+ pkexec: add --disable-internal-agent option
462
+ pkcheck: add --enable-internal-agent option
463
+ Fix wording in pkexec(1) man page
464
+ Various doc cleanups
465
- Changes from version 0.97:
466
+ Port to GDBus
467
+ Add shadow authentication support
468
+ Remove Lock Down functionality
469
+ fdo#26982: pkexec information disclosure vulnerability
470
+ Make polkitd accept --replace and gracefully handle SIGINT
471
+ Implement polkit_temporary_authorization_new_for_gvariant()
472
+ Make NameOwnerChanged a private impl detail of the interactive
473
authority
474
+ Add a GPermission implementation
475
+ PolkitAuthority: Implement failable initialization
476
+ PolkitAuthority: Add g_return_if_fail() checks
477
+ Add g_return_if_fail() to all public API entry points
478
+ Use polkit_authority_get_sync() instead of deprecated
479
polkit_authority_get
480
+ PolkitBackend: Don't export unneeded convenience API
481
+ Update GI annotations
482
+ Don't dist org.freedesktop.ConsoleKit.xml.
483
+ Properly reference headers
484
+ fdo#29051: Configuration reload on every query
485
- Drop pkexec-information-disclosure.patch: fixed upstream.
486
- Add polkit-install-missing-header.patch to install a header that
487
should get installed.
488
- Remove eggdbus-devel BuildRequires.
489
- Build with introspection support: add gobject-introspection
490
BuildRequires and pass --enable-introspection to configure.
491
- Fix groups of all packages to be valid groups.
492
493
-------------------------------------------------------------------
494
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
495
496
- use %_smp_mflags
497
498
-------------------------------------------------------------------
499
Fri Apr 9 19:14:09 CEST 2010 - kay.sievers@novell.com
500
501
- fix pkexec information disclosure
502
(fdo#26982, CVE-2010-0750, bnc#593959)
503
504
-------------------------------------------------------------------
505
Mon Jan 18 14:20:11 CET 2010 - dmueller@suse.de
506
507
- add baselibs.conf
508
509
-------------------------------------------------------------------
510
Mon Jan 18 12:56:02 CET 2010 - kay.sievers@novell.com
511
512
- new upstream release 0.96
513
- Bug 25367 — Also read local authority configuration data from /etc
514
- Run the open_session part of the PAM stack in pkexec(1)
515
- Bug 25594 – System logging
516
- Properly handle return value from getpwnam_r()
517
- Fix error message when no authentication agent is available
518
- Make pkexec(1) validate environment variables
519
- Make pkexec(1) use the syslogging facilities
520
- Save original cwd in pkexec(1) since it will change during the life-time
521
- Complain on stderr, not stdout
522
- Don't log authorization checks
523
524
-------------------------------------------------------------------
525
Wed Jan 6 18:22:23 CET 2010 - dmueller@suse.de
526
527
- update to 0.95:
528
The major change this release is that the lockdown feature has
529
been cleaned up in a way so it isn't specific to the local
530
authority. See the NEWS files for more details.
531
532
-------------------------------------------------------------------
533
Wed Dec 16 10:44:34 CET 2009 - jengelh@medozas.de
534
535
- Package documentation as noarch
536
537
-------------------------------------------------------------------
538
Wed Aug 19 23:22:44 CEST 2009 - vuntz@novell.com
539
540
- Add Requires on polkit to libpolkit0: all applications using
541
libpolkit0 will really need polkit to be installed to work
542
properly.
543
544
-------------------------------------------------------------------
545
Thu Aug 13 04:31:38 CEST 2009 - kay.sievers@novell.com
546
547
- new upstream release 0.94
548
- Allow unprivileged callers to check authorizations
549
- Don't spawn man(1) from a setuid program
550
- Add polkit.retains_authorization_after_challenge to authz result
551
- Ensure all fds except stdin/stdout/stderr are closed after exec(2)
552
- Be more careful when determining process start time
553
- Remove temporary authorization when the subject it applies to vanishes
554
- Generate GI gir and typelibs for libpolkit-gobject-1
555
- drop patches which are in the release now
556
- disable introspection
557
558
-------------------------------------------------------------------
559
Tue Aug 11 21:23:49 CEST 2009 - kay.sievers@novell.com
560
561
- add upstream patches:
562
polkit-close-stdfds.patch
563
polkit-no-man-spawn.patch
564
polkit-proc-stat-parse-fix.patch
565
- drop rpmlint patch
566
567
-------------------------------------------------------------------
568
Thu Aug 6 17:36:16 CEST 2009 - meissner@suse.de
569
570
- check for the right binary in verify_permisisons
571
572
-------------------------------------------------------------------
573
Thu Jul 30 17:32:41 CEST 2009 - coolo@novell.com
574
575
- disable suid bit for now to get software build on top
576
- split out libraries to follow shared library policy
577
578
-------------------------------------------------------------------
579
Tue Jul 21 03:20:55 CEST 2009 - kay.sievers@novell.com
580
581
- update to version 0.93
582
583
-------------------------------------------------------------------
584
Sun Jul 19 15:31:44 CEST 2009 - kay.sievers@novell.com
585
586
- initial import of polkit 0.92
587
588