Subject: CVS commit: pkgsrc/www/bozohttpd
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/07/2007 23:02:00
Module Name: pkgsrc
Committed By: jlam
Date: Fri Sep 7 23:02:00 UTC 2007
Modified Files:
pkgsrc/www/bozohttpd: distinfo
Added Files:
pkgsrc/www/bozohttpd/patches: patch-aa
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.
To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 pkgsrc/www/bozohttpd/distinfo
cvs rdiff -r0 -r1.17 pkgsrc/www/bozohttpd/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.