* [ptxdist] [PATCH] minicom: version bump 2.6.1 -> 2.6.2 ; fix URL
@ 2013-11-06 22:12 Andreas Pretzsch
2013-11-17 19:02 ` Michael Olbrich
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Pretzsch @ 2013-11-06 22:12 UTC (permalink / raw)
To: ptxdist
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 <apr@cn-eng.de>
---
URL fixing: Alioth changed schema from
http://alioth.debian.org/frs/download.php/<num>/<file>
http://alioth.debian.org/frs/download.php/file/<num>/<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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [PATCH] minicom: version bump 2.6.1 -> 2.6.2 ; fix URL
2013-11-06 22:12 [ptxdist] [PATCH] minicom: version bump 2.6.1 -> 2.6.2 ; fix URL Andreas Pretzsch
@ 2013-11-17 19:02 ` Michael Olbrich
2013-12-15 18:21 ` Andreas Pretzsch
0 siblings, 1 reply; 4+ messages in thread
From: Michael Olbrich @ 2013-11-17 19:02 UTC (permalink / raw)
To: ptxdist
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 <apr@cn-eng.de>
> ---
>
> URL fixing: Alioth changed schema from
> http://alioth.debian.org/frs/download.php/<num>/<file>
> http://alioth.debian.org/frs/download.php/file/<num>/<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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [PATCH] minicom: version bump 2.6.1 -> 2.6.2 ; fix URL
2013-11-17 19:02 ` Michael Olbrich
@ 2013-12-15 18:21 ` Andreas Pretzsch
2013-12-16 16:00 ` Michael Olbrich
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Pretzsch @ 2013-12-15 18:21 UTC (permalink / raw)
To: ptxdist
On So, 2013-11-17 at 20:02 +0100, Michael Olbrich wrote:
> 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 <apr@cn-eng.de>
> > ---
> >
> > URL fixing: Alioth changed schema from
> > http://alioth.debian.org/frs/download.php/<num>/<file>
> > http://alioth.debian.org/frs/download.php/file/<num>/<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?
Up again, new URL still valid.
One remark: By now, alioth replies with a "301 Moved Permanently" to
(presumably) all kind of http requests, switching to https.
Shouldn't present a problem, but anyway, shall I update the patch to
directly request via https ?
Resp. you could change it before commit (rest of the URL is the same).
Best regards,
Andreas
--
carpe noctem engineering
Ingenieurbuero fuer Hard- & Software-Entwicklung Andreas Pretzsch
Dipl.-Ing. (FH) Andreas Pretzsch Tel. +49-(0)731-5521572
Hahnengasse 3 Fax: +49-(0)731-5521571
89073 Ulm, Germany email: apr@cn-eng.de
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [PATCH] minicom: version bump 2.6.1 -> 2.6.2 ; fix URL
2013-12-15 18:21 ` Andreas Pretzsch
@ 2013-12-16 16:00 ` Michael Olbrich
0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2013-12-16 16:00 UTC (permalink / raw)
To: ptxdist
On Sun, Dec 15, 2013 at 07:21:37PM +0100, Andreas Pretzsch wrote:
> On So, 2013-11-17 at 20:02 +0100, Michael Olbrich wrote:
> > 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 <apr@cn-eng.de>
> > > ---
> > >
> > > URL fixing: Alioth changed schema from
> > > http://alioth.debian.org/frs/download.php/<num>/<file>
> > > http://alioth.debian.org/frs/download.php/file/<num>/<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?
>
> Up again, new URL still valid.
Tnx.
> One remark: By now, alioth replies with a "301 Moved Permanently" to
> (presumably) all kind of http requests, switching to https.
> Shouldn't present a problem, but anyway, shall I update the patch to
> directly request via https ?
> Resp. you could change it before commit (rest of the URL is the same).
done and applied.
Michael
--
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-12-16 16:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-06 22:12 [ptxdist] [PATCH] minicom: version bump 2.6.1 -> 2.6.2 ; fix URL Andreas Pretzsch
2013-11-17 19:02 ` Michael Olbrich
2013-12-15 18:21 ` Andreas Pretzsch
2013-12-16 16:00 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox