added EAP-Identity package
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
network-manager-strongswan (1.0.0-3~ppa1~intrepid1) intrepid; urgency=low
|
||||||
|
|
||||||
|
* depend on EAP-Identity plugin
|
||||||
|
|
||||||
|
-- Martin Willi <[email protected]> Tue, 24 Feb 2009 11:31:19 +0100
|
||||||
|
|
||||||
network-manager-strongswan (1.0.0-2~ppa1~intrepid1) intrepid; urgency=low
|
network-manager-strongswan (1.0.0-2~ppa1~intrepid1) intrepid; urgency=low
|
||||||
|
|
||||||
* depend on EAP-MD5 and EAP-MSCHAPv2 plugins
|
* depend on EAP-MD5 and EAP-MSCHAPv2 plugins
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ Standards-Version: 3.8.0
|
|||||||
|
|
||||||
Package: network-manager-strongswan
|
Package: network-manager-strongswan
|
||||||
Architecture: any
|
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)
|
Description: network management framework (strongSwan plugin)
|
||||||
NetworkManager attempts to keep an active network connection available at
|
NetworkManager attempts to keep an active network connection available at
|
||||||
all times. It is intended primarily for laptops where it allows easy
|
all times. It is intended primarily for laptops where it allows easy
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
strongswan (4.2.12-5~ppa1~intrepid1) intrepid; urgency=low
|
||||||
|
|
||||||
|
* added EAP-Identity package
|
||||||
|
|
||||||
|
-- Martin Willi <[email protected]> Tue, 24 Feb 2009 11:16:33 +0100
|
||||||
|
|
||||||
strongswan (4.2.12-4~ppa1~intrepid1) intrepid; urgency=low
|
strongswan (4.2.12-4~ppa1~intrepid1) intrepid; urgency=low
|
||||||
|
|
||||||
* added support for MSCHAPv2 EAP method
|
* added support for MSCHAPv2 EAP method
|
||||||
|
|||||||
@@ -140,6 +140,13 @@ Depends: ${shlibs:Depends}
|
|||||||
Description: strongSwan plugin to create signatures using SSH agent
|
Description: strongSwan plugin to create signatures using SSH agent
|
||||||
This plugin for libstrongswan can use a SSH agent to create RSA signatures.
|
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
|
Package: strongswan-eap-gtc
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, strongswan-charon
|
Depends: ${shlibs:Depends}, strongswan-charon
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ CFLAGS = -Wall -Wno-format -Wno-pointer-sign -Wno-strict-aliasing -g
|
|||||||
CONFIGURE_ARGS = \
|
CONFIGURE_ARGS = \
|
||||||
--disable-fips-prf --enable-openssl --enable-md4 --enable-nm \
|
--disable-fips-prf --enable-openssl --enable-md4 --enable-nm \
|
||||||
--enable-agent --enable-eap-gtc --enable-eap-md5 --enable-eap-mschapv2 \
|
--enable-agent --enable-eap-gtc --enable-eap-md5 --enable-eap-mschapv2 \
|
||||||
--enable-ldap --enable-curl --sysconfdir=/etc --prefix=/usr \
|
--enable-eap-identity --enable-ldap --enable-curl --sysconfdir=/etc \
|
||||||
--libexecdir=/usr/lib --with-ipsecdir=/usr/lib/strongswan
|
--prefix=/usr --libexecdir=/usr/lib --with-ipsecdir=/usr/lib/strongswan
|
||||||
|
|
||||||
ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
|
ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
|
||||||
CFLAGS += -O2
|
CFLAGS += -O2
|
||||||
|
|||||||
@@ -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.
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
usr/lib/strongswan/plugins/libstrongswan-eapidentity.so* usr/lib/strongswan/plugins/
|
||||||
|
|
||||||
Reference in New Issue
Block a user