mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
rsyslog: update to 8.31.0.
Closes #9607. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
9c93060a7c
commit
cc1956150f
2 changed files with 2 additions and 22 deletions
|
@ -1,20 +0,0 @@
|
||||||
--- plugins/imgssapi/imgssapi.c.orig 2017-10-26 09:49:24.486837008 +0200
|
|
||||||
+++ plugins/imgssapi/imgssapi.c 2017-10-26 09:49:52.195141056 +0200
|
|
||||||
@@ -291,7 +291,7 @@
|
|
||||||
|
|
||||||
|
|
||||||
static rsRetVal
|
|
||||||
-doRcvData(tcps_sess_t *pSess, char *buf, size_t lenBuf, ssize_t *piLenRcvd)
|
|
||||||
+doRcvData(tcps_sess_t *pSess, char *buf, size_t lenBuf, ssize_t *piLenRcvd, int *const oserr)
|
|
||||||
{
|
|
||||||
DEFiRet;
|
|
||||||
int allowedMethods;
|
|
||||||
@@ -307,7 +307,7 @@
|
|
||||||
CHKiRet(TCPSessGSSRecv(pSess, buf, lenBuf, piLenRcvd));
|
|
||||||
} else {
|
|
||||||
*piLenRcvd = lenBuf;
|
|
||||||
- CHKiRet(netstrm.Rcv(pSess->pStrm, (uchar*) buf, piLenRcvd) != RS_RET_OK);
|
|
||||||
+ CHKiRet(netstrm.Rcv(pSess->pStrm, (uchar*) buf, piLenRcvd, oserr) != RS_RET_OK);
|
|
||||||
}
|
|
||||||
|
|
||||||
finalize_it:
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rsyslog'
|
# Template file for 'rsyslog'
|
||||||
pkgname=rsyslog
|
pkgname=rsyslog
|
||||||
version=8.30.0
|
version=8.31.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin
|
configure_args="--sbindir=/usr/bin
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.rsyslog.com"
|
homepage="http://www.rsyslog.com"
|
||||||
distfiles="${homepage}/files/download/rsyslog/$pkgname-$version.tar.gz"
|
distfiles="${homepage}/files/download/rsyslog/$pkgname-$version.tar.gz"
|
||||||
checksum=dfb9c3efe52ad03ad9f4479699139fb447177049553b6993315f53b668a2251f
|
checksum=eee6318f8127f56500c1e1f672fac6207eeb87bbf0985f5af964f881a96601b2
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue