changeset 1386:fd9beb3b37c0

Added the libipsec package.
author asl
date Sat, 22 Nov 2003 13:05:57 +0000
parents a22a43f433ed
children 5d11e2db0035
files packages/ChangeLog packages/NEWS packages/ecos.db
diffstat 3 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/packages/ChangeLog
+++ b/packages/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-22  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+	* ecos.db: Added libipsec package.
+
 2003-11-09  Gary Thomas  <gary@mlbassoc.com>
 
 	* ecos.db: Add serial I/O package for Motorola MPC8xxx (QUICC-II)
--- a/packages/NEWS
+++ b/packages/NEWS
@@ -1,3 +1,4 @@
+* Basic IPSEC and libipsec support. 
 * Flash driver for SST 39VFXXX devices
 * Wall clock driver for Synthetic target.
 * New port to TAMS MOAB (PowerPC 405GPr) development board
--- a/packages/ecos.db
+++ b/packages/ecos.db
@@ -1303,6 +1303,14 @@ This package provides a SNTP client whic
 information and set the system clock."
 }  
 
+package CYGPKG_NET_IPSEC_LIBIPSEC {
+        alias           { "libipsec support" libipsec }
+        directory       net/ipsec/libipsec
+        script          libipsec.cdl
+        description "
+This package provides the libipsec library used by racoon etc for 
+configuring IPSEC"
+}
 
 package CYGPKG_DEVS_ETH_ARM_EDB7XXX {
 	alias 		{ "Cirrus Logic ethernet driver for EP7xxx boards" edb7xxx_eth_driver }