diff options
author | wennmach <wennmach> | 2002-08-20 17:47:40 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2002-08-20 17:47:40 +0000 |
commit | f02d3423c3989677c8a9525d72f2b0fb7aa15067 (patch) | |
tree | 1fac2a4c4577fdcae6eef7f9bcf3da84868ceab1 /net/arla/Makefile | |
parent | 1f18eb636656fe52a8501cd1c8e56363c26713a5 (diff) | |
download | pkgsrc-f02d3423c3989677c8a9525d72f2b0fb7aa15067.tar.gz |
Upgrade arla to 0.35.9
Fixes two security holes: 'xdr'-bug (in vos, not in arlad), and
xfs failes to check for negative numbers in pioctl.
Additional changes: NetBSD/sparc64 now supported, 'themis' added,
local locking, bug fixes.
See http://www.stacken.kth.se/lists/arla-drinkers/2002-08/msg00019.html
Diffstat (limited to 'net/arla/Makefile')
-rw-r--r-- | net/arla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index 5d82aa3ea69..cd681eb185b 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2002/08/07 08:30:50 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2002/08/20 17:47:40 wennmach Exp $ # -DISTNAME= arla-0.35.8 +DISTNAME= arla-0.35.9 CATEGORIES= net security MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/ |