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

« back to all changes in this revision

Viewing changes to testing/klips/east-spi-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=regress
 
4
TEST_PROB_REPORT=0
 
5
TEST_TYPE=klipstest
 
6
 
 
7
TESTNAME=east-spi-01
 
8
TESTHOST=east
 
9
EXITONEMPTY=--exitonempty
 
10
 
 
11
PRIV_INPUT=../inputs/01-sunrise-sunset-ping.pcap
 
12
THREEEIGHT=true
 
13
 
 
14
REF_PUB_OUTPUT=spi1-output.txt
 
15
REF_CONSOLE_OUTPUT=spi1-console.txt
 
16
REF_CONSOLE_FIXUPS="kern-list-fixups.sed nocr.sed"
 
17
REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS klips-spi-sanitize.sed"
 
18
REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS ipsec-look-sanitize.sed"
 
19
REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS east-prompt-splitline.pl"
 
20
REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS klips-debug-sanitize.sed"
 
21
TCPDUMPFLAGS="-n -E 3des-cbc:0x4043434545464649494a4a4c4c4f4f515152525454575758"
 
22
INIT_SCRIPT=spi1.sh
 
23
 
 
24
PACKETRATE=100
 
25