typelib-1_0-Polkit-1_0-0.116-1.51 >  A ^p9|j,L)5w3EEX'S |q=ò RGADinD\aͺҸ1V}GWvT@ ʢuQ{Ť69{rBCfÀ1'~-?6Ҩ\h]D\o !. sj"p}}F"VGpNEdŤEpk^R&LĞrd㽔 45163cb05051c5068eb1585d1a1c06e9d6f125f3915bd67f94d2d14c65417c84c7633654e3f632e24eb347122ba2dfce2efb03594^p9|O)⬈i+a|Ȟc)EClcJDҀ=7ii}1#XW2kDlš}Tc 5 90<j#l•Q62*27%mZcQbʕ~8}tgx Vhێ3gl[$g,f^su I-Yjk܁*5]{|.-7 @pn)#xdKӿ"m$'Y\$>p>?d $ `<@HLe       8 ` A (o8x9:'FGHIXY\]^#b@cdAeFfIlKu`vhwlxty| zCtypelib-1_0-Polkit-1_00.1161.51PolicyKit Authorization Framework -- Introspection bindingsPolicyKit is a toolkit for defining and handling authorizations. It is used for allowing unprivileged processes to speak to privileged processes. This package provides the GObject Introspection bindings for PolicyKit.^sheep25ZdSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttp://www.freedesktop.org/wiki/Software/polkit/linuxx86_64J܁^^028c21253eb16265b81e4395d01d45b7ceb14fd2cbff4c10446746707fc88f069498ecb52b4cb815e637215bab653be2c919df86e9951e81d3d43c4197d80ad8rootrootrootrootpolkit-0.116-1.51.src.rpmtypelib(Polkit)typelib(PolkitAgent)typelib-1_0-Polkit-1_0typelib-1_0-Polkit-1_0(x86-64)@@    @@@@libpolkit-agent-1.so.0()(64bit)libpolkit-gobject-1.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)typelib(GLib)typelib(GObject)typelib(Gio)typelib(Polkit)3.0.4-14.6.0-14.0-15.2-12.02.02.01.04.14.1]@]z@\t@\g\\@[v[E@ZUZ@ZY@Y?WXWV@VV@UL@T@T@bjorn.lie@gmail.commeissner@suse.combjorn.lie@gmail.comdimstar@opensuse.orgmvetter@suse.commeissner@suse.combjorn.lie@gmail.commeissner@suse.combjorn.lie@gmail.comschwab@suse.dedimstar@opensuse.orgdimstar@opensuse.orglnussel@suse.defbui@suse.comfbui@suse.commeissner@suse.comantoine.belvire@laposte.nettchvatal@suse.commeissner@suse.com- Fix usage of libexecdir instead of prefix/lib where applicable.- polkit-keyinit.patch: add pam_keyinit to the polkit configuration (bsc#1144053)- Update to version 0.116: + Leaking zombie child processes. + Possible resource leak found by static analyzer. + Output messages tuneup. + Sanity fixes. + pkttyagent tty echo disabled on SIGINT. + HACKING: add link to Code of Conduct. + polkitbackend: comment typos fix. + configure.ac: fix detection of systemd with cgroups v2. + CVE-2018-19788 High UIDs overflow fix. + CVE-2019-6133 Slowfork vulnerability fix. + Allow unset process-uid. + Port the JS authority to mozjs-60. + Use JS_EncodeStringToUTF8. + Updated translations. - Replace pkgconfig(mozjs-52) with pkgconfig(mozjs-60) BuildRequires following upstreams changes. - Drop patches fixed upstream: + polkit-fix-possible-resource-leak.patch + polkit-fix-leaking-zombie-child-processes.patch + polkit-CVE-2018-19788.patch - Refresh patches with quilt.- Use systemd_ordering instead of systemd_requires: strictly speaking, polkit does not require systemd to be present. Just that when we install on a system with systemd (e.g outside containers) we would want systemd to be present before installing polkit. Help also reduce a cycle without special hacks in systemd.spec.- bsc#1130588: Require shadow instead of old pwdutils - User proper Requires(pre)/Requires(post) for permissions and shadow- polkit-CVE-2018-19788.patch: Fixed handling of UIDs over MAX_UINT (bsc#1118277 CVE-2018-19788)- Add polkit-fix-possible-resource-leak.patch: Fix possible resource leak found by static analyzer. - Add polkit-fix-leaking-zombie-child-processes.patch: polkitd: fix zombie not reaped when js spawned process timed out (fdo#106021).- Update to version 0.115: - Fix CVE-2018-1116: Trusting client-supplied UID (bsc#1099031) - jsauthority: pass "%s" format string to remaining report function (obsoletes polkit-jsauthority-pass-format-string.patch)- Update to version 0.114: + Port to mozjs 52, the latest version of the firefox JavaScript engine. + Add gettext support for policy files. + Fixes for various memory leaks. + Updated translations. - Update keyring with Ray Strode public key. - Drop with_systemd define and all conditionals and polkit-no-systemd.patch and ConsoleKit BuildRequires, we only support systemd now. - Drop upstream fixed polkit-itstools.patch. - Rebase pkexec.patch with quilt. - Add gcc-c++ and pkgconfig(mozjs-52) BuildRequires: New dependencies. - Drop conditional pkgconfig(mozjs-17.0) and pkgconfig(mozjs185): no longer supported. - Drop autoconf and automake BuildRequires: They are implicit via libtool BuildRequires. - Replace glib2-devel and gobject-introspection-devel with their pkgconfig counterparts: pkgconfig(gio-unix-2.0), pkgconfig(gmodule-2.0) and pkgconfig(gobject-introspection-1.0). - Add polkit-jsauthority-pass-format-string.patch: jsauthority: pass "%s" format string to remaining report function, patch from upstream git, adding missed commit (bgo#105865). - Drop polkit-revert-session-magic.patch: Upstream systemd bug is since a long time fixed (gh#systemd#58) (boo#954139).- pkexec.patch: pkexec: allow --version and --help even if not setuid- Modernize spec-file by calling spec-cleaner- Add polkit-itstools.patch: Add gettext support for .policy files.- Use gettext as fallback to get potential distro translations for polkit actions. Similar mechnism as used for desktop file translations. That way it's possible to use weblate to add additional translations that are not provided by upstream (polkit-gettext.patch).- Use pkgconfig() instead of requiring systemd package names directly.- systemd.pc is shipped by systemd main package (bsc#983167) Strangely polkit wants systemd.pc to detect that the target system is running systemd even if its configured to build systemd support...- polkit-revert-session-magic.patch: revert a session detection change that could lead to sessions not being detected as active due to a systemd bug. bsc#954139- Update to 0.113: * Fix CVE-2015-4625 * Fix CVE-2015-3256 * Fix CVE-2015-3255 * Fix CVE-2015-3218 * On systemd-213 and later, the “active” state is shared across all sessions of an user, instead of being tracked separately * pkexec: when not given a program to execute, runs the users’ shell by default - Remove polkit-no-kded-leak.patch (upstreamed)- Try to fix kded leaking due to powerdevil exposing this issue in polkit: (bsc#912889) * polkit-no-kded-leak.patch- Added gpg signature and keyring with David Zeuthen and Miloslav Trmac ids.sheep25 15914082941.01.00.116-1.510.116-1.51Polkit-1.0.typelibPolkitAgent-1.0.typelib/usr/lib64/girepository-1.0/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP2:GA/standard/acab9b9bf549d8161c2d45eac9469fae-polkitcpioxz5x86_64-suse-linuxPRRRRPRRRRR^ )cя,utf-832580b2820fc62053a78f14baa1376ca86dd622535d43f28e29d8a9dc3801648? 7zXZ !t/\#] crv(vX0fO@p|hn,ThY4Fו,TN~rڟఀY $NyEϋq8D[ԐwZ | y2b60ͩھ_\f6~='-ptDj"Y\8 ŠUNxmJO5WjVɳ5+(wGÆߞ@^9蜩3t1BۘO0&6C.ϣF˚eQ.`\'INm)&a:yH]Ma#kۿڇ~"ۡ͜դ 1Ǎhxu~HK#T7,:xƅ7Tx }_ns"1מ[V&[b!Hc2+YD^ 7x=Mk\AONpZ׌&uz\= gieOt_ۀ&q,YLVo؂$EЖ8kHHʕ1KE]kN{:L` * 8+Or1̦6O5HIt R„k|b./B;NM@xq!crσ?+ufSGͲMs]O l.uTOBIXC^…B{"q^ qo*<6CpI4>W^),q:1X$KeQS5/b sOBD#_$ 81'JHC#N6r+ YpMtI'J\ 5mVms&sLs[du;ꛫk[佀 YXb-͓;/sbV6ATD֩8hGE0I`*K׾D.kCNG Y;T2X~L3+%$=eEbSM}'5PH Wy8wMW_7ASLy9>C]YTNxdJU>;# j?99 d~#ȟ3uX_ܫuޖD)hɸQڈv4R: =A`Cr)37{*d5DV(r J oղ bA_8A|y'aRͨ~+F3 K vr S5"Qx|W|[o<LIʅa^ $q80\K P0_z&`r?bxpϧ{9<\|MYC_&!Q6Y2 .л@EFaO).ϲLyK:^?Lїa%*nQx*yȪC߄!'cS=Ohޛ?7nL] gYd$2Qa'iLEjە{}|Q8Rb9vp^/\\Q٨ +xFg4W~uq ] M5a$O ] zT0yz@]cb++pc f3cJjBKI=՛ի[C!2gȀ.bluE)rf'F"^t#U RIkډA &_ /J8$ug:C0NFKǞ',,ӠNeWx%/Uj7B!Õn .؜FGhfT [Ms(4eMNfCm҆T|>Mx 9`=17~ݾ7hDįV.CRWqCPYC˼]遁v)g29!86Ʉ׾7S F H)P t&t N3R@,n. <6j<%at)3M2̉i7 ]6;!ۧ9!Mo/?Zj?1Qi9yg&0HpsaqP877(0v%eIHr꓊R׼z=6l(D^Pbޗ0ȸ#Aѷ18~`p$ĺN~t'Euut3`\_&ԪثZo/?{P~.h{l-+وW'۠pl.Y3wݕ/AW 4V$̑ᱞJ).A'{£Al zoz:Lj~Tj{1\Wr@:r=uF+IҭKmGO1 c68w  9vp?>g ^東&W ^c1zT{dȺ̒K`t:X#iU]Cz:0 5穐ؼS"-t~_=Ea jspfٽD(f>Tnsuc*_l"cx3~PHlyhg*`?T&).$”Ѡ;EbsKBmsKkþ$h]KU'XHvj[e.lNg8Y= ҆5sH>Vp2jRu]I/%"!+{TI9ǘKorR']B= 8Gz[J)l0uk—l( lٓl WV>a~k'Y98`w=bt 0lpO'f#䊇%Ů]Gw/ӢS %FT|>H`DnV޿GvL}1ki "%^#fzqy# |p]Vl_`~c& G/lܸd Ҫ:i:ߴ'_ڗTt<d tXJ?s|?J-I蠫Plf(@Dﯱ!j:O{fl';b #S,.SMv^1#cF +˗{UZb,wea0^H/bŏ*ҧ>CV#s'҅=s8jBskFAxŠ;u "S?d{sr`tM!5p>rQƶ7uA؃؊oV8ŒeizAc+5C,} K7}RK끱a%ڗ^F یEV嚜u[L8{ޖ?hު Y(i@[5<-yO6'b GdOflZ '?27o=BGF,_,M<~$ M]niiWSwnʗs ԁfZ_ԌLsw*jh4 N $BoV*x0`鳔cN~V36,Vѯ쉣ƪ{h])-\~ \$\Ø1=J%N΍ȅtG(U-3SfFVhZCXWʚo>rغ`LA86Іh%|nҟjP #-U@{n:nrCUMn`wl|^~_CFn~ӂw 7W} Cvg~縲2WqC=)1ooP0~FV Ę*o4!q1 R?~LH œ.bt@k.8܃ARh@hS4\ғ!Q_@Fj!S$E6ԍZ-R>_޻ DX1=ޒ_>tB]v׉J!.ywoh]"^$;R.]z,L2FI0e,+iu=^A FQ,!N=7[g# 𽣘Д,<C+:.Swu\.'s>{n~|Ʉ9zgu#zZ1c)@ II7w`~^%n pĮ$.9d3`kowH2bc.?q'hfhjFVΗ#VdPPao8ufVl[xp[ZW3Xg+y¼KHWcKKci(cD-K}[ٝp9m+$Av#Y3 bCҌhnfg ⇍E>@yoY1 ue L6h%(_4)aS` >~5Mp1Ҧ")|Ma޼ 3fGq%b^=ndhX ptbV$G:v)) YZ