All of lore.kernel.org
 help / color / mirror / Atom feed
* apache2_2.4.23.bb fetcher crashes
@ 2017-01-02 13:15 matti kaasinen
  2017-01-02 13:46 ` Oleksandr Kravchuk
  0 siblings, 1 reply; 10+ messages in thread
From: matti kaasinen @ 2017-01-02 13:15 UTC (permalink / raw)
  To: openembedded-devel

Hi!

http://www.apache.org/dist/httpd/httpd-2.4.23.tar.bz2 has been removed.
Latest/current version on http://www.apache.org/dist/httpd/ page is
httpd-2.4.25.tar.bz2. This crashes fetcher of
meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb
that is Krogoth recipe for apache2.

Thanks,
Matti


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: apache2_2.4.23.bb fetcher crashes
  2017-01-02 13:15 apache2_2.4.23.bb fetcher crashes matti kaasinen
@ 2017-01-02 13:46 ` Oleksandr Kravchuk
  2017-01-02 14:20   ` matti kaasinen
  0 siblings, 1 reply; 10+ messages in thread
From: Oleksandr Kravchuk @ 2017-01-02 13:46 UTC (permalink / raw)
  To: openembedded-devel

Matti -

As I have previously suggested, you can make a patch and send it to
this mailing list. Here is an instruction:
http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded

Would you like to try to do it yourself or you actually want us to fix it?

On 2 January 2017 at 14:15, matti kaasinen <matti.kaasinen@gmail.com> wrote:
> Hi!
>
> http://www.apache.org/dist/httpd/httpd-2.4.23.tar.bz2 has been removed.
> Latest/current version on http://www.apache.org/dist/httpd/ page is
> httpd-2.4.25.tar.bz2. This crashes fetcher of
> meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb
> that is Krogoth recipe for apache2.
>
> Thanks,
> Matti
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: apache2_2.4.23.bb fetcher crashes
  2017-01-02 13:46 ` Oleksandr Kravchuk
@ 2017-01-02 14:20   ` matti kaasinen
  2017-01-02 14:25     ` Piotr Lewicki
                       ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: matti kaasinen @ 2017-01-02 14:20 UTC (permalink / raw)
  To: openembedded-devel

Olkesandr,
Actually it was regarding that jquery library that I patched today. That
really was pretty trivial fix if fix at all ­- just to make it more formal.
However, I really do not know if it is just to update Apache version or is
there something else to do. Pure revision change would be trivial for me,
too, or actually a new recipe should be made. Other choice would be trying
to find that older version of Apache and fix source URL accordingly.
It seems that old version is in archive:
https://archive.apache.org/dist/httpd/
I'm fine making the patch to update SRC to point to apache archive.
However, recipe seems using several patches that I do not care creating for
the new release now. That should do someone more devoted to apache
functionality, I suppose.
-Matti


2017-01-02 15:46 GMT+02:00 Oleksandr Kravchuk <
oleksandr.kravchuk@pelagicore.com>:

> Matti -
>
> As I have previously suggested, you can make a patch and send it to
> this mailing list. Here is an instruction:
> http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
>
> Would you like to try to do it yourself or you actually want us to fix it?
>
> On 2 January 2017 at 14:15, matti kaasinen <matti.kaasinen@gmail.com>
> wrote:
> > Hi!
> >
> > http://www.apache.org/dist/httpd/httpd-2.4.23.tar.bz2 has been removed.
> > Latest/current version on http://www.apache.org/dist/httpd/ page is
> > httpd-2.4.25.tar.bz2. This crashes fetcher of
> > meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb
> > that is Krogoth recipe for apache2.
> >
> > Thanks,
> > Matti
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: apache2_2.4.23.bb fetcher crashes
  2017-01-02 14:20   ` matti kaasinen
@ 2017-01-02 14:25     ` Piotr Lewicki
  2017-01-02 14:29     ` Martin Jansa
  2017-01-05 20:09     ` matti kaasinen
  2 siblings, 0 replies; 10+ messages in thread
From: Piotr Lewicki @ 2017-01-02 14:25 UTC (permalink / raw)
  To: openembedded-devel

Hi,

Derek  Straka had already created a patch for it. Filter for msg topic: 
"[oe] [meta-webserver][PATCH] apache2: always use the archive.apache.org 
to ensure older releases are always available".

