Skip to content

Commit 9c8e59e

Browse files
committed
core::syslog-ng: update to version 4.11.0
Update the syslog-ng recipe to use version 4.11.0 to fix build problems with the current toolchain. Signed-off-by: Matthias Lange <matthias.lange@kernkonzept.com>
1 parent 20eb1aa commit 9c8e59e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

recipes/core/syslog-ng.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
inherit: [autotools]
22

33
metaEnvironment:
4-
PKG_VERSION: "4.8.1"
4+
PKG_VERSION: "4.11.0"
55
PKG_LICENSE: "LGPL-2.1+ (syslog-ng core), GPL-2.0+ (modules)"
66

77
checkoutSCM:
88
scm: url
99
url: ${GITHUB_MIRROR}/syslog-ng/syslog-ng/releases/download/syslog-ng-${PKG_VERSION}/syslog-ng-${PKG_VERSION}.tar.gz
10-
digestSHA1: ee8d59da990f93e9ef921b160c8fd36366ecb7b5
10+
digestSHA256: 37ea0d4588533316de122df4e1b249867b0a0575f646c7478d0cc4d747462943
1111
stripComponents: 1
1212

1313
depends:

0 commit comments

Comments
 (0)