From patchwork Wed Sep 4 18:50:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1157910 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46NtG74y64z9sBF for ; Thu, 5 Sep 2019 04:51:41 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id AA31F81D32; Wed, 4 Sep 2019 18:51:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8VHxsqLMKB5v; Wed, 4 Sep 2019 18:51:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 5591F84BF0; Wed, 4 Sep 2019 18:51:38 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id F0D661BF2EC for ; Wed, 4 Sep 2019 18:51:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B1D10869F7 for ; Wed, 4 Sep 2019 18:51:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3JXpLAJqMa6c for ; Wed, 4 Sep 2019 18:51:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 2E08B86A15 for ; Wed, 4 Sep 2019 18:50:30 +0000 (UTC) Received: from fwd15.aul.t-online.de (fwd15.aul.t-online.de [172.20.27.63]) by mailout04.t-online.de (Postfix) with SMTP id C87AF41B29AE; Wed, 4 Sep 2019 20:50:28 +0200 (CEST) Received: from fli4l.lan.fli4l (XjaKsvZaghk8b7IuZy5lIinoEcHKe3U4Ww+JBr2SoXtZaEQG7nhHfZJNDx5sTlCZQe@[91.58.12.59]) by fwd15.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1i5aMK-3vla2y0; Wed, 4 Sep 2019 20:50:24 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:37862) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1i5aMJ-0003mJ-0Y; Wed, 04 Sep 2019 20:50:24 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Wed, 4 Sep 2019 20:50:22 +0200 Message-Id: <20190904185022.399-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-ID: XjaKsvZaghk8b7IuZy5lIinoEcHKe3U4Ww+JBr2SoXtZaEQG7nhHfZJNDx5sTlCZQe X-TOI-MSGID: 93be325e-3de4-4b68-acca-d5d3ce278bcd Subject: [Buildroot] [PATCH 1/1] package/vnstat: bump version to 2.4 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Rodrigo Rebello Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Added license hash. vnstat as of version 2.0 requires sqlite: https://github.com/vergoh/vnstat/commit/bb24d7bd0f5e9051872f88a98f8b7906b4959aa7 Added --disable-extra-paths to _CONF_OPTS to prevent build error: https://github.com/vergoh/vnstat/commit/fffc15d877edf37ff42ab057e1f30c70e6e99314 Signed-off-by: Bernd Kuhls --- package/vnstat/Config.in | 1 + package/vnstat/vnstat.hash | 3 ++- package/vnstat/vnstat.mk | 9 +++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package/vnstat/Config.in b/package/vnstat/Config.in index bb68c14462..677ff575b5 100644 --- a/package/vnstat/Config.in +++ b/package/vnstat/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_VNSTAT bool "vnstat" depends on BR2_USE_MMU # fork() depends on BR2_USE_WCHAR # mbstowcs() + select BR2_PACKAGE_SQLITE help vnStat is a console-based network traffic monitor that keeps a log of network traffic for the selected interface(s). It uses diff --git a/package/vnstat/vnstat.hash b/package/vnstat/vnstat.hash index 1f515290c2..94b4adc40b 100644 --- a/package/vnstat/vnstat.hash +++ b/package/vnstat/vnstat.hash @@ -1,2 +1,3 @@ # Locally calculated -sha256 18e4c53576ca9e1ef2f0e063a6d83b0c44e3b1cf008560d658745df5c9aa7971 vnstat-1.17.tar.gz +sha256 a0955999abd56d5463d257ffdccc9b1e9ad9ea504de81e64ba4c197f1245abaa vnstat-2.4.tar.gz +sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING diff --git a/package/vnstat/vnstat.mk b/package/vnstat/vnstat.mk index 18fb319177..f0ef1cc69d 100644 --- a/package/vnstat/vnstat.mk +++ b/package/vnstat/vnstat.mk @@ -4,17 +4,18 @@ # ################################################################################ -VNSTAT_VERSION = 1.17 +VNSTAT_VERSION = 2.4 VNSTAT_SITE = http://humdi.net/vnstat VNSTAT_LICENSE = GPL-2.0 VNSTAT_LICENSE_FILES = COPYING -VNSTAT_DEPENDENCIES = host-pkgconf +VNSTAT_DEPENDENCIES = host-pkgconf sqlite +VNSTAT_CONF_OPTS = --disable-extra-paths ifeq ($(BR2_PACKAGE_GD)$(BR2_PACKAGE_LIBPNG),yy) VNSTAT_DEPENDENCIES += gd -VNSTAT_CONF_OPTS = --enable-image-output +VNSTAT_CONF_OPTS += --enable-image-output else -VNSTAT_CONF_OPTS = --disable-image-output +VNSTAT_CONF_OPTS += --disable-image-output endif $(eval $(autotools-package))