initial version of new modular strongswan debian packages
"strongswan" metapackage adds similar functionality as old debian packages "network-manager-strongswan" depends on required strongSwan packages
This commit is contained in:
@@ -1,32 +1,6 @@
|
||||
network-manager-strongswan (4.2.6.4-1) hardy; urgency=low
|
||||
network-manager-strongswan (4.2.11-1) intrepid; urgency=medium
|
||||
|
||||
* new release supporting NetworkManager API changes (4031/4053)
|
||||
* new build based on modular strongSwan packages
|
||||
|
||||
-- Martin Willi <[email protected]> Fri, 12 Sep 2008 15:47:54 +0200
|
||||
|
||||
network-manager-strongswan (4.2.6.3-2) hardy; urgency=low
|
||||
|
||||
* new upstream release supporting RSA private key files
|
||||
|
||||
-- Martin Willi <[email protected]> Fri, 05 Sep 2008 16:07:18 +0200
|
||||
|
||||
network-manager-strongswan (4.2.6.2-1) hardy; urgency=low
|
||||
|
||||
* new upstream release supporting private key authentication
|
||||
|
||||
* use --with-charon option to specify charon binary
|
||||
|
||||
-- Martin Willi <[email protected]> Thu, 04 Sep 2008 12:46:52 +0200
|
||||
|
||||
network-manager-strongswan (4.2.6.1-1) hardy; urgency=low
|
||||
|
||||
* fixed path to charon
|
||||
|
||||
-- Martin Willi <[email protected]> Tue, 26 Aug 2008 16:41:00 +0200
|
||||
|
||||
network-manager-strongswan (4.2.6-2) hardy; urgency=low
|
||||
|
||||
* new package based on network-manager-vpnc
|
||||
|
||||
-- Martin Willi <[email protected]> Tue, 26 Aug 2008 14:40:48 +0200
|
||||
-- Martin Willi <[email protected]> Mon, 16 Feb 2009 13:27:00 +0100
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
5
|
||||
7
|
||||
|
||||
@@ -3,7 +3,7 @@ Section: net
|
||||
Priority: extra
|
||||
Maintainer: Martin Willi <[email protected]>
|
||||
Build-Depends: cdbs,
|
||||
debhelper (>= 5),
|
||||
debhelper (>= 7),
|
||||
network-manager-dev (>= 0.7~~svn20080908),
|
||||
libnm-glib-dev (>= 0.7~~svn20080908),
|
||||
automake1.9,
|
||||
@@ -11,11 +11,11 @@ Build-Depends: cdbs,
|
||||
intltool,
|
||||
libgnomeui-dev,
|
||||
libdbus-glib-1-dev,
|
||||
Standards-Version: 3.7.3.0
|
||||
Standards-Version: 3.8.0
|
||||
|
||||
Package: network-manager-strongswan
|
||||
Architecture: any
|
||||
Depends: strongswan-nm
|
||||
Depends: strongswan-nm, strongswan-eap-gtc, 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
|
||||
|
||||
@@ -1,27 +1,7 @@
|
||||
This package was debianized by Martin Willi <[email protected]> based
|
||||
on network-manager-vpnc packaged by Soren Hansen <[email protected]>
|
||||
Tue, 26 Aug 2008 14:45:00 +0200
|
||||
|
||||
It was downloaded from www.strongswan.org
|
||||
|
||||
The plugin is Copyright 2008 Martin Willi <[email protected]> and derived
|
||||
from the VPNC plugin Copyrigjt 2005-2008 Red Hat, Inc.
|
||||
The packaging is Copyright 2007 Soren Hansen <[email protected]> and
|
||||
Copyright 2008 Martin Willi <[email protected]>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software Foundation,
|
||||
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL-2'.
|
||||
Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=437
|
||||
Upstream-Name: strongSwan
|
||||
Upstream-Source: http://download.strongswan.org
|
||||
Files: *
|
||||
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.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/autotools.mk
|
||||
|
||||
DEB_CONFIGURE_EXTRA_FLAGS := --with-charon=/usr/lib/ipsec/charon
|
||||
DEB_CONFIGURE_EXTRA_FLAGS := --with-charon=/usr/lib/strongswan/charon
|
||||
|
||||
makebuilddir/network-manager-vpnc:: debian/stamp-bootstrap
|
||||
|
||||
|
||||
Reference in New Issue
Block a user