support the AppleTalk ddp protocol, and here to stay while NetBSD ships with AppleTalk support. Add Netatalk 3.0.8 wip package as net/netatalk30. "Netatalk 3 is a freely-available implementation of the Apple Filesharing Protocol Suite (AFP) over TCP/IP. Using Netatalk's AFP 3.1 compliant file-server leads to significantly higher transmissions speeds compared with Macs accessing a server via SMB or NFS, while providing clients with the best user experience (full support for Macintosh metadata, flawlessly supporting mixed environments of classic MacOS and MacOS X clients)."
13 lines
309 B
C
13 lines
309 B
C
$NetBSD: patch-etc_uams_uams__randnum.c,v 1.1 2014/06/11 11:03:57 hauke Exp $
|
|
|
|
--- etc/uams/uams_randnum.c.orig 2014-01-04 15:42:35.000000000 +0000
|
|
+++ etc/uams/uams_randnum.c
|
|
@@ -25,7 +25,7 @@
|
|
#include <atalk/uam.h>
|
|
|
|
|
|
-#include <des.h>
|
|
+#include <openssl/des.h>
|
|
|
|
#ifdef USE_CRACKLIB
|
|
#include <crack.h>
|