courier-authlib-sqlite-0.68.0-lp151.2.5 >  A \ /=„Hg56Ls:+Z檚Y-Y~EIy>{sbHB3ʑSjPI;}KRп)2$)#膢X+~;~$CtvWGoyD&[-7BKVS`V9ne!7}z9GnC٘C@IzO2y"؍4eac43d8496ee8884f25c036b4e2510c368c9589d62b6a052218eb66f448d5b362f7f9673b7f259240a5425077721cb1b25f39dbk\ /=„<0 &V/Di>rCvcH0bJҘL!V'?op^Y\FIh#50ୈlA1y5K?eFL_/N~`  tT~~laOKCYsx?:`IҮ%h;$c:@Q"N+)6 #wp]g7=ʄMU&B2:⇆U;vz,zz̓H>p@#?#|d  * ` D ^      <@%(R8\9:> @ F G H I X Y \ ] ^! b!c!d"$e")f",l".u"@v"Dw"x"y"z##,#0#6#xCcourier-authlib-sqlite0.68.0lp151.2.5SQLite 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.\ morla3@openSUSE Leap 15.1openSUSESUSE-GPL-3.0-with-openssl-exceptionhttps://bugs.opensuse.orgProductivity/Networking/Email/Servershttp://www.courier-mta.org/imap/linuxx86_64@\ 54ea4c0fe4bc1c93f48156cb83475e3bd7840d8e28f6a304648f1bffb7eaaf5brootrootcourier-authlib-0.68.0-lp151.2.5.src.rpmcourier-authlib-sqlitecourier-authlib-sqlite(x86-64)libauthsqlite.so()(64bit)@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcourierauth.so()(64bit)libcourierauthcommon.so()(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.1Z%8X@XX7@W9@UT_W@S/S(5@S&S$@RPDP`K@P\VN@NyNtKJRJ^@J:I)@suse+build@de-korte.orgjengelh@inai.dekukuk@suse.comkukuk@suse.comchris@computersalat.dechris@computersalat.deLed dimstar@opensuse.orgchris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.decfarrell@suse.comchris@computersalat.dechris@computersalat.dechris@computersalat.dejengelh@medozas.dechris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.de - 0.62.2- 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- Rename rpmlintrc to %{name}-rpmlintrc. Follow the packaging guidelines.- fix missing LOGGEROPTS in authdaemonrc * added patch courier-authlib-authdaemonrc.patch- fix for bnc#751125 * maildrop can not access courier-authlib socket- update to 0.66.1 * Makefile.am: run sysconftool on authsqliterc, in install-configure. Remove .la files for authentication modules, keep then for actual API libraries. Install them in the -devel RPM package. * userdb/Makefile.am: Stub for the pw2userdb(8) man page. * courier-authlib.service.in: Added Install target. - added systemd service file - add own tmpfiles.d file * courier-authlib.tmpfile - remove obsolete makedat patch- update to 0.66 * sqlite fixes. * authldaplib.c (ldapopen): Added LDAP_INITBIND option. * Makefile.am: chmod $(pkglibexecdir) explicitly to 755 * courier-authlib.spec.in: Typo. - add Source sig file - add makedat patch * fix wrong source path to install makedatprog- update to 0.65.0 * New authsqlite authentication module. * Fixed: when using authpgsql, if the Postgres server goes down authpgsql will then start leaking memory. * Fixed error codes returned by several authentication modules that prevent certain combinations of authentication modules from being used together. - fix deps * add missing pkg-config - add module sqlite- license update: SUSE-GPL-3.0-with-openssl-exception Contains an exception to permit linking with openssl- update to 0.64.0 * authpam.c (callback_pam): Call pam_end() after an authentication attempt. * Makefile.am: Renamed authstaticlist.h to courierauthstaticlist.h, and added it to the list of header files that 'make install' puts into includedir. * Fix gcc 4.6 warnings * courier.spec.in: switch to systemd. * Fix autoconf warnings. * courier-authlib.spec: Make rmplint happy. - 0.63.1 * Remove the bundled libtdl library. Require the system-installed libltdl library. * authmysqllib.c (auth_mysql_setpass): Fix crash if DEFAULT_DOMAIN is not set in the config file. - fix license (GPL-2.0+ -> GPL-3.0+)- fix init script * add ldap mysql to Should-Start/Stop- change --with-authdaemonvar to /var/run/{name} - rework init script * create PID DIR - some spec cleanup- Remove redundant tags/sections from specfile - Use _smp_mflags for parallel build- update to 0.63.0 * authldapescape.c: Factor out LDAP string escape function. * authldap.schema: Various fixes * authldap.ldif (olcObjectClasses): Create LDIF format schema from authldap.schema * authoption.c (auth_getoptionenvint): For account options that are parsed to an int, an option value that begins with t, T, y, or Y is evaluated as 1, other alphabetic values as 0; so that 'true' or 'yes' get evaluated as 1.- update to new version 0.62.4 * Various compilation fixes for gcc 4.4 and libtool 2.2 o 0.62.3 * courier-authlib.spec.in (MAKEFLAGS): Explicit path to ./configtmp * README_authlib.sgml: Fixed documentation of authpipe AUTH command. * authmigrate.in (rc): Add /etc/courier-imap - removed define for authdaemonvar - fixed DEBUG_LOGIN o added export DEBUG_LOGIN to init script - rpmlint o addFilter incoherent-init-script-name courier-authdaemon o addFilter shlib-policy-missing-suffix- spec mods o added norootforbuild o define authdaemondir o post authmigrate, sysconftool- cleanup spec file o fixed header o removed all #---- lines o fixed devel Group o added configure macro - rpmlint o added rpmlintrc o subpackages libauth[name] back to subpackage-[name] rpmlint warning can be ignored for libauth[names] o fixed non-conffile-in-etc- update to new version 0.62.2 o Makefile.am: Compatibility fix for bash 4 - 0.62.1 o cryptpassword.c: Fix compiler warnings o checkpasswordsha1.c: Fix compiler warnings. o authldaplib.c (auth_ldap_enumerate): Fix typo. - 0.62.0 o authpgsqllib.c: Use PQescapeStringConn() instead of removing all apostrophes from query parameters. This fixes a potential SQL injection vulnerability if the Postgres database uses a non-Latin locale. - 0.61.1 o authsasllogin.c (authsasl_login): Fix memory leak. o authldaplib.c (read_env): Fix resource leak. authldap did not close the authldaprc configuration file after reading it on startup. o authldaplib.c (auth_ldap_do2): Fix used ptr after free(). When an email map feature is enabled, and the map failed, the resulting error message was formed from a buffer that was recently free()ed. o authpipe.c (auth_pipe): Fix memory leak. If the fork() system call failed (unlikely), a buffer wasn't getting released./sbin/ldconfig/sbin/ldconfigmorla3 15528133120.68.0-lp151.2.50.68.0-lp151.2.5libauthsqlite.so/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:Leap:15.1/standard/881d26da6d68f165e82b57731af664a4-courier-authlibcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=51702a792127ce5b5e2634ee5c4713fc7e14182c, strippedPR RRRR R RRRRRR R RRjb\utf-8b2e386663d009425ba3766179e52726d881b39cafdce917d243fb9db5c0adede?7zXZ !t/GC] crv9u@ !rV,h*F/.'<:}k32IoBҍȖ5Y!^iEE-|mQ9Hds̲Tg- Hṳ&b$e |7ާX ap\j.|:sZ)ͻ)@jüD aqy!hrJ T4 fE{C1((`JlfW 78=ɭi> t˗JosMO Kq )ѽ`d6L6$=̤SLRƊ2$D[YzЭ|y| aj# %Λaơg +@ F3uղ~J!m]\ьWrw\u;pDpI U# ӊY̨)j:on `VZ?ͥ`K袓v\ĥw7/4p3GÊ%KD)f:Je{CʗU)zl>GNSηd,63oEfHn _>'`C*_8`̯ F{Te9G(JUׄve4|@Lnby:$1'zM:UQa2 PFi:;7½kQ,A:?}\>|AMVBU2XnE-n nW~M {m֙]$@nX>976sk#+mc".⦷ #ꣀIvwYOC>&%峇 M|X>V7%5+)O1\.v1QN2oq/I J{mnӾ-**з۽L%}l!ι1J흞=!Ȧ d9[EU\Z?.њxnSχ+& H QŃ5j τ*z )-k>IipXЗgP]R!Aֿe_Mpr٢-79/ɬ~I1V]c EDn>IFܲy;)0z بl?AAX׳B4+vQn7' IjS>D SCΙEY_CnB2~YH ˞C7kR=M EN?\X;^m3NOxePօ1ʻku&pd =~)2Z #=p$9Zg En(3 NoN ]Mv< .M3\JbSkcPCVwJy\"=LzLǖѡ&~JBacC1FHMWN~GN xȯ^Z#"q4l#JOP >kzȭyE~1S>?uK(Lܙ5Ӻ $B~ J˞(:{S@4R}LQOAvi%Uʻ ,Im>: Z%"nk/(`t$ DAt#вNڧa -KVս J+і}Z@7 7o? 7,*e;;=UäX՗q hV4,Ls|7.l%H-h`]D4'ॶ+2_)'M8<!~ڋ&"5 tQM6{[Ǔuvҽg963JyJrD^"k!q/3{]_nl3-򋂇PwuIM|g_mnwV+Fp8!kx=)N ?1Յ݀g z)$c gQ b{z;PcStNel@BRLۖ&gA#I"p} $MPaRܠ5z);Wfõf& s .DP4u.%}?ӛ3̎ҿ15/v2Y u_4 䯬mo#=ףLcU95o_D_iq]4Vi=Px'?RF^+:VރvQ}TpN^E׍ GG.b&w0]#EPnK_ !NjwgW׃?diwBw)@VCcq$o{9>yY(5']Obm͜2*Cϫ@A5ÚJl K~TlC3*MMAn{Ǟ2 W4kK\|w漣h=|*Z^SH<$?U̾:y~ǽS^g ܣH Cҗ)miH:K:],HP@ уUD\haZ9i*l`V:"p*ҔC#s:VYԾw&VRByɶJKkt08/͘*ta`abR_'hmB : ukM'{$8siq;aUl4LOOz cV̞0m₍b57q_bt4H:PiZ#6Q99xDNHGGeM63OͦQ74ͱ4{v슥d u<r\2/F|tܳ:q7à51 WU9 8$?'\bm_FJm7֕lgEA}Ǵ*9Us*ևʹEԣ|N#A/F z xw2d><b:eZG4w;vcU(…}>z.d|j[OAU Є?=A.'奠THo:R)'W:]t7|VvRAq8h1rh2?3920SWi9􈜤ԝtwӂ{z=CW> d&_MtbQ+9Yu`G^y '7 ꁃMxzdy+n0sm%0q8/1?/mƎ7oip<<`c>,ϔzVuGJ́#~"ky଺D/ ՞ f-D;7JC4LK+~1ΩIǿX+0!{%Z.3D'Ofy B Ო6 Uu4А`@{(kg7[xɣz2p7wJYq!4 HrV!okLd΃׽WaRE5 )c=1CkeiȐ7UxEU"89|n`.$~U'MOA 7( '͑ [y|*MbM mј*6;<ZYU&V.nR[ wps_)BϦbhBӳ(iEDm Z!"{|93U7Za&#ѩ6kEyԯGwʌsV|+9e)GIL0͛*Xe*K^m`b@K,:ddA>WnE Bw ,D]۸Q3e@=p}5#KAA])GV!V{KN#Inđiˋ4Vjhrkɥ@9GC{WĵsSb>2Z|*WRObJ\pi)iK gwZLay!%՞$ sM;R>aYvHe3E؆%]0vNWԡZaesPgĪ|Z ߂#V&r KSjÒ"EJ `sdJKu:ES~Di/NHs2_uqMh 6r?5ޣg܅kŽݮZO<^n @ :-q˃\(2ZFWqHBq2~U[Pcm#-uXI(%k]ŌѤpqXuu?Цq_c)|\#<@ "KG}p¹6zzD'`->x:Wu=pe ht}\SvWgŲ޲kͽ%m~[ߢ2hזpT{se54%=NE{RԿ=ޖi#{ >*OM|%]$7L=Ct X2z]#>M}h v!/Ӏ< ʤ`˧P!]YLWd\Hq<۵2Pk)ѽ};~6Muw3]ܵ4A2=N?2פ`N| 3S"nNfau3_#{Bi&Y,%Ato/_QC}(Ls`ivvEv9-l1zӉ{~WDeƢk7wU5UB%J~Є pNAe$Y?lS > %gvK3oGGҠW8 z_Y]xIDpĥ#q,/ptY$~-|z Rnvs[r*fYssUX@\Ǡ-et -0G X -;Q^x]_@~0^ %GR #*'U ~G:I3=!hu%OćZ@Wl6.h237THZ+i6 XA)g+F Z?Rygua{.9돌 G([9`gU8~7S" o$g10ƹǧ@>m,j+={tV^5M)L%Bpb4J"y sm)d"4X\JT;,t S}f Wu(&fLtU#8Z^`gH8^/x!0ʽ~1W&= ae]xh3 ԓ9CU%HM7أ&sUaE [vk*8T@ʢR TNMJ~[~H͓h`E}R'"| q2B\#Go<ŝ9kO$/̆n}ʪD0jזV1L`G@ӂ?6Ɉ7)qsIV!ɤNA:>?-lIkj\~h_$q}H0>H5y?-w%-Tr-۝ ^6o-i3o<!Mq/j&`2Qncn~suC8ơ^b⧈cۋh"]AѥAH鿯_aY q3ʷFT戲qa0_xђhp: /]ߨmz66r)@ 4|sK2;́罅N^` F;#PLeK  _W;;x?͹ tORrcCx:+r3bVfn`4Ng$G1lm*UL2$toP^J}iXh]~[YmV}~l"cHW^׌"#=H]M4Y=I+_l Zk΍3}t&{`~R-sk{ ^fdXa&9yp0isJzәFy3lXy[jl3Cx+Auwrj;E9HgKX;0 E}Lj_uyZ# bG| mi*88t|/| U>} ??-RwA";YM95<*-iK6t ?P' /Aۇü\n:H[,'wm:qh]z{惎LKm% Ď$bIp וロ!aʕ6JMFX\q$(LuP[A$E=e|+znrݢ&E{!rwe-}@h[_ n $Eن?+T = lnG?I3'0t4崁Lp`ܕpG12c{㨳r:mXX#,`ȯąיF֜}FZf}ZvDzuQ3;smN72sNbe30@ DXH!d]Guy+\7IpĎlFU4:'9YϻIWN+AoNvN2p<" Nss"5kc`df ݩCrvQ0n`Rns9SISxXQjb*57A,ȡ"W^Akr4-I?8q~hv^mQV(L Թ̫:aN_r,޺A\?-:ROhO jE$ jB97cYMڡ yI Տ;ID=$:EXJ5|)?h^dr٘1U1t{]H.9lRt<s:5Y'pkڧޡ}{*9[4`Jmx:+Dx&Yk3[luT\F L_[h$uH<83Is>5GncIT( +@9<T,yagx41%6 ;D*6_bh<#HF7zen_mM5:uv"*a#U$ڑ80(DdVb PJN [q8a.;%0u84oA+]0u wZplwEd^Q$heyN;,4׍^ŷaz Q~Յ)sS&Fz 0]̛r29ǬeX]&g Z);@8@oe` 0ٔn־RWqq|Z9 Ez{=ND Wv]Z\dV<Y j<~j9?ڎ8l 8o- DezC. #ޞvol=(Ss͝}o+>bIԈ8B׮zn֞(ļmoAN]˹>^PѥϹ}HK[߱⨯@*~oF{Ԗ2^۹*dFS5yd8 iz#NI9]2^ XzsSY: FHCցa{ r;reg١4:e'ӑkQۆsi#>bYNR.yf#9#{8PO Ģ\)t0<&~'Tt`S:@G5+f\L!eᥥt+ 5YGXy'C6Tk'vaPWG~xS\۽]F`(Qh$}Gi,SFwh(?ًȊ{6`6Sj-  $֥am&q1h I*E^K:<]"zͽlq8SY'6;0M ,rYD4f$ջYp(Fۣep9i [ q%^VdiXÄqxV }6 J)1:tO> {u#I2xSZ?KO/EE4dCg[0N%&Jٕb6ҡyJfO8ԕ~ųtp6#MR ha" 0c=Κ*h&U8CB5*~?{vո{LK^Qw݋:Ïҙ7Fdf=݊Z)[@I{\ y+o2_E$}HsG߬AJce{;Qnt+j)w{<) QX ûrt{ޠЯ9i%$*r\Ҏ#"CΎk R8T[k֨%SI(Oy.՝hĖ}AX+IoKHmn:gZ'ѴDi!;4PmG&=Y՜j)w`6C#9/)! SI{![I?frzeTvdyKQՄ,9@38H:nvewYJ[8x&r McVk:%\p]| >-q_ kyFt,m3>#z۩ڴVUpiOOSfW>C<̧n~-x1YfaA#~'Pʶ87Uc4x;s\aŬ{l_lɱO|%\oR>á5Zx1!cEx& k̹" v%z.;<6c+$1k?V%UVHi % \u11;k5cYfz ^}E<X/;/,0?b#h}Εh_ŌN=&VE&hvy&֋pSJ8RlF;(0=tMl: $̷wIpuYka8Ό [Ц"qlo*FH0#?5i!m!C~HIi26>m(xQ]o *Mucce m[w7?EW0%6R{mI(;nIGfϤ .4Pd;RJl|b"´#d˻]X`a&^4X 8 ^X?BϜ%,` -!. 㜲y/hQ{Lӊb8U<25 3|X'.5{󟘝@*˄97|a)bY,GY37ݒSj^&A=0eC l݁v,S7D`{Iϡh n6%й·)7!.B^kE?EҩTۀl{Hx)2k X7c.ճeّ!SiFT6.mǞY ]lJ%C8l.z @\{'9#Ri⪧*tYm [d<)6 o CR9oJ.Fd4!k4~Rd,qj?CZq̳4$Fꎛ5@Al[qʙF"rFSxDjչn6I0`n&}ME8z+@V6'ck. 8夙ްC Awٌ|6ǗeKI 1ܠta"$L &qlRw Z`x/x埧1:e].Sum5hpqÝDזȣ-BdC_Ȧ ȋ4ǂI\\W^tdݭpaKQ۴9@vu*F"kGGG0Pxzй_<6̀P[cx5z bM{kq|%ΘaP}ʶ9:#wмVdw?nj  XQŜ?~%a|#rV*6$S F_7 fS( GR1J"rY03zVb׿r9q~Y =)iYy8k_few`{=.ĘF)-Cn'@ ӧּw56bR0jCXX!(ʷs ՠ3wtj[[H^#X̊jev+v O^B9Pr0>3 TFJykS_I By$鹼%wlŃu3{e'^ hP" =6T(ʬDɊ4F._fӌ$ f]Vsn_.2=J]x GZhigt&nn)#Xs,* A7! 㿉T AN&jdwvn>J - tw>]{%,x-]* 2@v>2