munge-devel-0.5.14-11.1 >  A `vNp9|A~3ZBޠ2jguPZjCaWѽ*aXVRLY$= nJ:`pyw{dx+F&ޏe0PSCcT`jh;zEmw-j;ƅHLBKF0.w݊~=dfs zާU2ٕ;L0&;Jvx~$Al3bGP/YlqVXk[qf7p TY #vf05cd1ef5176914bc6f2e60d4d2af8f668dd131791029c8314d779426a4868566dca71743a9cc6a238273edeecf85c1150fa31ffW`vNp9|1_(\f4/ssYU#fDl նrzOÜęZإ;C^gWsG~fY"48B)ҍ@b&P, qƎ>˭I6Q(t?= N46$[դ ϔ'َitJF$!5-r׎j;Xޒ2d/\hۦ4py}Rf>p>,?d  V) ?_|   d  xt $(89(:F7GLHIXY\]d^bcdefluv\w$xlyzCmunge-devel0.5.1411.1Headers and Libraries for building applications using mungeA header file and libraries for building applications using the munge authenication service.`uibs-arm-1Z8SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-later AND LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://dun.github.io/munge/linuxaarch645   `u`u`u`u`u`u`u`u`u`u`u`u`u`u`u`u`u`u7d9d05915239995a4b31d3fd8539c169ee89b9fd355d7fd50e16a14a1b91830172483810ddd9c0f4e838a341f143490a7ccf52ac0d17d3b8cfb173310e77c18d4344ee41e78e09752aa76349f2116e05468616483fad537e54d54578804e2823ed844b2251a9ff4ab69edf475c1f9b6d7e3c227129d932fac29e9c6d9fff4066fc221890988309a8bd35d86a0996487f48690150cf9101a2ff6aeca0eb39b184libmunge.so.2.0.0munge_ctx.3.gzmunge_ctx.3.gzmunge_ctx.3.gzmunge_ctx.3.gzmunge_ctx.3.gzmunge_ctx.3.gzmunge.3.gzmunge.3.gzmunge_enum.3.gzmunge_enum.3.gzmunge_enum.3.gzmunge.3.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmunge-0.5.14-11.1.src.rpmmunge-develmunge-devel(aarch-64)pkgconfig(munge)@    /usr/bin/pkg-configlibmunge2rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.5.143.0.4-14.6.0-14.0-15.2-14.14.1^y@^8 @^r]µ[.[(@[$ZZ'Z@XXXk@Xk@XN@XIK@XAb@X`@X@X@X@Xaguerrero@suse.comdimstar@opensuse.orgeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comcgoll@suse.comeich@suse.comrbrown@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comvetter@physik.uni-wuerzburg.devetter@physik.uni-wuerzburg.deeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.com- Update to version 0.5.14, most relevant changes: * Added mungekey command for key generation via HKDF. * Added negative caching of user lookups for processing supplementary groups. * Added munged --origin and --stop cmdline opt. * Added unmunge --numeric cmdline opt. * Added several new configuration options. * Added systemd EnvironmentFile to set sysconfig options. * Added systemd RuntimeDirectory to replace tmpfiles.d conf. * Changed logging of non-existent users to only log once for a given user. * Changed default name of munged seedfile. * Fixed pidfile corruption when starting new daemon while socket still in use. * Fixed munged signal handlers to be async-signal-safe. * Fixed "Logging stopped due to error" behavior for transient errors. * Fixed misleading "Lockfile not found" error message. * Fixed conversion-specifier / argument mismatch in error message. * Removed autotools-generated files from version control. - Update patch: * Make-SUSE-specific-adjustments.patch - Spec cleanup - Update package description to match upstream's - Add logrotate file and Requires in logrotate - Run bootstrap to create autotools files.- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut through the -mini flavors.- Add Provides for 'munge-libs' to package libmunge for compatibility with the upstream spec file (bsc#1160075).- Fix possible LPE during installation (bsc#1155075, CVE-2019-3691). - Remove special %license treatment for SLE-12 as this has been fixed.- Add coreutils to the Requires(post/postun).- Handle license file using %license where applicable.- Package sysconfig.munge only on non-systemd systems. - Fix group settings for non-systemd systems in spec file: group 'munge' is used there as well. - Some macro cleanup.- added README.SUSE file (bsc#1085665)- Update to 0.5.13: * Added support for OpenSSL 1.1.0. * Added support for UID/GID values >= 2^31. * Added support for getentropy() and getrandom(). * Added --trusted-group cmdline opt to munged. * Added --log-file and --seed-file cmdline opts to munged. * Changed default MAC algorithm to SHA-256. * Fixed autoconf installation directory variable substitution. * Fixed all gcc, clang, and valgrind warnings. * Improved resilience and unpredictability of PRNG. * Improved hash table performance. * Removed libmissing dependency from libmunge.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Fix BuildRequires for zlib-devel.- Replace group/user add macros with function calls. - Make sure we update the user/group of files/directories correctly when updating - in case they have changed.- Use user 'munge', group 'munge' for systemd and user 'daemon', group 'root' for non-systemd by setting the appropriate macros '%munge_u' and '%munge_g'. - Create user/group munge if they don't exist. - Add 'BuildRequires: libbz2-devel' - Fix typo.- Add 'Recommends: munge' to libmunge: This library requires the munge service to run on the local system to be useful.- Fix typo in init script (SLE11) introduced by last change - Fix rpm preun/postun-scripts (SLE11) - Fix empty /etc/sysconfig/munge after update (SLE11)- change USER from munge to daemon for non-systemd OSes- Switch to user 'munge', group 'munge'.- Adding to SLE12 SP2 FATE#321706.- Setting 'download_files' service to mode='localonly' and adding source tarball. (Required for Factory).- Add baselib.conf as Source to spec file. - Remove tar ball of version 0.5.11.- version 0.5.12 * Changed project homepage to . * Changed RPM specfile from sysvinit to systemd. (#33) * Added --max-ttl cmdline opt to munged. (#28) * Added --pid-file cmdline opt to munged. (#41)- Add source service to download sources. - Remove static libraries: If they are needed, they should be packaged separately. - Add a %define have_systemd to clearer identify systemd relevant parts. - Add define of lversion insead of hard conding this. - remove README.MULTILIB: Package is built already. - Add BuildRequires: for bzip2-devel, systemd-rpm-macros. - Spell out files under %{_sysconfdir}/ - Fix symlink to %{_sbindir}/rcmunge for initV and systemd.ibs-arm-1 1619621309 0.5.14-11.10.5.14-11.10.5.14munge.hlibmunge.somunge.pcmunge.3.gzmunge_ctx.3.gzmunge_ctx_copy.3.gzmunge_ctx_create.3.gzmunge_ctx_destroy.3.gzmunge_ctx_get.3.gzmunge_ctx_set.3.gzmunge_ctx_strerror.3.gzmunge_decode.3.gzmunge_encode.3.gzmunge_enum.3.gzmunge_enum_int_to_str.3.gzmunge_enum_is_valid.3.gzmunge_enum_str_to_int.3.gzmunge_strerror.3.gz/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/man/man3/-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-SP3:GA/standard/06aaa9a7c87eb04c86d32e5ee3786e27-mungecpioxz5aarch64-suse-linuxC source, ASCII textpkgconfig fileC source, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PR> s0ˬutf-8ef06fe3af1df89c0d4babf26e0e88c6aa16965a6e05a5e91f940963ebe3569bf? 7zXZ !t/f44] crv(vX0-OMµR:b2R3] AGkΓjAD #j~*HdX.$ayEFt3 sߔЖhhd#,e(%*:SӲjaaϭ'H-e%@kkլ3f%C9/VW9?7Gd6MAV%`udzkitɒ,Z&)k{`'T5b/"UxY5SP %b+_iTם "1S7 =%e CYc&X_N]I8iu:gƎÝ#%hܽ"_=3|ADun鿚aO?],0EG͡C :H(-Yb ߮3:Z3>xz{ߑ ܕ"V<-32#ڎ|"~JpP@{AWZ;<R|khuw8^x*euH7xRssKjB-b:JD@$ܞ+kӦ:dT zb=Htziz F^Bi HƈpsYs#33.ځh]l:z.a7 ]e?Ise\P`c`|df(G`3ŐW^g c~犮4c+?]8Pwт-;hu~Y;@4a-т/(:b,CE-}1N9G"NEw̋2vmla%eM8{q|X.,PF/+3.?X>`g1D+dV~BL;OTW.<WHt ZŬpG*߇ |-hH,.I,rQ]Џ]%'%Յr\cHz[VrZN0אz?Gf QXlo-+F*~qLը/x_eWZbW_aN_z?%q}I OԜge._B`ߛwocj7i On֖E 9j8vV%´'Nz|,nrIS.y4D~QRϵożcdYxs$bZ'#ը_Ks353z7cb;ʆ Nd`>Ϟ]bNFy #x,_5i( Y' pV։6y/4ud7Nlz/]%3 Zx_ZٶmIb(-Y>짝C:BYEۧm6ϲO6e>sf!!3FuTU`yXJd9mhIk2.GE5d/|[?l%"f-ɺ+&-h4iZ#E #G*;6Jzc^*Uڕ \W[ gCĈ#M9 ̎5OS]R?th*}^񆛇zg=G_']^H,JdqlC?hZjF l%RQ(cTy|#:v:0 c-1X{+ E jƆ3[ڃ, &g]_ t4}:TiLҚB<}. +X0v U|P_UZMm,{&Z` 0A'~g3ʷp}x;b6-D]#&N/p+UUڝl&H?߅Pλ:oc^e(g -` ??!dfly=x㿅6)+zkw%Ϲ],rWʎ;fm+ѷ>!Oo9&)jNz}Qǡ#\ۙzOinHF C^1k@롁ٙ F[#:w=ǥ-P1cQ̋8:Y;o$Df 0🅗95P4#E)./. !~;ɊQjϺb$~0vm/CX],+nݚ#AV-[( kgZ_WzbcpFY5={ߪM%ȇrV~bP}a/z~%aK᪴ͺX hSn$ sJ{3B"Vﺄo4<%$ ~xSf]oo8RY{sX$g2 yuˍ`=RF?+^Z]Zj"g_'?uC~X|h5mBD2t[ KuY2 %FکCF? BF6S\%|'ި WiLl!W)fXՊmlj IW%ONsF(Rp{B;nTl*xfě  V|ա`yjy-Ӗm0ݺMx {O{ am?ߠY y'rYض\~SKyyg'{mŃ? {Րg/{;ߖ >ۜpi0kƴu}3dε{RΜ,$qIhy -Ba[ O(h8\hɨ?\XΒ+MȞ=)hG_K\SD"q>3BU$_FA SRZJ]Z 6EIvube׮{d2 m[Ň=lu:go^QGGs++;R<ݵ.E) &Nu*j=D4xZfHǮ {=mssv) Bg( 'iR-55Q3G(tܫյLUo3(J{wn >,hK΃Bly|j[}e߁ BɎ NvkWix8fnͪTI5آ11H@/^2^ԥh 7p^[iND{X\*#NbETeleflZ C|o2yjLڬ VXX]Nw5U/'o?oi)W6u *L*ԛx?Hӽ=gfV ,{>`Bg/a\ *?yT7Ѐ ԘhINR*0 X,ўWHm*}R$/۾OǵW<f5}9G ҏFzG4B- 42R".K$V];2V+'6OWq/-^0ryy6S>f=#,^QAU6X*H^>V+;({b(݆"K~js W(imqeC^i<\)EK"\j]`Vd[ .f@t3|),P{9xv~xα@3z~JlԪS :&rh֣+ q\`k^z6#TYާ$; -ЙϞ\ex拎a#ؿ)lY/h W?@pM˘$b*XƱd!.-"38&+ Ih/Ŭx[ը xT 9H#hCny/=Wn[2ֿܳze7!_]!}_K 'ڬ}ruQ;'a9d5$bK$vޣl(3Xv!H3 U~ƀf#c"A}GlV=T١ aP;]WE3ƍ,Y3(hGdQFON2@:[GyW04Yν= CXO!TcY11 idut+ ~6bHX|[.>WH&3 Xh,@-sEt^V9E<z-,`5vqkB\5.S1/"]PsqrDk+"p&/qEn1ajw81UK4'}E-,8^JSl3cӘuFzH zl_w3z۽5'IQ&uv?5ig~ANRcr}-?C랹3Z+ybD'8I~8}`K)IQk>j*$͠;tJ>M$kuxD\mn`Q,s5{8 O/}0&M4G3"wTgf,FL^XH?(8ELFw'Mc?Qw:$TeЉ0x-:d|gVk O3:#>%z 9O!#yߑB^wSܜM`q:xk 7+:M2_1icG`~A=ce"H{Y//D5plѶPHo0ZN8/;"82HJ?kNJuCZʞ?x;jsR獆B8mvvmKvW/ kL.nB^*YM\4mwbyݩEaVei׵f'ଁ}cŏ*Gg&A`D찙EVƱ F h`]ɝL|5jaVaI!I )|d"@#8aKMc*}SVB1Y-+VͲ0ZPnKT 6*[TOHF=jַ![HǞ{.DF$h'wɖ]9GOd;2e44Ug) {. x7ũwD)sބm\wÕ,(l\]N nss4 zr p},Y``U?@A1*駁7ف"Eշ^VJ ڼ- TڛL͎G G7"[hOm*w= ;_SfЅO*i ٝ isC1F=2]%H[ħlS)ܮVovcdghPoM5k$J5Dt OŐ~ DžVFG pf ;H%^ŅeMR*I;^[m lO:]lhGuYTRRmpQٞ`FSN)*@O@X?oa"bձS-b(8b'|AX(Ѳ/x/ren"#ێ+?{1N M @jcN5Su?;@ܨ_Q =G{xUD&ע s#*URbRm݂m ƙq|llN&jp9Rpr6F}4>bPAf_ANDАR `ksGګc_x6fʤz#JQlo1yoXB';pIzH{=D`E\ɁbV(!:8詠]Z[.C5O,Fec=jb}r4kYj89˕At}φ^yF郦}'VmFLdH6JV)Nv^ڨgrlOpQ߰fM0[q _Na?~7IQ?[X1j0l(f )T@T|(TjZt0 d5{v~l2^@j^X)]{boc(9pj`VWe ,| `O%Nw~)fA_ ;+dhijx_xZMy^ҙ~ߢz4+6l[PN$%[O8_z!P`ơ"UԪDY54.\pH>?9ܯ+!m@G:F24`rY P+Wjs{m䱦GQ[  /("/? NYD4_,nyqt+bh8"GhWM?WAf 0K.4s;H G p*weKF=w r\R"o;'} Zi.Frٷ4e2QƊ7c۶w@v?L ѿod?B{=5mqOʠeKැlEڅ9 σtAwF7 u,]jOvE,Aj%[\c@X$q@􏐓pݗz};SioYNdst0vsSSSoߞ_a6p7-WՓ`ٔiSdn@kQHE #"DԓY٤3ؕYf\Z>fq}Le1SWu=&iQ!awXi^JDPKo灳N,@8T.Nz5];iv,P(χr\rc0c4nn,[@uO4Ҕfс3*uu1o{MIvd1|7Sv-ȏѓ%6ݞ(SՁ~_ AKrPϩ}`2m5dd%,X.0?~xB4JWXI9IqpIӥsi]W?ȕ)jɩpoBhƨ1~uʩŲ,OU E)V<+˵NEGƤeO/ x @<o PVWzjNyEKU&&&w#m=Oi4Dwã!ؠr RP\\]n~$_%R$DX~=I3bhM}5ͫݴ LH,-+uQ$O^J" H`>dXnKµQ6x$nFC,f@"2d7HQG1E쇷R *3}m\F1nclWh%AJu g]ܷc6L37 z-]G V"^.ϪUNlsKT5!#굄OsćN7f}S; z$2fE@|i ҪO|@CRaEK$?n 1Wה4FEW Ży9To9\Vi\x=s$icOcؚ;qwʈ|!}T=- KkR `N>>V&dX69:0$,(X K^Mn<+ۤv9L= v25t:d% ї&,VB@nܺ.t!쒇*9NGQ[-sd~+/B7RWbZr+LU1b SdC <) bsFNt(X4>(2Dwp.d[B]tΖ.2]v9Yl3 tkrL1Al& k1oJ7gxgDW8* xJן7ݫTYQ˨q_X~qiY @  VbwB#XFDeO‘-EՄő8^N,!\^CIYԽ@=C(Sq1},`:2,8'RA JܵFN&tŵXwzLn2* okC|(?c0 l"BDETۅ=_nau];[iLMFB ,w lJk D` n.~)&e]HDII+[ar>ނW~ d` U/k f9?$,_ ޓw|"/%HiO{qpEW11BvJBxaujRx NY9~.Q)PE,)Jv!DkYm{^ou __"❕r5& 8Mg-reT:sg3 QL;cE\* Xo2pHUHK9-bs; ?UUSEMxyDK GZ(0j(k\Y.(Ib)BPyS<ɠ+ZE"1Nh Qtݮ""\ RE|?}"(DnʑIM8{ҋ׉e/%%w3}y-R_] 9m#j܈ As3!~"*@ !Q"}=6ܲg0Dit"MM@n`ؙ[W%p+y*d-Q霎7K=]yر~g$@ĸcˡyk- ˨ˏi(BVxL@b{z-fww DSL?\ɖC|Z f׆;5|:pk_sg K~1lj Nz{:uIX 5ܳ ^ QO_|;:B jQ#/'/1m#SR#\TmK aD%1\HNS ;G^G蚂L: '/,WCw2~ĥV B^o6,r*cIJ켔5`s+ҹ9(tQ(EQ;²-%ψ9z@ez$&}} 0 s*ݏ/T*P`֓V ?;x;izHOw ]ȇaLݕ ok%ٴl&>Pݴ ţ SK氈t7*Ep$̒Ɗ wf 1Nii ' ?%{GYv^yy{3NU#6R3Ɩ91wIC 2D; 4 +}fmV3v#kW8IS!-H`Q$Z:p4UwplT~Ȁs 1gScLG/x" O9j~N'+lv%liL|YGbLӛ4lv G9dSf3GENp܈m%SEm1HSEQ4܌ qo^ Dk d.'[w2*s@o?ͤ4Kk*5|cQA֠$0ce0s?\)3 䴦 H+ 4 4߉U"ɻ̎X˼iw1ٜE+*lDG(յuS}6g4v̭9ZVJjpAeXi 35~i_C=rNJpϬ|;VTzY0|@ZV BU[̏:O?'!lL(_"%8S-|^Ԩ0ܞoըPp3,K^YWx 6+V[Qw;ExuKDᎨHrp4O")`)#Ҫꨃ3IG2ήނWgP@$eޚlw[Xr"Ē_5jSk{n~kQJRzk}U6rc| [ :{ .QAv)kAÀY {@q5Xe`YKc?S̽Y)I.äw4*[ pvQ&c# 02wP`~O#*X 0(MݜAB~ R,Es9аH=iGg$;f|WVcR 3uo _[:Qf׸}"όQ/Ήq`Y76ZW&!F uJe)Pu@tIb7?h΍9ߕa~;XXD9|-jWCE oXd}{B~ >_ōq"?֮ՁiiM߰ 畲,\9uw03}9II[["גq5MS2 $V:#nW`s`I"څ-4#v`.HO &z* zQɬ@#KDh(Y# YZ