1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: freeswan
Section: net
Priority: optional
Maintainer: Rene Mayrhofer <rmayr@debian.org>
Standards-Version: 3.6.0
Build-Depends: debhelper (>= 4.1.16), libgmp3-dev, libssl-dev, htmldoc, man2html, gawk, libcurl3-dev | libcurl-dev, libopensc1-dev, libldap2-dev
Package: freeswan
Architecture: any
Pre-Depends: ${debconf-depends}
Depends: ${shlibs:Depends}, bsdmainutils, makedev | devfsd, ${debconf-depends}, debianutils (>=1.7), openssl, gawk, host, iproute
Recommends: ipsec-tools
Suggests: freeswan-modules-source | kernel-patch-freeswan, curl
Provides: ike-server
Conflicts: ike-server
Description: IPSEC utilities for FreeSWan
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.
.
These services allow you to build secure tunnels through untrusted networks.
Everything passing through the untrusted net is encrypted by the IPSEC
gateway machine and decrypted by the gateway at the other end. The result is
Virtual Private Network or VPN. This is a network which is effectively
private even though it includes machines at several different sites connected
by the insecure Internet.
.
Please note that you will need kernel support for using this package. The
standard Debian kernel already includes support for IPSec. You can build
alternative kernel IPSec support by installing the kernel-source package and
kernel-patch-freeswan, which can be automatically applied when using
make-kpkg, or freeswan-modules-source, which can automatically create a
modules package with make-kpkg.
Package: freeswan-modules-source
Architecture: all
Depends: coreutils | fileutils, debhelper
Recommends: kernel-package (>= 7.04), kernel-source
Suggests: freeswan
Description: IPSEC kernel modules source for FreeSWan
This package contains the source for the FreeSWan modules to get the necessary
kernel support to use FreeSWan.
.
This package is patched to contain the modular extensions patch by JuanJo
Ciarlante which contains extra cipher and message digest algorithms that
can be loaded into the kernel as modules.
Package: kernel-patch-freeswan
Architecture: all
Depends: coreutils | fileutils
Recommends: kernel-package (>= 7.04)
Suggests: freeswan
Description: IPSEC kernel support for FreeSWan
This package contains the patches for the Linux kernel to get the necessary
kernel support to use FreeSWan. If you want to build a kernel module for
IPSec, it is much easier to use the freeswan-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.
.
This package is patched to contain the modular extensions patch by JuanJo
Ciarlante which contains extra cipher and message digest algorithms that
can be loaded into the kernel as modules.
|