* [meta-networking][PATCH] wireshark: Use an upstream URL that stays valid longer
@ 2019-08-05 18:24 Adrian Bunk
2019-08-05 19:13 ` Khem Raj
0 siblings, 1 reply; 6+ messages in thread
From: Adrian Bunk @ 2019-08-05 18:24 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb b/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb
index d442925ee..efcd5e42e 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb
@@ -8,7 +8,7 @@ DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2 bi
DEPENDS_append_class-target = " wireshark-native chrpath-replacement-native "
-SRC_URI = "https://1.eu.dl.wireshark.org/src/wireshark-${PV}.tar.xz"
+SRC_URI = "https://1.eu.dl.wireshark.org/src/all-versions/wireshark-${PV}.tar.xz"
UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src"
--
2.17.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [meta-networking][PATCH] wireshark: Use an upstream URL that stays valid longer
2019-08-05 18:24 [meta-networking][PATCH] wireshark: Use an upstream URL that stays valid longer Adrian Bunk
@ 2019-08-05 19:13 ` Khem Raj
2019-08-06 6:43 ` Adrian Bunk
0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2019-08-05 19:13 UTC (permalink / raw)
To: Adrian Bunk; +Cc: openembeded-devel
On Mon, Aug 5, 2019 at 11:25 AM Adrian Bunk <bunk@stusta.de> wrote:
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> ---
> meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb b/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb
> index d442925ee..efcd5e42e 100644
> --- a/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb
> +++ b/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb
> @@ -8,7 +8,7 @@ DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2 bi
>
> DEPENDS_append_class-target = " wireshark-native chrpath-replacement-native "
>
> -SRC_URI = "https://1.eu.dl.wireshark.org/src/wireshark-${PV}.tar.xz"
> +SRC_URI = "https://1.eu.dl.wireshark.org/src/all-versions/wireshark-${PV}.tar.xz"
perhaps use BP instead of wireshark-${PV}. Can you make that change as
well while you are here.
>
> UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src"
>
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-networking][PATCH] wireshark: Use an upstream URL that stays valid longer
2019-08-05 19:13 ` Khem Raj
@ 2019-08-06 6:43 ` Adrian Bunk
2019-08-06 14:43 ` akuster808
2019-08-06 17:53 ` Khem Raj
0 siblings, 2 replies; 6+ messages in thread
From: Adrian Bunk @ 2019-08-06 6:43 UTC (permalink / raw)
To: Khem Raj; +Cc: openembeded-devel
On Mon, Aug 05, 2019 at 12:13:14PM -0700, Khem Raj wrote:
> On Mon, Aug 5, 2019 at 11:25 AM Adrian Bunk <bunk@stusta.de> wrote:
> >
> > Signed-off-by: Adrian Bunk <bunk@stusta.de>
> > ---
> > meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb b/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb
> > index d442925ee..efcd5e42e 100644
> > --- a/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb
> > +++ b/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb
> > @@ -8,7 +8,7 @@ DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2 bi
> >
> > DEPENDS_append_class-target = " wireshark-native chrpath-replacement-native "
> >
> > -SRC_URI = "https://1.eu.dl.wireshark.org/src/wireshark-${PV}.tar.xz"
> > +SRC_URI = "https://1.eu.dl.wireshark.org/src/all-versions/wireshark-${PV}.tar.xz"
>
> perhaps use BP instead of wireshark-${PV}. Can you make that change as
> well while you are here.
I was aiming at a minimal change, since backporting to warrior is
where it is urgently needed (can't build wireshark there right now).
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-networking][PATCH] wireshark: Use an upstream URL that stays valid longer
2019-08-06 6:43 ` Adrian Bunk
@ 2019-08-06 14:43 ` akuster808
2019-08-06 14:55 ` Adrian Bunk
2019-08-06 17:53 ` Khem Raj
1 sibling, 1 reply; 6+ messages in thread
From: akuster808 @ 2019-08-06 14:43 UTC (permalink / raw)
To: Adrian Bunk, Khem Raj; +Cc: openembeded-devel
On 8/5/19 11:43 PM, Adrian Bunk wrote:
> On Mon, Aug 05, 2019 at 12:13:14PM -0700, Khem Raj wrote:
>> On Mon, Aug 5, 2019 at 11:25 AM Adrian Bunk <bunk@stusta.de> wrote:
>>> Signed-off-by: Adrian Bunk <bunk@stusta.de>
>>> ---
>>> meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb b/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb
>>> index d442925ee..efcd5e42e 100644
>>> --- a/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb
>>> +++ b/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb
>>> @@ -8,7 +8,7 @@ DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2 bi
>>>
>>> DEPENDS_append_class-target = " wireshark-native chrpath-replacement-native "
>>>
>>> -SRC_URI = "https://1.eu.dl.wireshark.org/src/wireshark-${PV}.tar.xz"
>>> +SRC_URI = "https://1.eu.dl.wireshark.org/src/all-versions/wireshark-${PV}.tar.xz"
>> perhaps use BP instead of wireshark-${PV}. Can you make that change as
>> well while you are here.
> I was aiming at a minimal change, since backporting to warrior is
> where it is urgently needed (can't build wireshark there right now).
Would defining a MIRROR help ? IIRC a new release of wireshark may not
always be in the "all-versions".
- armin
>
> cu
> Adrian
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-networking][PATCH] wireshark: Use an upstream URL that stays valid longer
2019-08-06 14:43 ` akuster808
@ 2019-08-06 14:55 ` Adrian Bunk
0 siblings, 0 replies; 6+ messages in thread
From: Adrian Bunk @ 2019-08-06 14:55 UTC (permalink / raw)
To: akuster808; +Cc: openembeded-devel
On Tue, Aug 06, 2019 at 07:43:34AM -0700, akuster808 wrote:
>
>
> On 8/5/19 11:43 PM, Adrian Bunk wrote:
> > On Mon, Aug 05, 2019 at 12:13:14PM -0700, Khem Raj wrote:
> >> On Mon, Aug 5, 2019 at 11:25 AM Adrian Bunk <bunk@stusta.de> wrote:
> >>> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> >>> ---
> >>> meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb | 2 +-
> >>> 1 file changed, 1 insertion(+), 1 deletion(-)
> >>>
> >>> diff --git a/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb b/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb
> >>> index d442925ee..efcd5e42e 100644
> >>> --- a/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb
> >>> +++ b/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb
> >>> @@ -8,7 +8,7 @@ DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2 bi
> >>>
> >>> DEPENDS_append_class-target = " wireshark-native chrpath-replacement-native "
> >>>
> >>> -SRC_URI = "https://1.eu.dl.wireshark.org/src/wireshark-${PV}.tar.xz"
> >>> +SRC_URI = "https://1.eu.dl.wireshark.org/src/all-versions/wireshark-${PV}.tar.xz"
> >> perhaps use BP instead of wireshark-${PV}. Can you make that change as
> >> well while you are here.
> > I was aiming at a minimal change, since backporting to warrior is
> > where it is urgently needed (can't build wireshark there right now).
>
> Would defining a MIRROR help ? IIRC a new release of wireshark may not
> always be in the "all-versions".
"all" seems to actually mean all here.
And the problem you describe would anyways not happen suddenly during
a stable series.
> - armin
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-networking][PATCH] wireshark: Use an upstream URL that stays valid longer
2019-08-06 6:43 ` Adrian Bunk
2019-08-06 14:43 ` akuster808
@ 2019-08-06 17:53 ` Khem Raj
1 sibling, 0 replies; 6+ messages in thread
From: Khem Raj @ 2019-08-06 17:53 UTC (permalink / raw)
To: Adrian Bunk; +Cc: openembeded-devel
On Mon, Aug 5, 2019 at 11:43 PM Adrian Bunk <bunk@stusta.de> wrote:
>
> On Mon, Aug 05, 2019 at 12:13:14PM -0700, Khem Raj wrote:
> > On Mon, Aug 5, 2019 at 11:25 AM Adrian Bunk <bunk@stusta.de> wrote:
> > >
> > > Signed-off-by: Adrian Bunk <bunk@stusta.de>
> > > ---
> > > meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb b/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb
> > > index d442925ee..efcd5e42e 100644
> > > --- a/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb
> > > +++ b/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb
> > > @@ -8,7 +8,7 @@ DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2 bi
> > >
> > > DEPENDS_append_class-target = " wireshark-native chrpath-replacement-native "
> > >
> > > -SRC_URI = "https://1.eu.dl.wireshark.org/src/wireshark-${PV}.tar.xz"
> > > +SRC_URI = "https://1.eu.dl.wireshark.org/src/all-versions/wireshark-${PV}.tar.xz"
> >
> > perhaps use BP instead of wireshark-${PV}. Can you make that change as
> > well while you are here.
>
> I was aiming at a minimal change, since backporting to warrior is
> where it is urgently needed (can't build wireshark there right now).
>
sure, it could be a followup no issues.
> cu
> Adrian
>
> --
>
> "Is there not promise of rain?" Ling Tan asked suddenly out
> of the darkness. There had been need of rain for many days.
> "Only a promise," Lao Er said.
> Pearl S. Buck - Dragon Seed
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-08-06 17:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-05 18:24 [meta-networking][PATCH] wireshark: Use an upstream URL that stays valid longer Adrian Bunk
2019-08-05 19:13 ` Khem Raj
2019-08-06 6:43 ` Adrian Bunk
2019-08-06 14:43 ` akuster808
2019-08-06 14:55 ` Adrian Bunk
2019-08-06 17:53 ` Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.