diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2018-09-29 05:53:39 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2018-09-29 05:53:39 +0000 |
commit | fb15df9a39ca07f4c47320e90522b8d5b01f698b (patch) | |
tree | 3f4f6eee143e5f27fd17a4e726f1c47198088704 /patches | |
parent | 1658ff9fe6d6479aeb8a9bd99ca91d16a6ef0ef9 (diff) | |
download | midipix_build-fb15df9a39ca07f4c47320e90522b8d5b01f698b.tar.bz2 midipix_build-fb15df9a39ca07f4c47320e90522b8d5b01f698b.tar.xz |
vars/build.vars: updates apr to v1.6.5.
patches/apr-1.6.5.local.patch: updated.
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 \ |