munge-devel-0.5.15-150400.18.3.6 >  A dp9|LvSr0i'>?$.۹uǚ< ݒo3 F.2EBKKBYH\[qT:GI#tu>b)ucۜp6/M[` H1җ05_]a< PiAt8NsVav bMs~zmIf˖{qVmN|&2 #mSp>%?%d # _5 Kk  ( p  & 8(89T: FiGHI X (Y 4\ h] ^!b"Bc"d#ke#pf#sl#uu#v#w$x$y%(z%0%@%D%J%Cmunge-devel0.5.15150400.18.3.6Headers and Libraries for building applications using mungeA header file and libraries for building applications using the munge authenication service.dibs-centriq-3Z=SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-later AND LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://dun.github.io/munge/linuxaarch645   ddddddddddddddddddbcb256a577c1fd0ef035ca19d92aabe2e8d1134071ba0aeec232de0b071100088624a7962e72953a4dd9be0e9f8208a518eeacace8656db818947bacf2872b0290d6717dba3f3d1d29cc53490f8e3fa3f167a6e8e1405d42eddb6eccc0c70e10dbaee9180a3e1229fe76f9dc725fb06ad8b4eb6971fc30166cbc698c3b01101153525834c4e2da4971213cca9bf56c3487b7d7d5a9e6b2a4e1c489d18ad39afblibmunge.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.15-150400.18.3.6.src.rpmmunge-develmunge-devel(aarch-64)pkgconfig(munge)@    /usr/bin/pkg-configlibmunge2rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.5.153.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.ibs-centriq-3 1678172365 0.5.15-150400.18.3.60.5.15-150400.18.3.60.5.15munge.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-protection -gobs://build.suse.de/SUSE:Maintenance:27792/SUSE_SLE-15-SP4_Update/7db61f1c40d990b990e1817074cc3fe3-munge.SUSE_SLE-15-SP4_Updatecpioxz5aarch64-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)PRf]tѽXG|utf-809d872ed06189ec7662fc3bc277958d41ffb70e12891bd0b3ed3fa74610a92ac? 7zXZ !t/f4E] crv(vX0'AŒ vVj<ЎB;u[O6R z-Đ9O8" 8s|L{%ڳpw(SwoMcLe Ĉݐ4'lC{7ve]O`E B#אfMBQ]>u딌$[8UȆuyo3c{75Fa' >3uo`KcTaK1 U T`5yq'a`;= YYX$YӲV{?Af+]i*a=QXK9!o6?Z8 x4g" 7B(i`nwl8(@nIvUuI^I%,v9/ws N+_L,x1-^΅ qWtX.SPCrR *z I>wƾ?F-Q.,%m?qEԡjr C]@Vyn/K{DqL X1O?l Hfራ\ɖQ2 `V%, ~9$(xg,Z慦H^"GC%Pg>Hb`/2x~zSO 'ln9"O v1M,,u*,K98DMČ`̛G mě\|" b{FG4mg$6E&w݉[$`)1#;px|byPT=" ñԌ"꺀Hۅ%\B(- c.hD6;b'ߒ""<`l 䯐Iv#?$ZK~Y2͌;/k@y3hO#gW ິ? oU")3/(N8I|ѝs-"뜈3ՉR+ )Yqp 06^2d pm=36\?GdD:.G)%Eܫ3{{1[c!ڹ䒊m '\nX,9x:"k6!% Ql3# |1$xѱƢ.yװ扐Un&a-W'4Szrr4Mn4X̾+LюNhVi: .h(rsMQăSC@/q3B|o{!V=YMZsO"÷~PZl6\Li- dhHs\M NGv2WZqL8kġؙf4ÍR.BِH'|6="5IpИw,Ҙ#2쁯ĠYiroR `{L7 A}Go]. D\Y001]$ Dݙ4{j* UܐsycVOiκ͠t)%֍N/ !=@CB? 㼜V E@xW6:[v{H󮖣CӉ,>B˵f;Sy:S;ѓDbE}=guYϭ(W6AEmrѥ]JERA#6f?7b5$AEV\<(OW5bW>DZ;]wk"X= ,cE#LcRa9YB^o%^Nm<,4'::IZ!;F7:p_6Fgwz6[o on.X&?,"K?&~OAu8ͻtL_%բfc(iM;kܖ,B[Ch ͋FK*V )f Jw3]&N ˑ6Nsr:=D lCqCNdWJ.ֆ/BndX8(2.Nd ppQ {:Xmb6<&La U.EW11[, > U/jLl:ȲG.7Y6w뢎 6Ǫ[;4O!/? %:#wc؈E_h@Z^VƐ X?/h A6艪b,{?Yf8FeAosߩzVgȗC_}C5E5GȋNq O+ ovd3g3!lCBdi$\et~Dey" k <2'ꢺIQqjݟP\t*5w[y27O:fSk:> aX|ʘI|]Z8*Q҃'|`51:9 {; 8]ckoD+JR>A.^u a,@*U#AUhV{I&k'k5iƮr Sr<1{S¾)h=sؑWƐ5[_NObQe (ͱS9$YZSK@"TCU∁?xm\9 6Mۜ^ϴSQw5KɲE䥣Oi]Y _G"Hh}'+#Md h چJLRKy OIJ39,WJU fV6&H-~9G<oƀfBU|c=\(R= kz "SVClP 7e7ZX*U zSֲ R'^W>l\ ᴍOd3NN|ϓx&|t]Hds%a, 'dm#T638 P~a|uȃ& % k.Tq%@ {Q9Ǟ-q}bJǮ~TJirKٲMޣ[9KC#M[pOf7"(Ʒ/ Tۗ9O_H1zR0Z,)ECiF䨳 LGSٞœ+f:e^jgI4 HA32W0ˆxupcWJ.XbzS]8nCt=`NJ6X}EU}hQ`mͤ=') s h0״' ;/LòJ?T|6&9`HbMTm\ì`p3nM*i&IngVqڛ?f l_kMe_Y\h" m#6X%|ãgYA* ,Eې|5nEpEo7BѐdC!\F51%j ,|]ܝsrnЌ?[>aDkcG(G6M oh("}`!`t,4)w3h9lw?i"VD+ 3PeIb$Y:e7Gf;e]+e/Mibи'$PEgSwK`hC=Pß͓>vV R&)0 Nj߽uBTIPvN8r ;gN9>.UiAZP0T $F<[]''J龜OFWtЁQ@9)@zi tM_䞍7JKF<$й7t!=aLy[2Tg {N~,=!6 :p@4Jg8ZqC;SO , IVc#3;ퟳC[gcԵ Cw1A=A+C 5zϏB;\N5gzqzN <=797lԍJg3Xܟz8]j-:%;ӢWXa7 wto0[,OB8zAZQ-~OlbZ_j!qGeٸPT N s?4zaiJHp ok%lOu'(Zi!U2Cj( 2؀ol#ꫯ zY`M;&!6ԄSMΝeYrNR A'dUZYCG,3k_HĒM*>Vsp=+LQleIyМ•37ZAh姌B1yKDU;?^A}M@ejjSmJN\Ί6Tc9'@Q!-˯ =`Ppr#7Q 5-zhWftAT A@Sq1{n` #\ F|5$ %IPJlic7ZGw,IB0? rTzn R17ޒ+7D*`Ŵ\5ʿ_U M8#(Je ^%dH!B̽_INi_0$ۭڡؽ,a8/{j󿯶~IDE*,g*Z/Zx)_2dX#Z iEЫ}s܊. f DB&YXSLmv.1ޥ-8.KJ ɏG\iY"71P* GZ3 qo'\{vbePi塹~@ۣRx:Qy\ R#vlξ`|x: ڙ1xD?gJHG7;fwg8^MLQz>CEyb~UƧ4=߀& Wı7 dM;Ktk"ة(3؅hf'ZQ U%,,Ȗ.{( pVw\24/kdl Jlخ=⦟VM˲w$]JOR^adL[,>yxxχqGUCj|A]3ݼ>]J9;z NfJ%'s|籷H87 JajruTEBV͸6NML  g?Rx89HD]Ïg)lGo8!cTջ5](ve3$-;ɲ;_uY ӧU:Iek~#kӂٵ9j+CSIq9,- q-kfn6mSs}H*];TjsEr5Ƴ92ME95fՓn_HƀV}*`Ci}d.IOnl[>yErb7LL{09PW><OsY}Br%~B K;]]+Žqf{qX ? #?: !c7Ob/|61#C[%GVFLVXz+.î9(ih0k<%NA bLHyW}# /P z첸JJpn:'f-RW=]Vuh1W,ܥ8l|)C[HR*j/(}ZMoEJ#쫞gꡓ%#ї8V,~ӦOat偿6fcޤu)_MlĖ3M@RmQ}K-}S^٦lW^{r~b%aRU8tR!G|;(U R*h9m/yt#6x*'Nc~3dQ ;G>[Kz6P ":!0Tٷ]hs̆0Mm+Ov87kәh$$XZżC9CnmIoaXڗk,` '͐uV؈a,de^gb0? Cp1O Yf, D${.p Svֳf!jz&eRg< >cLו̿;v׿Gҏ}N?,TPKkѩsT{<B'90(N6ySxPM }*OZثڈ, ʮrYO=yVa2w%F3RKOOߣ+iS),mYE1nk4v JdR/1shu]mj`Bi8̜~gpUZ`W/ *'*OSm)zۼUKWz8AͷQ1IT$Yzhm)Us}BhXSS٠hZEIijM)5e߅+C &,"n{gV]vxqhnv1+~w0;rlj"\.7b-h; }cIdff#L4].=l^7hx[:{7.ڰЇx Tk7Q=q“ ;{WC8_F8d~L͟BWmc7eǤosLֲvCC͞X6g }$.բ5Ll'i07zV]gw>c=/z nd\Cf]?IN4gýD ٍ S&+>1gq=Tl{&岴wRO~\7 q8*sulk.K[ypTPsΪTj8u =GN}Ng/5$4{R;֠Ye*0w9" ߏ:!un*!nN^5̈́{ϙy(`B[Qb.^ q7: nQJ*_ keb,: g  z a߄v76);)s?+%iKXWO@ 03wVNu,TArJƍ P˾Z9ĵ[NlG܊bK7'ߝx8 R_[N~i @9щI@C^DWg\[N[d4`oח0׭Szj9fX ƨjV$<篍2o)"_}jӰ狘|7γ38 ž_moV%J#zcϩfvpqBT`A8~u%K  I[Ŧ(VNpU2F*D8bM$X}kE]j oi Mg2o%Gϔ'?V(˴zx)Y]P]7aUqN>yߌo#t0*R(6{C9tljnz827QLJ&oE{0Fy楚'ׂ=}G: J$ T\zz~gF:$- N354a 5Æ}c{*4MKZM2wzhh`@ @x!VQO4J=vq؄eUk_%nf~0wܒɏ@E+BV@cӓiJZ[7e3hgoG(&ʗ,S@Z ECdz$|#YÛZN`I6l ?Xܚ2N`ﺐ0 4n#Rm}?G05A 7"mQT- ]W`+Q5E*wa}ry^v,_pҪ*t{Ϙ8$n[TbV c uf=Sv2]r|_⪡f k&o)֮!D}fE[p6%!Iȋspxh;GyNHLtYPJG":kUC+aI$d⢁m*.~ }N6є"{kBx|'1݀>Wr \Rzyc(PԚŕ类>ێAU%b@J/T@{.̄˳|~ا8b8soŽީcptѿf鞲ZOr&j/;y辰С9 Uv=&nt򿁽uZJ0d[j;b# Rml~S^Gh p㵕.E1{T<&:yՐ} AUg"T_(1nOse5}N=>Zl DDO -wnIn#2@b|e|YLE$al:w{!3'a5{|$ hj n vKdv'o|Vd4;|5PTڿJh. YZ