courier-authlib-sqlite-0.71.3-bp154.1.35 >  A b|P!M@eeeE Wٔl;5FO"Ӂς2}ऎnAP do1*=_.s7 \`/gh4~Q' ]CI*:|{6蚅 OqvQ8't$;o_c%sMEt-Iهv93oPv@t<>i/'#Ź'JP2wKZĊt`DQAGY9`#φ4SՂxJ?1Ul}׹ʉ32139b7f9fe6b21bf66aa5a02d3cecebcae553a860d5c266d317ebc9b17965c1928fb5ccd4760e29ddb669ba00724a5908275ea7[4b|P!M@eeeZԑj ՝`>S,{;)жJ3$W+;Ty̭Ĩ~ղPw]+$n Jb䷼=H[]S Y2|ٟ G4 }TJB4X$Ibu yZ(PR8xE-XU)ʵ|a]Bn v; ,sN9'$ҥK;*;y@Sv4BgW糬V`^Q,&| G=pex>p@h?Xd  + a )2V p     8@JT,R(~89: >!@0F?GTH\IdXhYt\]^bcdefluvwxyz TCcourier-authlib-sqlite0.71.3bp154.1.35SQLite support for the Courier authentication libraryThis package installs SQLite support for the Courier authentication library. Install this package in order to be able to authenticate using SQLite.b|s390zp23SUSE Linux Enterprise 15 SP4openSUSESUSE-GPL-3.0-with-openssl-exceptionhttps://bugs.opensuse.orgProductivity/Networking/Email/Servershttps://www.courier-mta.org/imap/linuxs390xb|wb|0c60d0e01175214c8df4bde69be522a6eb0c6fd8acfc142c834a1189880d66a9libauthsqlite.so.0.0.0rootrootrootrootcourier-authlib-0.71.3-bp154.1.35.src.rpmcourier-authlib-sqlitecourier-authlib-sqlite(s390-64)libauthsqlite.so.0()(64bit)@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcourierauth.so.0()(64bit)libcourierauthcommon.so.0()(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libsqlite3.so.0()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3a,@`u`i@`U`#^^ϧ^p]ʞ\\@Z%8X@XX7@W9@UT_W@Johannes Segitz Arjen de Korte Arjen de Korte Arjen de Korte Arjen de Korte Arjen de Korte Arjen de Korte Max Lin Arjen de Korte Dominique Leuenberger Christophe Giboudeaux suse+build@de-korte.orgjengelh@inai.dekukuk@suse.comkukuk@suse.comchris@computersalat.dechris@computersalat.deLed - Added hardening to systemd service(s). Modified: * courier-authdaemon.service- update to 0.71.3 * courier-authlib: Report failed LDAP authenticated bind correctly.- Change ownership of socket directory from root:root to root:mail to allow postfix SASL auth to work % courier-authlib.tmpfile- update to 0.71.2 * No relevant changes for (open)SUSE build - update source download URL - fix unsafe permissions for socket directory (boo#1183724) % courier-authlib.tmpfile- update to 0.71.1 * Clean up header files, do not install autoconf-generated courier_auth_config.h- update to 0.71.0 * userdb: Make userdb script accept UTF-8 domain names. Document it in the man page. * Configure and installed versioned shared libraries, both shared and the authentication modules. * Update INSTALL. Remove obsolete pre-courier authlib migration script and documentation. It's been long enough. * Add _meta API functions with an extra auth_meta parameter, keep the original functions as wrappers that provide a stub meta parameter. Use this to pass arbitrary variables to authdaemon. * authdaemond.c: retrieve the TCPREMOTEIP variable if it's provided. * authpam.c: TCPREMOTEIP, if set, sets PAM_RHOST. * Makefile.am (commonldflags): Link all libraries with the - -enable-new-dtags flag. - rpmlint o addFilter shared-lib-calls-exit- update to 0.70.0 * authsasl.c (auth_sasl_ex): For EXTERNAL, base64-decode the initial authorization string, since if none is provided the callback's reply is base64-decoded.- BuildRequires postgresql-server-devel on Leap >= 15.2- update to 0.69.1 * authldaplib.cpp (ldapopen): Make sure that we rebind if we reconnect, if so configured. * authldaplib.cpp: Fix handling of LDAP configurations that use the same LDAP attribute for two or more variables. - update to 0.69.0 * authdaemond.c: set FD_CLOEXEC on socket file descriptors, to avoid leaks to child processes. * authldaplib.cpp: improve automatic reconnection logic to the LDAP server. * authsaslclient.h (SASL_LIST): Reorder SASL methods, strongest first. - add courier-authlib.keyring for source verification - remove obsolete SysV courier-authdaemon.init - cleanup spec- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut the build queues by allowing usage of systemd-mini- Add the missing dependencies for Tumbleweed.- update to 0.68.0 * authldaplib.cpp: Rewrite authldap in modern C++. Autodetect and automatically reload authldaprc when it is changed. No server restart is required. * authldaplib.cpp (operator): Fix compilation warning. * checkpassword.c (do_authcheckpassword): Check for a null return value from crypt(). * authsqlite, authmysql, authpgsql: Rewrite these modules in modern C++. Autodetect and automatically reload the configuration file when it's changed, no server restart is needed. * userdb/userdbpw.c (main): Use bcrypt_gensalt() on OpenBSD * courierauth.h: Move declarations from cramlib.h into courierauth.h, exporting them as part of the public API. * configure.ac: Rebuild against updated courier-unicode API.- Drop redundant %clean section. Dissolve %__-type macros.- Don't install init script if we use systemd- Don't call insserv if we use systemd- udpate to 0.66.4 * authgetconfig.c (authgetconfig): avoid invalid memory read.- update to 0.66.3 * authdaemon.c: auth_callback_default_autocreate, default callback used by clients that autocreates a home directory, if one does not exist already. - update to 0.66.2 * Update to courier-unicode 1.2. * liblock, couriertls: fix compilation for OpenBSD -- based on a patch from Giovanni Bechis . * checkpassword.c (safe_strcmp): Fix bug introduced in 2014-04-27. * courier.spec.in: Update to use systemd macros. * Check for NULL return value from crypt(). * Factored out the unicode library into a separate package. - add BuildRequires courier-unicode-devel - fix deps (SLE_11_SP4) to build againts pgsql >= 9.1- fix bashism in preun script/sbin/ldconfig/sbin/ldconfigs390zp23 16523265560.71.3-bp154.1.350.71.3-bp154.1.35libauthsqlite.so.0libauthsqlite.so.0.0.0/usr/lib64/-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:Backports:SLE-15-SP4/standard/a5b9f032bdc352790e238de3726c613a-courier-authlibcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f1a09ab4e6b0f7299b17922366893c1831b02538, strippedPRRRRR R RR RRR R RRGp0 Mutf-89354e76268aedd912fe6a3cf9416a943fa212330f4e0429788781d61410e7aa7?7zXZ !t/w;a] cr$x#Fӝ#]JM CyxVx^&e`ftpVWJHDG8pKd,?H]EavAX,F$KqKP481P$$X~ Y{Jiwp璦fdsyQbkd3|r|Ϛ՗2RVQG:.տcElv.1|fe׺ eMl+>KI}0߯Qr7 /8Զ\.OGeZiΗo5yz@);0eK rdNq |0_pJЂP enQV|EiidXvoرFc^Ip(bX;A~YH)&=!èS,hfwkT V(##,/ċ0$A.g 1A:o,0E^_43IQ??/G.7H>階EG1ׯD/y х{Col  )E-/lNhjFw_1=/~JT|*ںT ZĖdģEM}el/E01Rю՛p xfS 3yfUelx;*K Jwv!AQ PBut4b"ɽFL4Z_Aw%ߵ$kESLyau7a\@,~r%s'e6(IkF3bi NwҢzVO)<|m3` C9ˌ"0 /!za`=Sڎ"G캃\_!/J" Sg$1$2V%O480L58 ԃa/YXRHdsu7}uɾq]plXaF#ucX.܈Bz_Þ=_R^ޚ*BⳭĥbxV" 7B:,{_έO-</}~^b̗5aוֹt6P}sȿ {qc~ כ2媪K, }=0T8 Yթre*pnΏFÉ a.c;o)~iwG' زR(J 66jt{ %CfQ­=-l#8ɮAKBf} k&y՝$pflxF?kV58xo+qȫ7ѼJM9X,Ռ*UZ1A.U.i}GF NJ`\ܶK75hI4 ]/S#iDRGQG՘xleZB.ȄC˷=YОI8Cͤs?u%j$v Xx %>=ۆJk,&k >&b9nʚU"hY$ R[GX elh,Hi16EKެ;f I$*yVr ( :L*_0 *d5y0pI׌D4׈da rooz"qXc;XtȖ+ehM'Vp#'ȕhmNLR_ra\v+K 2FpK릵0b 魺sr^&V1*_GQ%- l{[+5vPqG5T~yLzȱžƖm~OJ#0҂æjL pCaW4#-9CˀV:w!6| =3 F§cF4ɟG6QӸlXHkHEC+D{O ZgP310yCYOa6ICt݈ LZR|g O&{3oHef'vY,gq{\F2}Sg쫬%78n5Q2aQl ()RŬ[H’~ F\4-jycljS lz{eK=3r 7/cS00pR%"g6V8[$x $"Gqq>['I;a??S8 g t+{2%V&6+^߽ۢwߓ2:t  Njo}c,.[;<`nV@}~FS4|6r 8ilV^TĸLN.kv͐|L) `~4=k qPHUlwVUsA,g ;_[nۀ}3Hm}`mn3dB [AȞ&=m+;54F l%?p4>3.I-@XXğ9'i%l8M)$]f^ HH0TY YK"\n,E6Gk[vNI=,5ĠGo[w=z[$"y\z}3ԁgD驧beKk.hS^DRTq_a{n 9eܡ?A@̋^XyV>EW8LǓj _sUI4R92msx,娤F3zaQ\LNA#Z=J;г:xXL\|σx֯,ھxp5={6R;5, tvSJ!H/"qÕGcUン`b?w,_ 93`}J;J.IUkX/[614,.-dkrX|踵rtcUt9#oZ"Vd)=MU_.߉KD6:^ݘ(ly &07͞%wi@M/k *hfh6,;MXfF-jlv쁃;2ː]1^B帪H&>z= {MTH 6iu) rxό@]VQBKghk$; |;TapIk0gp|S$hdL(Yj|}O8S#39$?y]Rqˊ&HWAөJOMSo:g|\=cPvAM3Xu30}C@QDBEg -`,Bl"_~fjhBΩ6\㗛,jDq7qFee M cQ_ds>?W)`A0!Հցjp<}Cӹ~> mX2ra_I3QKagBGTVzcǮ/67bBAA[dFl,8?Ll@fB~҄S_+D酵y"<"F}4j1yơMGKi} ֎ķ(ŏ!TWBq lbN56fY¡݆A&KW;|[ ϞBUGCn桊x^K{1R3X]c,bXi3_Ň_Ld/b?.4%h|mx٫+%n:*“.gukK@o)i| D"]URۤyV`, JĴZNgs•1T)]SP3zг|I]i*+Sr&HzVX6x^ϡ7n $=QM3_d ?!0'ECY0(b*nQ}zF?4~@'Ut238٣{Odg`Nn=!>s0pn f{ |O4d /ɥixH/dgZ[M_iļIv9k*蛊B Skaޑicm;9PbKMѤ"^(9BA(I'#pqgg[(dZ(wEh57apk^svD$b{{y6XCs;Ծ(dQ`%9J;!Qrl}*ܰ6XB0^Nt\&?!v5=n"Vg#k8y^g|'d|FN BF]ӧC2ŏ;:@@pc Kv4;*b/inVݥ0VI7B9O8 12{v. A7Ȝ6hE;׏kZٗ"<Z%mxĮ$BP9h5+萳e(*5S.kmz< :K3xQ_J5ϻY 7vj89{6J =4h~l&!+thSKZƅ`ض$!h|rfu9d>#O0ݚpQb *X1JD=)9[珧~W@"v3ѳpW} ;<^J0\V6׈䫴#^Kn 5)tjT9@*-a QJAA.j7:^]_Cp{g6Iπ) M*A>T)/f$20~ ŽŽC͐Q vGUF8EN p=.Ǵvhw}4ڑz YtkCM|mo6*ؒ^U8&e4#G V |:ze!`XjzE6O$P(oAsOP@zY{8tz*B38DHNe^F{bs E26 wj80_*&~)+}>LOQsu 9B  0E06յ8wQY{0`La,K=3oVOal{PdLgbw,d=UhWWrزhM}-p]sQ= úQUB:>و_o2BknV#T{/V` ]m{'eI¯6؅K"brd{nfehMoexi;d~4:9 aE?5"XsKCG$=ѮJ < lܚ̥YGtt =# P,";#e5nt$sjr:(hu:߿giSAu]|Fb.sdʳՆ [9Y%f]A#`eb cȍˆo2л:ظe LwmJp(@*÷];_#BH )fx)YIn|u;G_u-8Zs~Βԝ'зT3֋]**ό?5d|~cYySA־{#/5$N*ȳ0Kf֕hN\tBYS}B%.Q\Ǯ3٣AɧGp@St=ϰ80N gN.UQ*&dr{6s@<*-9)ͯViPV躏P#E_{Lh .w5')۟ g=vxm!LUjGK0*ۮsɜ8C7~ܚQbe 2LՕ/pR^ 3s~n^jFwK57|3/$zWglR>$/&X_5 %fUcfдFG汗q 1,\B`G@tcTb"7*8] :ةa)@̶) 3ڕ&h~̢A^ O*Ѳд^_6(gҝӉ |*n؂OL{A4.`<>/툪Qt\t p Ua}m)WE,ձ,> N`y@2@Iuui\E~Q6tԶ);WmL;/$â0=(>yfC=ݲ9/R5a+43d3#E`R1lI oɺKLA, iIbfoZVLzk[-(=Űʃ'taѺ_G?vˎ;6W U:]$JNu3MWݬ0s匓LPb[Ҡi\֪]4/U]w)Ū*ɕ稚@ƷQx woe 6l赛 :[Ќg9D2^Rpsy6C gœ?Jf,8ϝ<*w#ނGNրƺWr !C"[ -ҵ~2{\I-f9ݧ뜂_>4uz8,ʖ/@2 wfd&7ܹYk2 SM7aQ"_qdpÑT~KUn*ZbUHq17YCǓUT?IdjM |Q+] -1udcg\ʥB#"88GGLj= Ȣ-49dμ&oZ K_[U#@?P@d TA%29`ƊqxTY#=|ck%3l͍rr|=?ru.<bapW[ܶlOKP=˲/j8*,%ɢjzDI5Cj<22=4IhH 0-ȴy(Wgq!eYgn7G 09w XDB^7LJz]"(2:vn${.7;=ChL²JOtڅ/9yÞV/4k);wY[<'~Q;ۭy7!@ E׾f|C -$[do~Lᙰ4èk C 6H-Š}*pK/-+ ՋY3fch o6ߴHPm_Iwο&8Ms%P9/ֆTk {.{ gr-ܧ{.#n-" 36xD i/z7]wX1/48!DGʺo-95سU1u}9 EFfLDa1\)f Ȧj0|^mkzu :-Xb+RVϷ;p]mwB68^^ށŘu$[_No$IC6iZ$Ⱥ4W U°>qX>,*|7ZQ0nl|]ǂA!rǮ )cT}er*KIC &d]Ƅډ<|dڀei2XAQ"}jr~$4>$QIE!uor'vP.]9rFGHNڔ1QI0M}B\Na'W\I'qr ư}JX)F*ڐr褵PQ(tE&B ;u#?ywvwܞ FGH~}={JWDKdxN1rNۛo((P 'fIەk?밑ZMJŠPf(>JȬrXp;^Ꟗ:Ì1i*6T|^N\Mد}uУd8.</j-Ph]%2$*c\So L Ɏ5[9jUKNW, ^{ɊP'9`nxv5[+oDN}5t*\')c4A#Ӊ _W׉㭐_HA? 1,83dȈCW>cKIpuevX08nDCG$$m/|79H3r1f/?:h+שBL.4]dG[$\B=}X*5 //ޞw$I)BE>ZrۖcLWk! '.{5BK^SY#[4|;\ʜb.v1T kDԌ!TgɪL/Ose֠r/ |OIpSź~0GY Uiϼ^,BR呱Hc oH)>Y4[F4qJ.|ZHzl3 mHz{@02Xh8fGOD=Cj8r[Y8 ͪѳRbP2(zx;xY"gTo1?aE n\JX*Υ~}?FM?9|`֦yKOZq:}^n)la(q7jWG'b,y?hpN̦BHz2U {fD("H%^'&~ ,Ss-a;vK;dl:?Ź0~w1^ YZ