~ubuntu-branches/ubuntu/oneiric/strongswan/oneiric

« back to all changes in this revision

Viewing changes to testing/INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2008-12-05 17:21:42 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20081205172142-9g77wgyzcj0blq7p
* New upstream release, fixes a MOBIKE issue.
  Closes: #507542: strongswan: endless loop
* Explicitly enable compilation with libcurl for CRL fetching
  Closes: #497756: strongswan: not compiled with curl support; crl 
                   fetching not available
* Enable compilation with SSH agent support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    * A vanilla Linux kernel on which the UML kernel will be based on.
54
54
      We recommend the use of
55
55
 
56
 
      http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.24.4.tar.bz2
57
 
 
58
 
    * Starting with Linux kernel 2.6.9 no patch must be applied any more in order
59
 
      to make the vanilla kernel UML-capable. For older kernels you'll find
60
 
      a matching UML patch at
61
 
 
62
 
      http://prdownloads.sourceforge.net/user-mode-linux/
 
56
      http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.5.tar.bz2
 
57
 
 
58
    * The Linux kernel 2.6.26 requires the following patch for the uml guest kernel
 
59
      to successfully start up:
 
60
 
 
61
      http://download.strongswan.org/uml/uml-2.6.26.patch.bz2
63
62
 
64
63
    * The matching .config file required to compile the UML kernel:
65
64
 
66
 
      http://download.strongswan.org/uml/.config-2.6.24
 
65
      http://download.strongswan.org/uml/.config-2.6.27
67
66
 
68
67
    * A gentoo-based UML file system (compressed size 130 MBytes) found at
69
68
 
71
70
 
72
71
    * The latest strongSwan distribution
73
72
 
74
 
      http://download.strongswan.org/strongswan-4.2.4.tar.bz2
 
73
      http://download.strongswan.org/strongswan-4.2.9.tar.bz2
75
74
 
76
75
 
77
76
3. Creating the environment
146
145
 
147
146
-----------------------------------------------------------------------------
148
147
 
149
 
This file is RCSID $Id: INSTALL 4016 2008-05-25 10:35:39Z andreas $
 
148
This file is RCSID $Id: INSTALL 4663 2008-11-16 21:23:56Z andreas $
150
149