~ubuntu-branches/ubuntu/hardy/openswan/hardy-updates

« back to all changes in this revision

Viewing changes to testing/pluto/kingnet-isp-01/testparams.sh

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2005-01-27 16:10:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050127161011-idgybmyz3vwhpfiq
Tags: 2.3.0-2
Urgency HIGH due to security issue and problems with build-deps in sarge.
* Fix the security issue. Please see
  http://www.idefense.com/application/poi/display?id=190&
      type=vulnerabilities&flashstatus=false
  for more details. Thanks to Martin Schulze for informing me about
  this issue.
  Closes: #292458: Openswan XAUTH/PAM Buffer Overflow Vulnerability
* Added a Build-Dependency to lynx.
  Closes: #291143: openswan: FTBFS: Missing build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
TEST_PURPOSE=goal
 
4
TEST_TYPE=umlXtest
 
5
 
 
6
TESTNAME=kingnet-isp-01
 
7
 
 
8
XHOST_LIST="NIC NORTH EAST"
 
9
 
 
10
REF_CONSOLE_FIXUPS="kern-list-fixups.sed nocr.sed"
 
11
REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS east-prompt-splitline.pl"
 
12
REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS cutout.sed"
 
13
REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS klips-debug-sanitize.sed"
 
14
REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS ipsec-setup-sanitize.sed"
 
15
REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS ipsec-lwdnsq-sanitize.pl"
 
16
REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS pluto-whack-sanitize.sed"
 
17
 
 
18
 
 
19
EASTHOST=east
 
20
EAST_INIT_SCRIPT=eastinit.sh
 
21
EAST_FINAL_SCRIPT=final.sh
 
22
REF_EAST_CONSOLE_OUTPUT=east-console.txt
 
23
 
 
24
NORTHHOST=north
 
25
NORTH_INIT_SCRIPT=northinit.sh
 
26
NORTH_RUN_SCRIPT=northrun.sh
 
27
NORTH_FINAL_SCRIPT=final.sh
 
28
REF_NORTH_CONSOLE_OUTPUT=north-console.txt
 
29
 
 
30
NICHOST=nic
 
31
NIC_INIT_SCRIPT=nicinit.sh
 
32