diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-05-22 06:41:59 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-05-22 06:41:59 +0000 |
commit | c6d4f7459c3436c6e629a6b1fcd7f73bcaeca790 (patch) | |
tree | ceeffc0a0897427a5c42733da1d9d46992f303f7 /debian/control | |
parent | 4769e2f961d2930ffcc6cfa5b1561548e4ea552c (diff) | |
download | vyos-strongswan-c6d4f7459c3436c6e629a6b1fcd7f73bcaeca790.tar.gz vyos-strongswan-c6d4f7459c3436c6e629a6b1fcd7f73bcaeca790.zip |
- s/openswan/strongswan/g
- s/Openswan/strongSwan/g
But basically manually. Is certainly incomplete right now.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 50 |
1 files changed, 31 insertions, 19 deletions
diff --git a/debian/control b/debian/control index 919875eab..8ed778e7a 100644 --- a/debian/control +++ b/debian/control @@ -1,24 +1,24 @@ -Source: openswan +Source: strongswan Section: net Priority: optional Maintainer: Rene Mayrhofer <rmayr@debian.org> Standards-Version: 3.6.1.0 Build-Depends: debhelper (>= 4.1.16), libgmp3-dev, libssl-dev (>= 0.9.8-1), htmldoc, man2html, libcurl3-dev | libcurl2-dev, libopensc2-dev | libopensc1-dev | libopensc0-dev, libldap2-dev, libpam0g-dev, libkrb5-dev, bison, flex, lynx, dpatch, bzip2 -Package: openswan +Package: strongswan Architecture: any Pre-Depends: debconf | debconf-2.0 Depends: ${shlibs:Depends}, bsdmainutils, makedev | devfsd, debianutils (>=1.7), ipsec-tools, openssl, host, iproute -Suggests: openswan-modules-source | linux-patch-openswan, curl +Suggests: strongswan-modules-source | linux-patch-strongswan, curl Provides: ike-server Conflicts: freeswan (<< 2.04-12) -Description: IPSEC utilities for Openswan +Description: IPSEC utilities for strongSwan IPSEC is Internet Protocol SECurity. It uses strong cryptography to provide both authentication and encryption services. Authentication ensures that packets are from the right sender and have not been altered in transit. Encryption prevents unauthorised reading of packet contents. . - This version of Openswan supports Opportunistic Encryption (OE) out of the + This version of strongSwan supports Opportunistic Encryption (OE) out of the box. OE enables you to set up IPsec tunnels to a site without co-ordinating with the site administrator, and without hand configuring each tunnel. If enough sites support OE, a "FAX effect" @@ -36,34 +36,46 @@ Description: IPSEC utilities for Openswan and crypto support, patching the kernel is no longer necessary! . If you want to use the KLIPS IPSec code for kernel modules instead of the - native ones, you will need to install either openswan-modules-source or - linux-patch-openswan and build the respective modules for your kernel. + native ones, you will need to install either strongswan-modules-source or + linux-patch-strongswan and build the respective modules for your kernel. -Package: openswan-modules-source +Package: strongswan-modules-source Architecture: all Depends: coreutils | fileutils, debhelper, bzip2 Recommends: kernel-package (>= 7.04), kernel-source -Suggests: openswan -Description: IPSEC kernel modules source for Openswan - This package contains the source for the Openswan modules to get the necessary - kernel support to use Openswan. +Suggests: strongswan +Description: IPSEC kernel modules source for strongSwan + This package contains the source for the strongSwan modules to get the necessary + kernel support to use strongSwan. . It includes the NAT Traversal patches, which will need to be applied to the kernel tree if NAT Traversal is needed. + . + This package will not work with 2.6 kernels! It is recommended to use the + native IPSec stack included with 2.6 kernels with strongSwan. If you want to + use KLIPS (the FreeSWan/Openswan/strongSwan IPSec kernel support) with a 2.6 + kernel, then please use the openswan-modules-source package. It is + interoperable with the strongswan user space programs. -Package: linux-patch-openswan +Package: linux-patch-strongswan Architecture: all Depends: coreutils | fileutils Recommends: kernel-package (>= 7.04) -Suggests: openswan -Provides: kernel-patch-openswan -Replaces: kernel-patch-openswan -Description: IPSEC Linux kernel support for Openswan +Suggests: strongswan +Provides: kernel-patch-strongswan +Replaces: kernel-patch-strongswan +Description: IPSEC Linux kernel support for strongSwan This package contains the patches for the Linux kernel to get the necessary - kernel support to use Openswan. If you want to build a kernel module for - IPSec, it is much easier to use the openswan-modules-source package instead. + kernel support to use strongSwan. If you want to build a kernel module for + IPSec, it is much easier to use the strongswan-modules-source package instead. This kernel-patch package should probably only be used when building a non-modular kernel or when compiling IPSec non-modular. . It includes the NAT Traversal patches and applies them automatically to the kernel after inserting KLIPS. + . + This package will not work with 2.6 kernels! It is recommended to use the + native IPSec stack included with 2.6 kernels with strongSwan. If you want to + use KLIPS (the FreeSWan/Openswan/strongSwan IPSec kernel support) with a 2.6 + kernel, then please use the linux-patch-strongswan package. It is + interoperable with the strongswan user space programs. |