Just reapply it on krogoth branch and send a patch.

I will do the same with the morty.


What troubles me is: why isn't this patch applied on master?


BR,

Piotr


On 02.01.2017 15:20, matti kaasinen wrote:
> Olkesandr,
> Actually it was regarding that jquery library that I patched today. That
> really was pretty trivial fix if fix at all ­- just to make it more formal.
> However, I really do not know if it is just to update Apache version or is
> there something else to do. Pure revision change would be trivial for me,
> too, or actually a new recipe should be made. Other choice would be trying
> to find that older version of Apache and fix source URL accordingly.
> It seems that old version is in archive:
> https://archive.apache.org/dist/httpd/
> I'm fine making the patch to update SRC to point to apache archive.
> However, recipe seems using several patches that I do not care creating for
> the new release now. That should do someone more devoted to apache
> functionality, I suppose.
> -Matti
>
>
> 2017-01-02 15:46 GMT+02:00 Oleksandr Kravchuk <
> oleksandr.kravchuk@pelagicore.com>:
>
>> Matti -
>>
>> As I have previously suggested, you can make a patch and send it to
>> this mailing list. Here is an instruction:
>> http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
>>
>> Would you like to try to do it yourself or you actually want us to fix it?
>>
>> On 2 January 2017 at 14:15, matti kaasinen <matti.kaasinen@gmail.com>
>> wrote:
>>> Hi!
>>>
>>> http://www.apache.org/dist/httpd/httpd-2.4.23.tar.bz2 has been removed.
>>> Latest/current version on http://www.apache.org/dist/httpd/ page is
>>> httpd-2.4.25.tar.bz2. This crashes fetcher of
>>> meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb
>>> that is Krogoth recipe for apache2.
>>>
>>> Thanks,
>>> Matti
>>> --
>>> _______________________________________________
>>> Openembedded-devel mailing list
>>> Openembedded-devel@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: apache2_2.4.23.bb fetcher crashes
  2017-01-02 14:20   ` matti kaasinen
  2017-01-02 14:25     ` Piotr Lewicki
@ 2017-01-02 14:29     ` Martin Jansa
  2017-01-02 14:31       ` Piotr Lewicki
  2017-01-05 20:09     ` matti kaasinen
  2 siblings, 1 reply; 10+ messages in thread
From: Martin Jansa @ 2017-01-02 14:29 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2656 bytes --]

On Mon, Jan 02, 2017 at 04:20:37PM +0200, matti kaasinen wrote:
> Olkesandr,
> Actually it was regarding that jquery library that I patched today. That
> really was pretty trivial fix if fix at all ­- just to make it more formal.
> However, I really do not know if it is just to update Apache version or is
> there something else to do. Pure revision change would be trivial for me,
> too, or actually a new recipe should be made. Other choice would be trying
> to find that older version of Apache and fix source URL accordingly.
> It seems that old version is in archive:
> https://archive.apache.org/dist/httpd/
> I'm fine making the patch to update SRC to point to apache archive.
> However, recipe seems using several patches that I do not care creating for
> the new release now. That should do someone more devoted to apache
> functionality, I suppose.
> -Matti

Or just read last 2 weeks on this ML to find:
https://patchwork.openembedded.org/patch/135494/
and related discussion and just ask for backporting this to krogoth
branch

> 
> 
> 2017-01-02 15:46 GMT+02:00 Oleksandr Kravchuk <
> oleksandr.kravchuk@pelagicore.com>:
> 
> > Matti -
> >
> > As I have previously suggested, you can make a patch and send it to
> > this mailing list. Here is an instruction:
> > http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
> >
> > Would you like to try to do it yourself or you actually want us to fix it?
> >
> > On 2 January 2017 at 14:15, matti kaasinen <matti.kaasinen@gmail.com>
> > wrote:
> > > Hi!
> > >
> > > http://www.apache.org/dist/httpd/httpd-2.4.23.tar.bz2 has been removed.
> > > Latest/current version on http://www.apache.org/dist/httpd/ page is
> > > httpd-2.4.25.tar.bz2. This crashes fetcher of
> > > meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb
> > > that is Krogoth recipe for apache2.
> > >
> > > Thanks,
> > > Matti
> > > --
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: apache2_2.4.23.bb fetcher crashes
  2017-01-02 14:29     ` Martin Jansa
