From owner-svn-ports-all@freebsd.org Mon Apr 13 10:13:44 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BBA9F2B93CB; Mon, 13 Apr 2020 10:13:44 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4914G04YTtz4P62; Mon, 13 Apr 2020 10:13:44 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9759819A80; Mon, 13 Apr 2020 10:13:44 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03DADiF9045501; Mon, 13 Apr 2020 10:13:44 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03DADiOL045499; Mon, 13 Apr 2020 10:13:44 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <202004131013.03DADiOL045499@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Mon, 13 Apr 2020 10:13:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531590 - head/sysutils/fluent-bit X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: head/sysutils/fluent-bit X-SVN-Commit-Revision: 531590 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2020 10:13:44 -0000 Author: girgen Date: Mon Apr 13 10:13:43 2020 New Revision: 531590 URL: https://svnweb.freebsd.org/changeset/ports/531590 Log: Upgrade to 1.4.2 Added a knob for an optional postgresql output plugin. Release notes: https://fluentbit.io/announcements/v1.4.2/ Modified: head/sysutils/fluent-bit/Makefile head/sysutils/fluent-bit/distinfo head/sysutils/fluent-bit/pkg-plist Modified: head/sysutils/fluent-bit/Makefile ============================================================================== --- head/sysutils/fluent-bit/Makefile Mon Apr 13 10:04:45 2020 (r531589) +++ head/sysutils/fluent-bit/Makefile Mon Apr 13 10:13:43 2020 (r531590) @@ -3,7 +3,7 @@ PORTNAME= fluent-bit DISTVERSIONPREFIX= v -DISTVERSION= 1.3.9 +DISTVERSION= 1.4.2 CATEGORIES= sysutils MAINTAINER= girgen@FreeBSD.org @@ -19,6 +19,22 @@ BROKEN_mips64= fails to build: conflicting types for BROKEN_powerpc64= fails to build: cast from pointer to integer of different size USES= cmake:noninja gmake bison + +OPTIONS_DEFINE= SSL PGSQL +OPTIONS_DEFAULT= SSL + +CMAKE_ARGS= -DFLB_DEBUG=Off -DFLB_TRACE=Off -DFLB_CORO_STACK_SIZE=24576 + +SSL_USES= ssl +SSL_CMAKE_ON= -DFLB_TLS=On +SSL_CMAKE_OFF= -DFLB_TLS=On + +EXAMPLES_CMAKE_ON= -DFLB_EXAMPLES=On +EXAMPLES_CMAKE_OFF= -DFLB_EXAMPLES=Off + +PGSQL_USES= pgsql +PGSQL_CMAKE_ON= -DFLB_OUT_PGSQL=On +PGSQL_CMAKE_OFF= -DFLB_OUT_PGSQL=Off USE_RC_SUBR= ${PORTNAME} Modified: head/sysutils/fluent-bit/distinfo ============================================================================== --- head/sysutils/fluent-bit/distinfo Mon Apr 13 10:04:45 2020 (r531589) +++ head/sysutils/fluent-bit/distinfo Mon Apr 13 10:13:43 2020 (r531590) @@ -1,3 +1,3 @@ -TIMESTAMP = 1582792054 -SHA256 (fluent-fluent-bit-v1.3.9_GH0.tar.gz) = 95dff0e536c6bdca0ae339f0570dccbb1094719446454aad81d906d335f111ec -SIZE (fluent-fluent-bit-v1.3.9_GH0.tar.gz) = 12125422 +TIMESTAMP = 1586294278 +SHA256 (fluent-fluent-bit-v1.4.2_GH0.tar.gz) = 71764ce8b111975e4749864d57d04977cfc0ba9e6729be659392cf5b7c4aaafc +SIZE (fluent-fluent-bit-v1.4.2_GH0.tar.gz) = 12609684 Modified: head/sysutils/fluent-bit/pkg-plist ============================================================================== --- head/sysutils/fluent-bit/pkg-plist Mon Apr 13 10:04:45 2020 (r531589) +++ head/sysutils/fluent-bit/pkg-plist Mon Apr 13 10:13:43 2020 (r531590) @@ -7,13 +7,16 @@ include/fluent-bit/flb_api.h include/fluent-bit/flb_bits.h include/fluent-bit/flb_compat.h include/fluent-bit/flb_config.h +include/fluent-bit/flb_config_map.h include/fluent-bit/flb_dlfcn_win32.h +include/fluent-bit/flb_dump.h include/fluent-bit/flb_endian.h include/fluent-bit/flb_engine.h include/fluent-bit/flb_engine_dispatch.h include/fluent-bit/flb_env.h include/fluent-bit/flb_error.h include/fluent-bit/flb_filter.h +include/fluent-bit/flb_filter_plugin.h include/fluent-bit/flb_gzip.h include/fluent-bit/flb_hash.h include/fluent-bit/flb_http_client.h @@ -21,6 +24,7 @@ include/fluent-bit/flb_http_server.h include/fluent-bit/flb_info.h include/fluent-bit/flb_input.h include/fluent-bit/flb_input_chunk.h +include/fluent-bit/flb_input_plugin.h include/fluent-bit/flb_io.h include/fluent-bit/flb_io_tls.h include/fluent-bit/flb_io_tls_rw.h @@ -39,6 +43,7 @@ include/fluent-bit/flb_mp.h include/fluent-bit/flb_network.h include/fluent-bit/flb_oauth2.h include/fluent-bit/flb_output.h +include/fluent-bit/flb_output_plugin.h include/fluent-bit/flb_pack.h include/fluent-bit/flb_parser.h include/fluent-bit/flb_parser_decoder.h @@ -52,10 +57,12 @@ include/fluent-bit/flb_router.h include/fluent-bit/flb_scheduler.h include/fluent-bit/flb_sds.h include/fluent-bit/flb_sha512.h +include/fluent-bit/flb_signv4.h include/fluent-bit/flb_slist.h include/fluent-bit/flb_socket.h include/fluent-bit/flb_sosreport.h include/fluent-bit/flb_sqldb.h +include/fluent-bit/flb_stacktrace.h include/fluent-bit/flb_storage.h include/fluent-bit/flb_str.h include/fluent-bit/flb_strptime.h