diff options
author | hauke <hauke@pkgsrc.org> | 2013-07-23 13:28:17 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2013-07-23 13:28:17 +0000 |
commit | 6fc26b044365bd3cf64d31c85b73969f2f627cf0 (patch) | |
tree | 8f183f84b7db4d156d969f6bb532cdb94b1af88e /net/netatalk/Makefile | |
parent | c0399f6f3010d1b1bd20096fa0ec83be25278495 (diff) | |
download | pkgsrc-6fc26b044365bd3cf64d31c85b73969f2f627cf0.tar.gz |
Update net/netatalk to v2.2.5
Changes in 2.2.5
================
* FIX: Fix errors searching volumes
* NEW: Configurable symlink handling with a new volume option
'followsymlinks'. Setting the option causes afpd to follow
symlinks on the server side.
* UPD: Reload groups when reloading volumes. FR #71.
* FIX: Fix a possible crash in cname() where cname_mtouname calls
dirlookup() where the curdir is freed because the dircache
detected a dev/inode cache difference and evicted the object
from the cache. Fixes bug #498.
* FIX: Change default FinderInfo for directories to be all 0, fixes
bug 514.
Diffstat (limited to 'net/netatalk/Makefile')
-rw-r--r-- | net/netatalk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 87425befc95..470a2397ccd 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.100 2013/05/31 12:41:35 wiz Exp $ +# $NetBSD: Makefile,v 1.101 2013/07/23 13:28:17 hauke Exp $ -DISTNAME= netatalk-2.2.4 +DISTNAME= netatalk-2.2.5 #PKGREVISION= 1 -PKGREVISION= 1 CATEGORIES= net print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netatalk/} EXTRACT_SUFX= .tar.bz2 |