|
osdir.com mailing list archive F.A.Q. -since 2001! 529413 |
|
|
|
|
Date: Prev Next Date Index Thread: Prev Next Thread Index
Pe data de Lun 12 Dec 2005 00:18, sirocco@xxxxxx a scris:
> module name : postfix > suggested section : mail > update (y/n) : n > bugfix (y/n) : y > security (y/n) : n > > After compiling postfix+ssl, I got this error sending the STARTTLS command > to postfix : [postfix/smtpd] warning: TLS has been selected, but TLS > support is not compiled in > > Enabling SSL must be done using DUSE_TLS as written in the TLS_README, not > using DHAS_SSL. > Patch applied, tested and commited to the moonbase. Thank You for this. Florin
Thread at a glance:
Previous Message by Date:Re: [patch] Athlon64 and SSE3 support for lunarZbigniew Luszpinski wrote: >Hi! > >This attached amd64andSSE3.patch enables SSE3 and Athlon64 support in lunar. >Athlon64 is enabled in 32bit mode to be fully compatible with all >applications. > >SSE3 can be found in: >*AMD Athlon64 with Venice core = rev E3 and later (BP or higher last letters >on processor metal shield ADAxxxxxxxxxxBP) >* recent Pentiums 4 with Prescott core > >Warning! If you applied patch and do not see SSE3 on CPU extensions menu it >means your system _do not_ supports SSE3. > >I've just installed fresh lunar-1.6.0-i686-alpha1 and done lunar rebuild with >Athlon64 and SSE3 on my Athlon64 3000+ Venice E6 BW and all built well and >runs fine: KDE 3.5, mozilla, firefox etc. > meged in theedge, thanks! keep in mind that sse, sse2 has been known to be unstable (gcc's fault - not the CPU) for years already in some applications - this will undoubtably affect sse3 as well. If you get strange compile errors you should always revert to -O2 and NO special flags first before filing bugs. Auke Auke Next Message by Date:Re: [patch] fixed lvu diff output> Zbigniew Luszpinski wrote: > >Hi! > > > >I noticed that lvu diff command looks broken. I made a patch which fixes > > this. See attached lvu.patch. > > > >lvu diff <module name> > >should display module changes between zlocal module and official one. > >Without this patch lvu diiff's output is wrong. > > The problem was actually in the way ZSECTION was determined - by using > your patch, you remove ZSECTION completely and break lvu diff for > modules which are not immediately below zlocal but in a nested (deeper) > directory. Yes. 'lvu edit' puts everything in zlocal, so thought it will not do any hurt if lvu diff will browse in limited way. This is ugly hack however. > I've committed a different fix to theedge, please test that one and let > me know if you still have problems with it. I still have the problem. theedge 20051020 make 'lvu diff' output buggy: all slashes are missing. Attached lvu.patch fixes this. In attached kdepim3 _bad and _good patches are outputs I get. One is wrong, another, after patch, good. Do you get such results? > Auke greetings, Zbigniew 'zbiggy' Luszpinski lvu.patch Description: Text Data kdepim3_bad.patch Description: Text Data kdepim3_good.patch Description: Text Data _______________________________________________ Lunar mailing list Lunar@xxxxxxxxxxxxxxx http://foo-projects.org/mailman/listinfo/lunar Previous Message by Thread:Module submission - postfixmodule name : postfix suggested section : mail update (y/n) : n bugfix (y/n) : y security (y/n) : n After compiling postfix+ssl, I got this error sending the STARTTLS command to postfix : [postfix/smtpd] warning: TLS has been selected, but TLS support is not compiled in Enabling SSL must be done using DUSE_TLS as written in the TLS_README, not using DHAS_SSL. Guillaume --- postfix/BUILD 2005-06-22 22:02:39.000000000 +0200 +++ postfix/BUILD 2005-12-11 22:54:16.000000000 +0100 @@ -31,7 +31,7 @@ if module_installed cyrus-sasl ; then AUXLIBS=$AUXLIBS" -lsasl2 -lssl -lcrypto" - CCARGS=$CCARGS" -DUSE_SASL_AUTH -I/usr/include/sasl -DHAS_SSL -I/usr/include/openssl" + CCARGS=$CCARGS" -DUSE_SASL_AUTH -I/usr/include/sasl -DUSE_TLS -I/usr/include/openssl" fi && AUXLIBS=$AUXLIBS" -lpthread" --- postfix/DETAILS 2005-12-10 08:01:34.000000000 +0100 +++ postfix/DETAILS 2005-12-11 22:54:25.000000000 +0100 @@ -5,7 +5,7 @@ SOURCE_VFY=sha1:8219707bd1a0fa2ea02fd43f5ffd897e36e6fcb5 WEB_SITE=http://www.postfix.org ENTERED=20020125 - UPDATED=20051210 + UPDATED=20051211 SHORT="postfix is an MTA" cat << EOF lvu submit postfix cc7ba95ad91bb04294008fe433c28efe - 2.6.14.1 2.6.12 gcc-3.4.4 glibc-2.3.6 _______________________________________________ Lunar mailing list Lunar@xxxxxxxxxxxxxxx http://foo-projects.org/mailman/listinfo/lunar Next Message by Thread:Module submission - lunarmodule name : lunar suggested section : utils update (y/n) : n bugfix (y/n) : y security (y/n) : n Details path information updated according to real file paths so 'lvu what lunar' shows real location of files. greetings, Zbigniew 'zbiggy' Luszpinski lunar.patch Description: Text Data _______________________________________________ Lunar mailing list Lunar@xxxxxxxxxxxxxxx http://foo-projects.org/mailman/listinfo/lunar
|
|