rsyslog: update to 8.2112.0 and addon to (109) and update PKG_URL to https

changelog:
- https://github.com/rsyslog/rsyslog/blob/v8.2108.0/ChangeLog
- https://github.com/rsyslog/rsyslog/blob/v8.2110.0/ChangeLog
- https://github.com/rsyslog/rsyslog/blob/v8.2112.0/ChangeLog
This commit is contained in:
heitbaum 2021-08-18 22:38:58 +10:00
parent 75a38fe298
commit 8d3ca985f0
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,6 @@
109
- rsyslog: update to 8.2112.0
108 108
- rsyslog: update to 8.2106.0 - rsyslog: update to 8.2106.0

View File

@ -2,13 +2,13 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="rsyslog" PKG_NAME="rsyslog"
PKG_VERSION="8.2106.0" PKG_VERSION="8.2112.0"
PKG_SHA256="faf45c25a2265c001739e8888b3652cf685eb3f35cd65d17d5c38fd44b9ddd81" PKG_SHA256="6a2a973861e9266db37bd2b7b9f672b6b970bfcd743a397b8eee6b0dc4852c41"
PKG_REV="108" PKG_REV="109"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://github.com/rsyslog" PKG_SITE="https://github.com/rsyslog"
PKG_URL="http://www.rsyslog.com/files/download/rsyslog/${PKG_NAME}-${PKG_VERSION}.tar.gz" PKG_URL="https://www.rsyslog.com/files/download/rsyslog/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain curl libestr libfastjson libgcrypt liblogging liblognorm librelp util-linux zlib" PKG_DEPENDS_TARGET="toolchain curl libestr libfastjson libgcrypt liblogging liblognorm librelp util-linux zlib"
PKG_SECTION="service" PKG_SECTION="service"
PKG_SHORTDESC="Rsyslog: a rocket-fast system for log processing." PKG_SHORTDESC="Rsyslog: a rocket-fast system for log processing."