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

« back to all changes in this revision

Viewing changes to debian/openswan-modules-source.kernel-config

  • 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:
54
54
#define CONFIG_IPSEC_ENC_3DES 1
55
55
#endif
56
56
 
 
57
#ifndef CONFIG_IPSEC_ENC_AES
 
58
#define CONFIG_IPSEC_ENC_AES 1
 
59
#endif
 
60
 
57
61
#ifndef CONFIG_IPSEC_REGRESS
58
62
#define CONFIG_IPSEC_REGRESS 0
59
63
#endif
99
103
#ifndef CONFIG_IPSEC_ALG_CRYPTOAPI
100
104
#define CONFIG_IPSEC_ALG_CRYPTOAPI 1
101
105
#endif
102
 
 
 
106
#ifndef CONFIG_IPSEC_ALG_NON_LIBRE
 
107
#define CONFIG_IPSEC_ALG_NON_LIBRE 1
 
108
#endif
103
109
 
104
110
#endif /* _CONFIG_ALL_H */