diff options
author | markd <markd@pkgsrc.org> | 2005-05-26 05:47:40 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-05-26 05:47:40 +0000 |
commit | a768052a8fd5af173e0a5a53f9356891f822147d (patch) | |
tree | 9557bfbd14ca0b74b6f9f7e1fd0831b89930e738 /net/netatalk/PLIST | |
parent | 6d90d71ab0f8eba131460262482fae0f5019ae93 (diff) | |
download | pkgsrc-a768052a8fd5af173e0a5a53f9356891f822147d.tar.gz |
Update netatalk to version 2.0.3.
Also fix build on NetBSD1.6
Changes in 2.0.3
================
* NEW: afpd: add a cachecnid option that controls if afpd should
use the IDs stored in the AD2 files as cache. Defaults
to off.
* UPD: afpd: deal with more than 32 groups.
* FIX: afpd: several catsearch fixes, based on patch from
TSUBAKIMOTO Hiroya.
* FIX: afpd: fix a race when a client very quickly reconnects and
tries to kill its old session.
* FIX: afpd: OSX style symlink caused problems with Panther clients.
* FIX: afpd: old files with default type didn't show the right icon
in finder, from Shlomi Yaakobovich, slightly modified.
* FIX: cnid_check: disable cnid_check if CNID db was configured with
transactions and really bail out after the first error.
* FIX: admin-group configure option was broken.
* FIX: several problems with IDs cached in AD2 files.
* FIX: Ignore BIDI in UTF8 hints from OSX.
* FIX: Lots of gcc warning fixes.
* FIX: small configure script changes.
Diffstat (limited to 'net/netatalk/PLIST')
-rw-r--r-- | net/netatalk/PLIST | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/netatalk/PLIST b/net/netatalk/PLIST index 80374df830b..c9e83072a27 100644 --- a/net/netatalk/PLIST +++ b/net/netatalk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2005/05/03 15:41:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2005/05/26 05:47:40 markd Exp $ bin/achfile bin/acleandir.rc bin/adv1tov2 @@ -60,16 +60,10 @@ include/atalk/uam.h include/atalk/unicode.h include/atalk/util.h include/atalk/zip.h -include/netatalk/aarp.c include/netatalk/aarp.h include/netatalk/at.h -include/netatalk/at_control.c -include/netatalk/at_proto.c include/netatalk/at_var.h include/netatalk/ddp.h -include/netatalk/ddp_input.c -include/netatalk/ddp_output.c -include/netatalk/ddp_usrreq.c include/netatalk/ddp_var.h include/netatalk/endian.h include/netatalk/phase2.h |