@ 2017-01-02 14:31       ` Piotr Lewicki
  2017-01-02 14:47         ` Martin Jansa
  0 siblings, 1 reply; 10+ messages in thread
From: Piotr Lewicki @ 2017-01-02 14:31 UTC (permalink / raw)
  To: openembedded-devel

On 02.01.2017 15:29, Martin Jansa wrote:
> On Mon, Jan 02, 2017 at 04:20:37PM +0200, matti kaasinen wrote:
>> Olkesandr,
>> Actually it was regarding that jquery library that I patched today. That
>> really was pretty trivial fix if fix at all ­- just to make it more formal.
>> However, I really do not know if it is just to update Apache version or is
>> there something else to do. Pure revision change would be trivial for me,
>> too, or actually a new recipe should be made. Other choice would be trying
>> to find that older version of Apache and fix source URL accordingly.
>> It seems that old version is in archive:
>> https://archive.apache.org/dist/httpd/
>> I'm fine making the patch to update SRC to point to apache archive.
>> However, recipe seems using several patches that I do not care creating for
>> the new release now. That should do someone more devoted to apache
>> functionality, I suppose.
>> -Matti
> Or just read last 2 weeks on this ML to find:
> https://patchwork.openembedded.org/patch/135494/
> and related discussion and just ask for backporting this to krogoth
> branch
@Martin: Could I ask you to also port it to morty?


>
>>
>> 2017-01-02 15:46 GMT+02:00 Oleksandr Kravchuk <
>> oleksandr.kravchuk@pelagicore.com>:
>>
>>> Matti -
>>>
>>> As I have previously suggested, you can make a patch and send it to
>>> this mailing list. Here is an instruction:
>>> http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
>>>
>>> Would you like to try to do it yourself or you actually want us to fix it?
>>>
>>> On 2 January 2017 at 14:15, matti kaasinen <matti.kaasinen@gmail.com>
>>> wrote:
>>>> Hi!
>>>>
>>>> http://www.apache.org/dist/httpd/httpd-2.4.23.tar.bz2 has been removed.
>>>> Latest/current version on http://www.apache.org/dist/httpd/ page is
>>>> httpd-2.4.25.tar.bz2. This crashes fetcher of
>>>> meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb
>>>> that is Krogoth recipe for apache2.
>>>>
>>>> Thanks,
>>>> Matti
>>>> --
>>>> _______________________________________________
>>>> Openembedded-devel mailing list
>>>> Openembedded-devel@lists.openembedded.org
>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>> --
>>> _______________________________________________
>>> Openembedded-devel mailing list
>>> Openembedded-devel@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>>
>> -- 
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>
--
Piotr Lewicki


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: apache2_2.4.23.bb fetcher crashes
  2017-01-02 14:31       ` Piotr Lewicki
@ 2017-01-02 14:47         ` Martin Jansa
  2017-01-02 14:52           ` Piotr Lewicki
  0 siblings, 1 reply; 10+ messages in thread
From: Martin Jansa @ 2017-01-02 14:47 UTC (permalink / raw)
  To: openembedded-devel

You need to ask armin to include it in next pull request for morty and
krogoth.

On Mon, Jan 2, 2017 at 3:31 PM, Piotr Lewicki <piotr.lewicki@elfin.de>
wrote:

> On 02.01.2017 15:29, Martin Jansa wrote:
>
>> On Mon, Jan 02, 2017 at 04:20:37PM +0200, matti kaasinen wrote:
>>
>>> Olkesandr,
>>> Actually it was regarding that jquery library that I patched today. That
>>> really was pretty trivial fix if fix at all ­- just to make it more
>>> formal.
>>> However, I really do not know if it is just to update Apache version or
>>> is
>>> there something else to do. Pure revision change would be trivial for me,
>>> too, or actually a new recipe should be made. Other choice would be
>>> trying
>>> to find that older version of Apache and fix source URL accordingly.
>>> It seems that old version is in archive:
>>> https://archive.apache.org/dist/httpd/
>>> I'm fine making the patch to update SRC to point to apache archive.
>>> However, recipe seems using several patches that I do not care creating
>>> for
>>> the new release now. That should do someone more devoted to apache
>>> functionality, I suppose.
>>> -Matti
>>>
>> Or just read last 2 weeks on this ML to find:
>> https://patchwork.openembedded.org/patch/135494/
>> and related discussion and just ask for backporting this to krogoth
>> branch
>>
> @Martin: Could I ask you to also port it to morty?
>
>
>
>
>>
>>> 2017-01-02 15:46 GMT+02:00 Oleksandr Kravchuk <
>>> oleksandr.kravchuk@pelagicore.com>:
>>>
>>> Matti -
>>>>
>>>> As I have previously suggested, you can make a patch and send it to
>>>> this mailing list. Here is an instruction:
>>>> http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
>>>>
>>>> Would you like to try to do it yourself or you actually want us to fix
>>>> it?
>>>>
>>>> On 2 January 2017 at 14:15, matti kaasinen <matti.kaasinen@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi!
>>>>>
>>>>> http://www.apache.org/dist/httpd/httpd-2.4.23.tar.bz2 has been
>>>>> removed.
>>>>> Latest/current version on http://www.apache.org/dist/httpd/ page is
>>>>> httpd-2.4.25.tar.bz2. This crashes fetcher of
>>>>> meta-openembedded/meta-webserver/recipes-httpd/apache2/apach
>>>>> e2_2.4.23.bb
>>>>> that is Krogoth recipe for apache2.
>>>>>
>>>>> Thanks,
>>>>> Matti
>>>>> --
>>>>> _______________________________________________
>>>>> Openembedded-devel mailing list
>>>>> Openembedded-devel@lists.openembedded.org
>>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>>>>
>>>> --
>>>> _______________________________________________
>>>> Openembedded-devel mailing list
>>>> Openembedded-devel@lists.openembedded.org
>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>>>
>>>> --
>>> _______________________________________________
>>> Openembedded-devel mailing list
>>> Openembedded-devel@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>>
>>
>>
>> --
> Piotr Lewicki
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: apache2_2.4.23.bb fetcher crashes
  2017-01-02 14:47         ` Martin Jansa
