cyrus-sasl-ntlm-2.1.28-150500.1.1 >  A d Cp9| 9ٚ_NӡqI$䉱 Y8Z?+̍RL|"`"seD?+fť*Ba^ fGc0c|@%J(${۱'IIzT~yN]82E+p+Uj{:Yum v8n$JSErQ=_<)"ߢi%M7LZņWY `E(QAiVװ%r;uܐ=:0d7e128d88d8efa4f9015fc3568a9c6ce86dafed42869ba029407118aa7974bd8e7166dd0827ad414fa8068f96b79281380c4ca0\d Cp9||zydV tFo_?Gc0 IdJ0YܓU[|~CozH}W4+zŻâ@?#WY yhD<}׼ٹ89n* Q͆kNX1kݿ`Br?%/꒷zD8?J^xy ut;0*eqJfcZ{Q/Ǫ,%Z4FX7 ]=mV >pA?d $ G+ A_      0@Th    $(%8,9p:FzGHIXY\]^'bEcdJeOfRlTuhvxw(x8yHz\lpvCcyrus-sasl-ntlm2.1.28150500.1.1Plugin for the NTLM SASL mechanismThis is the Cyrus SASL API. It can be used on the client or server side to provide authentication. See RFC 2222 for more information.d cabernet0SUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/Productivity/Networking/Otherhttps://github.com/cyrusimap/cyrus-sasl/linuxppc64le0Ad d d d a1870c89a5ae3fb0e390380403b36ea80f9a4c7db9221743023ff8059c36af57libntlm.so.3.0.0libntlm.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-2.1.28-150500.1.1.src.rpmcyrus-sasl-ntlmcyrus-sasl-ntlm(ppc-64)libntlm.so.3()(64bit)@@@@    cyrus-sasllibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.1.283.0.4-14.6.0-14.0-15.2-1cyrus-sasl-bdb-ntlm4.14.3cvc@b(a@a@`7@_I@_j^;]߶\X)@Y@@Xg@XVhT@Tw@dmueller@suse.comdimstar@opensuse.orgdmueller@suse.comdmueller@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comscabrero@suse.demichael@stroeder.comvarkoly@suse.comvcizek@suse.commichael@stroeder.comvarkoly@suse.combwiedemann@suse.comvarkoly@suse.comjengelh@inai.de- drop optional opie dependency- Do not set directories inside doc/ mode 644; otherwise the directories are set 644 as well, which means no files inside are accessible. This resulted in the past in doc/ actually not being added to the devel package.- update to 2.1.28 (bsc#1196036, CVE-2022-24407): * https://www.cyrusimap.org/sasl/sasl/release-notes/2.1/index.html#new-in-2-1-28 - drop cyrus-sasl-bug587.patch (upstream)- cyrus-sasl: prevent fail of %pre when berkely db utils are not installed (seems like we want to use this only for upgrade so no Prereq added) - move license to licensedir - remove use of RPM_BUILD_ROOT - minimal spec cleanups - avoid bashisms- postfix: sasl authentication with password fails (bsc#1194265) Add config parameter --with-dblib=gdbm - Avoid converting of /etc/sasldb2 by every update. Convert /etc/sasldb2 only if it is a Berkeley DB- Fix build: Do not build libsasl2-3 in the bdb package. This will not be linked to berkely db. libsasl2-3 is now defined as %BuildRequires and %Requires- CVE-2020-8032: cyrus-sasl: Local privilege escalation to root due to insecure tmp file usage. (bsc#1180669) Use /var/adm/update-scripts/ instead of /tmp. Clean up temporary files.- Remove Berkeley DB dependency (JIRA#SLE-12190) The packages cyrus-sasl and cyrus-sasl-saslauthd are built without Berkely DB support. gdbm will be used instead of BDB. The packages cyrus-sasl-bdb and cyrus-sasl-saslauthd-bdb are built with Berkely DB support. - Update to 2.1.27 * Added support for OpenSSL 1.1 * Added support for lmdb * Lots of build fixes * Treat SCRAM and DIGEST-MD5 as more secure than PLAIN when selecting client mech * DIGEST-MD5 plugin: Fixed memory leaks Fixed a segfault when looking for non-existent reauth cache Prevent client from going from step 3 back to step 2 Allow cmusaslsecretDIGEST-MD5 property to be disabled * GSSAPI plugin: Added support for retrieving negotiated SSF Fixed GSS-SPNEGO to use flags negotiated by GSSAPI for SSF Properly compute maxbufsize AFTER security layers have been set * SCRAM plugin: Added support for SCRAM-SHA-256 * LOGIN plugin: Don’t prompt client for password until requested by server * NTLM plugin: Fixed crash due to uninitialized HMAC context - Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468) - bsc#983938 `After=syslog.target` left-overs in several unit files - added patches: fix_libpq-fe_include.diff for fixing including libpq-fe.h - removed patches obsoleted by upstream changes: * shared_link_on_ppc.patch * cyrus-sasl-2.1.27-openssl-1.1.0.patch * 0002-Drop-unused-parameter-from-gssapi_spnego_ssf.patch * 0003-Check-return-error-from-gss_wrap_size_limit.patch * 0004-Add-support-for-retrieving-the-mech_ssf.patch * 0001-Fix-GSS-SPNEGO-mechanism-s-incompatible-behavior.patch * cyrus-sasl-fix-logging-in-gssapi.patch- Added support for retrieving negotiated SSF in gssapi plugin (bsc#1162518) * Add 0002-Drop-unused-parameter-from-gssapi_spnego_ssf.patch * Add 0003-Check-return-error-from-gss_wrap_size_limit.patch * Add 0004-Add-support-for-retrieving-the-mech_ssf.patch - Fixed GSS-SPNEGO to use flags negotiated by GSSAPI for SSF (bsc#1162518) * Add 0001-Fix-GSS-SPNEGO-mechanism-s-incompatible-behavior.patch- added backport-patch cyrus-sasl-bug587.patch which fixes off-by-one error in _sasl_add_string function (see CVE-2019-19906 bsc#1159635)- bnc#1044840 syslog is polluted with messages "GSSAPI client step 1" By server context the connection will be sent to the log function. Client content does not have log level information. I.e. there is no way to stop DEBUG level logs nece I've removed it. * add cyrus-sasl-fix-logging-in-gssapi.patch- OpenSSL 1.1 support (bsc#1055463) * add cyrus-sasl-2.1.27-openssl-1.1.0.patch from Fedora- added cyrus-sasl-issue-402.patch to fix SASL GSSAPI mechanism acceptor wrongly returns zero maxbufsize #402 (see https://github.com/cyrusimap/cyrus-sasl/issues/402)- bnc#1026825 saslauthd: :set_auth_mech : unknown authentication mechanism: kerberos5- really use SASLAUTHD_PARAMS variable (bnc#938657)- bnc#908883 cyrus-sasl-scram refers to wrong RFC- Make sure /usr/sbin/rcsaslauthd existscabernet 16786214482.1.28-150500.1.12.1.28-150500.1.1sasl2libntlm.solibntlm.so.3libntlm.so.3.0.0/usr/lib64//usr/lib64/sasl2/-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:SLE-15-SP5:GA/standard/2157e8026f850a4da917019f57b55d59-cyrus-saslcpioxz5ppc64le-suse-linuxdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=556eed0a880da2659a9e556b199fa23435023cbf, strippedPRRRRŽB6eutf-81441c51f11dbe625fda6725724d6d55dfb1261b2bf86770a3f429d6235f1b197?7zXZ !t/ =] crt:bLL Vsx34}- bb #~wU 6<)"#PYS6\@n9X/nZI*h[\VōPlu&$6Ŧ?03) JZyPCf{zc%ߡkb =C( D #iuBǐJ]cm=Y*Mre{[Ȟrlvo +8k!}Nz,V34į* Az][3ԉ'nc)*T3L5bէ,Ռׂ#Cuт9nU7dz3qfR7iO'k}:5UG~xˍ][}B2l6*$ތ.`:{Ks2FiZiD%)6W[ 3>Ge-hZ;] {:?+H% 4 `ّ+OzfOjc͜Ch1{=EAKeT,^1zmDxu&oCx-\0esH:It5} q pwMj=vtTK3%zKIygtMWOb'-M] G 0*Fiގ&WAJXMdUM]Ysq9 `kSB$6!wt)hpK}4Zt-RCa 5~*Y5 _ ᚮXMWge2:*"d߉Q0"o>7bfzĽ D=J@w1'YLϼyS0\pd>"}o+iQKڼOn]KZ97+;lxnV2#hrL( ?hJQhԼ9s8$;w"oKB>=Bng&fcA=;noff+.mp{5ց2'Цt㮟UR R;!U2-֓U d5D$_NzhV4n^q]ĮّS]ۈ|aJ}ڬ8LdK6"HsȃGW2]aRq[nLܒrOYXfxk<ҤU7GF~QV٤Լ4ĞeC`".ciznu% ƩdL`CR-AN?TA14~;lzQ%ЉHaeگ0ڥ!a/lujbZࡻ>5 y:;-$v|>>kLI zQRJhMսIgzmf,0 \qڻ QPk}XaU/|-8[fwbڱ-7n7_ _`+E:~H \Iq?.nq L"Uw.Q wؼ&|hf(Ya'$aL%河)}(mIZ&co zLx5j74;3LjY[OeXƹ<aZ%6b;+T AF <5>4.P&Z弯^䵴V7enZ=oLv^_*'Ћŷ:9NSLjLѤN*'M]&F]?MnQi[ʰ_Ѐ֞Y7s5g›~{j G,}Xp Sjwєga(h U'[J&GoVϿ'a7|R}H#|œ(]H7 YWk튉cʵ2i=2QdWJ~sWWƨǻ(jXДOظ$o*Ѳ{U mz-6*6_{w+|@R^@%<?o!޼Dׁ=y))QEHx6NRQ/YH|#Ģ}d LΖ{0NCV3KBZ Z}ǐ@1pNǧ&{xVﳘtCg7(w/`dK9S4lC騆ylW- vLPj{8sYP֎"6nY)?ɟX„`wxrm\.g%Vf8Rre }+NRXSǔft=T3baԟ Iu{^7LWd*E;SvO/EG1\NN]$Ѥdp] /BxXH6&@aBէ& Y$u`F@i;|ôEWz) t'l=Kk9r7v]8.:Z*I3 z:B&g׹{WdN'Eu$R+]rү@l ϑUl^2iIlH]c4"^;@6..a ̌aW?Y[Eciq op/!eJ!|h*[/a\+8l#=&Uhv6B%?9FF~!.8m47ؔ~E][9BhM=eR S뿀VZ<< u4:znNfm3 hƽaڼ#^wȩ|K%jmh2 AT?9"<86Aʧs\yr3iO/?:rёqΩx9bEZImlo+$OG&O5N2 <ʋkFUn)d"}#)wRv.k,h VWgE68bgS ,ND:`-}??Yڽ10\lEGY˴^!>f^i&A?WV;$u3DL+ClX!S5*> yQ?0h:;@ ( MkV[ѐq Ӹ n|UV8=foi6ebmjףF#ԋ˻/>g6w֒c-A6?bZ D+^2L̟/i`9X(&iC:A.2Qc,P ۲YOG"*(ٶs=~+|89gFiPRJAMuԇlb(7t4nMb>:|L4]S"5㢈ȼKm3e$UGK),;rLTX[(~7mEaj}Ѻ*UzEyIػ(@%:2t#=@#$o7 ,+>T7]}_HqJRRwᚲ鞴qA--dF)O镗[į&Iݤ7-!%p>ZeF7F6#oǢv"KN*wu.v,4ˆ8zxRGTw,3!rїËeDY6z8+C#“] [^Bm|7;`crakbex,QI6|!?J "?+6EtÝ5vpI^+G =5v .>W5ٴa6$%8 D H>p +{gy2ˍ_<r@KȚPPy3"ڠMBߒJB鹯_6Xu0HOG5?@]/b_)deIk G 9wrMR8<*W;p1 G!C@bbu˯},RCzu{=!if{g v1-0V`Gb8TcI`O=F{i#1ekgǵ*A?D.߅p"8Kh+%]7 pr܇:C=<2ܤ/8+زq9/cȳd >-dHw%+LҘ"CXB%J2!-(^%BĆѻ6'"3ς0OcENjwR x+\ 2Ա?Om}]?M\QqݿLgze?t|Vk6"ʕzmdOD"MBcN>شΔBN:r#4Ɓ_-YE{ fDoj4#@ii~x2sxLprlI~0Sv*xH/* 5żnD/utM0]@(ؤ:@uEۏuI刢'Farhk0n [Sm6UۍAչ!d]4&Q=XVc=@jxf{UUFf[ew*CVj{t r/ji:i!K*sbG466<7_Z`xT)umkݹScTj68sZJl X OhW7`Έ~єGvRQJ_,p:H'KA 򑪃I* 9D=c|xVkmGgȮD[n Ad"eXyKa5u)OmPQ졲E7JDohѓ97l ܩd}vSB` &D^Mʁں! \\)~Iv2W]fuNl Þ<ᩀQˮL'L/ N-eɔˌ;?9T@[#z(g&NHw5,yF^Q'1Hٱi[f-Ob=WW/֗x-Suf.=2EoVuQ>; kK9;',B67D>xi:R`TJ0F`O~}Ôn$3T( iap ꒡oGCN<3B3qt6h1Ƿ[g<7H{1%o`8\ >Oc4KZo=(_kgtآ/d gяRDsh3B]1 ͔-Df*|fXBNvo5|թFT 6jl=tbqr%/qi+sk2@W8eN5hШzfﱧ!nFrpip\.؋BVj:a6c ПqFW+6AAEhMRƒdJ{3 »#1|>|tP5V<~N bn=ڪB T߱3݀(!bq*!iȍ0rDZ˿k 5SW `Ǖ~o/sx7Ӌl߰49s}eo'w&ceڈ7qyS@w;E팣k7+uNA 7,>޸(uz*ej0 0:PtDQA(f:~|"pQad"OgvBn`|ʏ:7=jǖ`2!F;" d@Af ;&^#-UT.VXSw* 2d^hooKm6T@NM!KN`ʬE;}w?=&y=2!6khՒ[G&xݖ #.*wSR1d_?6hCx/.z\/6bR/s3n%n2\[]C3!T͆}%ySL+ݱcպo^W{}КH:J.>n'5ؽ <@ ⧝^9fFvgz‡::](O4BeB֘;,c9zj,wړ2, O{ !qW/)vԛrT^tla4hkLbS,O7 j.{s2sM$}ɮ__Xv<MKRf5oJZV `n4F+R -hW(6Z_vA #3)ְoK'x$9:b -.ji!M[a"7ӟF.ɥe7[]w/B/m+kX"OG!5mExE^/Ż׈ d6~EQ1ݷ#$P |1sqΖK~b?_-أ/=ZOw:1[k 2O v1}g'9p&D/:1'4jrSts+ RYp޿r^6̏RT1"Bx^dEI݄?£Ju/<%B.xT$VOx5J=e<^pSVa;װ*&b*jҹx^_H_'#@疖H.^ q]~0#2c*"\; <2U$^#<DcgQgđUC]Bižhgb1psvܡ~'P9f_fj=&s_i.,`{,M{`Ά۳% *!!9w$T5g'6'%P<{ N@+`q Ǽt4oMlﴭ侫J0#cVܬ@#vq8Mv ?֘(eu?7%\Vo2Nhu*#(wE8iiE8/1LDj*73(WvaIbq)!{:VffvRu_?$lIM +9Tи!T| tUQ-j%5紹],HkgxfI܌q3g`\ߎ*8]+tO(vb``J>zBM M= 7 umM2r}2ǡƬ4虷3- Ȧ*lw5Yrj퇎g6˰E),gyMkV_TK]|[uZ`_3nn/u^W/'c]?JyXJo .qN:ٯ˻[_Kς5|N)&~̈(Tv=SrH~ibݰ[/FHlx[l2DUtMKMleSYyQb}Q =׮:}pTe}--tjb`h%~h{i }'#rܭZ 5=Y(¥;3#mWҌ{ZdAZ W_NXL56|dN'&!~϶4#u2^e&;Y/V$ %(*7`\bD:ݏ(VQd)5C>N7f מ|W]OhFd׍qvK z|C mfrW{qs]`o%~K4{TIOs"]S{gEu/:k[S[ِ M3EaJ>| *e8Z|>C})aB ̸a@\4$}R 1Ѫ@!jJv|אYdE4|y-`^pjݩ&;U8caʶT|2jJuʥ6#< [Lo8Y3mP)멃vJNռ_i=0 3+025Fncjl}\ϳCz+7q? [`ζ&(rٔDGQ&)ÄJ"r P&XսEKEIK)'{ )?ؓ8mom~^\P^\ygn)P[q.{ۈ s nY K8g,rt,EXfZe0GO6(wjz"?7!,Qbl#J4™5}%: +eB r%mף}| $ _[~~돑.+B5GG+K#"g ]Z;7j܀ MP@|My (z3FyɶRNeM!oed(Gy~Hy!G wj_^} d48B+@}5e" zڡx}Ook\򧲖[#fh&LA\+ݱ}>q蠐QviqXV N`)D&e-O:icxiWXq*U42']On|Iu`o ?©OTۡ4Z~Zv+ԇfO,m+'*1mQC[`1&5 d2zLPW/ij 4%5i!i2SCLͣ$vpxiuw]:uUf2v{<,9}1>>Gp|o'wEjNihOvp,?L͢Ѽ䂗B{ckru%V5"䪩'$ 0 ,}s~miUv5Ϭ mYOflPb ]^`m{ pا0 uw ZnrawdzKVy9ZEAǓ c;fL^ի߽~ u5і*e> {4ԐSRoN{6 |?wd@E{"a1%ƀWVpX ݡ^ HF_[`}.葙RZvg΅|.J8OIc"IN%4 =:ne{ ŹԛF}k+%-z1i8TM#C! @ϔƓiYv@b+&OC#ɭMN (b,ct){f, (,˸!,vz?׈js0ukޛCiR  ǓޑQD .Wfay.SiWQbXPr4U]Mb, LQKF]T9d7 w #x+k_WV:^U\e^>яCZՠ3x~b.H@yHLٛi@-\TWP/q^؃2 -*? 1PbwPT{SXgĥ&@=avGnZܡ|S@dpbX:+Y֏TɋGoZOi%[(s€yp˼KӪHTtm7 +Y F)6yeJ M1@dii؁ "szGµ_8wh̝#bmSMdjl3!@uFPi&x>Z=#*£dWH[{L.B#+SZ6wŭI"xv*̗,Q|}&Oo̞gi gBKlM !!SJlp]j-O7maMB I{$_#h3dˉ kdh󿡵aN`M* TNUNn0 ,ko@˔)b"μjTm#ܩRfUv#wi!0{ZCZtID8S{6&DH_(ImbfiFI,Z=)\W1ᄤiE%~K@ؐm!Jc^A/ ݐ8*$h/WKs~[ ц{1mgw)ePW3 Meg(t8@6dѬ*(Lrt ^\_ucU&i 4 tF; >pb89ݒuo/#[k0\Q:60՞S2aPvX:=9xGJ6_Ԭm4}NwUI[W{SCZs)661g ZEѫ,ErU1 _u 6̔ⳘYѰ6=`7Gu[ې$qZ8}?WFP ܤ}BȣVֲbm+y~|qЍ0/p4p? ]~', ,I[@.י[S^l /.Nz%2fXYHA&MD"]&avNX{'N\Rh5Ž|/8PQT-:-f]k!\Ӕ|1 DLvK:ˋn|GNh[v}2[afiSri* / <u:6XQۖ5s$daraè$Qy޵}TDG\*]ǝDK yϜM7+>"ᇥ<0-LrG< )JWLhNidZs,zȬ&FPzNLzP 6&!OįI`<Nk&+TAF̓nG.sQT@lz+0{C߼_"_r'X-)y 0G°'3Z۫EGmF=v e%ӌ1|7!uOckՅB[JI AjH* l@[+ɂ/91.pE>h!dWӛCo%y]8+S6 .J1hPX&u48< yV