added EAP-Identity package
This commit is contained in:
@@ -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
|
||||
|
||||
* added support for MSCHAPv2 EAP method
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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