@ 2017-01-02 14:52           ` Piotr Lewicki
  2017-01-02 18:58             ` matti kaasinen
  0 siblings, 1 reply; 10+ messages in thread
From: Piotr Lewicki @ 2017-01-02 14:52 UTC (permalink / raw)
  To: openembedded-devel, Armin Kuster

Ok. Thanks

@Armin? Can you include this?

On 02.01.2017 15:47, Martin Jansa wrote:
> You need to ask armin to include it in next pull request for morty and
> krogoth.
>
> On Mon, Jan 2, 2017 at 3:31 PM, Piotr Lewicki <piotr.lewicki@elfin.de>
> wrote:
>
>> On 02.01.2017 15:29, Martin Jansa wrote:
>>
>>> On Mon, Jan 02, 2017 at 04:20:37PM +0200, matti kaasinen wrote:
>>>
>>>> Olkesandr,
>>>> Actually it was regarding that jquery library that I patched today. That
>>>> really was pretty trivial fix if fix at all ­- just to make it more
>>>> formal.
>>>> However, I really do not know if it is just to update Apache version or
>>>> is
>>>> there something else to do. Pure revision change would be trivial for me,
>>>> too, or actually a new recipe should be made. Other choice would be
>>>> trying
>>>> to find that older version of Apache and fix source URL accordingly.
>>>> It seems that old version is in archive:
>>>> https://archive.apache.org/dist/httpd/
>>>> I'm fine making the patch to update SRC to point to apache archive.
>>>> However, recipe seems using several patches that I do not care creating
>>>> for
>>>> the new release now. That should do someone more devoted to apache
>>>> functionality, I suppose.
>>>> -Matti
>>>>
>>> Or just read last 2 weeks on this ML to find:
>>> https://patchwork.openembedded.org/patch/135494/
>>> and related discussion and just ask for backporting this to krogoth
>>> branch
>>>
>> @Martin: Could I ask you to also port it to morty?
>>
>>
>>
>>
>>>> 2017-01-02 15:46 GMT+02:00 Oleksandr Kravchuk <
>>>> oleksandr.kravchuk@pelagicore.com>:
>>>>
>>>> Matti -
>>>>> As I have previously suggested, you can make a patch and send it to
>>>>> this mailing list. Here is an instruction:
>>>>> http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
>>>>>
>>>>> Would you like to try to do it yourself or you actually want us to fix
>>>>> it?
>>>>>
>>>>> On 2 January 2017 at 14:15, matti kaasinen <matti.kaasinen@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hi!
>>>>>>
>>>>>> http://www.apache.org/dist/httpd/httpd-2.4.23.tar.bz2 has been
>>>>>> removed.
>>>>>> Latest/current version on http://www.apache.org/dist/httpd/ page is
>>>>>> httpd-2.4.25.tar.bz2. This crashes fetcher of
>>>>>> meta-openembedded/meta-webserver/recipes-httpd/apache2/apach
>>>>>> e2_2.4.23.bb
>>>>>> that is Krogoth recipe for apache2.
>>>>>>
>>>>>> Thanks,
>>>>>> Matti
>>>>>> --
>>>>>> _______________________________________________
>>>>>> Openembedded-devel mailing list
>>>>>> Openembedded-devel@lists.openembedded.org
>>>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>>>>>
>>>>> --
>>>>> _______________________________________________
>>>>> Openembedded-devel mailing list
>>>>> Openembedded-devel@lists.openembedded.org
>>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>>>>
>>>>> --
>>>> _______________________________________________
>>>> Openembedded-devel mailing list
>>>> Openembedded-devel@lists.openembedded.org
>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>>>
>>>
>>> --
>> Piotr Lewicki
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>
--
Piotr Lewicki


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: apache2_2.4.23.bb fetcher crashes
  2017-01-02 14:52           ` Piotr Lewicki
@ 2017-01-02 18:58             ` matti kaasinen
  0 siblings, 0 replies; 10+ messages in thread
