[Lunar-commits] <moonbase> ipsec-tools: version bumped to 0.7.1.
Florin Braescu
florin at lunar-linux.org
Sun Mar 15 18:49:28 CET 2009
commit fc2fb0d94bcec3eac3a8962d455485630a0d72eb
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Mar 15 19:49:28 2009 +0200
ipsec-tools: version bumped to 0.7.1.
Moved the module in the security dir from the wifi one.
Bugfixes and improvements. Support for selinux added.
---
security/ipsec-tools/BUILD | 6 ++++++
security/ipsec-tools/DEPENDS | 3 +++
security/ipsec-tools/DETAILS | 14 ++++++++++++++
wifi/ipsec-tools/BUILD | 6 ------
wifi/ipsec-tools/DEPENDS | 1 -
wifi/ipsec-tools/DETAILS | 14 --------------
6 files changed, 23 insertions(+), 21 deletions(-)
diff --git a/security/ipsec-tools/BUILD b/security/ipsec-tools/BUILD
new file mode 100644
index 0000000..3f5ffbe
--- /dev/null
+++ b/security/ipsec-tools/BUILD
@@ -0,0 +1,6 @@
+(
+
+ export CPPFLAGS="$CPPFLAGS -include /usr/include/linux/errno.h"
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/security/ipsec-tools/DEPENDS b/security/ipsec-tools/DEPENDS
new file mode 100644
index 0000000..d15ad30
--- /dev/null
+++ b/security/ipsec-tools/DEPENDS
@@ -0,0 +1,3 @@
+depends openssl
+
+optional_depends "libselinux" "" "--enable-security-context=no" "enable Security Context (selinux) support"
diff --git a/security/ipsec-tools/DETAILS b/security/ipsec-tools/DETAILS
new file mode 100644
index 0000000..feb6ab7
--- /dev/null
+++ b/security/ipsec-tools/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=ipsec-tools
+ VERSION=0.7.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:7a2ef71ece73710bf9a5ef2f63aacfcea1c58efb
+ WEB_SITE=http://ipsec-tools.sourceforge.net
+ ENTERED=20040127
+ UPDATED=20090315
+ SHORT="A port of KAME's IPsec utilities"
+
+cat << EOF
+User-space IPsec tools for the Linux IPsec implementation.
+A port of KAME's libipsec, setkey, and racoon to the Linux OS.
+EOF
diff --git a/wifi/ipsec-tools/BUILD b/wifi/ipsec-tools/BUILD
deleted file mode 100644
index 3f5ffbe..0000000
--- a/wifi/ipsec-tools/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- export CPPFLAGS="$CPPFLAGS -include /usr/include/linux/errno.h"
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/wifi/ipsec-tools/DEPENDS b/wifi/ipsec-tools/DEPENDS
deleted file mode 100644
index ed472ed..0000000
--- a/wifi/ipsec-tools/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends openssl
diff --git a/wifi/ipsec-tools/DETAILS b/wifi/ipsec-tools/DETAILS
deleted file mode 100644
index 543fb79..0000000
--- a/wifi/ipsec-tools/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
- MODULE=ipsec-tools
- VERSION=0.6.5
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:3663d9c0f77c7c8607d1ce5cfddadd955d07a612
- WEB_SITE=http://ipsec-tools.sourceforge.net/
- ENTERED=20040127
- UPDATED=20060206
- SHORT="port of KAME's IPsec utilities."
-
-cat << EOF
-User-space IPsec tools for the Linux IPsec implementation.
-A port of KAME's libipsec, setkey, and racoon to the Linux OS.
-EOF
More information about the Lunar-commits
mailing list