munge-devel-0.5.14-bp153.1.17 >  A `LFќ!M@eeeţ1ʤ?WBYUز/|S)Za%u-$4`J)2(şɠoT*o´8O1'& 1J`)xUT"pw(QY;5;€ٌUoE!y<]~ kƾZg$)H d1XUyqs)ZiݝrF`ԽmlA>E']y?x0墾Dtv]3)WplD62d21e7c61e6634d7719a7d64c16fb2bb633a51ff4b1598ae6fc882cf255d58ac4205eccfdca67cdea9f37b77d77a10e99fc86c5X`LFќ!M@eee,/D0K$&|TM2_o24@2f|aM2C:/Ub1 ܻJO1|rg'l]N7QԀʐw )%9,VQHlqc545f+Z^Z9Zϝ͸:R^#`i ^Pg^s(H`|Zb{,z%236qF̩;LGW{BWIU »Ю{g?e>6.ﹹ&*[kJXi=q5Qwܿ` HTDf>p>?d  \! ;[x~   `  tp $(89(:FGHI,X@YL\x]^ bRcd_edfgliu|vwxyz$48>Cmunge-devel0.5.14bp153.1.17Headers and Libraries for building applications using mungeA header file and libraries for building applications using the munge authenication service.`LFobs-power9-06Z8SUSE Linux Enterprise 15 SP3openSUSEGPL-3.0-or-later AND LGPL-3.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://dun.github.io/munge/linuxppc64le5   `LF`LF`LF`LF`LF`LF`LF`LF`LF`LF`LF`LF`LF`LF`LF`LF`LF`LF7d9d05915239995a4b31d3fd8539c169ee89b9fd355d7fd50e16a14a1b91830172483810ddd9c0f4e838a341f143490a7ccf52ac0d17d3b8cfb173310e77c18d4344ee41e78e09752aa76349f2116e05468616483fad537e54d54578804e2823ed844b2251a9ff4ab69edf475c1f9b6d7e3c227129d932fac29e9c6d9fff4066fc221890988309a8bd35d86a0996487f48690150cf9101a2ff6aeca0eb39b184libmunge.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-bp153.1.17.src.rpmmunge-develmunge-devel(ppc-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@XAna Guerrero Lopez Dominique Leuenberger Egbert Eich Egbert Eich eich@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.obs-power9-06 1615611578 0.5.14-bp153.1.170.5.14-bp153.1.170.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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/0559ecc78045bec9669acc5bc77153fa-mungecpioxz5ppc64le-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%/G5eEutf-87d7a5d6980da35507b7e0724535d16c1801c3f5fd2df2489d517b1a249d3fa37? 7zXZ !t/f45] crv(vX0Ǔ*HO}Bw*nEth=O=XnAl+(#ˋ%U*9u|7X%rn̨t3/%$rXxrЈ>@?ֿOfZߋы8K_<##w[N5NL!ss}10[=Fh,(?x8POs^{Gg&Cp &1i|(\ssP\OHbD gL.#c99َiަq5U7ï"!uE83l%{2f=x_":FNVތE̅L&"̒,;(U9p()=O˴X籠U)~Oc,AK-* ˄}/0z{-pq"N5%= J~N3h_$gBB⺀n\Kouz?혧ԻnK6̑~] O\}b͉_[ ~XoB[\*2qTW@RD7ܳZ&>kVn$sBu;ᱨۦ!:ZKnwXURko(Ey(ipU ӂ˨-,2K)TLdzVގh10c׋Nuz %Y`ۂb_h%+$WP3+Ʉ'EYyXK1#`ֶN,&itJ鎜כ6XG)^M.r}C .t݅.LiLfEv. lޚyvPݖR|,inĕnn9ZSWwҀnZH7>07d^8 ^?m~w\53NHłT=Ba;oA#AlTj*1sd$mKկi>1H5hk +)hɼY8&$)Pr [k',UTm3Vd4GQbV&_m#ILN>ix&Dتv n)x)&jР O<е^'uh߰-.@<$' %Ɯu*G_'<` H`/"VPR0Uʒ~8HU`WRaǃI_h5b \1L0^<^V!˵̟2SNKa0ێr%>f 4aad|{4'αɏ?9 ,*ooVP gmCơYhرiA.}vӍICj7$). wz59׋]T+p}d:" N%+zPQ8ׯrDkVӒö<&kP&c*pTZmlft\W!Z((h1V{_q4ʘݘU>y~ģHJ>-gUy-5C8W_ Pn(n啯YcPZYp0d[AQ뗳v~H\Dec듹Eڇ VӈX8eu `z0-#s3Heh$y=c=9vϋ. Q{g BVL>f&94tMcmF t4 G kDNpi?n-s!BYzL BCL{'\n&x'=`/pH!t1v~f>j N%{3~TuN Oz |F %]ndh5pkQ&jf?,XIJFYEUiTNiz7<}|H Z ٱ+{>6 `#Q_‰.8g-kU<9.1@cuu+ :G} ," 'o6=$Q`)/cҪT]dgWhBieP{\g-h-W̺X] mYE Z[6ue6?03[*G|*[I%]S偝#og7Vߟdfl|-蔑Qb`.`pycġ?/KE-׻ ]Y j* K3  {vۏg={0E/וFosC*Ԕ)>;O_j#K䲳#A @ Q.^<@+'gZjfUڢ3?E;&CaJRvr?yQ?4حpYXq%C&/Ez@$xC5|ѼHlڻA!QcMX ff5(K.pH_A_ICD2 0 'a;":|FP$xewwnOqɬL\Cb9jRmɴDTL ^n"Wp@9)L ˴jdf؜Q*ǘ>Df}n?b]%@+2>A)~]C-_?bP/ Tiۋ&׹hv4ȉ%(cЯN*` u}rS*MW7DL{ kzlzf?+y@:zT4Qjx†ڕy,n?$ZXC{:˼f.;;?J/kBmguvI a픇V+K2AzIW'~r(A|}GOEXEةWkh-sEw$B 4sq:'>A)qǍXR峦HvaWqP᫽ߴ:ss\Ì8Gڮ]\}rΔCm)+iK`:nf=`C07Ky~|I-hk|XJ Hd4/'K+T~gz6uyOdZd۰#y#Ϋĉ濨*CcdcMQNSkwGVKH\4{'ll-4c,lgQOZ"> i;ܣW^+ wvB(B",_%[B9k>V6aeDm*yLy -X8/${f}͕|pЗVMSdTY«4[m vaM ^*bh$vh6RDڳCu| o/?Sbtn`j;o>y`6^Cm؊_5幨Id ;Ne@ ˼M s%CD伺>Ձj0=/Rm3I~f~ނ&o.9:.O<MS a"X1ⷱ^w<5P8Yۭ8.Rlˆ)+}HGf{Xd0>}FpFADnM\>>.K8[pWt屗o3jV Ő]D\PK+ \LjZ 1lF !AIj,iBb1H +͕y"-poqItf7B'm91q KAfn0pWb{VD}rf&ĥpB'w؀u(G t 4_ZEG#HM#$|e{*.tr\WkK #w@嫳< "./i ΚRoVG9ӑhq?^K:-Yp}Qg kLLpw,tCh+sC9 zT0<}٦e3,,q?0['Q\.sA۱@%"Jo%AC}]ijhc7u;Kz^F6$z<|B$~ʄ8 v刿81'tu>:WXs(ȡ_- hr 7B`ަ-RөB *d8LMEo9TpOO ~Ca^#>V g[p^$I ,^wD,'lx;5!?8_[[1W$z`,B*OVXtȱ]8}!A3bN>cCiR L@/{ߢ9 gn=B#ϭIO%`Z0~]fs#ş1VE ?݉tI_ d#,Ȋן ֥CB!@YQl${1=}J*n]C25W[uRm@C4A ;"FEz7QFd|lC94b<9lTD`$]} M zgw/e%"BHbzv1Quj WR'ow zo]K I5n8PsF?1AZ"i:t6&P+wIWYB"܁2 o,㑊9e*/Xf1K'#϶տ`m,zӏWtMB%-iۥ*cZC:n1×LH=b3:6I B)xBŋRdDkLɪJZAtv`?f N̫-<#)l~/M"E0%(C!aw)'r A60ꔼr?Ŝ8Qޡ,9\,f%Ȉ`vuRbw=X? HDCY(@";̽dx&S\Xh.zـ.< U`xC ?YX 8/!?!fm8Yq4  ذwB#Cr6\u>9m/zl~ɒsơ&FrBj JWe 甾Е)zӀww'nE"I :DYNmPdQkc2 vzt \s5ʫ{-KjWQEU!;ҴxYqKt嵢)].c! ͫH<pݱ 9h2sjuzF yb}넇_Mt[f]^KU86 i׬YMBBc5O=8HemtemG('Qx'8OhUzVu19y 3Qs4 /3ju N[{CW'u|m+Z9s$qtTW;v$e-4L73א]Knw^w=i>wY ҍ̅gYIf `<yO 0L>v,ǘEfժ8KFީ&fDvUi1pPflw1@O 7\.!*z^腸AtPT#BWIPJOt pqmP<2uU=VDfgt R 2o図=Ow bi1ULԔ!5UXyg=+:[rokQdTI'T[>>@PA5܌{#|uJKռoaIT0ϛ z)NGu]˥Y\b)y~$gsȩ!),6OԠu%ziHpe|_ğeVk1KbKkIBjfG$kpRxLZ}nm5''xO.#i%&Y`H*gJljhpcnWE7(]tehbwihwZk~ƶ3x.Hl> - v Ī Q |(E|.a\, x!vtSEN j! H;I ~5S>0-AλuMA?AIhTS^k1Thd \Ƚ ,{9,ڌYhKWdm0U9 ռBbi5)Tk>q*֛T6Ь5,[ef"QG˘U }TbWMI4VUiaw[ rH>:<樜_%'d=)tx L(CݡO<*_ra:t\'gBb|:Jy1Xܯ9&0^䕬c}Ƥ4*[D)B/ѭn eS]ޏx [KHt0͉y,Gۘb/ R.w3] kE<t1i>cE"u <:p)LCU-BO!7 Uҹ<Amc3DD3{ZyG -m|1͔KHd(ĩAϗx_g@* I_|3%cj0PHkDDEۈO7lj-Y)UvF&ZMI310RDu{ #e!fI\Z .01&4weT//MD&qjhGml*R3w,hd=Ab:9ֆ1NkqԹ)cv,q=[{,ș"t<p8` hSN>jlD$ )_eOX|E"~߸>t\gzlr1N^@+` 1`,}Zphx֟]1iq'E8/Ċ^zB1/Y WՋL/;xSy~JQ*?]E7D.?N§j.4<[@(qU3 vR-̤i篯!^& :>+3aGbUL0SOL+,jp ҺHNW*Nx:_%ŭf'߭cC,j^R+wC-.4JP8)zQƆ$wro]@ߖa=yKROOGIF˗]dd)peWa>p>I ȤO6-YWU~ iSx87@kd|=@f35NVFNw+6CB'<}\W.x9~qP{#T,[(WChc<D~G-GjwgqW@*cQ3X]Mz=DSq^ 2. HsSM`kWW?h %\'m"U *y |†Jfk`0'oA {??h/8HbNP}-9D K< X# >$>C[1<}$e: }QUH0O-z'VVRՕ46)Dɏ}wuVKƌ9ɺLG_*,XU VQ0Z4㙎F=_\ 8K1>y<@`T;[6 HjKLqEnPDdCiiihT*>ռ0.{0B= ,Ծifxԓu_ftb)"Fcڵ;T@rpf56nbD>0!GJݐH _/e~?\z˪+JWd,:aeH{4),UXltӔzZ2%|`|Sî4mUve+7Ӳ ?u.Dv@q+uc@}݉њowҠHtr`epR;ٸ>lyK11%ئh4Y)O'<ٺ%;V!6nf]|4=nMD.?ҍkIA[sIG_8Y/;)舒;BUg36[*ڬ"8@;[w:~xU1J=lڤ#6Kwp#nr_0P;s I^T󿑉8jˀe&DxO7bv[ n2qMͣ 5X,mgp2 ] vM]y܃픻0CPJK~ʴ!n~F $M&2Q,!}[tf<<#kY}h.ΣPMtYY"C &=>0j5; 9M2x)惆Lo$WP4+wDgF49r.'(qUnRq9Ŋ=1~%SGYRrE-Mx}&O BKm < `W7=LB=|7Ҭ_Q p=q: DEx'i20ӛ.j)Ut R?FE;"pAcI yf=x';G&x:$ }B&KL>Q/# WrMo^4QJ7q@@ 2=Qk~`*h YZ