munge-0.5.15-150600.25.3.1<>,^hp9| 5荠lͱ^G#$W.ʊT)yT$*Yԉ@2Ι2F ^Tc`IWpXs2\$住S RZi3Xd2vׄ"Ό wz L\οgFExtu/֧D{ 0W|]/\!HsxFn]ewUr?UZcď\8\z:|bg.A]C 8}aQgHv=jx-HRE>IRH?R8d  _x| 6<Bl)) b) ) X) ") "4)")#)$$)%L%"&"("()8)9)|:+Q=B >B?B@B%FB-GBD)HB)IC)XCYC\D)]D)^FwbGcHdI&eI+fI.lI0uID)vI wO)xPL)yP4zQQQQQQQR4Cmunge0.5.15150600.25.3.1An authentication service for creating and validating credentialsMUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating and validating user credentials. It is designed to be highly scalable for use in an HPC cluster environment. It provides a portable API for encoding the user's identity into a tamper-proof credential that can be obtained by an untrusted client and forwarded by untrusted intermediaries within a security realm. Clients within this realm can create and validate credentials without the use of root privileges, reserved ports, or platform-specific methods.hs390zp32$SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-later AND LGPL-3.0-or-laterhttps://www.suse.com/Productivity/Securityhttps://dun.github.io/munge/linuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in munge.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi /usr/sbin/sysusers2shadow system-user-munge.conf <<"EOF" || [ -f /.buildenv ] u munge - "MUNGE authentication service" /run/munge EOF if [ $1 -eq 1 ] then [ -e /var/log/munge ] && /bin/chown -h munge:munge /var/log/munge [ -e /var/log/munge/munged.log ] && /bin/chown -h munge:munge /var/log/munge/munged.log [ -e /run/munge ] && /bin/chown -h munge:munge /run/munge fi # This matches ' su foo bar' as well as ' su=foo bar grep -qE "^ *su" /etc/logrotate.d/munge || \ sed -i -e "/missingok/a\ \ \ \ su munge munge" /etc/logrotate.d/munge unset tmpfile tmpdir=$(mktemp -d /tmp/tmpdir-XXXXXXXXX) if [ -e /etc/munge/munge.key ]; then # Preserve symlink so we can check for it cp -pP /etc/munge/munge.key ${tmpdir} fi # Make sure this is no symlinks - this may have been created by an attacker! if [ -e ${tmpdir}/munge.key -a ! -h ${tmpdir}/munge.key ]; then if [ $(/usr/bin/stat -c %U:%G:%a ${tmpdir}/munge.key) != \ munge:munge:600 ]; then tmpfile=${tmpdir}/munge.key fi else /usr/bin/rm -f ${tmpdir}/munge.key tmpfile=${tmpdir}/munge.key /usr/sbin/mungekey -c -b 8192 -k $tmpfile fi if [ -n "$tmpfile" ]; then /bin/chmod 0600 $tmpfile /bin/chown -h munge:munge $tmpfile /bin/mv -f $tmpfile /etc/munge/munge.key fi /usr/bin/rm -rf ${tmpdir} if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in munge.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi PNAME=munge SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable munge.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop munge.service ) || : fiif [ $1 -eq 1 ] then [ -e /var/log/munge ] && /bin/chown -h munge:munge /var/log/munge [ -e /var/log/munge/munged.log ] && /bin/chown -h munge:munge /var/log/munge/munged.log [ -e /run/munge ] && /bin/chown -h munge:munge /run/munge else rm -f /etc/munge/munge.key fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in munge.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart munge.service ) || : fi fi5   vO&~Jl J Kn NAAA큤A큤A큤AɁAhhhhhhhhhhhhhhhbzbzbzbzbzbzbzbzbzhbzbzbzhhbzhhhhhhhhhh255793dcbb409ca0f5329effb28d9b3ae6c2419c7a51b73271567a1be0daff0e97bd5b3563c2ed1ab5ece0e68dc9a2c565123977d1a48f29513a1cc8f25940e8a29dbca214e7bc6728569816daba0c55457cd7e0a88ae8fbdd162e83b9e9a978ad4b79cbfc642c1a4fb29de418d2b04d42922e8f117b877bbdec1bade2b92dae7eb20ff3bc9bdc1c2f70036740e0b2dcf02c5a20c871b4e6de2dd794f54e184a3b692289f93166f3b6cd622484c66056ee91a85c302c1b0ae0bc367e65686893acc9041b0aa985d987e276dc494235d5e1e837a021a9e176fc7228cca49126b69b26f1e31660fb5e73b23be960a2121187dcf305e1368b3b7ec20f59ea44b23cd5434361533bef8925a1608adcbe4b04e035c0b935b8f8496c1c1a38f130a83f5520183f13c058f4a193e138801701e512eaa5ae950cdf24d19255ba1c82da7abf6915d22d6227c6cb99acdbc3670901520903318e401cf8d5399b432ff2f8f3eb1f13e1326a66c800ae39399589c7afd2d2f18304fe80fc38e2c3fd6b8babdd0a5436d59868d9d9ca203b718fc3fbc6b42f6aeb0308c77758f79d627a4f883dea955441987ae8981647fe9ffd59714c893967b011342c1e0287109c96baaf60f4d2dcd2f1b0fc17640a5e171d2599d6bfe556aaa65f05b7d3aaca5e2292b18452b0f8736fcbd891cd96ce9587dac12e820c4d713e19f267d97c62dd5e9a36686e4b56efac546ab427af8c014b1e98dce1aa4f1f6980cf4cf9150b053652cc826cdaab843284c4f20ed30892c63f359bd302517b93a1a5f40010661529962244c2aa0e72eb9c870c9d63842ba913d2684321c1f7acfd05b0e50f091277a9902a6622789d96237d53905fa3974133881bdc7607fe90dab2104bac6f163f10ccbc13d287a33f3268ae5b5da6fe94b87bd5ab62dbf5b574ae5dbfc1c4212cece6ee59cabd3a4f7cb20ef4fd1b39b23ddd170e87ff2425407a6d98e54324fc09fa5a92e7bf7a88fca8ebfa6576f810c522ceea57ac4aa77cb58a99987ff018bdd6158ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b90321fb481892ceac8d05408482571cdde44cb2be485f43e1a0a6b1eebc542ab7500647430e197ad1eec9a3704d6bc7980cb41a108cfc186ff67664e3eb31d832a9276dbffdd252a34508d5d57343e5c3c6ed6d305fa82c59f25a899eaf82e80ba1cab334927dcfabaec4ca0ed970975a89d4c9c1b7fae9d55f572b894ca04d3972e7112efa89fb8b31337b9d698f54646125454d17f42f977b76a785f73a55178a49a8c8caf66a66da584595ddfa7d17b7cffb4d91e09bfae6d33d5bb04c2fff45serviceQ@@@@rootmungemungemungemungerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmungemungemungemungerootmungemungemungemungerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmungemungemungemungemunge-0.5.15-150600.25.3.1.src.rpmconfig(munge)group(munge)mungemunge(s390-64)user(munge) @@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(munge)coreutilscoreutilslibbz2.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.32)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcrypto.so.3()(64bit)libcrypto.so.3(OPENSSL_3.0.0)(64bit)libmunge.so.2()(64bit)libz.so.1()(64bit)logrotaterpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)shadowsystemdsystemdsystemdsystemd0.5.15-150600.25.3.13.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/sh/bin/sh/bin/sh/bin/shs390zp32 1756809479  !"#$%&'()0.5.15-150600.25.3.10.5.15-150600.25.3.10.5.15-150600.25.3.1 mungemungemunge.keymungemunged.pidmungeremungeunmungemunge.servicesystem-user-munge.confmunge.confmungedmungekeyrcmungemungeAUTHORSDISCLAIMER.LLNSDISCLAIMER.UCHISTORYJARGONNEWSPLATFORMSQUICKSTARTREADMEREADME.SUSEcredential_v1_format.txtcredential_v2_format.txtcredential_v3_format.txtsysconfig.mungemungeCOPYINGmunge.1.gzremunge.1.gzunmunge.1.gzmunge.7.gzmunged.8.gzmungekey.8.gzmungemunged.seedmungemunged.log/etc/logrotate.d//etc//etc/munge//run//run/munge//usr/bin//usr/lib/systemd/system//usr/lib/sysusers.d//usr/lib/tmpfiles.d//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/munge//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/munge//usr/share/man/man1//usr/share/man/man7//usr/share/man/man8//var/lib//var/lib/munge//var/log//var/log/munge/-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_Updatedrpmxz5s390x-suse-linux   ASCII textdirectorycannot open `/home/abuild/rpmbuild/BUILDROOT/munge-0.5.15-150600.25.3.1.s390x/etc/munge/munge.key' (No such file or directory)ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=e66dc2cdcabb23c3c378f064992a6c7da613313f, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=5be71a6d69083b1f78a87c796f84b173ef1fb75a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=1262e827d23e02d662d54cc6c0e68a151009666c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=3d96dba290ddbadd91402e98c4baef841331857c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=e559935e47536f526c016ac41a81d5aba7c69baa, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)cannot open `/home/abuild/rpmbuild/BUILDROOT/munge-0.5.15-150600.25.3.1.s390x/var/lib/munge/munged.seed' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/munge-0.5.15-150600.25.3.1.s390x/var/log/munge/munged.log' (No such file or directory)( RRRRR RRRR RRRR RRRRRR RRPPRRRR R RRR RRR R RRRRRRRRRR RRR R RRR`;Fsystemd-sysvcompatutf-882c8fcbe1138d086ebfbd74711ba3129a5a179c98d63406f1f00f2461d5722b5?p7zXZ !t/]"k%n6 h<ϥCR7CuUTY, ~+lx qXd;6("UHg;5͖2?vNַTB,.iq?'ÃqmhBc~_FJ(Ґ:s !DPF9`掞B#,@^!pz2{x)uOMdRhsZ#+n[FL,Q4(PMכ-C4#α_ /ΜAP#z-U,"w$)`@ӥgd]g@ G9Zy?qC,uzmF!)+@B-%1Pܱ~xvdCъc8%][A BN59>bwB*8]kt>k4碓|msW(rF7NҌ?!hލ?Wo'e%=@}sdJ*n_PA 1~9`C9 i7@0\(#,sAג? ?ux{?'ě4߄1?< [#}WI$`O0Iy(Ϊx, kS@_k˓'ٙ2IT1{Y$p\ZmAAU O]< 0q7B乕',SײHYt& 1,FIK]DH %x+LHq˪%c+>$eeK2Kb`lw .&. dx'6-67vY~K]1 /Reh0S?`ejz\Gw(5V*=?Td$5n T"!)ۻ d29y" Q#qR|cXjFKd 2GCpz6_㱫*4Oǿqgdf,s k/q =95(xK4uZw k.|tJ3VFZ>}u6$q̷NJxVyZ^zyz4TDؘ]۶GeO_gW3u(]3Ϙ^9>qıǟ7f /wT4W:hK~[d\3-V>i݋ZRj f3I _l'^O {F-:@*y+܌\_^#Ԛ,vPiْ`$q'|2Av6Ų/&]}} )%'nX8HT o:U3{v)Ub_]][k^ev,α.=Z7Ceg[JP7Ao~}Bg܊=8e̩H Lި I4ᅛnY*7f!wvV2YѺUS+u}SӣaP"TPAp{(I`^_yUڰXϊ⇟Ӫ'uyJj};bEǶȠrDg75JF@ ñΏƜBtFK8ukS;fn/B]UR