Skip to content

Commit

Permalink
feat: update syslog-ng to 3.34.1 (#1258)
Browse files Browse the repository at this point in the history
Skipping version 3.33 which did not have arm64 builds
  • Loading branch information
Ryan Faircloth authored Sep 22, 2021
1 parent 736991c commit 73f3a48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/gettingstarted/byoe-rhel8.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ It is always adivisable to review the blog for the latest changes to the repo(s)
```bash
dnf install 'dnf-command(copr)' -y
dnf install epel-release -y
dnf copr enable czanik/syslog-ng332 -y
dnf copr enable czanik/syslog-ng334 -y
dnf install syslog-ng syslog-ng-python syslog-ng-http syslog-ng-afsnmp net-snmp python3-pip gcc python3-devel -y
```

Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN cd /tmp ;\
dnf install 'dnf-command(copr)' -y ;\
dnf install http://mirror.centos.org/centos/8/AppStream/x86_64/os/Packages/libnet-1.1.6-15.el8.x86_64.rpm -y; \
dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm -y ;\
dnf copr enable czanik/syslog-ng332 -y ;\
dnf copr enable czanik/syslog-ng334 -y ;\
dnf install tzdata curl wget nc socat syslog-ng syslog-ng-python syslog-ng-http syslog-ng-kafka syslog-ng-afsnmp python38-pip gcc python38-devel procps-ng net-tools less net-snmp -y ;\
dnf update -y ;\
dnf clean all
Expand Down
2 changes: 1 addition & 1 deletion package/etc/syslog-ng.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@version:3.31
@version:3.34

# syslog-ng configuration file.

Expand Down

0 comments on commit 73f3a48

Please sign in to comment.