From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.mars-solutions.de ([213.239.212.107]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1VeBKe-00044o-Cg for ptxdist@pengutronix.de; Wed, 06 Nov 2013 23:12:13 +0100 Received: from localhost (localhost [127.0.0.1]) by mail.mars-solutions.de (Postfix) with ESMTP id 86322A04571 for ; Wed, 6 Nov 2013 23:12:02 +0100 (CET) Received: from mail.mars-solutions.de ([127.0.0.1]) by localhost (mars-solutions.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Sw35VyqqABSO for ; Wed, 6 Nov 2013 23:12:01 +0100 (CET) Received: from ws-apr.office.loc (HSI-KBW-109-193-024-214.hsi7.kabel-badenwuerttemberg.de [109.193.24.214]) by mail.mars-solutions.de (Postfix) with ESMTP id 7FDDDA04571 for ; Wed, 6 Nov 2013 23:12:01 +0100 (CET) From: Andreas Pretzsch Date: Wed, 6 Nov 2013 23:12:04 +0100 Message-Id: <1383775924-12756-1-git-send-email-apr@cn-eng.de> Subject: [ptxdist] [PATCH] minicom: version bump 2.6.1 -> 2.6.2 ; fix URL Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de New for version 2.6.2: - Alternative hex output (to be improved) - Print creation date of serial device file (if < 20 hrs), useful for identifying just plugged in USB-Serial adapters - Support ':' (colon) in device path names. Note, that this changes old behaviour which used ':' as a device path delimiter. - Several language updates. Signed-off-by: Andreas Pretzsch --- URL fixing: Alioth changed schema from http://alioth.debian.org/frs/download.php// http://alioth.debian.org/frs/download.php/file// also for previous version 2.6.1. While at it, bumped to current 2.6.2 released 06. Feb 2013. Regarding Alioth: no more references found in PTXdist. Quick compile for and run on ARM platform was fine. rules/minicom.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/minicom.make b/rules/minicom.make index 223ea74..c57a2a5 100644 --- a/rules/minicom.make +++ b/rules/minicom.make @@ -17,11 +17,11 @@ PACKAGES-$(PTXCONF_MINICOM) += minicom # # Paths and names # -MINICOM_VERSION := 2.6.1 -MINICOM_MD5 := 435fb410a5bfa9bb20d4248b3ca53529 +MINICOM_VERSION := 2.6.2 +MINICOM_MD5 := 203c56c4b447f45e2301b0cc4e83da3c MINICOM := minicom-$(MINICOM_VERSION) MINICOM_SUFFIX := tar.gz -MINICOM_URL := http://alioth.debian.org/frs/download.php/3700/$(MINICOM).$(MINICOM_SUFFIX) +MINICOM_URL := http://alioth.debian.org/frs/download.php/file/3869/$(MINICOM).$(MINICOM_SUFFIX) MINICOM_SOURCE := $(SRCDIR)/$(MINICOM).$(MINICOM_SUFFIX) MINICOM_DIR := $(BUILDDIR)/$(MINICOM) MINICOM_LICENSE := GPLv2 -- 1.7.10.4 -- ptxdist mailing list ptxdist@pengutronix.de