ipsvd + matrixssl-1.8.3
Nikola Vladov <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
http://riemann.fmi.uni-sofia.bg/programs/ipsvd-0.12.1_matrixssl-1-8-open.tar.gz Hi, all! I updated my patch for ipsvd + matrixssl to work with 1.8.3. The <stdio.h> stuff is removed. Bellow is a README. Nikola ------------------ README ----------------- This is ipsvd-0.12.1 with matrixssl-X-Y-open without <stdio.h> You have to do one of [A-C]) A) get matrixssl-1-7-3-open.tar.gz and do: tar -xvzf matrixssl-1-7-3-open.tar.gz patch -p0 < matrixssl-1-7-3-open.patch tar -cvzf matrixssl.tar.gz matrixssl B) get matrixssl-1-8-2-open.tar.gz and do: tar -xvzf matrixssl-1-8-2-open.tar.gz mv matrixssl-1-8-2 matrixssl patch -p0 < matrixssl-1-8-2.patch tar -cvzf matrixssl.tar.gz matrixssl C) get matrixssl-1-8-3-open.tar.gz and do: tar -xvzf matrixssl-1-8-3-open.tar.gz mv matrixssl-1-8-3-open matrixssl patch -p0 < matrixssl-1-8-3.patch tar -cvzf matrixssl.tar.gz matrixssl get ipsvd-0.12.1.tar.gz and patch it with: patch -p0 < ipsvd-0.12.1.patch edit conf-cc and conf-ld to use 'diet -Os gcc' and make a link: cd net/ipsvd-0.12.1/src ln -s /path/to/matrixssl.tar.gz matrixssl.tar.gz ------------ If the environ SSLIO_BAD_CERTIFICATE is set and the programs are linked against matrixssl-1-8-x, then they works also with host which have bad certificate (example: pop.gmail.com:995) ---- end ----