Skip to content

Commit c50f6a3

Browse files
committed
syslog-ng: generate from 4.5.0
Signed-off-by: Attila Szakacs <[email protected]>
1 parent 7b8dff5 commit c50f6a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SOURCEDIRS=$(ROOT_DIR)/syslog_ng_cfg_helper $(ROOT_DIR)/tests
33

44
BISON_INSTALL_PATH := /usr/local
55

6-
SYSLOG_NG_VERSION := 4.4.0
6+
SYSLOG_NG_VERSION := 4.5.0
77
SYSLOG_NG_RELEASE_URL := https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-$(SYSLOG_NG_VERSION)
88
SYSLOG_NG_TARBALL_URL := https://github.com/syslog-ng/syslog-ng/releases/download/syslog-ng-$(SYSLOG_NG_VERSION)/syslog-ng-$(SYSLOG_NG_VERSION).tar.gz
99

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This tool makes configuring [syslog-ng](https://github.com/syslog-ng/syslog-ng) a bit easier by listing the options of each available driver.
44

5-
The options are generated from [syslog-ng v4.4.0](https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.4.0).
5+
The options are generated from [syslog-ng v4.5.0](https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.5.0).
66

77
## Quickstart
88

0 commit comments

Comments
 (0)