| diff -ru --new-file httpd-2.4.25.orig/build/rules.mk.in httpd-2.4.25/build/rules.mk.in |
| |
| |
| @@ -50,7 +50,7 @@ |
| # Link-related commands |
| |
| LINK = $(LIBTOOL) --mode=link $(CC) $(ALL_CFLAGS) $(PILDFLAGS) $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@ |
| -SH_LINK = $(SH_LIBTOOL) --mode=link $(CC) $(ALL_CFLAGS) $(LT_LDFLAGS) $(ALL_LDFLAGS) $(SH_LDFLAGS) $(CORE_IMPLIB) $(SH_LIBS) -o $@ |
| +SH_LINK = $(LIBTOOL) --mode=link $(CC) $(ALL_CFLAGS) $(LT_LDFLAGS) $(ALL_LDFLAGS) $(SH_LDFLAGS) $(CORE_IMPLIB) $(SH_LIBS) -o $@ |
| MOD_LINK = $(LIBTOOL) --mode=link $(CC) $(ALL_CFLAGS) -static $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@ |
| |
| # Cross compile commands |
| diff -ru --new-file httpd-2.4.25.orig/server/test_char.h httpd-2.4.25/server/test_char.h |
| |
| |
| @@ -0,0 +1,45 @@ |
| +/* generated natively */ |
| +#define T_ESCAPE_SHELL_CMD (1) |
| +#define T_ESCAPE_PATH_SEGMENT (2) |
| +#define T_OS_ESCAPE_PATH (4) |
| +#define T_HTTP_TOKEN_STOP (8) |
| +#define T_ESCAPE_LOGITEM (16) |
| +#define T_ESCAPE_FORENSIC (32) |
| +#define T_ESCAPE_URLENCODED (64) |
| +#define T_HTTP_CTRLS (128) |
| +#define T_VCHAR_OBSTEXT (256) |
| + |
| +static const unsigned short test_char_table[256] = { |
| + 0x0a8,0x0fe,0x0fe,0x0fe,0x0fe,0x0fe,0x0fe,0x0fe, |
| + 0x0fe,0x07e,0x0ff,0x0fe,0x0fe,0x0fe,0x0fe,0x0fe, |
| + 0x0fe,0x0fe,0x0fe,0x0fe,0x0fe,0x0fe,0x0fe,0x0fe, |
| + 0x0fe,0x0fe,0x0fe,0x0fe,0x0fe,0x0fe,0x0fe,0x0fe, |
| + 0x00e,0x140,0x15f,0x146,0x141,0x166,0x141,0x141, |
| + 0x149,0x149,0x101,0x140,0x148,0x100,0x100,0x14a, |
| + 0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100, |
| + 0x100,0x100,0x168,0x14b,0x14f,0x148,0x14f,0x14f, |
| + 0x148,0x100,0x100,0x100,0x100,0x100,0x100,0x100, |
| + 0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100, |
| + 0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100, |
| + 0x100,0x100,0x100,0x14f,0x15f,0x14f,0x147,0x100, |
| + 0x147,0x100,0x100,0x100,0x100,0x100,0x100,0x100, |
| + 0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100, |
| + 0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100, |
| + 0x100,0x100,0x100,0x14f,0x167,0x14f,0x141,0x0fe, |
| + 0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e, |
| + 0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e, |
| + 0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e, |
| + 0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e, |
| + 0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e, |
| + 0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e, |
| + 0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e, |
| + 0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e, |
| + 0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e, |
| + 0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e, |
| + 0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e, |
| + 0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e, |
| + 0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e, |
| + 0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e, |
| + 0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e, |
| + 0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e |
| +}; |
| |