Version 8.9.0 [v8-stable] 2015-04-07 - omprog: add option "hup.forward" to forwards HUP to external plugins - imuxsock: added capability to use regular parser chain - 0mq: improvements in input and output modules - imtcp: add support for ip based bind for imtcp -> param "address" - bugfix: MsgDeserialize out of sync with MsgSerialize for StrucData - bugfix imfile: partial data loss, especially in readMode != 0 - bugfix: potential large memory consumption with failed actions - bugfix: omudpspoof: invalid default send template in RainerScript format - bugfix: size-based legacy config statements did not work properly - build system: added option --without-valgrind-testbench - rsyslogd: fix misleading typos in error messages Version 8.8.0 [v8-stable] 2015-02-24 - omkafka: add support for dynamic topics and auto partitioning - imtcp/imptcp: support for broken Cisco ASA TCP syslog framing - omfwd: more detailled error messages in case of UDP send error - TLS syslog: enable capability to turn on GnuTLS debug logging - bugfix: $AbortOnUncleanConfig did not work - improve rsyslogd -v output and error message with meta information version number is now contained in error message and build platform in version output - bugfix imtcp: octet-counted framing cannot be turned off - bugfix: build problems on Illuminos - bugfix: invalid data size for iMaxLine global property - bugfix: negative values for maxMessageSize global parameter were permitted
49 lines
1.6 KiB
Text
49 lines
1.6 KiB
Text
# $NetBSD: Makefile.common,v 1.8 2015/04/07 14:48:28 fhajny Exp $
|
|
# used by sysutils/rsyslog/Makefile
|
|
# used by sysutils/rsyslog-dbi/Makefile
|
|
# used by sysutils/rsyslog-gnutls/Makefile
|
|
# used by sysutils/rsyslog-gssapi/Makefile
|
|
# used by sysutils/rsyslog-libgcrypt/Makefile
|
|
# used by sysutils/rsyslog-mysql/Makefile
|
|
# used by sysutils/rsyslog-pgsql/Makefile
|
|
# used by sysutils/rsyslog-rabbitmq/Makefile
|
|
# used by sysutils/rsyslog-snmp/Makefile
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
DISTNAME= rsyslog-8.9.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/
|
|
|
|
MAINTAINER?= filip@joyent.com
|
|
HOMEPAGE= http://www.rsyslog.com/
|
|
LICENSE= gnu-gpl-v3
|
|
COMMENT?= Enhanced syslogd for Unix - the ${RSYSLOG_MOD} module
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../sysutils/rsyslog/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../sysutils/rsyslog/patches
|
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
|
|
CONFIGURE_ARGS+= RST2MAN=${PREFIX}/bin/rst2man-${PYVERSSUFFIX}.py
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= bison flex pkg-config
|
|
PYTHON_FOR_BUILD_ONLY= yes
|
|
|
|
EGDIR= ${PREFIX}/share/examples/rsyslog
|
|
|
|
CONFIGURE_ARGS+= --disable-libgcrypt --disable-testbench \
|
|
--enable-diagtools --enable-usertools
|
|
|
|
BUILDLINK_DEPMETHOD.libestr+= build
|
|
BUILDLINK_DEPMETHOD.liblogging+= build
|
|
BUILDLINK_DEPMETHOD.libuuid+= build
|
|
|
|
.include "../../devel/libestr/buildlink3.mk"
|
|
.include "../../devel/libuuid/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../lang/python/pyversion.mk"
|
|
.include "../../sysutils/liblogging/buildlink3.mk"
|
|
.include "../../textproc/json-c/buildlink3.mk"
|