Skip to content

Commit 5a39824

Browse files
arun-josephkevinrushforth
authored andcommitted
8234056: Upgrade to libxslt 1.1.34
Reviewed-by: kcr, jvos
1 parent 8bea7b7 commit 5a39824

34 files changed

+605
-449
lines changed

modules/javafx.web/src/main/legal/libxslt.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## xmlsoft.org: libxslt v1.1.33
1+
## xmlsoft.org: libxslt v1.1.34
22

33
### libxslt License
44
```

modules/javafx.web/src/main/native/Source/ThirdParty/libxslt/linux/config.h

+6-15
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/* config.h. Generated from config.h.in by configure. */
22
/* config.h.in. Generated from configure.ac by autoheader. */
33

4-
/* Define to 1 if you have the <ansidecl.h> header file. */
5-
/* #undef HAVE_ANSIDECL_H */
6-
74
/* Define to 1 if you have the `clock_gettime' function. */
85

96

@@ -162,7 +159,7 @@
162159
#define PACKAGE_NAME "libxslt"
163160

164161
/* Define to the full name and version of this package. */
165-
#define PACKAGE_STRING "libxslt 1.1.33"
162+
#define PACKAGE_STRING "libxslt 1.1.34"
166163

167164
/* Define to the one symbol short name of this package. */
168165
#define PACKAGE_TARNAME "libxslt"
@@ -171,7 +168,7 @@
171168
#define PACKAGE_URL ""
172169

173170
/* Define to the version of this package. */
174-
#define PACKAGE_VERSION "1.1.33"
171+
#define PACKAGE_VERSION "1.1.34"
175172

176173
/* Define to 1 if you have the ANSI C header files. */
177174
#define STDC_HEADERS 1
@@ -199,11 +196,14 @@
199196

200197

201198
/* Version number of package */
202-
#define VERSION "1.1.33"
199+
#define VERSION "1.1.34"
203200

204201
/* Define if debugging support is enabled */
205202
/* #undef WITH_DEBUGGER */
206203

204+
/* Define if profiling support is enabled */
205+
/* #undef WITH_PROFILER */
206+
207207
/* Define to 1 if on MINIX. */
208208
/* #undef _MINIX */
209209

@@ -213,12 +213,3 @@
213213

214214
/* Define to 1 if you need to in order for `stat' and other things to work. */
215215
/* #undef _POSIX_SOURCE */
216-
217-
/* Using the Win32 Socket implementation */
218-
/* #undef _WINSOCKAPI_ */
219-
220-
/* Win32 Std C name mangling work-around */
221-
/* #undef snprintf */
222-
223-
/* Win32 Std C name mangling work-around */
224-
/* #undef vsnprintf */

modules/javafx.web/src/main/native/Source/ThirdParty/libxslt/linux/libexslt/exsltconfig.h

