Skip to content

Commit

Permalink
Merge pull request #1177 from splunk/syslogng332
Browse files Browse the repository at this point in the history
feat: Update syslog-ng to 3.32.1
  • Loading branch information
Ryan Faircloth authored Jun 18, 2021
2 parents 2c53892 + 70fa49b commit 7037d8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
command: |
dnf install 'dnf-command(copr)' -y
dnf install epel-release -y
dnf copr enable czanik/syslog-ng331 -y
dnf copr enable czanik/syslog-ng332 -y
dnf install git openssh-clients syslog-ng syslog-ng-python syslog-ng-http syslog-ng-afsnmp net-snmp python3-pip gcc python3-devel -y
- checkout
- run:
Expand Down
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-ng331 -y
dnf copr enable czanik/syslog-ng332 -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-ng331 -y ;\
dnf copr enable czanik/syslog-ng332 -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

0 comments on commit 7037d8d

Please sign in to comment.