Re: [oe] [meta-webserver][krogoth][PATCH] apache2: always use the archive.apache.org to ensure older releases are always available

2017-03-16 Thread Olof Johansson
> On 17-01-20 10:31 +0100, Olof Johansson wrote:
> > From: Derek Straka 
> > 
> > Signed-off-by: Derek Straka 
> > Signed-off-by: Martin Jansa 
> > Signed-off-by: Olof Johansson 
> > ---
> >  meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb | 2 +-
> >  meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb| 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)

On 17-02-07 13:54 +0100, Olof Johansson wrote:
> Ping

Ping again? :) Both concering this patch and the corresponding
backport for morty.

-- 
olofjn
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-webserver][krogoth][PATCH] apache2: always use the archive.apache.org to ensure older releases are always available

2017-02-07 Thread Olof Johansson
On 17-02-07 14:12 +0100, Oleksandr Kravchuk wrote:
> Olof -
> 
> This change is already in 'master'.

Yes, I know. This is a request for backporting to krogoth. (And
there's a separate patch targetting morty, but didn't feel it
worthwhile to send to "ping" emails.)

-- 
olofjn
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-webserver][krogoth][PATCH] apache2: always use the archive.apache.org to ensure older releases are always available

2017-02-07 Thread Oleksandr Kravchuk
Olof -

This change is already in 'master'.

On 7 February 2017 at 13:54, Olof Johansson  wrote:

> Ping
>
> On 17-01-20 10:31 +0100, Olof Johansson wrote:
> > From: Derek Straka 
> >
> > Signed-off-by: Derek Straka 
> > Signed-off-by: Martin Jansa 
> > Signed-off-by: Olof Johansson 
> > ---
> >  meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb | 2 +-
> >  meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb| 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta-webserver/recipes-httpd/apache2/apache2-native_
> 2.4.23.bb b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb
> > index b227f19..aa26cc7 100644
> > --- a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb
> > +++ b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb
> > @@ -8,7 +8,7 @@ LICENSE = "Apache-2.0"
> >
> >  inherit autotools pkgconfig native
> >
> > -SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \
> > +SRC_URI = "http://archive.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \
> > file://0001-configure-use-pkg-config-for-PCRE-detection.patch
> \
> >"
> >
> > diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb
> b/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb
> > index 5bea876..9459766 100644
> > --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb
> > +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb
> > @@ -6,7 +6,7 @@ DEPENDS = "libtool-native apache2-native openssl expat
> pcre apr apr-util"
> >  SECTION = "net"
> >  LICENSE = "Apache-2.0"
> >
> > -SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \
> > +SRC_URI = "http://archive.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \
> > file://server-makefile.patch \
> > file://httpd-2.4.1-corelimit.patch \
> > file://httpd-2.4.4-export.patch \
> > --
> > 2.1.4
> >
>
> --
> olofjn
> --
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



-- 
Yes, this is my signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-webserver][krogoth][PATCH] apache2: always use the archive.apache.org to ensure older releases are always available

2017-02-07 Thread Olof Johansson
Ping

On 17-01-20 10:31 +0100, Olof Johansson wrote:
> From: Derek Straka 
> 
> Signed-off-by: Derek Straka 
> Signed-off-by: Martin Jansa 
> Signed-off-by: Olof Johansson 
> ---
>  meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb | 2 +-
>  meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb| 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb 
> b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb
> index b227f19..aa26cc7 100644
> --- a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb
> +++ b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb
> @@ -8,7 +8,7 @@ LICENSE = "Apache-2.0"
>  
>  inherit autotools pkgconfig native
>  
> -SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \
> +SRC_URI = "http://archive.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \
> file://0001-configure-use-pkg-config-for-PCRE-detection.patch \
>"
>  
> diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb 
> b/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb
> index 5bea876..9459766 100644
> --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb
> +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb
> @@ -6,7 +6,7 @@ DEPENDS = "libtool-native apache2-native openssl expat pcre 
> apr apr-util"
>  SECTION = "net"
>  LICENSE = "Apache-2.0"
>  
> -SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \
> +SRC_URI = "http://archive.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \
> file://server-makefile.patch \
> file://httpd-2.4.1-corelimit.patch \
> file://httpd-2.4.4-export.patch \
> -- 
> 2.1.4
> 

-- 
olofjn
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-webserver][krogoth][PATCH] apache2: always use the archive.apache.org to ensure older releases are always available

2017-01-20 Thread Olof Johansson
From: Derek Straka 

Signed-off-by: Derek Straka 
Signed-off-by: Martin Jansa 
Signed-off-by: Olof Johansson 
---
 meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb | 2 +-
 meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb 
b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb
index b227f19..aa26cc7 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb
@@ -8,7 +8,7 @@ LICENSE = "Apache-2.0"
 
 inherit autotools pkgconfig native
 
-SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \
+SRC_URI = "http://archive.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \
file://0001-configure-use-pkg-config-for-PCRE-detection.patch \
   "
 
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb 
b/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb
index 5bea876..9459766 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb
@@ -6,7 +6,7 @@ DEPENDS = "libtool-native apache2-native openssl expat pcre apr 
apr-util"
 SECTION = "net"
 LICENSE = "Apache-2.0"
 
-SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \
+SRC_URI = "http://archive.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \
file://server-makefile.patch \
file://httpd-2.4.1-corelimit.patch \
file://httpd-2.4.4-export.patch \
-- 
2.1.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel