diff options
author | wennmach <wennmach@pkgsrc.org> | 2006-08-24 13:25:41 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2006-08-24 13:25:41 +0000 |
commit | edf85b34d6149a5710104f1bb5edac3f940fdde4 (patch) | |
tree | 9f2573b0fa84ea07e0220321654416ee344faf3b /net/arla/Makefile | |
parent | e4253306fbb80470948bd0a3b722331251d5d9c8 (diff) | |
download | pkgsrc-edf85b34d6149a5710104f1bb5edac3f940fdde4.tar.gz |
Update arla to 0.43.
Major changes since last version:
* Security fix: access control for `fs setcacheparams'
* Support 64-bit files on 32-bit systems
* Arla now binds to a random port if the default port is busy
* Emulate rename between same-cell volumes by doing copy+remove
* Allow setting workers in arla.conf
* (Improved) support for several OS/machine combinations
* Other fixes
Diffstat (limited to 'net/arla/Makefile')
-rw-r--r-- | net/arla/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index 6fedf14f414..a37ca4b438d 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2006/04/06 03:20:54 jlam Exp $ +# $NetBSD: Makefile,v 1.59 2006/08/24 13:25:41 wennmach Exp $ -DISTNAME= arla-0.41 -PKGREVISION= 3 +DISTNAME= arla-0.43 +#PKGREVISION= 1 CATEGORIES= net security MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/ |