From patchwork Tue Oct 30 13:04:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 195495 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 84C9E2C00A7 for ; Wed, 31 Oct 2012 00:05:37 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 328178C8D7; Tue, 30 Oct 2012 13:05:30 +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 fJGV5jNdgo4R; Tue, 30 Oct 2012 13:05:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 806428CF26; Tue, 30 Oct 2012 13:05:19 +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 60D6D8F783 for ; Tue, 30 Oct 2012 13:05:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AEA798CBCE for ; Tue, 30 Oct 2012 13:05:09 +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 zRN5IyWvQyRN for ; Tue, 30 Oct 2012 13:05:08 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.visionsystems.de (ns.vscom.de [62.145.30.242]) by whitealder.osuosl.org (Postfix) with ESMTP id 7587A8C6DC for ; Tue, 30 Oct 2012 13:05:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.visionsystems.de (Postfix) with ESMTP id AC9522ABC41; Tue, 30 Oct 2012 14:04:53 +0100 (CET) Received: from mail.visionsystems.de ([127.0.0.1]) by localhost (mail.visionsystems.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02981-04; Tue, 30 Oct 2012 14:04:31 +0100 (CET) Received: from visionsystems.de (kallisto.visionsystems.local [192.168.1.3]) by mail.visionsystems.de (Postfix) with ESMTP id 7DC582ABC05; Tue, 30 Oct 2012 14:04:31 +0100 (CET) Received: from development1.visionsystems.local ([192.168.1.36]) by visionsystems.de with Microsoft SMTPSVC(6.0.3790.4675); Tue, 30 Oct 2012 14:04:31 +0100 From: yegorslists@googlemail.com To: buildroot@busybox.net Date: Tue, 30 Oct 2012 14:04:25 +0100 Message-Id: <1351602266-14650-1-git-send-email-yegorslists@googlemail.com> X-Mailer: git-send-email 1.7.7 X-OriginalArrivalTime: 30 Oct 2012 13:04:31.0335 (UTC) FILETIME=[19D97770:01CDB69F] X-Virus-Scanned: amavisd-new at visionsystems.de Subject: [Buildroot] [PATCH 1/2] xz: bump to 5.0.4 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: Yegor Yefremov Signed-off-by: Yegor Yefremov --- package/xz/xz.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/xz/xz.mk b/package/xz/xz.mk index e700c0d..e00c91b 100644 --- a/package/xz/xz.mk +++ b/package/xz/xz.mk @@ -3,7 +3,7 @@ # xz-utils # ############################################################# -XZ_VERSION = 5.0.3 +XZ_VERSION = 5.0.4 XZ_SOURCE = xz-$(XZ_VERSION).tar.bz2 XZ_SITE = http://tukaani.org/xz/ XZ_INSTALL_STAGING = YES