Bug 191327 - [patch] sysutils/rsyslog8: add omuxsock module
Summary: [patch] sysutils/rsyslog8: add omuxsock module
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Brad Davis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-24 08:23 UTC by David Siebörger
Modified: 2014-12-17 22:08 UTC (History)
0 users

See Also:


Attachments
Patch add omuxsock option (1.07 KB, patch)
2014-06-24 08:24 UTC, David Siebörger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Siebörger 2014-06-24 08:23:40 UTC
I have a use for the UNIX sockets output module in rsyslog, but there's no way to build it using the current port.  The attached patch adds an option to build it, and it seems to work in my testing.
Comment 1 David Siebörger 2014-06-24 08:24:15 UTC
Created attachment 144085 [details]
Patch add omuxsock option
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2014-06-25 02:46:28 UTC
Over to maintainer.
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-12-17 22:08:27 UTC
A commit references this bug:

Author: brd
Date: Wed Dec 17 22:07:57 UTC 2014
New revision: 374876
URL: https://svnweb.freebsd.org/changeset/ports/374876

Log:
  Upgrade to 8.6.0

  http://www.rsyslog.com/changelog-for-8-6-0-v8-stable/

  1: Enable omuxsock by default
  2: Fix broken build with RFC3195

  PR:		191327 [1], 191412 [2]
  Reviewed by:	swills

Changes:
  head/sysutils/rsyslog8/Makefile
  head/sysutils/rsyslog8/distinfo
  head/sysutils/rsyslog8/files/patch-grammar_rainerscript.c
  head/sysutils/rsyslog8/files/patch-plugins__mmexternal__mmexternal.c
  head/sysutils/rsyslog8/files/patch-plugins__omprog__omprog.c
  head/sysutils/rsyslog8/files/patch-plugins_impstats_impstats.c
  head/sysutils/rsyslog8/files/patch-tools_rsyslogd.c
  head/sysutils/rsyslog8/pkg-plist
Comment 4 Brad Davis freebsd_committer freebsd_triage 2014-12-17 22:08:58 UTC
I just enabled it by default in the 8.6.0 update, committed as r374876.

Thanks for your submission!