diff options
author | jlam <jlam@pkgsrc.org> | 2007-09-07 23:01:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-09-07 23:01:59 +0000 |
commit | c2860d2f12654c33c36dd17be38ecb2391e89835 (patch) | |
tree | 0b94521bdf546998a4f32a278820b24830da98f1 /www/bozohttpd/distinfo | |
parent | 7deab2d49da392bb4cb3aeabd26fdb4aa0563bbe (diff) | |
download | pkgsrc-c2860d2f12654c33c36dd17be38ecb2391e89835.tar.gz |
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.
Diffstat (limited to 'www/bozohttpd/distinfo')
-rw-r--r-- | www/bozohttpd/distinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/bozohttpd/distinfo b/www/bozohttpd/distinfo index 435b6c5c7f0..eeef201ceae 100644 --- a/www/bozohttpd/distinfo +++ b/www/bozohttpd/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.41 2006/05/18 02:48:53 rpaulo Exp $ +$NetBSD: distinfo,v 1.42 2007/09/07 23:01:59 jlam Exp $ SHA1 (bozohttpd-20060517.tar.bz2) = 45ed3c268fffc884db93ebc975121b7c79060fa8 RMD160 (bozohttpd-20060517.tar.bz2) = edf15fe2998ca2fae0035f8380639e8741d0406a Size (bozohttpd-20060517.tar.bz2) = 33032 bytes +SHA1 (patch-aa) = f1934786cb309cee8ec1c77e0760ee1e79b90f8f |