From patchwork Sat Oct 5 09:35:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 280762 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 327442C00CD for ; Sat, 5 Oct 2013 19:43:43 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4C23E8C277; Sat, 5 Oct 2013 09:43:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1g7hVurDaVNf; Sat, 5 Oct 2013 09:43:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 98A308C22A; Sat, 5 Oct 2013 09:43:41 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 7D34F1C28CB for ; Sat, 5 Oct 2013 09:43:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 78D618C22A for ; Sat, 5 Oct 2013 09:43:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JoOBgNe6nz1J for ; Sat, 5 Oct 2013 09:43:38 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f172.google.com (mail-pd0-f172.google.com [209.85.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id B6F0C8C159 for ; Sat, 5 Oct 2013 09:43:38 +0000 (UTC) Received: by mail-pd0-f172.google.com with SMTP id z10so5081952pdj.31 for ; Sat, 05 Oct 2013 02:43:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=bdDmBwifh/akG1IB9zJOCPbMLXv4gsr1m1JPv0FVEFE=; b=Obu0rCnwLyuLtLpxEQ96kufrPlxGbsID/4ttu4MZUqWYi3WgAkf8cIzNGoWdSRwYwY LAd3RTZ3e6Bz04Sm2aodDESA53BuOfmja9Avpouv9BI4vaNGO58n3JvixBsgeG5R6QEA PMOx6C4UoWgXWqDTeFMujIcpwvjajtoUsk6ikByEpUElICUa+wHnztAzQ8Af85cLDVKe W07GLELSaf4vSq76gj/GQklw8CXuVxaoy8AmeoMfrheGKhFDgxb2ND7uKV4LWY+4hvTn fX1XqB/LBlceG1aFNms8e0K0j7Umj1wDYOYgGRbZj5vI8zOonirY1xXjsnmA52nsc1wq bGWQ== X-Gm-Message-State: ALoCoQk0PKRUUET9FUIX8ssRROJlo4Jk1qs8q7FL+8llW538my/qh3+igCoSzaPLgQ1bbH4r+JUa X-Received: by 10.68.229.2 with SMTP id sm2mr19159349pbc.68.1380965757514; Sat, 05 Oct 2013 02:35:57 -0700 (PDT) Received: from [192.168.0.102] (218-164-129-85.dynamic.hinet.net. [218.164.129.85]) by mx.google.com with ESMTPSA id rv9sm20033259pbc.4.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 05 Oct 2013 02:35:57 -0700 (PDT) Message-ID: <1380965753.24323.0.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Sat, 05 Oct 2013 17:35:53 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH] neon: bump to version 0.30.0 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Axel Lin --- package/neon/neon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/neon/neon.mk b/package/neon/neon.mk index 2edc6b2..177ae6a 100644 --- a/package/neon/neon.mk +++ b/package/neon/neon.mk @@ -4,7 +4,7 @@ # ################################################################################ -NEON_VERSION = 0.29.6 +NEON_VERSION = 0.30.0 NEON_SITE = http://www.webdav.org/neon/ NEON_LICENSE = LGPLv2+ (library), GPLv2+ (manual and tests) NEON_LICENSE_FILES = src/COPYING.LIB test/COPYING README