From patchwork Thu Oct 10 15:59:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerzy Grzegorek X-Patchwork-Id: 282407 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 0303E2C0082 for ; Fri, 11 Oct 2013 03:00:29 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C6EEB8C4CD; Thu, 10 Oct 2013 16:00:28 +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 04i5sT-ENGoL; Thu, 10 Oct 2013 16:00:28 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 16BEB8C5BE; Thu, 10 Oct 2013 16:00:28 +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 656861C2E9C for ; Thu, 10 Oct 2013 16:00:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 60E058C5BE for ; Thu, 10 Oct 2013 16:00:26 +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 OUUkPRGKIfsl for ; Thu, 10 Oct 2013 16:00:25 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.internet.v.pl (mail.internet.v.pl [62.69.205.34]) by whitealder.osuosl.org (Postfix) with SMTP id 961B68C4CD for ; Thu, 10 Oct 2013 16:00:25 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.internet.v.pl (Sendmail) with ESMTP id 4B6E7C6557; Thu, 10 Oct 2013 18:00:24 +0200 (CEST) Received: from mail.internet.v.pl ([127.0.0.1]) by localhost (poczta.v.pl [127.0.0.1]) (amavisd-new, port 10024) with SMTP id a2OwxqiUvLco; Thu, 10 Oct 2013 18:00:24 +0200 (CEST) Received: from localhost.localdomain (93-181-142-99.internetia.net.pl [93.181.142.99]) by mail.internet.v.pl (Sendmail) with ESMTPA id EC17BC647F; Thu, 10 Oct 2013 18:00:23 +0200 (CEST) From: Jerzy Grzegorek To: buildroot@busybox.net Date: Thu, 10 Oct 2013 17:59:43 +0200 Message-Id: <1381420783-7701-1-git-send-email-jerzy.grzegorek@trzebnica.net> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH 1/1] ccid: bump to version 1.4.13 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 Signed-off-by: Jerzy Grzegorek --- package/ccid/ccid.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/ccid/ccid.mk b/package/ccid/ccid.mk index c25b433..aabc0c0 100644 --- a/package/ccid/ccid.mk +++ b/package/ccid/ccid.mk @@ -4,9 +4,9 @@ # ################################################################################ -CCID_VERSION = 1.4.12 +CCID_VERSION = 1.4.13 CCID_SOURCE = ccid-$(CCID_VERSION).tar.bz2 -CCID_SITE = http://alioth.debian.org/frs/download.php/file/3937 +CCID_SITE = http://alioth.debian.org/frs/download.php/file/3959 CCID_LICENSE = LGPLv2.1+ CCID_LICENSE_FILES = COPYING CCID_INSTALL_STAGING = YES