diff options
-rw-r--r-- | doc/CHANGES-2008 | 3 | ||||
-rw-r--r-- | net/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2008 b/doc/CHANGES-2008 index e624a48769d..0967fb2c322 100644 --- a/doc/CHANGES-2008 +++ b/doc/CHANGES-2008 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2008,v 1.1156 2008/05/26 22:03:13 tron Exp $ +$NetBSD: CHANGES-2008,v 1.1157 2008/05/26 22:38:27 joerg Exp $ Changes to the packages collection and infrastructure in 2008: @@ -1933,3 +1933,4 @@ Changes to the packages collection and infrastructure in 2008: Updated devel/autogen to 5.9.5 [wiz 2008-05-26] Updated wm/compiz to 0.6.2nb2 [hira 2008-05-26] Updated mail/imap-uw to 2006j2nb6 [tron 2008-05-26] + Added net/unbound version 1.0.0 [joerg 2008-05-26] diff --git a/net/Makefile b/net/Makefile index 6c3d276a041..e27a89c82c7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.711 2008/05/15 19:46:46 adrianp Exp $ +# $NetBSD: Makefile,v 1.712 2008/05/26 22:38:27 joerg Exp $ # COMMENT= Networking tools @@ -495,6 +495,7 @@ SUBDIR+= tsclient SUBDIR+= tsocks SUBDIR+= tspc SUBDIR+= ttt +SUBDIR+= unbound SUBDIR+= ucarp SUBDIR+= ucspi-ssl SUBDIR+= ucspi-tcp |