libmunge2-0.5.15-150600.25.3.1<>,5hp9|PgBSM F@Xq d3d\+U:Mk EkUTKbM|x27v˥>0Λh 8XdI:pTIsԴ1n~Cx)̚],1 PB`=mEOod8) ZZP4&OF? GŌB \[Z*ߙ"NpYu_u+& >YhЉ}rJJϛ7[nϊ">C?d  ! H  #4QW`h l p x  X  k (89:>@FGHIXY\(]0^Pb\cdefluvwPxXy`ztClibmunge20.5.15150600.25.3.1Libraries for applications using MUNGEA shared library for applications using the MUNGE authentication service.hibs-power9-22 SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-later AND LGPL-3.0-or-laterhttps://www.suse.com/System/Librarieshttps://dun.github.io/munge/linuxppc64le hh89945aa1de3fedd50b6e564ef3f6a43e8d4da839d4e23b7a280da48917202157libmunge.so.2.0.0rootrootrootrootmunge-0.5.15-150600.25.3.1.src.rpmlibmunge.so.2()(64bit)libmunge2libmunge2(ppc-64)munge-libs@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.38)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3h@by@aaim@a^@aV@^^y@^8 @^r]µ[.[(@[$ZZ'Z@XXXk@Xk@XN@XIK@XAb@X`@X@X@X@Xeich@suse.comnmoreychaisemartin@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- Make logrotate work on munge log as user munge. This prevents a local privilege escalation (bsc#1246088).- 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./sbin/ldconfig/sbin/ldconfigibs-power9-22 17568092410.5.15-150600.25.3.10.5.15-150600.25.3.10.5.15libmunge.so.2libmunge.so.2.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:40416/SUSE_SLE-15-SP6_Update/f336b021e675bcfc597fcf8c60cbcc5b-munge.SUSE_SLE-15-SP6_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=fa2727cff6105f596d0d3f6fdcab275ba9618525, strippedPRRRR+6;}gmungeutf-8c453c09c229f1a0e5bbd99e51ba83090486b64d1128c380a95f8cb46ec211a99?7zXZ !t/ ]"k%f0]dMB O(0=_6/OdOps2*eIv>[+K.m}F|CEfCf(1nB]M@plyD]ozc}*~g/#[mxh V54?4V?~& /Hj$ǠwKXfS,>]~v)1Aiu ?ID9(B Nio[͗xrxdO"y+.={%#q!0"*Y\#2u$(,ESQe>T(c Qxo0Hk ~$_gv* XPڊ(tǿ_ F,kȘ Kһ83K vLq[Zd umݠ·NbVF.MwV:X]FiW'4L}YȵA:~03Ndi&^[!`W]fWDLeٲG]rD5.uti NWdE1+./\^rL5bG˨m 7e&b[:i]$̮${ÀܣqA1j]Gدuo(^z^C$^t.h/EyVIΘ*eCΖ7Xp9 Y`zj iXAqhᐠC j'[e=Q!"+%oCE35Ǐy@`QR ֽnĸ |}9~Ey@(lpT^ENEVZ H/R[j>K;Jp+p9WrNI}b(qߒ,q{f:n=qJ8XF'QI-݌N`UN _-`|\0w9(kY#`qkAĮ^ؗÎEɾ >S/5z2Ѥ\FGeC!.4WE^x['1.k_h Z@=mSp ]+&91 hrÑ7&GEHD'mT:?i b 3˔b4rERp7$ .q;O=B 5 5AH$~:"L<6=EȳPąb}Y&!.`đPkGA|>X+}Q/r (_C%g1JhB88IO 1}mF=rAȡbM\I-Iհ(U<4:'6\цM /=c=Ϫy/^τca "A^!-$a_2!ئMnҲkusdWS=%CY]X@ɫw݇s)]PCw"Y CBV&'Ur(:ln#W0pH7PôzH]k9r2 ԁLE(!mo{!9R%kЛZ׾72^FuA f=^ÖxiՎEOY!TD巬MjCؐX @y֌U'k#C 숿O fFX" CEQS 4eT:2$>)ft]ok&^< |ߩ&n>`זi`R $Ckf>*a.aF]'t_MhޱNM4d*Z>"b;XЎ߫RQ Z[FwVCپs+kwHg(ܬQtXchBse/VwaJZE8>k<&84r,lRR7FՏ>I@u3{ U/L~7c0%)FY^=d.}Yl!bnFաxZW! 1I!2Fɪ 5uC t\Cv ]}*|f, 7 .VD:BC s^*{ʑ~ ~r,Lt~v-mI{e<'lQKll MA?e xxJluoq 5-*E꾗+}(&%L]6Fvި^~ eTn@ӥ )h cBS{Ӷ"7b2J"3ޱm7V_K 1,Fpdv2*41l]o$L6Yo&JO7Go5}RĹ/% Rb1f}fk ϒ;n8Ȏ-G>*408ctԵcm=c ,>aCS>y>Qrk{\Zv;w'8؈GsPUB\GZ91zsV!1,TvkBt&j 5 7 )s1'oRC8J[a_rz v/kݵ>ILaMHGԊ awMr$x͝O _YgnCŭX"֎&R wJ% ߜoX0' PeWҼH٨I<})ځ{$ n6sdiNnQ݊=򖞑.  *|l19*]uP6Mj~HoO4-adBۜ"hj**^s*"P6~ rB~&RV%Zwɱ=1{dWw݉#IbR_.m,{#Sܽ.X4//hz M;JA'fW0Q[bC{Ʃm)v~Rnk0|ѷY0<,vaty?xUHt^N,"(X{>I BC#͐iAm(-7 /= =־iǡ;VTlھ|Iȭ8]?B\!Z~8G?h,{#Յ4rf\MsO,@/D՞{DZ֚ C#הPAY~]B'Q=<C\d?zpzO. P0+Q8fv 5W0tF|s؜:k']|_`wHm 4 <}Z{^$u5=R|J&meĀT<>C]x`@Ĵ+$S1L5yhs4P/9 nP$lQkrxuN}FQj4鑛e_?WP I= |o; U WiMb]= 9C!]|H<=WVwtvq®,X80@˞8Pc{hp"@e YZ