=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/checklist.html,v retrieving revision 1.33 retrieving revision 1.34 diff -c -r1.33 -r1.34 *** www/Attic/checklist.html 2001/07/05 18:52:09 1.33 --- www/Attic/checklist.html 2001/07/07 00:15:44 1.34 *************** *** 317,323 ****

If the port installs dynamic libraries, check their symbol tables with nm, as some mistaken software strips dynamic libraries, ! which may lead to weird failures later.

  • Check port for security holes again. This is --- 317,326 ----

    If the port installs dynamic libraries, check their symbol tables with nm, as some mistaken software strips dynamic libraries, ! which may lead to weird failures later. On the other hand, executable binaries ! SHOULD be stripped; file can be used to determine this. If the ! port already contains code for stripping binaries, use it (i.e., an ! 'install-strip' target); otherwise, add a provision in the port Makefile.

  • Check port for security holes again. This is *************** *** 493,498 **** Porting www@openbsd.org !
    $OpenBSD: checklist.html,v 1.33 2001/07/05 18:52:09 pvalchev Exp $ --- 496,501 ---- Porting www@openbsd.org !
    $OpenBSD: checklist.html,v 1.34 2001/07/07 00:15:44 jsyn Exp $