libpolkit0-0.116-3.9.1<>,eb{p9|Ba@ h? Xd   H 5Vh ~     $(8(9:>@FG$H4IDXHYX\t]^bcd"e'f*l,u@vPwxxyz    TClibpolkit00.1163.9.1PolicyKit Authorization Framework -- LibrariesPolicyKit is a toolkit for defining and handling authorizations. It is used for allowing unprivileged processes to speak to privileged processes. This package contains the libraries only.b{ibs-arm-2HSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttp://www.freedesktop.org/wiki/Software/polkit/linuxaarch64 ( b{b{b{b{c092781746bd516dc485d771ed32065b2362caa01f2392d97924001601ab82c18d917437e15dd9099335c387f22d5d373a4dc22fb05169a56a4f45f076489640libpolkit-agent-1.so.0.0.0libpolkit-gobject-1.so.0.0.0rootrootrootrootrootrootrootrootpolkit-0.116-3.9.1.src.rpmlibpolkit-agent-1.so.0()(64bit)libpolkit-gobject-1.so.0()(64bit)libpolkit0libpolkit0(aarch-64)@@@@@@@@@@@@@     /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_213)(64bit)polkitrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.1163.0.4-14.6.0-14.0-15.2-14.14.1b a@`]@]z@\t@\g\\@[v[E@ZUZ@ZY@Y?WXWV@VV@UL@T@T@rfrohl@suse.commeissner@suse.commeissner@suse.combjorn.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- CVE-2021-4115: fixed a denial of service via file descriptor leak (bsc#1195542) added CVE-2021-4115.patch- CVE-2021-4034: fixed a local privilege escalation in pkexec (bsc#1194568) added CVE-2021-4034-pkexec-fix.patch- CVE-2021-3560: fixed a local privilege escalation using polkit_system_bus_name_get_creds_sync() (bsc#1186497) CVE-2021-3560.patch- 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./sbin/ldconfig/sbin/ldconfigibs-arm-2 16443299080.116-3.9.10.116-3.9.1libpolkit-agent-1.so.0libpolkit-agent-1.so.0.0.0libpolkit-gobject-1.so.0libpolkit-gobject-1.so.0.0.0/usr/lib64/-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:Maintenance:22716/SUSE_SLE-15-SP2_Update/ec91c1ce954d2da72110deaed7a67a5e-polkit.SUSE_SLE-15-SP2_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=861367d12446a3f49d92e98ce9eecd483960a489, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=711d235c04a24280fa12564f6e3519107b52f83e, stripped PRR RR RRRR RRPR RR RRRRRR R RR>utf-87d9c7a011e69f0d664cbb5c2931f1ca8e6727db48f0b17fac02cc281b81a3d9a?7zXZ !t/rZ@4]"k%aduLԦKUSS`ڇ) J:DxSz7mB0 #+SLV"ȇ&s|<'FΦ YNh[+8v~LSeL3L6z\Ewvr_Q;d+ V+ ^q8k$L.|rtzvIү甾&вC ͻJ3*$S7m'r6 V+Y-x:|_s}<#6h%E V-BY4ͳ_]Z(42PI#qێ!:C`9x$-֊p.F\#/򱺰;:Y;kW$Mz8vzEO)UM`/F6ӆ=0SL.tc\3_Ul!KӢMQd:}Ȅbd"p.8OWZ|oT~>p̈́2`c9d]n:*U|j=,Df5Si~á<TZl1P$4 iN',g V zfy*4[ &%,<پVB6 if# \/rCfv}A笼 d6=ѻH _O;m f;)*>}FnP#X?m-$z"nŠ\.Ō㰜K^*vF]b_wFrI>@[ % 3}*Vy@\g:(15. wxϿPW]y mxuly&M`*F9Et[V6D'$܁~ilqD2ԔUnD\ޝ t\㹛(6~Z:By 2=j{5aD>Mv*@J t 2HWJ|lߖ4Y|z+O2k_VrCGX ]Bd.T2V-?/j5v'ng BPS/6y -x}W0k€g;rc:Es8Di ԞbI%Jrx_\ _Ɯdȡxf%FX&F4\}\%<uOo':JDYrCYNl, /&!$P/`EOmL5qqv=ASީ:&vKkX{Bu1TJx4GS}'Gz (e.#CuF^hJk' I}! 5!{6y(>ucZm]gz6>2 b,yK֦xi#Cώ?X&pՎ$j26ppkɘGPVʏ":%1ܲm.4Si,BA]m8nvOm6Dkjg!I@+ )'Ur`+? 'd*=W$(S.]ߟ=T(s]É3 ;Fʰe|cTٖP }0qiG%f:6/gK12G7e;s]U}_wT:ed)S䃺űǏ 1.?Rmx.IU*=2(~ yFt+\I(ѥ {q:Ppp6j9;y}vx:y!K<#PnQ˴y{2z_^dLd Z~-g.Ei1c@TN)r-[_ϵ+܍!mCꌄP2 POh6bnʓXMdp@CB?ˊTt^:{,~dk\Qzr.efc{ CXG| ~ߛN[1_]C/8c_iZ\:8JKYH[|Rj3ŕfBrrn/pw+³a؆XI]N5%A!c㾊P-@!-+_b  SK%=Mz1PÈ-x[ 9! B4r8`BD<(JfdQسc쮓mYruk/B-Ȯ0@i}N^ǭC$ 7Jt͈ef몘6| yꖕ#dJJ;GUhbH]|&eT1}!| ` nܠ[JA5㲊F+Dߜ/SuwOID/w#P^g:5M%|m{E[sñ+0Mwx6 \2^/cц@6ZVm/=T%Q arPl W ҃Q.?T-( q}ʁ6/kVSk*sf'I e^)/j^7vwVhc[#r0)rxa^&Qo#ˉW pa-8’ub= yWNM@ۛ2|:eDk{7,K_!*%גBx&қ8e=n>9]>sZoSCXu'#Y+LIx7{U++_!tnQm\/}LEm-NةjRՈ5/Z ! 7 G7ZG.Gu g %X滶]z#`aܑV\N澯hÆPG%ޥ,Ny,5Jt*Ik22 hN.Hk7->~ݪ/+8^3y֊w-.?Nҽ'Rp]1;O*pOH>[-|th2-l4Z<3^y %msEsx-eA5^Hjffsh`׸;k~yYlosQ3+zbލI˵o8pr%'7|-  P$(mH(ώ2j%;7F=ǖ\/ԌF VWAAc_L:ƳD-YBo eVqb~v\gF_.2qL`dg%炼F߾NS6[C8{=cٯ 4,?$%]Y6ޕf'r': 7r K.8\@d:!)\"ɌHx#b~qw0ʁD- oe`/J2:'bD4z{cKRD6UkI"^_J*Н ] 8 >p>9߹XQgE!_]*E |Fg]$FC;~f-ny|jSu]0lG.Rg>*E03V+u],ܶ~n,n=jH}%yZ3›yǣ` J |OfӮlr o.WE6`ݽ>ZL.ćMKl9_|C@[m˔q`M <TEnV#VcgۑؒbPک /nN N4: 9)!%e0 7ִh2^AtkzIQg٧y~~f|B u|%;mESdnǿR4w6}SWo0-3_PL7M"Ɛ)t+$Ď6֤ek/qKJ-{ WYr׋x|ūijZ[wB Ѱl` #tF%rM)=@M&/W\ߪID,:S}HLCc-BׁMRaLU!Q/U`yx+]SL:}qd6 Z-rZLK,!|%*ҕwI=4:'?Wv|uw XOg +(f&Wm6ڻi,떩(yȢEy;@'47.SSx㣋u)PC Ӭ 5~( Dұ* a( JbTF~ `.~N?…tcyjI7u01\75(| QHͤ{ʲ6H`b_rX-/x!2 ݮqZ 3ƍZ %{|5@ÍN^@n9I9:c DNԃ'(PҔYvo§ : Wtmݘ290~*M;zgY ݛȚk _e7$ YxY'ŒN( 6_Ze Z fL 6+. *.Ŝ ߧm1E>I G{!.×:Knڢe)$)(ia5 >)6 }VB:kcGw=jYD>M'"Zg 㰘EpX[Pkx6i_Z8I8Z:}Y]X˚;ԃ% .]SrQUb eGzQdzo@~kNUhK7sBmqWXXUm/v)_Ta)w`mB08(=yw 87W6ZU޲9|ro%_ .],EQ[C#>͟k"=#CSٳ7Ji}ŅZ?r/'細ovO§E6sk@^D^Z>gr3Ѓô6aXcW8QhNȗ L<960]qA?[·Zh -] 1n+w-ǁ,KAVq^ɅvEvcG -Ʊ>f,(zJ]YI9jk{ ;]GTv+JdҢk ;:;[YTTfzKXeC31tǪ)2JqeB܆A\$t0yY׃K^ɬ ~5ge4:?Y~g}<6&G%C0q0jMsaCg,^P|•:حvJ+RZ߫}F TbN#-ZI{y,c ݙz{RI}y_H@-vZKK郳MT|H:}6qhZQ'$ѹ5fiد!u 5q}v y_4.Tsnw~X]CbNN>ϵ4)(2=91#[a~NG$w.G- },9us#m/%RIK w44 |lAV웗N "Ao/ in|a9)go(.1ۍH."L `a E'$h)hlv^dW=ա4XܱNhy6ͨUp:S7q$)}X'V &Gzܺ[È.*8y&l` 7)+Z[jK<&P7s82'¶%\tDŽ'];Uʨ2lJ:9XKh듍*5t[>) :d]uiQ6]ߨϱY'Ū[S,cPK'm>7Җ3.3Xni~So2I ^탲@.~*Q2m*%suq)Cr|td%c bYԚĤ$@Cls0S.5|#fu!@fgOZ[L0^5Rf؋9qtu]a}Kylؙ{ĩF ת 3ƚ#D,pL0tO'TVƷ^NZĮxuuc16R;FB#R}xa']Wш),YY*z9g}"jڙУHyI0~-dL%'lYG7;s!VPf/ ݙeETɄTU]^bR%vAofLQќu8r('m1Xe|ˡR@t|>?":ɽRxS}~B)SpHTv?0!S!| &!CxKB2]KI"XY;w_ P&_SٗEty!t aGe r B*9xɳ诮I9lM}~wk"! ;P6z|SJR!ET#$Cܰ(Br8_H@6zh(p'&]2tHi"9JUw;%1#^2I?='<])io, j&W& ˊz 3|c,H{: iͥq7H&,;Ax {zy$$z3J3?LUZRה h+VfGvB|fJe<\0 O_#|dX/ +@;4k,搛(~CvXL@YG_,ˢ;A@?WTVRg%}?ϛG9|sdgD+餗]ZvD$(~c2X<֝gt!;Jw1TPH)[ᢔ> ovjI/Mo8.K 8[p7*!,-JrW]z G|``Yf Q()(i"/:?#H5Wob4/֐S7@d)DTS}xQbK#y E3,]lᕶQkjTQ/X_5c&{hi霧Ńz(g}B}6%pQ> o䑏uO-lo6f.,YȘ޿.R#B@1N6fݺSiGcK4KY) bX*,*e.Zw, &m@Pfûd%*yqW&λ&hA\̌jw%. 7{Z'{N&tnl,:qWlCjh_5,s <0u+~;+*B4]G\j@Bg@oul۔ 75# mLj*8&tؚ$L,k0p!rD}@R̭}14:J k9 '컈LNⲧ]5%SM2ilUtty !B*lT~`e3]k@Έpy R4 O, ~\*7g=C1BIsis v7y‡A/U]WƷT4M}"x(g;X= 2`sN e411nld{A9x:pr~^>A;&OX,MVrD0L:ƩZ;,n[+To=*q:h^S'W1oEQyiV-F&M6; ~ɱl4*lt׾vH~^/(p5C~1+c#u2 rj7$c mAy  1:s:5;=YxI,B8XV`ШDq 1x<{χStjC/ Soz(( f 2 ]v?",ykӐ[>Y{qؑ> i!È-CSZޭ`X"wCK&_cC"o]$8x a&4˨w-PrV6&xKuAqyvt::O*e;Ӂ{ &Oc@L!}BX_ŅQ?G} zAWL!eHSطg/mUY-Ō) vWܪS$ gx ({&<>XC &/eQr0, 쎥@=! ݷt!z%e÷F%V^.EJoR}]$k;@ҿ7,m98~ߋH#]iS`dسt];BK)s'UV;,Ԧ+LZZ|K]:9:0?e "{rXu[<`. /DN^ȄpEuW0cÁi 4-ND)Jީr)3Mo)RVr?vCQ^\4.ZiJ jvp190Hpg!OwR`ԭT5]6+8Ÿ#jtFKO늕Klq~ 7޳7<-*{aHHnNNdKafp~7"9FCK%w^&{$Ժ ˏC KlڌĽQeƩI\ k:vaɇBluDJfҀO4sGU~gzWCvҡlTCL\S_GR:T2@/[3.~٣?ɼv!emkי9fhX-,*^^(@N,dX妄 ƸMrÇ;P1JIQ/v}F*BqasP $UZn(qڏp/.b( gp΅Ey4g}uDN:<(.EV% ><rPϖ;ǔZFj@tfӘ\ 2LZC8?`dhZwp~2q:BknKNP%b{ ;㡊ԧTVp.Yhe05&e, ${QHh71O|_Yk΅SVz1M% ޯ_6߱dÒ+'˅E:l) ZAI]Uy` 9{51?M׵Xe׺ ,Oigܞ_J}v#>ݝSi6RHۀm a#f~ 0Rc b/1l?"_ 88ݣ[!y -'Vi|)+E3vROIj 7 0fPFӄdid?\B͝/dr nu IyL_3DAGJh첑+B%}U֬*#~&s2{[ ;zpp`FdRA63|]7+&;h"$tsBy UK-{hzYW ŠZ 瀎f]_gܦӵ=)ϊ";)Ԅk u2®qI(|q/0][PJz#_fC-VIW;X"Ksp 8؇y]clv- 6ѫh#p^C_"t |˿@g{p'sbicah^5}ϰFku10&Ihّ{6o0߫^B8"e2Y?>; ǂ$%m,]h\,W/2[P %2_AU^oMᅹMK7!Ek$i0)ඩm2/4" ^}i&!Z-!M50JP$GQ8=,F}!v8Çj|"}(3U,}`0dEMOm foX4Ha_Z?$&:uu K{|99VI~!bjE2BnZ}ʵR{~dwTߺ|[UU_e.4 [T{Kw:: $)|8lKߚe}Uطl.Ns'Nl`(k@ O+wjȸW|SI~F/:c})@ȺJ8DgFp@ȿª`֩O (.m|ݎqOG M}29wZ1.To 'm)AlW^ҡwKT ۠Ylc fJJį.dĻ oxĪŸU^fRݞn;}F1/b>W>yXvN)tK(cp)?{՝PO-1 /U[nވcB=1pF[.أrx`eB]ᒢ'qZүY9``53d(nDƏf'tTx7%"R&ݩ:W?~-= IKVE}y^H,GZQY4LcBESwGy%Zc7A_n NȪJu*l[j3[ρ"*:bAl4|A"0{;MN ![sMJz$Ai~%Em QɋG.jgY7jf{G˲ kFaXǴ*$a[k <"6 1:-ɥ%^~_̥]'thnK&}Kp1 > S?ź^sil9ȝ`>n\]΄eոiY1)O'+j&{˜~R~Vc ue6vUVx١+Ib9ιkʈ :1|>\DȪ8;Dȕ:-5BB1%M~?ˉK˄ȟI#\~sB^3ƙQ)[@y9T ON(گh.NqLpKGpVSwDKqn\8! k+>mZ$)s$xڙyF@WGUz"?wR2_ĎFU+$Zh2&fBnD<}>ӑbJXV/ 7g$d̑:˜8{2 V.  ,pfUV~0XS캌 CG̚^:ա%ČOoS[0FXnG*2Fю?l/6O{_i>;ptf4Ǿs1VuW\cTE7PuC$4AdhIeW:u>5^EN l`6@yS5ιFF[ͿR {݋A&y g]}nnqN0nػL95;z,p ι[^$6b/S}$69!Eٙ?Oy<^戳Ĕdr~>@-0{$=IJt&t&MV$ϲM'z`7\3)%A0^(Ul3~Dtj:ɒٌS\ wb,|h-?em+Y&y IM.ThC\<J[n\graAD66D K(> mU#>MLeO}󕞆 6Q@[uaߋ*aQ˓tUzZӄ΋U b9ww BlXx#z%|['r]#+TsF*}[ az;Bht&{%B k3LerH@f\iL!1诟lU8CQ&z:uAȰo^e<5񨢔WOD5&Q@ϣ>=A}`dɁ