Subject: CVS commit: pkgsrc/www/bozohttpd
From: Johnny C. Lam
Date: 2007-09-08 01:02:00
Message id: 20070907230200.8218D21507@cvs.netbsd.org

Log Message:
auth-bozo.c cheats and assumes that libcrypto.so is linked against
libcrypt.so and so just include <unistd.h> is enough to use crypt().
This doesn't work when the assumption fails.  Since we always build
with SSL support in pkgsrc, just use the DES_crypt() from the OpenSSL
libraries.

Files:
RevisionActionfile
1.42modifypkgsrc/www/bozohttpd/distinfo
1.17addpkgsrc/www/bozohttpd/patches/patch-aa