courier-authlib-pgsql-0.72.0-bp155.1.6 >  A dk=`(](q>u`l5!%TV9B-0_nEpw( lϏCy#wx9Iy3ݏwKLJTW5-_OA0#TnhMe*; u =h4/iS, ԙHp.Y>K} sD1*Y>:,Y623acdf56f4357e3fa87f29806653943d18bd0b27a3f47b58aa5ae7d9fbaad7521ed39fcd460fe4942611c877ec8cd9788828fb5ihdk=LTCVqفTL:HBoP^ʵ 8aR U&.b.:,*]B!j"3  >p@0? d ) c1:^ x    * DLV`<(89:>@FGH$I,X0Y<\`]h^bcEdefluvwpxxyzCcourier-authlib-pgsql0.72.0bp155.1.6PostgreSQL support for the Courier authentication libraryThis package installs PostgreSQL support for the Courier authentication library. Install this package in order to be able to authenticate using PostgreSQL.dk=1obs-arm-11@SUSE Linux Enterprise 15 SP5openSUSESUSE-GPL-3.0-with-openssl-exceptionhttps://bugs.opensuse.orgProductivity/Networking/Email/Servershttps://www.courier-mta.org/imap/linuxaarch64@dk=-dk=/1c2271dd81620e8e8ae18bf80b08dde59e3ed4d69933545d9d065e1aefe1ddfflibauthpgsql.so.0.0.0rootrootrootrootcourier-authlib-0.72.0-bp155.1.6.src.rpmcourier-authlib-pgsqlcourier-authlib-pgsql(aarch-64)libauthpgsql.so.0()(64bit)@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcourierauth.so.0()(64bit)libcourierauthcommon.so.0()(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libpq.so.5()(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.3ccb'E@a,@`u`i@`U`#^^ϧ^p]ʞ\\@Z%8X@XX7@W9@UT_W@Arjen de Korte Arjen de Korte Arjen de Korte 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 - update to 0.72.0: * Switch to libidn2. * Debian/Ubuntu: update lintian overrides - update to 0.71.6: * Adjust deb packaging. Check /etc/lsb-release and include the distribution release in the deb package version, to faciliate updating to the same version of the package in an updated release. * Fix build dependencies. * Remove obsolete setting from authpgsqlrc, update connection string template.- update to 0.71.5: * gcc 12 and autotools update. * Add scripts to create installable .deb packages, update documentation.- update to 0.71.4: * Fix a theoretical memory corruption during authentication if the process runs out of memory. The server does not do much memory allocation prior to authentication, this is mostly academic.- 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/ldconfigobs-arm-11 16847496170.72.0-bp155.1.60.72.0-bp155.1.6libauthpgsql.so.0libauthpgsql.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-SP5/standard/90ba12ca9cc597583ea950292f653702-courier-authlibcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=dbc6874714949642bce07195852ba54d0240992c, strippedPR RRR R RRRRRR R RRR>g?sƕutf-8b29f5042863689a2bba8c75b519af38ea2ad4be5eca2a4c82bf2b1b4a24cbb0a?7zXZ !t/ E] cr$x#HhB!̴Go?Y)~uS_kYl`:KߨXv9y@SfhV~*8T7c=P`Q?+=%]_nix4b1YlG$ k|I/Twۯe6ez|'J'/B3w?if}'@&K%|(2:#U7ϩ(;hגS#]%nX2oV$MAM9'wni^zt8|iR0^_69E>P*''_;x7┐P6ί;]*Q%j ϝ:,kW+-"i,[ڤ<2˫`iBh2YIF* .X>\"|)H'F}/ $ICM  yJQpZ&ǭG:*:[}[n,7p0lܳq}#IdC}É%8omk;)`x ɇJgcQ9-'E{vNJ~ݞ"H?繴u=_+л !T&ӏ+!7[R "V5A rTe(??WXhi[qNH$Q 8kq"0m `j2 .˃а2uʞhsm<ŷDϔv-4.ɀ[h%/tjz&hx!j$* @ҏCr7!c݈l闺S{s'n6Ók rF,Hk9+I6JKS@"/3(}e3߃"p{1#< ?tR&T^5EI($n nDXv ڦ`n$G 9݂WgbR2ڠ9ylZ=8@fM' >ҭ~µ Ot}E "au `5i7,VkaP.sɷ"ŀybұ& c6Veg$,CΒCʗ\FVN ˉ(= UnSPYIfrk/)5\u;~&8z1kBzr9MtfszI'P )wc}Y=L'D5p͵݌2Ec H !sQ">gF 8u6" u ؜_ EߨHf>uMB(@^XɥYqBx4$!1ſG {Pǀ[e,{z,@P@L L7w"e0؆Nm"kr̹j8Tt yFrWNb.1 ]*rRKt|6əbn%##[bi+k*'a2u<#f'Gy`:3[l0h?&/9J. %>6@ٔ?Rۦ[m ܋%ϡI䛃s \Ir /Kp03s|9 3AQ8 ]WQW%ý]S0rbHU0tlnpRT џ}WТHqOzŚCQ{>qzpvRZ|7^".J Mm-X.L-*jh yU=/cck P f+sip'AFQGdP_: OsVw bOczm!5>8̣ì!2Bk"K㩑;yF(W;-MZXI]EхnMpYIu?φ9X {w։'O*[d(q8pp{tG9T Ӥe94' p0Ņi9*0 9sZ8NA!mh:F_J~nJj_Oj3 ~bV1UN)3s/z4晁 &/P7hȊsImbx>DX~,?fd!9ҟCnѩFuF4-X4]?&%;[r)R lnEha%};e""*Ѩ&eۮb%>o3‚6:;Oכ@ANɻnTAc| {Zh Aw^YV!CpyuS`xUΪ 'GYe|TSZ-(T1"2xE&R2lnh+"/(y*Wn'p۪!abt24b2` X%#%:rO1YnE̦ڥ_Qj6U3%~IBbژj<aHuwWYJkύ5NN@"<'k bBNk@GŀC{L+WRBVdH/Ei%g]Z~ Z E95}RW OUԋ MTC]F&jCڬ:DݟϬa>oXk' Z~_f l2{Cx:?Hp6fDGGPdV :6LnyՐQX%,"m(_86B/!5;&cŞƘ=;{D=_gI?@a^mj8JnkĕWKu;tؠr;x"sq_4Sn>_ρ#kfIuHkutm\FiGp- DLQ/ʂJ4Ietr[ވO{ǒ^zo;oH'k:1C@>:ӣc˪_Pf5lF k, y7 R<]9 C.`+1D0-ɲu#ݢ]rUYwu>2tW||dUF+ifjۻSsTm.vJgxv25kgX 7L SY/'y8)8'0,\#6 }X+5`ghKf}!n:iP=<1;D8X"+nB[>ܘ-f\+O b'wwڪ I?l{=`Cv{rhXfI ]5%641T v8<wg!6NB6#Q&}SH#6Z3CIE>j{t&T*F ҦeRN OHwf},ܑ.%M<判f̳ 2l&u zO!mwe].ǔuMNƠjRɬޮMȓ%|>;t> w yc16GwȹS Њ7N:r k*`Nȇ=>71,~EnH;/LC+s`!m'CNlDBF+org>\-dzo’ҖcVT+֎-*ïX*yC Z%2ƜȖ|wq?JK#(_Oא:eE:>+pwz*6`rAR@w0A u@Ifz*y3(kBҞ:0:iR|EL$K4"[-XtlQr87@ojCSV(\ĝ" u]@5=;'w`f|!m$**RfbdTHVV{{Qwp&8Yh XIIi H _f[!gGK_)kbBmLi7qVI%=K7{J"^.UWSTe7^E,ɮ&&r]6{4;$OE Mi^dե՟=!G' .NFRp0CFx#U!F&Glz|\\3ی_.cr5:,(:Yd 2"U?v "x C;eIn3 X)B~㏠`۸BEb9 7h1˪s5M,qT{8#3f;-"j@'H,|mԁ< 'eĴIJɺ]䘔-43lwR#V^WXk-ӜeXO +*-RQ`i۞c2+ak@h (nM, p ٿo"xk!J/6ЯM-FU~ViªsA(/R3ƥ GDEZ1XcB@CcMj#[Mvs}Ex2ҙWӏDu7`e%blZEi x{=;8's~>{?/{ZSğ;[7E[pҭ50%t[Uݡ|Pm:SNZ"Ď̈́V*F0uC3Ұ1w,|dpZv ԡnY&aqĤfL9$F \ckbd<\`7a`p%Ѝu,&! .3.`\6j Xgj!^A1^'tJ b(=d `?<Lm‘ƻ#q;#E:w 5Mmx„,wpyBbn8n*zIAf>@hL\LS;ӝ!f4rڮCضX?Z#Aa&A90)g*d(]{oSa=4_?T-7ZGhTW&?M?D~U8`;j r6S")1_k]ތԺno7 t&K>4R8XJbϷ8If:4 “VJ4?FQ̑ iEqD&/=\\/ѺK,8L[Uqjp0+u{Kl|܉S_d}=&L< v!2݆Qs>7!9?mw f"C=t\6"򿊘$;NuJl:_YEӾ͏)#P'C O޶W0>viu[&kr$?q;⪂7am1HCV>hh} 4J$;߹F|H 1+X^_bKAPl[*sڻۃO驀h>Dg(Ҵ{эBaE-ɷf1by)ޝk04u7'bO쭟e%chO ͽ\eO 8XC$^|#+ףvfL_7$z/;Ty2O8ƈ?*Q6!Mm2 *,& 䊪 vQաepceU gpላj+ vjuU,bzvyrCixΔWwCɒͤ G+}'gz5-bֱ9aXddhzmSo vm9ے%/*%V[`+ }iAs:PXRU4֊d8&\r }ψp z)W}Ĺ3kIJȗ?{B({dVz-;$>`ȏ[J? UL q;"#)Gtƈ., fތ CHSι>K+!&4;:|8bEc0 Xy(((]QqzA>ǼS&aaAפ.+$7Gy-;qKx_Imr?N*mP9GR0w)%<7o!ޙA̝K_*@/I؛D'J,uT pŽT JSal2W[*hnݚc &n˸h6ÑxWЉ#1z!8fMo 9\qυ|sd`;h,yc-p_~tǻyPڸ'fc2VNo?BBԼKJs+,'H0/ѭU?l0į'z%-+~KÓa܈uhOLxm1H8<*bUY)  oR4uwD򺃦"*p"dkb(;ƚ}W}#Z [ПPYqDˤT|?E&KAl|ԶLӒ (&7dCٝg0,v$n%/ˎr)Q2%הѓz#?{yy_BI"`r(\n@i?{F~" PD+o(sG.#D{;IQڇFpG/Y ӱ\M~p'͸hK==vг"F#TҠ۞P *N Bd>5awWQw9*l<%#|"|H7'VUb`o42{aiI;.d)۪7 S!e$6Q"9&tg>&k[gec}3 8);t_0)o ᭜G hrB\M"dY0G0\q%uSXqaÉtIK.J8#y Mp ClhxXjylB??ק/8Gl !T3 }Wk?iBx J]^% ~eo-kK}2Yg+Vw|;$Xd_;@ ߝ`EYQp: *d.*ahj9@ :/V&ǽZ~HЍr%jnO F'RsZEV"jk-r-^dR6"C׹d~늂pskUxRK߫"L e kq Kl|"6PMEm-k?j~@a3:"sы8bK":bWTy9%Ԁ4Q|טc4D9'5FC%U>N睱Մ'WQ٭Dx gafз(T⒥RA?ݓKM-q031a+T [~nGm㼉n=]S9QeM; l&!=vif9\м(y((vo")F5qcΠ@n?D[oiu8l˖D)@n ?cGxi "30胞=>%;zaDf+A3-EFrk?k妦A-?oOWJul\+ ӽzVTke&lvڵS#"(|mz-N!١"F\|Y"JNNrM_~C3l¬g[5=ք)b)QBwDg\"(PA*D`9"XUj HSwṂ[S[X݄S[ia˳/j!FL-5R'riri,'wo]ð3v~3ľ}c4=T`/)RVD?D;.Gv}+!:ƴ(o1\Rv{8)lVaH4>C RFoSkRlZrv,ӫK:1~~N+kn!v] 謝]`"}:-(K]檗5l 0diFPMsQ~Z(SJ{'ﻡڬvO p:TpsA-`'؍>[۷tpکM pkG} e<j]@M 1-ȶ~TmtXNLZ ddSqɣ2;a" T t/|dc}^AOqb &%^=8qm7$Q6`xt.U7ħ JlPq(C4Pڔ_ od%+8߇㑙+j(qY͋1iÑ}K[sNQOuQM'7Q|H< :NChoT\]BRVxOp5&q#[ek*؛;g[9fa[KcPf˩r˩)\9b EpS(;u +NOuؠJKXE=?EvMӥHVn˴=~lkYoN}#V.bC">.G9 Lq_H!&4ũ8J|w$V,W0sĤYcIJ;NCԐ3>`dGV+I8|uF8of̠!mgcg.t7jQ :?] @x6&˸~E;EsPj2Қ-,|xe0_+-#ش*b>B/@̬ݱf\W;AUzVx/!V]@ x*Pq \J.P;[p3!2F!T0f\TV/`H4ae`GgѵV?ws/OnG -b/*lĬ:懁u&)JqV|#c/#Z -ui6'B# . @fXZDH5TbgJ)3=Db }&Afq1c޴B~2}9$o>H+I=i{?Q=3p0tۿ2p.o›k"vUCުHF_OiTcO%\񸊜Ox'xJ^4AX d'i\l #w+׀.WrS_20S9D{ЕrGqIIW\#<-w E̩-TƄ 4#d\3ٺ5w*@,UH@e竣5[tQ)j}4Fd O/%@ Ǧ~>׊ lu]jE-FN{bA&; }| 4 S hk]5]ܬ\ oeP~v'SjԛaB>*lۊLCkMѿ9 [ZPÛyG.S,V*s_ǴP:oRާmOgcFkVH,52hNƒ{D3< 7ߐiPLK}ӝc(SrִfZJ?$c}{K(~I58 }aUR&lj7t]K֢NTi9Lƈ> :逗OYqGK򷠎p1N3/ux] \"R+"=c8\ҿ;)$Ьޯ|{DFn}7tPNrS$~َjx5o^SMgސZ o \NNc.D,hGlx PA6ןՙL:b!'.6ȼS?TvE?Z:doX R2&St[;j-*0 SPyQjazR!h|K;4EpEu]ǣyb#B](_7ү"@91SǙ 4~m[#OKۙɘU83zMHj+k^Ŏ,uܡ ?$q);O2Wr<Coc3+8pjN`-NwS8$Be!eCsT:jmycrĄ{IwҠajH A0Q^2X  bp#6|Qz\sd 5V*hq3:[-mwߙ&bkGeYmoLtOaXD0GK._&x/iD`(N$UMc0# ģoc2@TMۏ R>,g}/tb Pa8J_d,rTXI]4Ώhs)IⳉE,CQص>+gSL[f+C?$pPIxCStM>ejs٥pY_IG?|nzw{h0BjPkWlr%5x,ڒe3QSɂ9Y 9ˁ^'T50LdИIƗ+a6"mk(E(%F<#bpsH3WW|-OLJ )XbLϚJŲ|>q9C"XZXV3йUoxj;)þCGh^ 2;>Ex /.0}[B<0TDTxݐL(m-vk^$82M(IqtCJềG.{ඥ?Q%,y*)dcr] B'2 tT~3ᙬ9L&*ɝVOUEs Ā#)׹-ٕC#xLVN1޴ՃX˲#̒Z z3e?v4doaV\ic)Z)BĢ{/6_l W|43?s=PBgxUEf:>!)LuD퉚GEFN۟jJNTm"3rzȸ6׻*R\ Gn T9٪}ԡ5`\"!|w]+5j#\&{ [=|XwUEfۺ^b YZ