Message ID | 20240325132603.2477-2-jermain.horsman@nedap.com |
---|---|
State | New |
Headers | show |
Series | [meta-java,1/7] jamvm-initial-native: Update LICENSE to use SPDX identifier | expand |
On Mon, Mar 25, 2024 at 6:27 AM Jermain Horsman <jermain.horsman@nedap.com> wrote: > From: Jermain Horsman <jermain.horsman@nedap.com> > > The old icedtea.classpath.org URL does not work anymore, > update this to the icedtea.wildebeest.org URL used for other > download sources. > icedtea.wildebeest.org has some older sources, but not the newest. https://icedtea.classpath.org/download/source/ has some newer sources, but perhaps the path has changed? https://icedtea.classpath.org/download/source/icedtea-2.1.3.tar.gz I'll take this under review anyway, as is, since the old 2.1.3 version of iceatea7-native we are building still works from icedtea.wildebeest.org > Also update both to use https. > > Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com> > --- > recipes-core/icedtea/openjdk-7-release-03b147.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-core/icedtea/openjdk-7-release-03b147.inc > b/recipes-core/icedtea/openjdk-7-release-03b147.inc > index 16bf592..379fd9e 100644 > --- a/recipes-core/icedtea/openjdk-7-release-03b147.inc > +++ b/recipes-core/icedtea/openjdk-7-release-03b147.inc > @@ -7,10 +7,10 @@ FILESPATH =. "${FILE_DIRNAME}/openjdk-7-03b147:" > # Force arm mode for now > ARM_INSTRUCTION_SET:armv4t = "ARM" > > -ICEDTEA_URI = " > http://icedtea.wildebeest.org/download/source/${ICEDTEA}.tar.gz;name=iced" > +ICEDTEA_URI = " > https://icedtea.wildebeest.org/download/source/${ICEDTEA}.tar.gz;name=iced > " > > ICEDTEA_PREFIX = "icedtea7-forest-2.1" > -ICEDTEA_HG_URL = " > http://icedtea.classpath.org/hg/release/${ICEDTEA_PREFIX}" > +ICEDTEA_HG_URL = " > https://icedtea.wildebeest.org/hg/release/${ICEDTEA_PREFIX}" > > OPENJDK_CHANGESET = "22cc03983e20" > OPENJDK_FILE_UPSTREAM = "${OPENJDK_CHANGESET}.tar.bz2" > -- > 2.43.0.windows.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#109580): > https://lists.openembedded.org/g/openembedded-devel/message/109580 > Mute This Topic: https://lists.openembedded.org/mt/105137637/924729 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ > ticotimo@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
> > The old http://icedtea.classpath.org URL does not work anymore, > > update this to the http://icedtea.wildebeest.org URL used for other > > download sources. > > http://icedtea.wildebeest.org has some older sources, but not the newest. > > https://icedtea.classpath.org/download/source/ has some newer sources, but perhaps the > path has changed? You are correct, it seems the downloads are still updated (or at least more up-to-date) on icedtea.classpath.org, maybe I should have been more specific in the patch in saying the sources, at icedtea.wildebeest.org/hg/ specifically, are no longer available. Sincerely, Jermain Horsman
On Mon, Mar 25, 2024 at 7:59 AM Tim Orling via lists.openembedded.org <ticotimo=gmail.com@lists.openembedded.org> wrote: > > > On Mon, Mar 25, 2024 at 6:27 AM Jermain Horsman <jermain.horsman@nedap.com> > wrote: > >> From: Jermain Horsman <jermain.horsman@nedap.com> >> >> The old icedtea.classpath.org URL does not work anymore, >> update this to the icedtea.wildebeest.org URL used for other >> download sources. >> > > icedtea.wildebeest.org has some older sources, but not the newest. > > https://icedtea.classpath.org/download/source/ has some newer sources, > but perhaps the > path has changed? > > https://icedtea.classpath.org/download/source/icedtea-2.1.3.tar.gz > > I'll take this under review anyway, as is, since the old 2.1.3 version of > iceatea7-native we > are building still works from icedtea.wildebeest.org > > > >> Also update both to use https. >> >> Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com> >> --- >> recipes-core/icedtea/openjdk-7-release-03b147.inc | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/recipes-core/icedtea/openjdk-7-release-03b147.inc >> b/recipes-core/icedtea/openjdk-7-release-03b147.inc >> index 16bf592..379fd9e 100644 >> --- a/recipes-core/icedtea/openjdk-7-release-03b147.inc >> +++ b/recipes-core/icedtea/openjdk-7-release-03b147.inc >> @@ -7,10 +7,10 @@ FILESPATH =. "${FILE_DIRNAME}/openjdk-7-03b147:" >> # Force arm mode for now >> ARM_INSTRUCTION_SET:armv4t = "ARM" >> >> -ICEDTEA_URI = " >> http://icedtea.wildebeest.org/download/source/${ICEDTEA}.tar.gz;name=iced >> " >> +ICEDTEA_URI = " >> https://icedtea.wildebeest.org/download/source/${ICEDTEA}.tar.gz;name=iced >> " >> > This one should be able to be https://icedtea.classpath.org/download/source/icedtea-2.1.3.tar.gz > >> ICEDTEA_PREFIX = "icedtea7-forest-2.1" >> -ICEDTEA_HG_URL = " >> http://icedtea.classpath.org/hg/release/${ICEDTEA_PREFIX}" >> +ICEDTEA_HG_URL = " >> https://icedtea.wildebeest.org/hg/release/${ICEDTEA_PREFIX}" >> > I think this is the problem-child URL. I don't see "forest" in the revived https://icedtea.classpath.org/ site. We probably need to reach out to the site/organization to remind them of the oversight. >> OPENJDK_CHANGESET = "22cc03983e20" >> OPENJDK_FILE_UPSTREAM = "${OPENJDK_CHANGESET}.tar.bz2" >> -- >> 2.43.0.windows.1 >> >> >> >> >> > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#109589): > https://lists.openembedded.org/g/openembedded-devel/message/109589 > Mute This Topic: https://lists.openembedded.org/mt/105137637/924729 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ > ticotimo@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
On Mon, Mar 25, 2024 at 8:22 AM Jermain Horsman <jermain.horsman@nedap.com> wrote: > > > The old http://icedtea.classpath.org URL does not work anymore, > > > update this to the http://icedtea.wildebeest.org URL used for other > > > download sources. > > > > http://icedtea.wildebeest.org has some older sources, but not the > newest. > > > > https://icedtea.classpath.org/download/source/ has some newer sources, > but perhaps the > > path has changed? > > You are correct, it seems the downloads are still updated (or at least > more up-to-date) > on icedtea.classpath.org, maybe I should have been more specific in the > patch in saying > the sources, at icedtea.wildebeest.org/hg/ specifically, are no longer > available. > Yeah exactly. And I think using wildebeest for both in the recipe is less confusing. > > Sincerely, > > Jermain Horsman >
diff --git a/recipes-core/icedtea/openjdk-7-release-03b147.inc b/recipes-core/icedtea/openjdk-7-release-03b147.inc index 16bf592..379fd9e 100644 --- a/recipes-core/icedtea/openjdk-7-release-03b147.inc +++ b/recipes-core/icedtea/openjdk-7-release-03b147.inc @@ -7,10 +7,10 @@ FILESPATH =. "${FILE_DIRNAME}/openjdk-7-03b147:" # Force arm mode for now ARM_INSTRUCTION_SET:armv4t = "ARM" -ICEDTEA_URI = "http://icedtea.wildebeest.org/download/source/${ICEDTEA}.tar.gz;name=iced" +ICEDTEA_URI = "https://icedtea.wildebeest.org/download/source/${ICEDTEA}.tar.gz;name=iced" ICEDTEA_PREFIX = "icedtea7-forest-2.1" -ICEDTEA_HG_URL = "http://icedtea.classpath.org/hg/release/${ICEDTEA_PREFIX}" +ICEDTEA_HG_URL = "https://icedtea.wildebeest.org/hg/release/${ICEDTEA_PREFIX}" OPENJDK_CHANGESET = "22cc03983e20" OPENJDK_FILE_UPSTREAM = "${OPENJDK_CHANGESET}.tar.bz2"