~ubuntu-branches/ubuntu/trusty/libxslt/trusty

« back to all changes in this revision

Viewing changes to libxslt/xsltconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Mike Hommey
  • Date: 2008-08-03 09:03:42 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080803090342-0gzx6fixj16lirxt
Tags: 1.1.24-2
libexslt/crypto.c: Apply upstream fix for CVE-2008-2935. Closes: #493162.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 *
21
21
 * the version string like "1.2.3"
22
22
 */
23
 
#define LIBXSLT_DOTTED_VERSION "1.1.19"
 
23
#define LIBXSLT_DOTTED_VERSION "1.1.24"
24
24
 
25
25
/**
26
26
 * LIBXSLT_VERSION:
27
27
 *
28
28
 * the version number: 1.2.3 value is 10203
29
29
 */
30
 
#define LIBXSLT_VERSION 10119
 
30
#define LIBXSLT_VERSION 10124
31
31
 
32
32
/**
33
33
 * LIBXSLT_VERSION_STRING:
34
34
 *
35
35
 * the version number string, 1.2.3 value is "10203"
36
36
 */
37
 
#define LIBXSLT_VERSION_STRING "10119"
 
37
#define LIBXSLT_VERSION_STRING "10124"
38
38
 
39
39
/**
40
40
 * LIBXSLT_VERSION_EXTRA:
41
41
 *
42
42
 * extra version information, used to show a CVS compilation
43
43
 */
44
 
#define LIBXSLT_VERSION_EXTRA "-CVS1090"
 
44
#define LIBXSLT_VERSION_EXTRA "-CVS1070"
45
45
 
46
46
/**
47
47
 * WITH_XSLT_DEBUG:
77
77
/**
78
78
 * XSLT_NEED_TRIO:
79
79
 *
80
 
 * should be activated in the existing libc library lacks some of the
 
80
 * should be activated if the existing libc library lacks some of the
81
81
 * string formatting function, in that case reuse the Trio ones already
82
82
 * compiled in the libxml2 library.
83
83
 */
93
93
#endif
94
94
#endif
95
95
 
 
96
#ifdef  XSLT_NEED_TRIO
 
97
#define TRIO_REPLACE_STDIO
 
98
#endif
 
99
 
96
100
/**
97
101
 * WITH_XSLT_DEBUGGER:
98
102
 *