rsyslog: update to 7.6.3.
This commit is contained in:
parent
5c09e4a400
commit
0adbb5c02c
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'rsyslog'
|
||||
pkgname=rsyslog
|
||||
version=7.6.2
|
||||
version=7.6.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-gnutls --enable-mysql --enable-pgsql
|
||||
|
@ -16,7 +16,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-3"
|
||||
homepage="http://www.rsyslog.com"
|
||||
distfiles="${homepage}/files/download/rsyslog/$pkgname-$version.tar.gz"
|
||||
checksum=d252f50daa2c1c3e6fca4bd4f27c40aabc8dccadf2e15f351862e5458fbc1c20
|
||||
checksum=013359035f8b6e5a4328edaffbda1120974accaba36ddc5de66a582fa588f5ec
|
||||
|
||||
lib32disabled=yes
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -60,6 +60,7 @@ rsyslog-docs_package() {
|
|||
}
|
||||
|
||||
rsyslog-gssapi_package() {
|
||||
lib32disabled=yes
|
||||
depends="rsyslog"
|
||||
short_desc+=" - Kerberos5 GSSAPI add-on"
|
||||
pkg_install() {
|
||||
|
@ -68,6 +69,7 @@ rsyslog-gssapi_package() {
|
|||
}
|
||||
|
||||
rsyslog-gnutls_package() {
|
||||
lib32disabled=yes
|
||||
depends="rsyslog"
|
||||
short_desc+=" - GnuTLS add-on"
|
||||
pkg_install() {
|
||||
|
@ -76,6 +78,7 @@ rsyslog-gnutls_package() {
|
|||
}
|
||||
|
||||
rsyslog-mysql_package() {
|
||||
lib32disabled=yes
|
||||
depends="rsyslog"
|
||||
short_desc+=" - MySQL add-on"
|
||||
pkg_install() {
|
||||
|
@ -84,6 +87,7 @@ rsyslog-mysql_package() {
|
|||
}
|
||||
|
||||
rsyslog-postgresql_package() {
|
||||
lib32disabled=yes
|
||||
depends="rsyslog"
|
||||
short_desc+=" - PostgreSQL add-on"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue