From patchwork Tue Oct 31 18:53:05 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 832704 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@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=) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yRL9J4FTFz9sNc for ; Wed, 1 Nov 2017 05:53:56 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 41C8B88FD3; Tue, 31 Oct 2017 18:53:52 +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 oJ9zvzj-shwn; Tue, 31 Oct 2017 18:53:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E4DD389283; Tue, 31 Oct 2017 18:53:15 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id E9AE91CEF57 for ; Tue, 31 Oct 2017 18:53:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E39AA2D1D4 for ; Tue, 31 Oct 2017 18:53:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VDCBJFwj-QRo for ; Tue, 31 Oct 2017 18:53:14 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by silver.osuosl.org (Postfix) with ESMTPS id EC46A25F60 for ; Tue, 31 Oct 2017 18:53:13 +0000 (UTC) Received: from fwd38.aul.t-online.de (fwd38.aul.t-online.de [172.20.26.138]) by mailout06.t-online.de (Postfix) with SMTP id 2F4A641C5BA9; Tue, 31 Oct 2017 19:53:12 +0100 (CET) Received: from fli4l.lan.fli4l (bLD9wuZBQhh2Q765eilkW4FhiTT-LFlNM9WJFlS42SivpkekpvTGaVxWSSZUCLyZn+@[79.228.0.30]) by fwd38.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1e9bes-3GhnGK0; Tue, 31 Oct 2017 19:53:06 +0100 Received: from mahler.lan.fli4l ([192.168.1.1]:51044 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1e9ber-0006eH-Gv; Tue, 31 Oct 2017 19:53:05 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Tue, 31 Oct 2017 19:53:05 +0100 Message-Id: <20171031185305.25419-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 X-ID: bLD9wuZBQhh2Q765eilkW4FhiTT-LFlNM9WJFlS42SivpkekpvTGaVxWSSZUCLyZn+ X-TOI-MSGID: c879c996-ce2a-4efa-bb6b-62526b989bb6 Cc: "Yann E . MORIN" Subject: [Buildroot] [PATCH 1/1] package/w_scan: bump version to 20170107 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/w_scan/0001-musl.patch | 4 ++-- package/w_scan/w_scan.hash | 2 +- package/w_scan/w_scan.mk | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/w_scan/0001-musl.patch b/package/w_scan/0001-musl.patch index 7633d551dd..46d67677a8 100644 --- a/package/w_scan/0001-musl.patch +++ b/package/w_scan/0001-musl.patch @@ -20,7 +20,7 @@ diff -uNr w_scan-20141122.org/version.h w_scan-20141122/version.h /* AUTOMATICALLY GENERATED - DO NOT EDIT MANUALLY */ #ifndef W_SCAN_VERSION_H #define W_SCAN_VERSION_H --uint version=20141122; -+unsigned int version=20141122; +-uint version=20170107; ++unsigned int version=20170107; #endif diff --git a/package/w_scan/w_scan.hash b/package/w_scan/w_scan.hash index 4c336f3d56..e04a084360 100644 --- a/package/w_scan/w_scan.hash +++ b/package/w_scan/w_scan.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 b6d7c9ab997c53a0b0d92e8390f313cc3b82ee8ece1756b4e526119fd5ba09b4 w_scan-20141122.tar.bz2 +sha256 38e0f38a7bf06cff6d6ea01652ad4ee60da2cb0e937360468f936da785b46ffe w_scan-20170107.tar.bz2 diff --git a/package/w_scan/w_scan.mk b/package/w_scan/w_scan.mk index cdb4250164..c63f20cc9e 100644 --- a/package/w_scan/w_scan.mk +++ b/package/w_scan/w_scan.mk @@ -4,7 +4,7 @@ # ################################################################################ -W_SCAN_VERSION = 20141122 +W_SCAN_VERSION = 20170107 W_SCAN_SOURCE = w_scan-$(W_SCAN_VERSION).tar.bz2 W_SCAN_SITE = http://wirbel.htpc-forum.de/w_scan W_SCAN_LICENSE = GPL-2.0+