diff --git a/srcpkgs/rsyslog/patches/fix-oserr-param.patch b/srcpkgs/rsyslog/patches/fix-oserr-param.patch deleted file mode 100644 index 50070776d10..00000000000 --- a/srcpkgs/rsyslog/patches/fix-oserr-param.patch +++ /dev/null @@ -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: diff --git a/srcpkgs/rsyslog/template b/srcpkgs/rsyslog/template index 7964b2eb96b..df057254365 100644 --- a/srcpkgs/rsyslog/template +++ b/srcpkgs/rsyslog/template @@ -1,6 +1,6 @@ # Template file for 'rsyslog' pkgname=rsyslog -version=8.30.0 +version=8.31.0 revision=1 build_style=gnu-configure configure_args="--sbindir=/usr/bin @@ -15,7 +15,7 @@ maintainer="Juan RP " license="GPL-3" homepage="http://www.rsyslog.com" distfiles="${homepage}/files/download/rsyslog/$pkgname-$version.tar.gz" -checksum=dfb9c3efe52ad03ad9f4479699139fb447177049553b6993315f53b668a2251f +checksum=eee6318f8127f56500c1e1f672fac6207eeb87bbf0985f5af964f881a96601b2 lib32disabled=yes disable_parallel_build=yes