aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/network-manager-strongswan/debian/changelog6
-rw-r--r--packages/network-manager-strongswan/debian/control2
-rw-r--r--packages/strongswan/debian/changelog6
-rw-r--r--packages/strongswan/debian/control7
-rwxr-xr-xpackages/strongswan/debian/rules4
-rw-r--r--packages/strongswan/debian/strongswan-eap-identity.copyright7
-rw-r--r--packages/strongswan/debian/strongswan-eap-identity.install2
7 files changed, 31 insertions, 3 deletions
diff --git a/packages/network-manager-strongswan/debian/changelog b/packages/network-manager-strongswan/debian/changelog
index 3091b139a..f084feb7d 100644
--- a/packages/network-manager-strongswan/debian/changelog
+++ b/packages/network-manager-strongswan/debian/changelog
@@ -1,3 +1,9 @@
+network-manager-strongswan (1.0.0-3~ppa1~intrepid1) intrepid; urgency=low
+
+ * depend on EAP-Identity plugin
+
+ -- Martin Willi <martin@strongswan.org> Tue, 24 Feb 2009 11:31:19 +0100
+
network-manager-strongswan (1.0.0-2~ppa1~intrepid1) intrepid; urgency=low
* depend on EAP-MD5 and EAP-MSCHAPv2 plugins
diff --git a/packages/network-manager-strongswan/debian/control b/packages/network-manager-strongswan/debian/control
index 04becde8d..200cfea76 100644
--- a/packages/network-manager-strongswan/debian/control
+++ b/packages/network-manager-strongswan/debian/control
@@ -15,7 +15,7 @@ Standards-Version: 3.8.0
Package: network-manager-strongswan
Architecture: any
-Depends: strongswan-nm, strongswan-eap-gtc, strongswan-eap-md5, strongswan-eap-mschapv2, strongswan-agent, strongswan-openssl|strongswan-crypto-plugins
+Depends: strongswan-nm, strongswan-eap-gtc, strongswan-eap-md5, strongswan-eap-mschapv2, strongswan-eap-identity, strongswan-agent, strongswan-openssl|strongswan-crypto-plugins
Description: network management framework (strongSwan plugin)
NetworkManager attempts to keep an active network connection available at
all times. It is intended primarily for laptops where it allows easy
diff --git a/packages/strongswan/debian/changelog b/packages/strongswan/debian/changelog
index b2b88182d..0b2674983 100644
--- a/packages/strongswan/debian/changelog
+++ b/packages/strongswan/debian/changelog
@@ -1,3 +1,9 @@
+strongswan (4.2.12-5~ppa1~intrepid1) intrepid; urgency=low
+
+ * added EAP-Identity package
+
+ -- Martin Willi <martin@strongswan.org> Tue, 24 Feb 2009 11:16:33 +0100
+
strongswan (4.2.12-4~ppa1~intrepid1) intrepid; urgency=low
* added support for MSCHAPv2 EAP method
diff --git a/packages/strongswan/debian/control b/packages/strongswan/debian/control
index b69dd16c7..4c0c19366 100644
--- a/packages/strongswan/debian/control
+++ b/packages/strongswan/debian/control
@@ -140,6 +140,13 @@ Depends: ${shlibs:Depends}
Description: strongSwan plugin to create signatures using SSH agent
This plugin for libstrongswan can use a SSH agent to create RSA signatures.
+Package: strongswan-eap-identity
+Architecture: any
+Depends: ${shlibs:Depends}, strongswan-charon
+Description: strongSwan plugin implementing EAP identity exchange
+ The EAP-Identity method allows an additional identity exchange before
+ doing the actual EAP authentication.
+
Package: strongswan-eap-gtc
Architecture: any
Depends: ${shlibs:Depends}, strongswan-charon
diff --git a/packages/strongswan/debian/rules b/packages/strongswan/debian/rules
index 00f69d788..e866a45cb 100755
--- a/packages/strongswan/debian/rules
+++ b/packages/strongswan/debian/rules
@@ -7,8 +7,8 @@ CFLAGS = -Wall -Wno-format -Wno-pointer-sign -Wno-strict-aliasing -g
CONFIGURE_ARGS = \
--disable-fips-prf --enable-openssl --enable-md4 --enable-nm \
--enable-agent --enable-eap-gtc --enable-eap-md5 --enable-eap-mschapv2 \
- --enable-ldap --enable-curl --sysconfdir=/etc --prefix=/usr \
- --libexecdir=/usr/lib --with-ipsecdir=/usr/lib/strongswan
+ --enable-eap-identity --enable-ldap --enable-curl --sysconfdir=/etc \
+ --prefix=/usr --libexecdir=/usr/lib --with-ipsecdir=/usr/lib/strongswan
ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O2
diff --git a/packages/strongswan/debian/strongswan-eap-identity.copyright b/packages/strongswan/debian/strongswan-eap-identity.copyright
new file mode 100644
index 000000000..bd7ef8a78
--- /dev/null
+++ b/packages/strongswan/debian/strongswan-eap-identity.copyright
@@ -0,0 +1,7 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=437
+Upstream-Name: strongSwan
+Upstream-Source: http://download.strongswan.org
+Files: src/charon/plugins/eap_identity
+License: GPL-2
+ On Debian systems the full text of the GNU General Public License can be found
+ in the `/usr/share/common-licenses/GPL-2' file.
diff --git a/packages/strongswan/debian/strongswan-eap-identity.install b/packages/strongswan/debian/strongswan-eap-identity.install
new file mode 100644
index 000000000..2510128cb
--- /dev/null
+++ b/packages/strongswan/debian/strongswan-eap-identity.install
@@ -0,0 +1,2 @@
+usr/lib/strongswan/plugins/libstrongswan-eapidentity.so* usr/lib/strongswan/plugins/
+