libmunge2-32bit-0.5.15-150600.25.3.1<>,4؉h p9| T4EY(r t;OأEO#A26:,@F#JZG+kZtл.L e, Vt@׊9p#4.<-dK4V)mcj"t'X6LnROu쒔"Qm[ޙLm1UW܉ =6GjFoiX.N@LaE}d$~&3@qcjZ+={z 񑟉Giq4"|V0>> ?d ' N  #4QW^px |     (`(89`:5>GHI XY\H]P^pbzc8defluvwpxxy Clibmunge2-32bit0.5.15150600.25.3.1Libraries for applications using MUNGEA shared library for applications using the MUNGE authentication service.h h01-ch2dSUSE 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/ldconfigh h 1c0d5fa84d7d3a3ebd54f651dbbb722adea96cfe5399daf8431001779eb5ba12libmunge.so.2.0.0rootrootrootrootmunge-0.5.15-150600.25.3.1.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.33)libc.so.6(GLIBC_2.38)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.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./bin/sh0.5.15-150600.25.3.10.5.15-150600.25.3.1libmunge.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:40416/SUSE_SLE-15-SP6_Update/f336b021e675bcfc597fcf8c60cbcc5b-munge.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=d6f48a3f9813c75f17d32ea377b3008056c8cb05, stripped PRRRRR RRRRutf-828b390863ba7e5339cfdbf7ebe8a281af2de0162c92b59a661d7a5e8f861b9d0? 7zXZ !t/ ]"k%+ЭTǭ@.}O{'5F5Z!Hӛ%~1$HNQvuN4{SjͰ.A@-?IdF|Y?xvÔcʕb8n]Bꓮf5̙7)R<դRd{ጪ}ɒ;+Ъ>;ԁ,n;.KH3>e 1>T|+ur5 Ï!M^nnQ1(ܽoޜ$puM9KR~IŋTκm64D zBZsH]m62]K9,V0x_*1YWgW}wӊڮPO~-ꕎRxZfFr'*nm`݇>k f.pyǭe Lh$CgG"A"I;i\_HN;gPp= 3 o7ŗҤZ%=Uw|Z,AX̜^AqJĭ*N;-3VWL9®f:w߬\|.jQ*.Km+%o>v{Ke!w9:"\/ddj^/ltV(bgt&jmrwx,Z:@,n;UWwnr RCn;e}Lk¿#ū:'$oOdt^ٓsq=u.N1 df0n-[wŜѳ譙Pa@kInm[bdS^92ڨy}#^3 K ys>0w`AcQ"Y+ )qл0ώ~F7u)5o׍WEoH!2v=YR}_U n~dT8vvAoHNd|Fk"Dt֟ANI:<~6M!2}9=uvT_b:ּ~§a2L F< si |*Ɵ0jE%.jP`Z_F'OŲK-B٭fɫY5HeKюXdG"}t Y[ 1F00fjr/ 5r"bbݎ S%etf/hW pm|R>$dZ]hY, WG/C.: [T!ؔRrBDzݲ[>qQA7@ZC)zHWӡMFåɾEzTiXͫǥ?ύ?QSolZ&g&r fdXS4^,&GNB*Kc!_ENxFpI1S88'f^#vV-[.K+.m?<&fţIO9S×0$99 b:Cҥ(n}aq'M`mvjhQfߨ4+PM}X7SJj)zW.G<ٗ/M ZfeȘM8Qx:%Jc%o:Uu bGwZN9H^nJMk!vl$EY%V>gs P ::1\dn' [a:;n(F{+ iJg{~0 _ў 4Å7-) ?Z/YŶU?C-䷫Pkpqj$²nDzw-*N ۴;+سnw"Rnw>33# ;XOݚ3D/ZIEy\9lco*GYŏ<^CQDIA{$2 ;[ޤQL&~knƽ"fh5bŒ!Q-M)?XLP- 5?6fH{fҾZ?K 3!] OH"J,eJ8T˛j]?%D^^(+UU`<-TpaY Tɓ6؄lѯ%T&|N6P:3yYJdɐA1Y6(Z Gm2Ѡ(4h|Q66KT]8e;m}tv0,/BMda3?T6sYfV,R,"~C>Gh—SݒVt4LY S4f`'"rMq\9v[pCGnl"Ro`B Aa`4p钤0^rxM~\͂. %tT?9dzAE9Ԣ%Vɮ1x"C Z`G :(d GOXLM@e@-Zk^_us@N۫t]k QwELS=]x GEˍ]fLk=:I#- I@&L٢7֔csDB ?"٢;-7L}lH{>4@1(I0!g?tTFa#KOHIZR#V ~=>*[mZHUV&Mžm=k)|  Na$+6Ѐ|R|OVmoW&]:}@ 1L\2=N\&KDXz7'c-B=_λm.}!\,SGo-(e@baآL-kYu\&UV?6H\`y kvVe{zdM? qrasȄ ߋŤ;Cbaհ'E =_VU1"a>Eʛeh4\3X+W3¤_RV9%#NRQE,~!WpP_:G +_X-;Y)뻵߰$Z, PX&Gc#G!+2׎Vu@zʄs)r<3=̠Mjj/nΦ$SMZG/-/4x".#rZ檦.F_pv?-)ˌOz=c:Z^j7i X(y}Ny#ߏƈAHS䴔\#Js\&UOf_K_+ܨDŔҞp5ՁvHEtrLU KT@Ld r-Ɓoz7AhW:Dh,ವSA% ̊6MR e"]|9WhĊ]Fg;&Ů0v>KeIj.:Cx3TPX CzY zwЩo3eL[S_p;GE%f؜4v-E퀨d jQ95K͑L] 4[Z$w]}bKΊ80X>3hdF[0Q˘68tW^[mET>7#v& ,7r{¢jphw=m@$wSܬm:M鈏VHQk([)Gh._l8v3ꈵ `6w}ɕm.9Q@/t!A05( YZ