diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/apr-1.6.5.local.patch (renamed from patches/apr-1.6.3.local.patch) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/patches/apr-1.6.3.local.patch b/patches/apr-1.6.5.local.patch index 0586d3a3..13fb2190 100644 --- a/patches/apr-1.6.3.local.patch +++ b/patches/apr-1.6.5.local.patch @@ -1,5 +1,5 @@ ---- apr-1.6.3/network_io/unix/sendrecv.c.orig 2013-10-21 11:57:36.000000000 +0000 -+++ apr-1.6.3/network_io/unix/sendrecv.c 2017-11-11 18:37:41.568000000 +0000 +--- apr-1.6.5/network_io/unix/sendrecv.c.orig 2013-10-21 11:57:36.000000000 +0000 ++++ apr-1.6.5/network_io/unix/sendrecv.c 2017-11-11 18:37:41.568000000 +0000 @@ -252,7 +252,7 @@ /* Define a structure to pass in when we have a NULL header value */ static apr_hdtr_t no_hdtr; @@ -9,8 +9,8 @@ apr_status_t apr_socket_sendfile(apr_socket_t *sock, apr_file_t *file, apr_hdtr_t *hdtr, apr_off_t *offset, ---- apr-1.6.3/include/private/apr_escape_test_char.h.orig 2017-11-11 18:37:41.568000000 +0000 -+++ apr-1.6.3/include/private/apr_escape_test_char.h 2017-11-11 18:37:41.568000000 +0000 +--- apr-1.6.5/include/private/apr_escape_test_char.h.orig 2017-11-11 18:37:41.568000000 +0000 ++++ apr-1.6.5/include/private/apr_escape_test_char.h 2017-11-11 18:37:41.568000000 +0000 @@ -0,0 +1,25 @@ +/* this file is automatically generated by gen_test_char, do not edit. "make include/private/apr_escape_test_char.h" to regenerate. */ +#define T_ESCAPE_SHELL_CMD (1) @@ -37,8 +37,8 @@ + 222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222, + 222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222 +}; ---- apr-1.6.3/Makefile.in.orig 2017-05-31 15:04:18.000000000 +0000 -+++ apr-1.6.3/Makefile.in 2017-11-11 18:37:41.568000000 +0000 +--- apr-1.6.5/Makefile.in.orig 2017-05-31 15:04:18.000000000 +0000 ++++ apr-1.6.5/Makefile.in 2017-11-11 18:37:41.568000000 +0000 @@ -46,8 +46,7 @@ CLEAN_TARGETS = apr-config.out apr.exp exports.c export_vars.c .make.dirs \ |