Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | syslog-ng: upgrade 3.24.1 -> 3.31.2 | Yi Fan Yu | 2021-04-17 | 1 | -74/+0 |
| | | | | | | | | | | | | | | License-Update: Reword and clarify which subdir is LGPLv.1 and GPLv2. Patch-Removal: * 0001-syslog-ng-fix-segment-fault-during-service-start.patch https://github.com/buytenh/ivykis/commit/a5e9caddbdb4d9d85133a440edec6aa7c1f018ac Submit pending patches upstream. Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | syslog-ng: upgrade 3.19.1 -> 3.24.1 | Zheng Ruoqin | 2019-11-08 | 1 | -14/+13 |
| | | | | | | | | | | (1) Refresh three patches for new version. fix-config-libnet.patch syslog-ng.service-the-syslog-ng-service.patch 0001-syslog-ng-fix-segment-fault-during-service-start.patch Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | syslog-ng: fix segment fault during startup on arm64 | Changqing Li | 2018-09-17 | 1 | -0/+75 |
service start failed since segment fault on arch arm64, syslog-ng have a submodule ivykis, from ivykis V0.42, it use pthread_atfork, but for arm64, this symbol is not included by libpthread, so cause segment fault. refer systemd, replace pthread_atfork with __register_atfork to fix this problem. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |