git: f1c490b2ec35 - main - sysutils/rsyslog8: Mark broken
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Oct 2023 08:31:14 UTC
The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1c490b2ec352a5034e1b3319eebc625d320ccd7 commit f1c490b2ec352a5034e1b3319eebc625d320ccd7 Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2023-10-16 08:25:08 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2023-10-16 08:29:56 +0000 sysutils/rsyslog8: Mark broken The upgrade to 8.2310.0 has resulted in a non-working version which floods the log file with hundreds of messages and consumes all available memory: Oct 15 16:00:54 BSDHelmut rsyslogd[29360] imuxsock: recvfrom UNIX: Socket operation on non-socket [v8.2310.0] Other reports show rsyslog attempting to use Linux /proc which also fails. Mark broken temporarily pending a response from upstream.. See https://github.com/rsyslog/rsyslog/issues/5241 PR: 274509 Reported by: Helmut Ritter --- sysutils/rsyslog8/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/rsyslog8/Makefile b/sysutils/rsyslog8/Makefile index 80498219f08f..8df79aa1a249 100644 --- a/sysutils/rsyslog8/Makefile +++ b/sysutils/rsyslog8/Makefile @@ -1,5 +1,6 @@ PORTNAME= rsyslog PORTVERSION= 8.2310.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ @@ -7,6 +8,8 @@ MAINTAINER= matthew@FreeBSD.org COMMENT= Syslogd supporting SQL, TCP, and TLS WWW= https://www.rsyslog.com/ +BROKEN= "Socket operation on non-socket" See PR 274509 + LICENSE= GPLv3 LGPL3 APACHE20 LICENSE_COMB= multi