diff options
author | wennmach <wennmach@pkgsrc.org> | 2003-01-14 12:00:08 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2003-01-14 12:00:08 +0000 |
commit | 27f579f1db0f63555a07cd35cedf4916887af07d (patch) | |
tree | 2c135e18cae50f19d8460b73adb5cca190f53827 /net/arla/Makefile | |
parent | a1a69784ca52f48ee39440a8f1026ca807f9459d (diff) | |
download | pkgsrc-27f579f1db0f63555a07cd35cedf4916887af07d.tar.gz |
Update arla to 0.35.12pre1.
Prior versions had two major bugs that could lead to kernel panics on
NetBSD-1.6 and -current. mmap(2)ing a file residing beneath /afs would
trigger the panic.
Thanks to Love <lha@stacken.kth.se> for preparing the snapshot.
Diffstat (limited to 'net/arla/Makefile')
-rw-r--r-- | net/arla/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index b6c9c53de09..85a453a9903 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2002/12/07 02:38:59 schmonz Exp $ +# $NetBSD: Makefile,v 1.30 2003/01/14 12:00:08 wennmach Exp $ -DISTNAME= arla-0.35.9 -PKGREVISION= 2 +DISTNAME= arla-0.35.12pre1 +#PKGREVISION= CATEGORIES= net security -MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/ +MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/snap/ MAINTAINER= wennmach@netbsd.org HOMEPAGE= http://www.stacken.kth.se/project/arla/ |