From patchwork Wed Oct 2 01:47:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 279637 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 3E2D42C0082 for ; Wed, 2 Oct 2013 11:47:28 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 05BE48B9CD; Wed, 2 Oct 2013 01:47:27 +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 1c0Q0Vd6irDL; Wed, 2 Oct 2013 01:47:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 707EA8B9D1; Wed, 2 Oct 2013 01:47:25 +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 277301BFA96 for ; Wed, 2 Oct 2013 01:47:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 20F8B8800D for ; Wed, 2 Oct 2013 01:47:24 +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 eCRpwRdwV+VT for ; Wed, 2 Oct 2013 01:47:23 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by whitealder.osuosl.org (Postfix) with ESMTPS id 72632865F0 for ; Wed, 2 Oct 2013 01:47:23 +0000 (UTC) Received: by mail-pa0-f47.google.com with SMTP id kp14so332516pab.6 for ; Tue, 01 Oct 2013 18:47:23 -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=Lj29bfCYCHlwshaO1Q2AWEq3bFvLAYJPeMPQfKXhBHE=; b=c0lDdq7j3SQVXSXSbCNUc4t52+owl/8QSvJOFD2bxQr/SvyMc6sECaQ4yFRBD8YjVs I75R0C0BkAzshl3BVI6SbiBtC+mUTgGamRC0Py03KjO+SXu1iHwOdercpkbxEBlC8Eq1 jN76FBQRptk/S1HTLHVlGxNMknYHl+2FJNqQuH1MfVXVbFzKEPmiZ5RmIqID91SI1ZuI cKThtdN3CwjWQQHyIz069gmvHLrVXpf+8dBA4AuE/W/9ediiP/V279RuoiidtVmdyFcP ct2B3+KmJ5vWJQxdpfI6aDiepYm1cVBQnkLOY5k5nnqvOZDQtjx18/MnHTf/rfQwv6oF bfLg== X-Gm-Message-State: ALoCoQnNVD2AH4LUYb+stOyEjLea6tI/We508UejU62e7Ah7T2tj8eV/qz6eSxWv9KPSNrERU/Y2 X-Received: by 10.66.156.229 with SMTP id wh5mr426667pab.156.1380678443105; Tue, 01 Oct 2013 18:47:23 -0700 (PDT) Received: from [192.168.0.102] (218-164-130-177.dynamic.hinet.net. [218.164.130.177]) by mx.google.com with ESMTPSA id im8sm9582294pbc.24.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 01 Oct 2013 18:47:22 -0700 (PDT) Message-ID: <1380678434.6489.1.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Wed, 02 Oct 2013 09:47:14 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: Thomas Petazzoni , buildroot@busybox.net Subject: [Buildroot] [PATCH v2] setserial: bump to version 2.17-45.3 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 Bump to patchlevel 3 since 2 is gone upstream. Also switch to use http://snapshot.debian.org/ instead of BR2_DEBIAN_MIRROR to avoid disappearing packages. Signed-off-by: Axel Lin --- v2: Switch to use http://snapshot.debian.org/ instead of BR2_DEBIAN_MIRROR. package/setserial/setserial.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/setserial/setserial.mk b/package/setserial/setserial.mk index e6846b2..f8d0a4b 100644 --- a/package/setserial/setserial.mk +++ b/package/setserial/setserial.mk @@ -5,9 +5,9 @@ ################################################################################ SETSERIAL_VERSION = 2.17 -SETSERIAL_PATCH = setserial_2.17-45.2.diff.gz +SETSERIAL_PATCH = setserial_2.17-45.3.diff.gz SETSERIAL_SOURCE = setserial_$(SETSERIAL_VERSION).orig.tar.gz -SETSERIAL_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/s/setserial/ +SETSERIAL_SITE = http://snapshot.debian.org/archive/debian/20131001T214925Z/pool/main/s/setserial/ define SETSERIAL_APPLY_DEBIAN_PATCHES # Touching gorhack.h is needed for the Debian patch 18 to work