+1-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extern "C" {
1818
*
1919
* the version string like "1.2.3"
2020
*/
21-
#define LIBEXSLT_DOTTED_VERSION "1.1.33"
21+
#define LIBEXSLT_DOTTED_VERSION "1.1.34"
2222

2323
/**
2424
* LIBEXSLT_VERSION:
@@ -56,9 +56,6 @@ extern "C" {
5656
* This macro is used to flag unused function parameters to GCC
5757
*/
5858
#ifdef __GNUC__
59-
#ifdef HAVE_ANSIDECL_H
60-
#include <ansidecl.h>
61-
#endif
6259
#ifndef ATTRIBUTE_UNUSED
6360
#define ATTRIBUTE_UNUSED __attribute__((unused))
6461
#endif

modules/javafx.web/src/main/native/Source/ThirdParty/libxslt/linux/libxslt/xsltwin32config.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@ extern "C" {
2323
*
2424
* the version string like "1.2.3"
2525
*/
26-
#define LIBXSLT_DOTTED_VERSION "1.1.33"
26+
#define LIBXSLT_DOTTED_VERSION "1.1.34"
2727

2828
/**
2929
* LIBXSLT_VERSION:
3030
*
3131
* the version number: 1.2.3 value is 1002003
3232
*/
33-
#define LIBXSLT_VERSION 10133
33+
#define LIBXSLT_VERSION 10134
3434

3535
/**
3636
* LIBXSLT_VERSION_STRING:
3737
*
3838
* the version number string, 1.2.3 value is "1002003"
3939
*/
40-
#define LIBXSLT_VERSION_STRING "10133"
40+
#define LIBXSLT_VERSION_STRING "10134"
4141

4242
/**
4343
* LIBXSLT_VERSION_EXTRA:

modules/javafx.web/src/main/native/Source/ThirdParty/libxslt/mac/config.h

+6-15
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/* config.h. Generated from config.h.in by configure. */
22
/* config.h.in. Generated from configure.ac by autoheader. */
33

4-
/* Define to 1 if you have the <ansidecl.h> header file. */
5-
/* #undef HAVE_ANSIDECL_H */
6-
74
/* Define to 1 if you have the `clock_gettime' function. */
85

96

@@ -161,7 +158,7 @@
161158
#define PACKAGE_NAME "libxslt"
162159

163160
/* Define to the full name and version of this package. */
164-
#define PACKAGE_STRING "libxslt 1.1.33"
161+
#define PACKAGE_STRING "libxslt 1.1.34"
165162

166163
/* Define to the one symbol short name of this package. */
167164
#define PACKAGE_TARNAME "libxslt"
@@ -170,7 +167,7 @@
170167
#define PACKAGE_URL ""
171168

172169
/* Define to the version of this package. */
173-
#define PACKAGE_VERSION "1.1.33"
170+
#define PACKAGE_VERSION "1.1.34"
174171

175172
/* Define to 1 if you have the ANSI C header files. */
176173
#define STDC_HEADERS 1
@@ -198,11 +195,14 @@
198195

199196

200197
/* Version number of package */
201-
#define VERSION "1.1.33"
198+
#define VERSION "1.1.34"
202199

203200
/* Define if debugging support is enabled */
204201
/* #undef WITH_DEBUGGER */
205202

203+
/* Define if profiling support is enabled */
204+
/* #undef WITH_PROFILER */
205+
206206
/* Define to 1 if on MINIX. */
207207
/* #undef _MINIX */
208208

@@ -212,12 +212,3 @@
212212

213213
/* Define to 1 if you need to in order for `stat' and other things to work. */
214214
/* #undef _POSIX_SOURCE */
215-
216-
/* Using the Win32 Socket implementation */
217-
/* #undef _WINSOCKAPI_ */
218-
219-
/* Win32 Std C name mangling work-around */
220-
/* #undef snprintf */
221-
222-
/* Win32 Std C name mangling work-around */
223-
/* #undef vsnprintf */

modules/javafx.web/src/main/native/Source/ThirdParty/libxslt/src/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ xsltConf.sh: xsltConf.sh.in Makefile
3838
-e 's?\@XSLT_INCLUDEDIR\@?$(XSLT_INCLUDEDIR)?g' \
3939
-e 's?\@VERSION\@?$(VERSION)?g' \
4040
-e 's?\@XSLT_LIBS\@?$(XSLT_LIBS) $(EXTRA_LIBS)?g' \
41+
-e 's?\@XSLT_PRIVATE_LIBS\@?$(XSLT_PRIVATE_LIBS)?g' \
4142
< $(srcdir)/xsltConf.sh.in > xsltConf.tmp \
4243
&& mv xsltConf.tmp xsltConf.sh
4344

modules/javafx.web/src/main/native/Source/ThirdParty/libxslt/src/config.h.in

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
/* config.h.in. Generated from configure.ac by autoheader. */
22

3-
/* Define to 1 if you have the <ansidecl.h> header file. */
4-
#undef HAVE_ANSIDECL_H
5-
63
/* Define to 1 if you have the `clock_gettime' function. */
74
#undef HAVE_CLOCK_GETTIME
85

@@ -203,6 +200,9 @@
203200
/* Define if debugging support is enabled */
204201
#undef WITH_DEBUGGER
205202

203+
/* Define if profiling support is enabled */
204+
#undef WITH_PROFILER
205+
206206
/* Define to 1 if on MINIX. */
207207
#undef _MINIX
208208

@@ -212,12 +212,3 @@
212212

213213
/* Define to 1 if you need to in order for `stat' and other things to work. */
214214
#undef _POSIX_SOURCE
215-
216-
/* Using the Win32 Socket implementation */
217-
#undef _WINSOCKAPI_
218-
219-
/* Win32 Std C name mangling work-around */
220-
#undef snprintf
221-
222-
/* Win32 Std C name mangling work-around */
223-
#undef vsnprintf

0 commit comments

Comments
 (0)