update netdata to 1.23.2

PKG_VERSION:=1.23.2
This commit is contained in:
zheshifandian 2020-07-24 17:49:45 +08:00 committed by GitHub
parent 88624a21e2
commit b8d1951a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=netdata PKG_NAME:=netdata
PKG_VERSION:=1.20.0 PKG_VERSION:=1.23.2
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>, Daniel Engberg <daniel.engberg.lists@pyret.net> PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>, Daniel Engberg <daniel.engberg.lists@pyret.net>
@ -18,7 +18,7 @@ PKG_CPE_ID:=cpe:/a:my-netdata:netdata
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/netdata/netdata/tar.gz/v$(PKG_VERSION)? PKG_SOURCE_URL:=https://codeload.github.com/netdata/netdata/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=c739e0fa8d6d7f433c0c7c8016b763e8f70519d67f0b5e7eca9ee5318f210d90 PKG_HASH:=761aec15901e09f963361752c6e5b5cb723e342a3c5bf6b0624067fceb2ccdfd
PKG_INSTALL:=1 PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1 PKG_BUILD_PARALLEL:=1
@ -52,6 +52,7 @@ CONFIGURE_ARGS += \
--with-math \ --with-math \
--disable-x86-sse \ --disable-x86-sse \
--enable-lto \ --enable-lto \
--disable-cloud\
--without-libcap \ --without-libcap \
--disable-https \ --disable-https \
--disable-dbengine \ --disable-dbengine \