1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

Update to 8.1905.0

Submitted by:	dch
Differential Revision:	https://reviews.freebsd.org/D20456
This commit is contained in:
Matthew Seaman 2019-05-30 05:37:24 +00:00
parent c1c5a14b06
commit beed1febd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503033
3 changed files with 14 additions and 13 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= rsyslog
PORTVERSION= 8.40.0
PORTVERSION= 8.1905.0
CATEGORIES= sysutils
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1544620533
SHA256 (rsyslog-8.40.0.tar.gz) = 414abbdd27b65d3cd513e1a8a7ccbd110d06160759189e818ea93aca962fc194
SIZE (rsyslog-8.40.0.tar.gz) = 2726022
TIMESTAMP = 1559113281
SHA256 (rsyslog-8.1905.0.tar.gz) = 96bd4fab8d768fd6ad22d45e10b83e159b93df9bafcde1d582e1224f647116e4
SIZE (rsyslog-8.1905.0.tar.gz) = 2911703

View File

@ -1,6 +1,6 @@
--- configure.ac.orig 2018-04-03 09:47:39 UTC
--- configure.ac.orig 2019-05-29 07:03:26 UTC
+++ configure.ac
@@ -1520,6 +1520,19 @@ if test "x$enable_imfile" = "xyes"; then
@@ -1661,6 +1661,20 @@ if test "x$enable_imfile" = "xyes"; then
fi
AM_CONDITIONAL(ENABLE_IMFILE, test x$enable_imfile = xyes)
@ -17,14 +17,15 @@
+ [enable_imuxsock_rfc5424=no]
+)
+AM_CONDITIONAL(ENABLE_IMUXSOCK_RFC5424, test x$enable_imuxsock_rfc5424 = xyes)
# settings for the door input module (under solaris, thus default off)
AC_ARG_ENABLE(imsolaris,
@@ -2312,6 +2325,7 @@ echo " imdiag enabled:
echo " file input module enabled: $enable_imfile"
+
# settings for the docker log input module
AC_ARG_ENABLE(imdocker,
[AS_HELP_STRING([--enable-imdocker],[input docker module enabled @<:@default=no@:>@])],
@@ -2529,6 +2543,7 @@ echo " file input module enabled: $e
echo " docker log input module enabled: $enable_imdocker"
echo " Solaris input module enabled: $enable_imsolaris"
echo " periodic statistics module enabled: $enable_impstats"
+echo " syslog(3) unix socket uses RFC5424: $enable_imuxsock_rfc5424"
echo " imzmq3 input module enabled: $enable_imzmq3"
+echo " syslog(3) unix socket uses RFC5424: $enable_imuxsock_rfc5424"
echo " imczmq input module enabled: $enable_imczmq"
echo " imjournal input module enabled: $enable_imjournal"
echo " imbatchreport input module enabled: $enable_imbatchreport"