libmunge2-32bit-0.5.15-150400.18.3.6 >  A dp9|qg1^ȭY>~:?YInIyQިSGɲ'0Sz`eFE^asàYd&f0vvY04I38XQtR Ltfɵ(e5NL [ Qբ;8%S \M^`wtEhk8n d (?8+8>p>D?4d ' N  0MSZlt x |   $\   (89 :>5G@HHIPXTY`\]^bc|defluv wxy0Clibmunge2-32bit0.5.15150400.18.3.6Libraries for applications using MUNGEA shared library for applications using the MUNGE authentication service.dsheep16SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-later AND LGPL-3.0-or-laterhttps://www.suse.com/System/Librarieshttps://dun.github.io/munge/linuxx86_64/sbin/ldconfigdd80d604ab0190d61e21a34b47f20381a6b35c75f191cc3e0ab924cee7a00ce6fclibmunge.so.2.0.0rootrootrootrootmunge-0.5.15-150400.18.3.6.src.rpmlibmunge.so.2libmunge2-32bitlibmunge2-32bit(x86-32)@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.28)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3by@aaim@a^@aV@^^y@^8 @^r]µ[.[(@[$ZZ'Z@XXXk@Xk@XN@XIK@XAb@X`@X@X@X@Xnmoreychaisemartin@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comaguerrero@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.15: - Added support for OpenSSL 3.0. - Fixed "make install" conflict with systemd RuntimeDirectory. - Fixed big-endian bug causing failures on s390x. - Fixed systemd service unit conf to wait until network is online. - Fixed excessive logging of "suspended new connections". - Fixed gcry_check_version(GCRYPT_VERSION) bug reported by Debian. - Fixed sending repeated SIGTERMs to signal stop. (dbe6dcc) - Fixed failure to clean up socket or create seedfile having relative path. - Fixed test suite to clean up errant processes from failed tests. - Re-enable build for s390*- Disable s390*-builds. On s390x the test suite fails.- Typo fix to sysuser file.- Restore tmpfiles.d handling which was deleted for no good reason. - Make sure the product specific run-directory is used which is taken from the RPM macro %_rundir (bsc#1191336).- Utilize sysuser infrastructure to set user/group munge.- Use 'mungekey' to generate munge key, Change permission of 'mungekey' from 0400 to 0600 - Remove munge key on uninstall - Add a bit of QA by running 'make check' - Consolidate 'rundir'-handling: * fixed the location using %_rundir * %ghost-ed %_rundir/munge - Pinned down configuration by adding more configure options - Consolidated the file attribute setting - Consolidated handline of /etc/sysconfig/munge - Remove tmpfiles.d/munge.conf: the runtime directory is created by systemd itself.- 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./bin/sh0.5.15-150400.18.3.60.5.15-150400.18.3.6libmunge.so.2libmunge.so.2.0.0/usr/lib/-fomit-frame-pointer -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:27792/SUSE_SLE-15-SP4_Update/7db61f1c40d990b990e1817074cc3fe3-munge.SUSE_SLE-15-SP4_Updatecpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=ea29a429c64e7bfe967989ce4484486aca8c969f, strippedPRRRRRRRutf-83eed75198ec54202923c5bffa029b0ecd75e5c0d962eb4903de1c8b2fa7a5201? 7zXZ !t/7;] cr$x#H,tZ0tkbl;L5M6i5o/p'yjtEPR{?qUE+]Z0ޡ'yQ(O%˙DG*&3G{GEm܎C= R/Jq?k o,F0&i,|6 )o=x> dGRHklH*Ij@.0L5әYja\۝ygX/`<ܴTrz\ޕ / ͐o h?&D#p^k84}ho&JQXQU&n3_3N{2bqadOFJB4%V 24DmqsrE9L#D74H{ *сZD*ěEiMjVâ?h$B'DQBC/ςΐ}גD1Բ LZxpY#! [OHnToM8mϼ,B3s-kI}RL*1U_?R'EbBg<vldb#{@wS5{Rzli| IiB-N } !|9X87/}PmJW,<7nr) |TR@ImfۄMBT .T{;D d'HҏQΛV%$\\p"A2E,-Sz5{}y{*KcFhn7BQ}ܥؿD Jmae NDŽJ|/85g2[CQ/RȌ Zf' L mU[Pxg@cuFk'Թs{Zq@0WDCl#tiq*Z$tӷvكtqrCעxGܫ*?DH +iRF}lʸ~&NEbt#nj|[`-B6 s\}wR׬6)st!XI811̣$@<+;]k-j|OGvګ& Mh[ٶ 4+TpՓѼ?IX)gQGB*6b˾H?ŗ>hf TF[Z4̑= f2uRƫ?QOBNn17C74$8R[G}} Vh$D;DudOw4*pDA%Z"cwVFo(j$~~}Ԝ1[Ѭ__hS.bməDRwR\$ޛ nO.wV\sq.rTdCТb5=#m {扄$ GUƝkN5 7rHzԾ@mɬPs%kbW($^oASl819CAul~ܳ٥Iط-V!YeY q1"l&e6|tE --0qPJ eOyE?A27,~$@3uQwΌC$_ tЗOx5j,IR~Ék\~/;Mi!|,⤞Fi=wJyPJxGwv &b2ND J:AF5_S^E_v8l6K! [46|W0l1VvM&q <wVl}gf3}),،d瑒i=^qʣF}gT-mlBSR'NXJi"~N;N$!4a+B`sԞEMh,!h\o!l*I''*\@ r5>dQ6 ۬0+s1[*$8ow&- k47~-ukhw?j<cEJ68WC{6@Ap@r%"21YA[綽Fs-*7c n~jF -Lq0hv 60{u japͩ HR\Mu1>^κeg{i7]4 B TC#Q'?Vhe, pBp 9 $z,3o;Qе!FJ~kHe {m6eFPyDvp3E <:@i({}yhb{NrJگ(re0eL ~Y{tp=I(GwL]Nhl k3vuόsȻf2:SW p:o9@Eۀ`LLR|x'|3'tQ}x ϩ/6*-p ~w#J(v(\Otf9`.{1j}Gwb/y7b1͹NNsli'jߘ]쭜lL1[B Zy@ڻՊ986\+9hVX!B8觡=ssZph)fFh|ZrYS4Č_,8 ENu{uU8t8s𕕾!_ch7c:s wW T߯xktn1D5&Tnc TbX}UJ ap1ˋ-sƎF=LE#;Q=rIF<"D=uAXϠgԷB='lk?$@`UINHzǜPo,V,T{jM=-] 0@JG|J+}kj}䋈rl!;ò~$+hʭQS Dǫ X5smH ,F&/@6gNh6/@]E Fw.m NGS7.+r~eX~iNt&U|{=αU_ y,X_7|#/hy?P}pޛ-Ydwf9dQA=2-뮫 ӉO|qiHA7Hq? sBH` ߵ-i^˕` Cλ>˜$- iVw}$CI*YłIc1 O,=GDvq1@1ļ,SrяXǾ0Ö{b1_\=J|+[gz~mi9hí }PڼK6n]i!2- rT!y2X97ॡɑPȳAHG `ue"[GS5"K6kAfG&>S:>|^S9/PgWQJy) ji U$$721KNkds KW0п4-IOSH\ES{'`ࣁh1lE!(Qcגj7Y4DRJ%+$ +߶1~>?d]/!LO$Xt׽bZ]ͫv“? |" %E*F[K틨!΋v(Ē=u3ŷtv +̥R>$ƽ) )^mQfϧRUӞb 7M&-.hwVrojM]%Ġ,RnLqn ǏTɡ|mQLb~eT$!ZO8/uvwJd=h |g޸(XOޝeްmٲjTXwyW og M86#78/ E[\ NTjwe^ecKp WwJvERDg*|IKz@ }<ʪ~xOǐ~$԰,bnqH#~ݪ"C@hms|TR`\z|uĭGp,eW@M/Q`4-RO32k lM! cnsLKg %eLE2u\ @Kv7'I[rO)n1o%UIOHa;OuռA _9$ X '&U*EDi#@hm+ͮzO Xȑbҙorȴn.Q`q2l B 3Csem R1By?VK.gVXBihpz&Sɮ@8R\ Rtv#ҦU]/N#DgDfP[27 :.TusōqK਍rdoKEx麿$2r&_>?k-xWq3 7\PdΓwZѕ 'RşʞM;a֖oS]sxm8лߵ;EU&V +4U7+eOJ!܏Ľ9ۇ.9R6i*>}g "Q,&.H qɋ;,+eZNu6%,KZ] (2 7ڤ H|D,nlZ/泑ٗ/˫L?\VLiePfNէ}(?<鄒&Y̟*ޝ*rDit^1;yF͞rϒwgW WvZEwUF|ೢYzI'AR}OCG2Ecaigm0p?P:q0A~58-$3D_qN`R[JCx"#C0$'t?HsKRt2"DǕƇʌK3!\XA]W\$msQ bҖ1Z>%p_LEe$\:zY?:z(k_[\0#vɫBр]CϸB=Xp>դ)Lq„|ed+5<[R|EA?Rpf&IJ$[5l'&l'K.y.#o=Yd4(EwܑꐤӖ5v0ˈs6[oT9@6|<^nma1=KOp= .; 8ŗ}L/~k_JU]2/9lP{ s>)j JYjv wگ/]$؃A8~SdDx)U\. PgCcAM @ӱ"3e-ygG*I&O䡉muW?+"csY:X 4|WFlu=v)\ޗe V XMR0Ve|Czָ fqhA)6 Xɨ7sZΐ w&[4YH*O4 \%ƴ?Q-g2\x7X <*Q=kV? w>J {Eutk#:m !0Amx0'Yk `~μU;Mx$ٽ!nreStC(kU} Sl,ߜgQg9wL$^8O#G/8x_K- `Q8^--`XtJz?߻F ?uevDCJ+!k̩_ tBBԱ]TE\nL[6A^/P9)ohsӪȾFa٩lGٜA|Rg7gBkVOzj4fN<{mZI[FjX:xXT %>!{N (˨E&bk}b 6oz;M\Y4H>tHc.&B8de;' @LEDD5 Pp:F!m|S!~ ^.Tz-<@3>$||h.󰑏9 MBJ8fTsp 6JܖغJ8|;7j +1EK!Ia^&d @1WPs>:ּ8XXeR,Wms|U;f᨝ԼH&qv^1)f:d`# rQ+k(~o4嶚Wu6z9>HIhrw(x7!n'a Ptf!u-K_ݹ^{LvV @jl j‚OpUrrH>p ׄſ$ cK3E!rW&DZ L:1eItȦ w48@>dM?? z4OӰe'SF۫_e*RڽYȌ5LuA|Ulb#ת XDK\#9ӛu >]``Va#R{TK"'Z iX-6FKi;3x/O:Y4Q% %]zaX҅XuB޶u7u>qяgh^>rqfv >O\ 7.Ã3s"[]<(Twa+`gW^*3p>p[}wgA^jFLv?=0BbZ I2{I,,GS٩;\bƋRԦ_cUiU\%ܼ9ӵ__zQ+;#6?uIcS`\,벒=ǑX M豚Ghlw\CUl+[yxӓn''1Jk ^.|M8x\+f,//P_K1W K+R8KImTn!~`j:P B6O 9ផ$MU׿һ"bvwK^,:GF7|+fEI22\6C0T4gWg:$F1v3ox3{R/z$PE.sqr㏥ub.|ftv{ '\5G0jy!<l̒Ce|c&xr* θ[kHTH6R0t]h5aa.[jI=*GZlK-ؕcE @UJ-?TʱyOTVmD}JDXa?nP"jpuo9_gΑJ.+4X$V였|N=ju߄{aJ΍>?^#PAMA=VC+ӵ9vGpuK{z9 5vs=V4t_* Y,xw|qw5%Yg{$m.ڬeIc% .fI-e{@6pQ[*V$3Dk$>IKmbtFɵ6貪sEKFʃs_gV{z13D:^}cqnF٢!kmp}e ӱ۝5*wB 2&g Mbhw@4+_gd1hʟaqFoX&e.kKNR*?e?Vl㳋ɹgn@, d^md&c$fPU&lV<d5]O7j{5n(K[n?plΕ6de(2t2:P,村}ҨZH h!>{IpK) mYC\EĄAk\U;ڨ-t"ͽGu0`ȜK-S_}ןZ81 WFD'mbYY=9kuye_L`2аX^wpEX_dYȹi Es71oDϴZ~@ɿثHMQ:c8m !9u-tf]]{HĿL|n; @t&^43XE0KCs]zYk)swz7eK"UpcRG}S;AkiEw:䑟s!cQ%::5hcKF:@{|mWB(BZ֟/I/K ڽ{