svn commit: r514263 - in head/sysutils/fluent-bit: . files

Palle Girgensohn girgen at FreeBSD.org
Fri Oct 11 07:48:24 UTC 2019


Author: girgen
Date: Fri Oct 11 07:48:22 2019
New Revision: 514263
URL: https://svnweb.freebsd.org/changeset/ports/514263

Log:
  Upgrade to 1.3.2
  
  Release notes:	https://fluentbit.io/announcements/v1.3.2/
  PR:		239985

Added:
  head/sysutils/fluent-bit/files/patch-lib_flb__libco_aarch64.c   (contents, props changed)
Modified:
  head/sysutils/fluent-bit/Makefile
  head/sysutils/fluent-bit/distinfo

Modified: head/sysutils/fluent-bit/Makefile
==============================================================================
--- head/sysutils/fluent-bit/Makefile	Fri Oct 11 07:23:17 2019	(r514262)
+++ head/sysutils/fluent-bit/Makefile	Fri Oct 11 07:48:22 2019	(r514263)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	fluent-bit
-DISTVERSION=	1.3.1
+DISTVERSION=	1.3.2
 CATEGORIES=	sysutils
-MASTER_SITES=   http://fluentbit.io/releases/${DISTVERSION:R}/
+MASTER_SITES=   https://fluentbit.io/releases/${DISTVERSION:R}/
 
 MAINTAINER=	girgen at FreeBSD.org
 COMMENT=	Fast and lightweight data forwarder

Modified: head/sysutils/fluent-bit/distinfo
==============================================================================
--- head/sysutils/fluent-bit/distinfo	Fri Oct 11 07:23:17 2019	(r514262)
+++ head/sysutils/fluent-bit/distinfo	Fri Oct 11 07:48:22 2019	(r514263)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1570267880
-SHA256 (fluent-bit-1.3.1.tar.gz) = 50390d209c8d1b14525ec4aae66bbbebe5023657a50a0930ca99319d2e4d9c2c
-SIZE (fluent-bit-1.3.1.tar.gz) = 11849236
+TIMESTAMP = 1570779660
+SHA256 (fluent-bit-1.3.2.tar.gz) = 12684fd77ff8ac98d9d66c1840761a250118bc5305b5496f6f8f9110478beb95
+SIZE (fluent-bit-1.3.2.tar.gz) = 11850186

Added: head/sysutils/fluent-bit/files/patch-lib_flb__libco_aarch64.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/fluent-bit/files/patch-lib_flb__libco_aarch64.c	Fri Oct 11 07:48:22 2019	(r514263)
@@ -0,0 +1,15 @@
+--- lib/flb_libco/aarch64.c.orig	2019-08-21 20:51:37 UTC
++++ lib/flb_libco/aarch64.c
+@@ -12,7 +12,11 @@
+ #include <string.h>
+ #include <stdint.h>
+ 
+-#ifndef IOS
++#if defined(IOS)
++#elif defined(__FreeBSD__)
++#include <malloc_np.h>
++#define HAVE_POSIX_MEMALIGN 1
++#else
+ #include <malloc.h>
+ #endif
+ 


More information about the svn-ports-head mailing list