From patchwork Wed Dec 18 06:14:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 302647 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 6D1042C00B5 for ; Wed, 18 Dec 2013 17:14:50 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id DE1B48B1C9; Wed, 18 Dec 2013 06:14:47 +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 PXKKzN5bxq3w; Wed, 18 Dec 2013 06:14:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5EDD18B177; Wed, 18 Dec 2013 06:14:47 +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 68CB31BFA3F for ; Wed, 18 Dec 2013 06:14:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 64AA98B932 for ; Wed, 18 Dec 2013 06:14:46 +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 dz411T23gg2Z for ; Wed, 18 Dec 2013 06:14:45 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by whitealder.osuosl.org (Postfix) with ESMTPS id A2A5F8ACF8 for ; Wed, 18 Dec 2013 06:14:45 +0000 (UTC) Received: by mail-pa0-f53.google.com with SMTP id hz1so5499423pad.12 for ; Tue, 17 Dec 2013 22:14:45 -0800 (PST) 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=9KU1WRTDujNI1dfpRGBGPCzZULi0+wirWHSh5TUq1oA=; b=NBRYbPxJJWcB1P89ZXZTnJwN56IPer5LLYJXRJa4io0RPdy833BJRJrtsQa1pUNxyN YyatYT7tV69esQe/GxX5fx94Rf7bBA5NHTJ3rwNWTtjX7Wc11X1yW3y/R2e+pWpIoYHR SwOoecWxHGjfUnMvlmXVcPAQ0PEctdrcv7P6C5IooSSCKtSJl2lCYGOWWyQngLbKUIiY fMCpj5yEsvf5X6ltkE72ywdmAGZrwVwGEZ9zkxAPRaa/qp2ivEQd5IQkEX32qNHPwP1q xZETRUG/wqzZRO9dd+kndaM9KU/j7MCc8NzO+Biwn89YXmQAxNzkOlVQX2IiylRs+47D w4QQ== X-Gm-Message-State: ALoCoQkBDr8GsjwZ8NVBIOiTCJwN+4Y/0fg141Dvb6ihvMM3ZGP0/+q79Q6jY9vwq1T5qh/TK4Tn X-Received: by 10.68.130.234 with SMTP id oh10mr4590752pbb.0.1387347285353; Tue, 17 Dec 2013 22:14:45 -0800 (PST) Received: from [192.168.1.102] (111-240-54-142.dynamic.hinet.net. [111.240.54.142]) by mx.google.com with ESMTPSA id z10sm51998296pas.6.2013.12.17.22.14.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 17 Dec 2013 22:14:44 -0800 (PST) Message-ID: <1387347280.25722.1.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Wed, 18 Dec 2013 14:14:40 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH] git: bump to version 1.8.5.2 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 Fixes since v1.8.5.1: * "git diff -- ':(icase)makefile'" was unnecessarily rejected at the command line parser. * "git cat-file --batch-check=ok" did not check the existence of the named object. * "git am --abort" sometimes complained about not being able to write a tree with an 0{40} object in it. * Two processes creating loose objects at the same time could have failed unnecessarily when the name of their new objects started with the same byte value, due to a race condition. Also contains typofixes, documentation updates and trivial code clean-ups. Signed-off-by: Axel Lin --- package/git/git.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/git/git.mk b/package/git/git.mk index cf16250..3e198a6 100644 --- a/package/git/git.mk +++ b/package/git/git.mk @@ -4,7 +4,7 @@ # ################################################################################ -GIT_VERSION = 1.8.5.1 +GIT_VERSION = 1.8.5.2 GIT_SITE = http://git-core.googlecode.com/files/ GIT_LICENSE = GPLv2 LGPLv2.1+ GIT_LICENSE_FILES = COPYING LGPL-2.1