diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-25 14:49:16 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-30 17:00:51 +0100 |
| commit | 2c82fa6162f6bf932fb6c2faed8ce9945e1cbc70 (patch) | |
| tree | f05c516d6a2be70032d224bfd7499784e687a1b2 | |
| parent | c390fc1e36ba0ea3557bf2f555db420a442be7d6 (diff) | |
| download | poky-2c82fa6162f6bf932fb6c2faed8ce9945e1cbc70.tar.gz | |
sysklogd: upgrade 2.6.1 -> 2.6.2
Changes
=========
- 'syslog.conf': misplaced continuation character in example
- Adapt facilities for RFC5424 compliance.
- Add support for IPv6 addresses in 'listen' directive, issue #90
Fixes
=======
- Fix #85: logging to remote IPv6 address does not work.
- Fix #88: initial delay for unresolvable remote target.
(From OE-Core rev: 61bdaaf9500ffb78564ed051939e9a33a47ffa55)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-extended/sysklogd/sysklogd_2.6.2.bb (renamed from meta/recipes-extended/sysklogd/sysklogd_2.6.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/sysklogd/sysklogd_2.6.1.bb b/meta/recipes-extended/sysklogd/sysklogd_2.6.2.bb index 99454b8230..7f06738d00 100644 --- a/meta/recipes-extended/sysklogd/sysklogd_2.6.1.bb +++ b/meta/recipes-extended/sysklogd/sysklogd_2.6.2.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI = "git://github.com/troglobit/sysklogd.git;branch=master;protocol=https | |||
| 14 | file://sysklogd \ | 14 | file://sysklogd \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | SRCREV = "c2bc519697aaa94f7b5e658a31ff55b9d54e7c8d" | 17 | SRCREV = "c1f8842853378781c2fdf6e70070a95539ba7d2e" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 20 | 20 | ||
