From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Vi7cL-0004i5-ER for ptxdist@pengutronix.de; Sun, 17 Nov 2013 20:02:45 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1Vi7cL-0000Ek-D4 for ptxdist@pengutronix.de; Sun, 17 Nov 2013 20:02:45 +0100 Date: Sun, 17 Nov 2013 20:02:45 +0100 From: Michael Olbrich Message-ID: <20131117190245.GY31417@pengutronix.de> References: <1383775924-12756-1-git-send-email-apr@cn-eng.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1383775924-12756-1-git-send-email-apr@cn-eng.de> Subject: Re: [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: , 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 On Wed, Nov 06, 2013 at 11:12:04PM +0100, Andreas Pretzsch wrote: > 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. And now Alioth is down, so I can't test it.. :-/ Can you please remind me to look at this patch again once the URL works again? Michael > 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 > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de