* [ptxdist] [PATCH 1/2] host-mpfr: version bump 4.0.2 -> 4.1.0
@ 2020-08-11 17:37 Carsten Schlote
2020-08-14 7:03 ` Michael Olbrich
0 siblings, 1 reply; 4+ messages in thread
From: Carsten Schlote @ 2020-08-11 17:37 UTC (permalink / raw)
To: ptxdist
Signed-off-by: Carsten Schlote <schlote@vahanus.net>
---
rules/host-mpfr.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/host-mpfr.make b/rules/host-mpfr.make
index 24fba4d..54221ae 100644
--- a/rules/host-mpfr.make
+++ b/rules/host-mpfr.make
@@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_MPFR) += host-mpfr
#
# Paths and names
#
-HOST_MPFR_VERSION := 4.0.2
-HOST_MPFR_MD5 := 6d8a8bb46fe09ff44e21cdbf84f5cdac
+HOST_MPFR_VERSION := 4.1.0
+HOST_MPFR_MD5 := 44b892bc5a45bafb4294d134e13aad1d
HOST_MPFR := mpfr-$(HOST_MPFR_VERSION)
HOST_MPFR_SUFFIX := tar.bz2
HOST_MPFR_SOURCE := $(SRCDIR)/$(HOST_MPFR).$(HOST_MPFR_SUFFIX)
--
2.25.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [PATCH 1/2] host-mpfr: version bump 4.0.2 -> 4.1.0
2020-08-11 17:37 [ptxdist] [PATCH 1/2] host-mpfr: version bump 4.0.2 -> 4.1.0 Carsten Schlote
@ 2020-08-14 7:03 ` Michael Olbrich
2020-08-17 10:40 ` Roland Hieber
0 siblings, 1 reply; 4+ messages in thread
From: Michael Olbrich @ 2020-08-14 7:03 UTC (permalink / raw)
To: ptxdist
On Tue, Aug 11, 2020 at 07:37:31PM +0200, Carsten Schlote wrote:
> Signed-off-by: Carsten Schlote <schlote@vahanus.net>
> ---
> rules/host-mpfr.make | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/rules/host-mpfr.make b/rules/host-mpfr.make
> index 24fba4d..54221ae 100644
> --- a/rules/host-mpfr.make
> +++ b/rules/host-mpfr.make
> @@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_MPFR) += host-mpfr
> #
> # Paths and names
> #
> -HOST_MPFR_VERSION := 4.0.2
> -HOST_MPFR_MD5 := 6d8a8bb46fe09ff44e21cdbf84f5cdac
> +HOST_MPFR_VERSION := 4.1.0
> +HOST_MPFR_MD5 := 44b892bc5a45bafb4294d134e13aad1d
Your mail client broke the patch.
Michael
> HOST_MPFR := mpfr-$(HOST_MPFR_VERSION)
> HOST_MPFR_SUFFIX := tar.bz2
> HOST_MPFR_SOURCE := $(SRCDIR)/$(HOST_MPFR).$(HOST_MPFR_SUFFIX)
>
> --
> 2.25.1
>
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [PATCH 1/2] host-mpfr: version bump 4.0.2 -> 4.1.0
2020-08-14 7:03 ` Michael Olbrich
@ 2020-08-17 10:40 ` Roland Hieber
0 siblings, 0 replies; 4+ messages in thread
From: Roland Hieber @ 2020-08-17 10:40 UTC (permalink / raw)
To: Carsten Schlote; +Cc: ptxdist
On Fri, Aug 14, 2020 at 09:03:50AM +0200, Michael Olbrich wrote:
> On Tue, Aug 11, 2020 at 07:37:31PM +0200, Carsten Schlote wrote:
> > Signed-off-by: Carsten Schlote <schlote@vahanus.net>
> > ---
> > rules/host-mpfr.make | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/rules/host-mpfr.make b/rules/host-mpfr.make
> > index 24fba4d..54221ae 100644
> > --- a/rules/host-mpfr.make
> > +++ b/rules/host-mpfr.make
> > @@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_MPFR) += host-mpfr
> > #
> > # Paths and names
> > #
> > -HOST_MPFR_VERSION := 4.0.2
> > -HOST_MPFR_MD5 := 6d8a8bb46fe09ff44e21cdbf84f5cdac
> > +HOST_MPFR_VERSION := 4.1.0
> > +HOST_MPFR_MD5 := 44b892bc5a45bafb4294d134e13aad1d
>
> Your mail client broke the patch.
Judging from the User-agent header, you were using Thunderbird. The
git-send-email man page has a few pointers how to prevent it from
reformatting the patch:
https://git-scm.com/docs/git-format-patch#_mua_specific_hints
Also, as a side note, it is customary to send the patches and the cover
letter as a thread, not as single mails, so they stay together.
(See the options --thread and --no-thread for git-format-patch.)
- Roland
>
> Michael
>
> > HOST_MPFR := mpfr-$(HOST_MPFR_VERSION)
> > HOST_MPFR_SUFFIX := tar.bz2
> > HOST_MPFR_SOURCE := $(SRCDIR)/$(HOST_MPFR).$(HOST_MPFR_SUFFIX)
> >
> > --
> > 2.25.1
> >
> >
> > _______________________________________________
> > ptxdist mailing list
> > ptxdist@pengutronix.de
> > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> >
>
> --
> Pengutronix e.K. | |
> Steuerwalder Str. 21 | http://www.pengutronix.de/ |
> 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
> Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
>
--
Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ptxdist] [PATCH 0/2] Updates for OSELAS.Toolchain
@ 2020-08-19 10:10 Carsten Schlote
2020-08-19 10:10 ` [ptxdist] [PATCH 1/2] host-mpfr: version bump 4.0.2 -> 4.1.0 Carsten Schlote
0 siblings, 1 reply; 4+ messages in thread
From: Carsten Schlote @ 2020-08-19 10:10 UTC (permalink / raw)
To: ptxdist; +Cc: Carsten Schlote
- Updated MPFR lib to 4.1.0.
- Added additional download URL because of excessive timeouts with
existing urls.
Carsten Schlote (2):
host-mpfr: version bump 4.0.2 -> 4.1.0
host-mpfr: Add additional download source URL
rules/host-mpfr.make | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
--
2.25.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ptxdist] [PATCH 1/2] host-mpfr: version bump 4.0.2 -> 4.1.0
2020-08-19 10:10 [ptxdist] [PATCH 0/2] Updates for OSELAS.Toolchain Carsten Schlote
@ 2020-08-19 10:10 ` Carsten Schlote
0 siblings, 0 replies; 4+ messages in thread
From: Carsten Schlote @ 2020-08-19 10:10 UTC (permalink / raw)
To: ptxdist; +Cc: Carsten Schlote
Signed-off-by: Carsten Schlote <schlote@vahanus.net>
---
rules/host-mpfr.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/host-mpfr.make b/rules/host-mpfr.make
index 24fba4d..54221ae 100644
--- a/rules/host-mpfr.make
+++ b/rules/host-mpfr.make
@@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_MPFR) += host-mpfr
#
# Paths and names
#
-HOST_MPFR_VERSION := 4.0.2
-HOST_MPFR_MD5 := 6d8a8bb46fe09ff44e21cdbf84f5cdac
+HOST_MPFR_VERSION := 4.1.0
+HOST_MPFR_MD5 := 44b892bc5a45bafb4294d134e13aad1d
HOST_MPFR := mpfr-$(HOST_MPFR_VERSION)
HOST_MPFR_SUFFIX := tar.bz2
HOST_MPFR_SOURCE := $(SRCDIR)/$(HOST_MPFR).$(HOST_MPFR_SUFFIX)
--
2.25.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-08-19 10:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-11 17:37 [ptxdist] [PATCH 1/2] host-mpfr: version bump 4.0.2 -> 4.1.0 Carsten Schlote
2020-08-14 7:03 ` Michael Olbrich
2020-08-17 10:40 ` Roland Hieber
2020-08-19 10:10 [ptxdist] [PATCH 0/2] Updates for OSELAS.Toolchain Carsten Schlote
2020-08-19 10:10 ` [ptxdist] [PATCH 1/2] host-mpfr: version bump 4.0.2 -> 4.1.0 Carsten Schlote
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox