From patchwork Thu Oct 3 05:49:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 280221 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id EC2BE2C00AC for ; Thu, 3 Oct 2013 15:49:14 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5B2AC330DA; Thu, 3 Oct 2013 05:49:13 +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 btqlV3M1+Mxd; Thu, 3 Oct 2013 05:49:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C7A0732B85; Thu, 3 Oct 2013 05:49:10 +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 0D59C1BFA6C for ; Thu, 3 Oct 2013 05:49:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0BEAB8D2B6 for ; Thu, 3 Oct 2013 05:49:10 +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 a+pJG2oMzkyA for ; Thu, 3 Oct 2013 05:49:09 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by whitealder.osuosl.org (Postfix) with ESMTPS id 332CD8D1EF for ; Thu, 3 Oct 2013 05:49:09 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id kl14so2071435pab.25 for ; Wed, 02 Oct 2013 22:49:09 -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=3fp6p8OLQxSOKWOnDIpViiTBarjhAuDx0Xiw1Lhf9/k=; b=mPMbC3qsmVWthePlru68ZhKOnMDkCQK1Qm8xLgKwfKGrBqI0XG44BNf7Z/J18+g8ky 2kQHYGwK+eKdraTG1IVl4WZ0fOvmSU+2i5stUs0sGrjfeZoOfRT4b74FEaYurMW0MDh1 l3890TugVKomd4n0NjeyJjRCgnTsP9zRCTPvd7yD9Y1H4Rm1zEQJ9CFGny/vGPcuWcZz axP6b+8MYl7p9+q0TkLxbapnVdx0lRXAU2scMQ12qJB7fFeLVOeNL4NXDzNT7durGbfF nl+hPVaAUg/rd06pCFgHGaB9mYOP+3ycNOhFgAPzeaRoFiAog8KMn4xCw1I8aPdF8dlW +oeg== X-Gm-Message-State: ALoCoQkgaJKvlNSPdqM68mxFlA9PwOjhuej+Wu/xFOaoiceC1wR/0uI9Nw3U1Lcb1D0ibXFHO+/p X-Received: by 10.68.194.130 with SMTP id hw2mr6640538pbc.114.1380779348911; Wed, 02 Oct 2013 22:49:08 -0700 (PDT) Received: from [192.168.0.102] (36-239-227-126.dynamic-ip.hinet.net. [36.239.227.126]) by mx.google.com with ESMTPSA id yg3sm7892975pab.16.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 02 Oct 2013 22:49:08 -0700 (PDT) Message-ID: <1380779345.884.2.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Thu, 03 Oct 2013 13:49:05 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH] rsync: bump to version 3.1.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/rsync/rsync.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk index 94c2e75..30748b5 100644 --- a/package/rsync/rsync.mk +++ b/package/rsync/rsync.mk @@ -4,7 +4,7 @@ # ################################################################################ -RSYNC_VERSION = 3.0.9 +RSYNC_VERSION = 3.1.0 RSYNC_SOURCE = rsync-$(RSYNC_VERSION).tar.gz RSYNC_SITE = http://rsync.samba.org/ftp/rsync/src RSYNC_LICENSE = GPLv3+