From: matti kaasinen @ 2017-01-02 18:58 UTC (permalink / raw)
  To: openembedded-devel

Thanks for your advices Martin.
So Armin, could you please backport this
https://patchwork.openembedded.org/patch/135494/ to krogoth or actually
backport patched apache2_2.4.25.bb, if possible?
-Matti

2017-01-02 16:52 GMT+02:00 Piotr Lewicki <piotr.lewicki@elfin.de>:

> Ok. Thanks
>
> @Armin? Can you include this?
>
>
> On 02.01.2017 15:47, Martin Jansa wrote:
>
>> You need to ask armin to include it in next pull request for morty and
>> krogoth.
>>
>> On Mon, Jan 2, 2017 at 3:31 PM, Piotr Lewicki <piotr.lewicki@elfin.de>
>> wrote:
>>
>> On 02.01.2017 15:29, Martin Jansa wrote:
>>>
>>> On Mon, Jan 02, 2017 at 04:20:37PM +0200, matti kaasinen wrote:
>>>>
>>>> Olkesandr,
>>>>> Actually it was regarding that jquery library that I patched today.
>>>>> That
>>>>> really was pretty trivial fix if fix at all ­- just to make it more
>>>>> formal.
>>>>> However, I really do not know if it is just to update Apache version or
>>>>> is
>>>>> there something else to do. Pure revision change would be trivial for
>>>>> me,
>>>>> too, or actually a new recipe should be made. Other choice would be
>>>>> trying
>>>>> to find that older version of Apache and fix source URL accordingly.
>>>>> It seems that old version is in archive:
>>>>> https://archive.apache.org/dist/httpd/
>>>>> I'm fine making the patch to update SRC to point to apache archive.
>>>>> However, recipe seems using several patches that I do not care creating
>>>>> for
>>>>> the new release now. That should do someone more devoted to apache
>>>>> functionality, I suppose.
>>>>> -Matti
>>>>>
>>>>> Or just read last 2 weeks on this ML to find:
>>>> https://patchwork.openembedded.org/patch/135494/
>>>> and related discussion and just ask for backporting this to krogoth
>>>> branch
>>>>
>>>> @Martin: Could I ask you to also port it to morty?
>>>
>>>
>>>
>>>
>>> 2017-01-02 15:46 GMT+02:00 Oleksandr Kravchuk <
>>>>> oleksandr.kravchuk@pelagicore.com>:
>>>>>
>>>>> Matti -
>>>>>
>>>>>> As I have previously suggested, you can make a patch and send it to
>>>>>> this mailing list. Here is an instruction:
>>>>>> http://www.openembedded.org/wiki/How_to_submit_a_patch_to_Op
>>>>>> enEmbedded
>>>>>>
>>>>>> Would you like to try to do it yourself or you actually want us to fix
>>>>>> it?
>>>>>>
>>>>>> On 2 January 2017 at 14:15, matti kaasinen <matti.kaasinen@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>> Hi!
>>>>>>>
>>>>>>> http://www.apache.org/dist/httpd/httpd-2.4.23.tar.bz2 has been
>>>>>>> removed.
>>>>>>> Latest/current version on http://www.apache.org/dist/httpd/ page is
>>>>>>> httpd-2.4.25.tar.bz2. This crashes fetcher of
>>>>>>> meta-openembedded/meta-webserver/recipes-httpd/apache2/apach
>>>>>>> e2_2.4.23.bb
>>>>>>> that is Krogoth recipe for apache2.
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Matti
>>>>>>> --
>>>>>>> _______________________________________________
>>>>>>> Openembedded-devel mailing list
>>>>>>> Openembedded-devel@lists.openembedded.org
>>>>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>>>>>>
>>>>>>> --
>>>>>> _______________________________________________
>>>>>> Openembedded-devel mailing list
>>>>>> Openembedded-devel@lists.openembedded.org
>>>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>>>>>
>>>>>> --
>>>>>>
>>>>> _______________________________________________
>>>>> Openembedded-devel mailing list
>>>>> Openembedded-devel@lists.openembedded.org
>>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>>>>
>>>>>
>>>> --
>>>>
>>> Piotr Lewicki
>>>
>>> --
>>> _______________________________________________
>>> Openembedded-devel mailing list
>>> Openembedded-devel@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>>
>>> --
> Piotr Lewicki
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: apache2_2.4.23.bb fetcher crashes
  2017-01-02 14:20   ` matti kaasinen
  2017-01-02 14:25     ` Piotr Lewicki
  2017-01-02 14:29     ` Martin Jansa
@ 2017-01-05 20:09     ` matti kaasinen
  2 siblings, 0 replies; 10+ messages in thread
