2003-May-20
The following is based on cipher-spec for mod_ssl's SSLCipherSuite (with "!" escaped):
# openssl ciphers -v 'ALL:!aNULL:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM' EDH-RSA-DES-CBC3-SHA SSLv3 Kx=DH Au=RSA Enc=3DES(168) Mac=SHA1 EDH-DSS-DES-CBC3-SHA SSLv3 Kx=DH Au=DSS Enc=3DES(168) Mac=SHA1 DES-CBC3-SHA SSLv3 Kx=RSA Au=RSA Enc=3DES(168) Mac=SHA1 DES-CBC3-MD5 SSLv2 Kx=RSA Au=RSA Enc=3DES(168) Mac=MD5 DHE-DSS-RC4-SHA SSLv3 Kx=DH Au=DSS Enc=RC4(128) Mac=SHA1 RC4-SHA SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=SHA1 RC4-MD5 SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5 RC2-CBC-MD5 SSLv2 Kx=RSA Au=RSA Enc=RC2(128) Mac=MD5 RC4-MD5 SSLv2 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5
"ntpdate -d localhost" returned:
127.0.0.1: Server dropped: strata too high server 127.0.0.1, port 123 stratum 16, precision -27, leap 11, trust 000 ... 20 May 12:07:46 ntpdate[88516]: no server suitable for synchronization found"leap 11" means that the server was not synchronized yet.
I researched yesterdays problem some more. My libtool --config has:
deplibs_check_method="match_pattern /lib[^/]+(\.so|_pic\.a)$But I didn't have any libGLU ending with ".so". So I made the symlink, and removed x11-links package and built again. And it worked. I also saw my libGL.so was missing too, so I create a symlink for it also.
I don't know why it was missing; the warning messages I received made it hard to troubleshoot.
I learned you can have packages that DEPENDS on one package or another, like (in net/srsh):
DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/sshAnd in latex2html:
DEPENDS+= {teTeX-bin>=1.0.6,teTeX2-bin-[0-9]*}:../../print/teTeX-bin
I made a package for Ogg Theora. It is only available in CVS snapshots, so I made the package so it would be like phoenix-linux-nightly. I needed newer libogg and libvorbis, so I also made new packages for them too that uses the nightly CVS snapshots: libogg-nightly and libvorbis-nightly. (I was able to use old vorbis-tools and libao with new libraries, but I did have to temporarily point buildlink2 references to new versions.)
I provided a patch for theora so it would build with sound support.