Skip to content

Commit 156db66

Browse files
authored
fix: fix log_proxy crash in corner cases (backport #1179) (#1182)
This is an automatic backport of pull request #1179 done by [Mergify](https://mergify.io). --- <details> <summary>Mergify commands and options</summary> <br /> More conditions and actions can be found in the [documentation](https://docs.mergify.io/). You can also trigger Mergify actions by commenting on this pull request: - `@Mergifyio refresh` will re-evaluate the rules - `@Mergifyio rebase` will rebase this PR on its base branch - `@Mergifyio update` will merge the base branch into this PR - `@Mergifyio backport <destination>` will backport this PR on `<destination>` branch Additionally, on Mergify [dashboard](https://dashboard.mergify.io/) you can: - look at your merge queues - generate the Mergify configuration with the config editor. Finally, you can contact us on https://mergify.io/ </details>
1 parent 32fa2c1 commit 156db66

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.metwork-framework/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
| [libxslt](http://xmlsoft.org/XSLT/) | 1.1.34 | core |
8484
| [liquidprompt](https://github.com/nojhan/liquidprompt) | v_1.11 | core |
8585
| [livereload](https://github.com/lepture/python-livereload) | 2.6.1 | python3_devtools |
86-
| [log_proxy](https://github.com/metwork-framework/log_proxy) | 0.1.0 | core |
86+
| [log_proxy](https://github.com/metwork-framework/log_proxy) | 0.5.0 | core |
8787
| [lua-resty-cookie](https://github.com/cloudflare/lua-resty-cookie/) | master-20160630 | openresty |
8888
| [lua-resty-hmac](https://github.com/jkeys089/lua-resty-hmac) | master20190920 | openresty |
8989
| [lua-resty-http](https://github.com/pintsized/lua-resty-http) | master-20160530 | openresty |

layers/layer0_core/0080_log_proxy/Makefile.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ include ../../../adm/root.mk
22
include ../../package.mk
33

44
export NAME=log_proxy
5-
export VERSION=0.1.0
5+
export VERSION=0.5.0
66
export EXTENSION=tar.gz
77
export CHECKTYPE=MD5
8-
export CHECKSUM=da8f6dd7757da9b5143b59056ba3d800
8+
export CHECKSUM=debcb8a193186a32da226162088f9b64
99
DESCRIPTION=\
1010
log_proxy is a tiny C utility for log rotation for apps that write their logs to stdout/stderr
1111
WEBSITE=https://github.com/metwork-framework/log_proxy
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/metwork-framework/log_proxy/archive/v0.1.0.tar.gz
1+
https://github.com/metwork-framework/log_proxy/archive/v0.5.0.tar.gz

0 commit comments

Comments
 (0)