cyrus-sasl-plain-32bit-2.1.26-lp151.5.1 >  A \/=„bHl'>p}BXtXuVޓcy6YSn{x3d4~zϱ@('k kƫLoR]ŵ}VmmUǜ44 ]rбjw'wSTK7}NYi QHZvJ5JFOX&q]b7\ j1=:yA+Xx(63ede89201115b4a9ca0e12002912bc03d0606dd340a55a9401d7234f98bc1d830f6e7bae4595fc855b8d29896d0a25d7f8aaa4cfF`\/=„6h/W`}ĨIz#%ljcɉr)9t01z 6}\v%R5j {|_Gh~S<)ta>U|6_Ѩ6ߟWP=b-fcqdXlBMܸ83gx(clLZҽG.|.mYk”oل<)dI8>p># ?"d  * N ! ;Yv|     0@Th   (8$9$:7$>GHIXY \ (] 8^ jb c!Bd!e!f!l!u!v!w"px"y"""""Ccyrus-sasl-plain-32bit2.1.26lp151.5.1Plugin for the PLAIN SASL mechanismThis is the Cyrus SASL API implementation. It can be used on the client or server side to provide authentication. See RFC 2222 for more information.\cloud115FlopenSUSE Leap 15.1openSUSEBSD-4-Clausehttps://bugs.opensuse.orgProductivity/Networking/Otherhttp://asg.web.cmu.edu/sasl/linuxx86_64/sbin/ldconfigFlA\\\\8b269d24dca24db7ef1f080cf895e1a808d6d7002f31ee6be1368d228aa83c5alibplain.so.3.0.0libplain.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-2.1.26-lp151.5.1.src.rpmcyrus-sasl-plain-32bitcyrus-sasl-plain-32bit(x86-32)libplain.so.3@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)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.1\X)@Y@@Xg@XVhT@Tw@T!`S׌S]SS:@Rt@RO@RH@R0[@R%@QdQP(@O\@O|7O@Nσ@NåN@Nu@L(L @K@K#@K&(K y@Jd\@J Y@I@Peter Varkoly vcizek@suse.commichael@stroeder.comvarkoly@suse.combwiedemann@suse.comvarkoly@suse.comjengelh@inai.devarkoly@suse.comsfalken@opensuse.orgp.drouand@gmail.comckornacker@suse.comvarkoly@suse.comjengelh@inai.detchvatal@suse.comtittiatcoke@gmail.comjcnengel@gmail.comjcnengel@gmail.comobs@botter.ccjengelh@inai.derhafer@suse.decrrodriguez@opensuse.orgdvaleev@suse.comaj@suse.derhafer@suse.derhafer@suse.decoolo@suse.comjengelh@medozas.dejengelh@medozas.decoolo@novell.comrhafer@novell.comrhafer@novell.comjengelh@medozas.derhafer@novell.comcoolo@novell.comrhafer@novell.comcrrodriguez@suse.de- 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 exists- bnc#897837 saslauthd package has no config- Changed --with-saslauthd=/var/run/sasl2 in %build to /run/sasl2 to clear rpmlint check failure- Remove insserv dependency; it's unneeded with systemd' systems - Remove insserv and fillup dependency in cyrus-sasl package; there is neither sysconfig or init file- Revert upstream commit 080e51c7fa0421eb2f0210d34cf0ac48a228b1e9 cyrus-sasl-revert_gssapi_flags.patch (bnc#775279)- bnc#871183 - cyrus-sasl-saslauthd service file is missing parameter 'Restart=always'- Implement shlib packaging guidelines: make subpackage libsasl2-3. (All other .so files are _server_ plugins AFAICS, loaded via dlopen.) - Ensure directories are owned by packages and thus get torn down on package removal- Put back the .so files to sasl auth packages from devel file. The .so files are read by some application instead of full path so in order for auth to work this files must be available- Add patch fix-sasl-header.diff to resolve build issues that are failing due to typedef 'sasl_malloc_t' is initialized. (see gentoo#458870, fedora#906519)- Removed server side service to comply with Factory rules- Update to 2.1.26 * Modernize SASL malloc/realloc callback prototypes * Added sasl_config_done() to plug a memory leak when using an application specific config file * Fixed PLAIN/LOGIN authentication failure when using saslauthd with no auxprop plugins (bug # 3590). * unlock the mutex in sasl_dispose if the context was freed by another thread * MINGW32 compatibility patches * Fixed broken logic in get_fqhostname() when abort_if_no_fqdn is 0 * Fixed some memory leaks in libsasl - GSSAPI plugin: + Fixed a segfault in gssapi.c introduced in 2.1.25. + Code refactoring + Added support for GSS-SPNEGO SASL mechanism (Unix only), which is also HTTP capable - GS2 plugin: + Updated GS2 plugin not to lose minor GSS-API status codes on errors - DIGEST-MD5 plugin: + Correctly send "stale" directive to prevent clients from (re)promtping for password + Better handling of HTTP reauthentication cases + fixed some memory leaks - SASLDB plugin: + Added support for BerkleyDB 5.X or later - OTP plugin: + Removed calling of EVP_cleanup() on plugin shutdown in order to prevent TLS from failing in calling applications - SRP plugin: + Removed calling of EVP_cleanup() on plugin shutdown in order to prevent TLS from failing in calling applications - saslauthd: + auth_rimap.c: qstring incorrectly appending the closing double quote, which might be causing crashes + auth_rimap.c: read the whole IMAP greeting + better error reporting from some drivers + fixed some memory leaks - New BuildRequires for pkgconfig since pkgconfig file is generated - Removed patches that do no longer apply * cyrus-sasl-gcc4.patch (integrated upstream) * cyrus-sasl-gs2-not-overwrite-minor-error-code.dif (integrated upstream) * gssapi-null-deref.dif (integrated upstream) * Fix-abort_if_no_fqdn-behavior.patch (integrated upstream) * cyrus-sasl-db6.diff (integrated upstream) - Move *.so files into devel package- Fix for bnc#827230 and #784705, fix patch as described in [#827230], typo in patch from request 112480 (remove rpath, Apr 4 2012), preventing sql auxprop plugin to work- Add cyrus-sasl-db6.diff to fix compile abort with db >= 5 - Simpler delete of .la files with find- Include fix for Cyrus SASL Bug#3589: When abort_if_no_fqdn is 0, a getaddrinfo failure should be ignored, as long as gethostname() succeeded. (bnc#771983)- Ensure libraries and tools are built with LFS and include config.h in all C files.- remove rpath- Move some doc files to devel package and to cyrus-sasl-saslauthd.- Removed debug printfs from cyrus-sasl.dif, added by accident - Updated cyrus-sasl-gs2-not-overwrite-minor-error-code.dif with latest upstream improvements- Update to 2.1.25: * Added support for channel bindings * Added support for ordering SASL mechanisms by strength (on the client side), or using the "client_mech_list" option. * Allow DIGEST-MD5 plugin to be used for client-side and server-side HTTP Digest, including running over non-persistent connections (RFC 2617) * New SASL plugins: SCRAM and GS2 * Fixed a crash caused by aborted SASL authentication and initiation of another one using the same SASL context. * Various improvements to DIGEST-MD5 to improve interoperability with some slightly broken clients - cleanup * removed old dependencies still related to cyrus-sasl2 * plugins now depend on the exact cyrus-sasl version * use autoreconf instead of calling all tools manually- add libtool as buildrequire to make the spec file more reliable- Remove redundant tags/sections from specfile- use %_smp_mflags- add dependency to avoid broken parallel make- Fixed attributes of /var/run/sasl2 in filelist- Removed the /var/run/sasl2 directory from cyrus-sasl.spec. It will now be created on demand by the saslauthd init script. - Adjusted init script headers to silence rpmlint warning/errors.- add baselibs.conf as a source- Fixed linker arguments for ldap- and sql-auxprop plugins (bnc#555568)- build against krb5-mini to avoid build cycle- Update to 2.1.23, the only change is a fix for a potential buffer overflow in sasl_encode64() (bnc#499104, CVE-2009-0688) - Imported some automake/libtool fixes from upstream cvs- fix build with GCC 4.4 - remove all "la" files/bin/sh2.1.26-lp151.5.12.1.26-lp151.5.1sasl2libplain.solibplain.so.3libplain.so.3.0.0/usr/lib//usr/lib/sasl2/-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.opensuse.org/openSUSE:Leap:15.1/standard/d6251869f5652c8d7d86516c316aa38a-cyrus-saslcpioxz5x86_64-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=107ffe5397a9949d9ec48f932ec1d629d17f4985, strippedPRRRRRRutf-8e49143faab05db41659493841b99f2d38be3661064973731e68648bcf192d366? 7zXZ !t/I7 ] crt:bLL /$ lTr{c@/*oo,C %qnMphY_6s,hW]_y,,3 Q@QfO豣x~f/D0լ6duY: "Xħ.X^=K/J8|ۼ%hM@0cQdpR3ͨn>l )|Y,rI'׭?z4:?φVxt65]0yNXyuW^2BO}6GN#- 8^JK|K`$XƠr CAywrpf>2sJ0CpK;}LVh)M}~g{) S0oݨ:싹.˽Gg+"RzQ"zh0¬_4<$z .5,ʵP?& 6`~]{6 W)Igaw)iEb$J7Uռ+]EC5 Q\aUQH88@ETCVd*Г80LQyeiy9v }S~pUΟ!c#|toyeǃZu.$i&[o ĚYN,ʃXu )#s 1*ӉQKLD%KnsN,{] О jԆQUޙCĮ3(V /K?x[⫀&V6_&K5M,/K[b?;JkZ$Db U] c0O'NM@1_COp?ʙ'v[ŋ%K~3՛ecweȢ >CQd. C.{ɘ$䕔ceLk90]Nl6sym]֧撦SU:hu2M7BY8|tw.}qz:ؒ QdHpY}"I\b('H–~-hxm@ |9?Mo"*t<% 0j <<5t,w *aVyy 1]u@msA8t R%Ohd`WR Ξsr^ڶĢI`J\K_Iڜ"Q@5t 5k+p`RŠ㏯v D[FE.FjNA:ԯ>7ϫY_>ubB߽陴#ߑR]ƷCql!wS^vG z{Gg3)],hX&A3 d lj*;tP,*״/TӑaG<" G  D's!o <ԈY׵vTף"Ў"i$=wœxkZ]s{*uU@~:(gG96$:7,Vgk G7b*'+(l½(*7G(/"uK(`b'\zBR܊Lr|v4=NdJ=QClޒ%ɆX6\Bڍ-܋l03MhoɦaD/xа28uD~ 5 |]ó#_xwܴ0w <#'eOFIՋ63SE7X^6Q.YwZ "y)\ofAx&8!:oZ!ؠu7NG(#C Fjqa"Phk[ȭx `Z'~uYy 5jOwoQ8\~q+u=zh;7',8N&m2N'RNd3ͮS|D?eA`hr{}w_ֆDFKʛŏ(hX%yٟ7+.JN4iŗ,f̬+T k\y&fUWmUO/d0Oߚl8_W˂ CFm?-|z0^º6͍zmcR7% d# #' 'Z<,G|3঩[G̓ϸyy{V/%`FnٽV[#p%^F >a[ZWr&!B0/fhnklI7@ Suݖ 8\1VD'b6Ɨ_z=A>>)/fZb;N@tGjU<n+JTs*ܮ.V^þힱ-pvȝ'TwCݫ%;-OG(F`~: bux8{\fidFm}#i=8lLݲB1:} bľ[!(wD*MV:sWnt~Վxst e]Y8c,gWS˾*PٖQ~Ө'V$Ȑ:kz,9zM8S餪9 IAR9> ן +SK'qbO}TKSqcP&FNg]ꠡoK:rQUޮ炩yiޣü|G :^j}Z@bRTh#`BNBB슊PeX׽O  oKt.CI ,3pRggbKB zah#^FXй Ș;{ZN %^U@^y- Agհؕt|~P.RPt9F`9cٶȾ:g)io׉ @ {O@ch̐Z$\|x[x a!xgWL8ʛ&"'~( wfWXR00hhVe&5?޾}nU5bFl\mkNZL  ASL :z\22 ?%*^/19xTCwS ybOk3M1}y$W.c+dUlo~{O9f1t1(2U!31dX<؏N2|к'r@%-A1vXE70SZ>^:n #2 :A1p5d J31_ഢI7*^ ~e.ǞI^Ǧ hw^KaN$ N/%I,`CpxǍ >ڏGEIKqa5bgL۲z^#Zpg|m|Sx ؟>@OHO%7|-z4)Q{eWLUTMSC!} Il~Jp0cO׮pKRnXe94*'Yr{mb&SFnf*HòDLwѲծ@'2tGf.R<FiAs߱B𗯞w9UU ='e9 SbeB;olp?e*|";V`r EYNl ﻉA!=lq-1lP fF왳cM> k.>Iye0"m _R *KQ{:0m3&/Ợ91(#z SU%ViͷU~R$GKuX;kɶLFƖi\m*L~II D`RxT ")隣N@Hdfg0S6:z kw ]Jdwo.lN%<6'D'I)e`<VzS1Tz& Y^`TAhqmvQd ~@0%p ']%SLRDK& %&:>+3PS>?q]U83˶ג*@e2џ8/UvHR/3=aZE={c)- ]crl4t`UNp Fm?R>HmƜPEEi0Hu GeҜɓl8^SZ꠻)RPc q<;~9 {ӌC|Ed15ZzZGϙ *Hg =v1zC@ - Ğ8(q'nDmF%WB|zSɟ[i.-t PEQ\qTAf?"Oqjt yYwkF ̾T#?4.n:lmd(CT=PʀLTeU/~]qUP5׼x=xgk SzfdTuD#Vot.WqRj ¸neJ[""S %6O_p.z%\UN'j02m\B /AlɉiH;BOMl%(`M(CsYA6ZDnԳ\J~SH}9 ~QUs7dA2nߣ2sѦrgXQ^0d [aX$XmUlc0@"ޢ+$>>oB y} J" d2aG^!>%˽rb(>gΟen厑[(0W}z' ϠT`glC7vҕqϑms)0ϴp\W9q%0q2n.VŬ5huF(N,f]Jnƾo#+p2alp: v*i|Ta ň1ܽU7^B9J/Ldo"aˋT3ryӘhY$] i6ejU=Dŀi)fZ~G Bvx!iBJRj>C=<|t58Bϣ gYw2.\S$/5KX0&zC}oXvtT[*P tuuMN$w)uxYcۼ4h/M=i=w҂PElt`mE%9@YSkB )H&*y`? 0MܛUffpl5e6IX8f?9N'Sn :\qhpGͭ: -gPv+24KOz+s>T_M20 8d_I.o֤uE̛^Dcʢg g+TjAg߈2=晉%E_"Ă=l<8K4*S ZiqCC(:2agN4H9bcA_TFlA FZ3N"wlhw_.xr>d[_ 04E=P{ѥ9,r"5oţ+(X\9P3-2(e$=vSzHvĢA>6 Ozz)eM,荙Lqtv;ǰ\PVm(AEvz&\\n? nI[@@ftt8YZ&Uvlvn{Baz2;[‹Tz fG C*,䌶^wT: ŠYp#>0H  YZ