From: matti kaasinen @ 2017-01-05 20:09 UTC (permalink / raw)
  To: openembedded-devel

2017-01-02 16:20 GMT+02:00 matti kaasinen <matti.kaasinen@gmail.com>:

> Actually it was regarding that jquery library that I patched today.



No, very big mistake. I just found message below arrived three days ago to
my "advertisements and marketing" folder:


This mailinglist requires people to subscribe before posting.

Your posting was automatically rejected, please subscribe at
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Date: Mon, 2 Jan 2017 14:34:19 +0200
Subject: [meta-oe][PATCH] Recipe refers to jquery library folder with
JQUERYDIR variable except once, where literal string is used, instead. This
patch fixes that deviation.
Signed-off-by: Matti Kaasinen <matti.kaasinen@gmail.com>
---
 meta-oe/recipes-support/libjs/libjs-jquery_1.7.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/libjs/libjs-jquery_1.7.2.bb
b/meta-oe/recipes-support/libjs/libjs-jquery_1.7.2.bb
index ec8f360..a047a20 100644
--- a/meta-oe/recipes-support/libjs/libjs-jquery_1.7.2.bb
+++ b/meta-oe/recipes-support/libjs/libjs-jquery_1.7.2.bb
@@ -21,4 +21,4 @@ do_install() {
     install -m 0644 ${S}${JQUERYDOCDIR}/copyright ${D}${JQUERYDOCDIR}/
 }

I don't know my OE registration details or I made some mistake in setting
up git-mail.
But please find my patch above if you wish.

Cheer,
Matti


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-01-05 20:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-02 13:15 apache2_2.4.23.bb fetcher crashes matti kaasinen
2017-01-02 13:46 ` Oleksandr Kravchuk
2017-01-02 14:20   ` matti kaasinen
2017-01-02 14:25     ` Piotr Lewicki
2017-01-02 14:29     ` Martin Jansa
2017-01-02 14:31       ` Piotr Lewicki
2017-01-02 14:47         ` Martin Jansa
2017-01-02 14:52           ` Piotr Lewicki
2017-01-02 18:58             ` matti kaasinen
2017-01-05 20:09     ` matti kaasinen

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.