* [meta-webserver][krogoth][PATCH] apache2: always use the archive.apache.org to ensure older releases are always available
@ 2017-01-20 9:31 Olof Johansson
2017-02-07 12:54 ` Olof Johansson
0 siblings, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2017-01-20 9:31 UTC (permalink / raw)
To: openembedded-devel; +Cc: Olof Johansson
From: Derek Straka <derek@asterius.io>
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Olof Johansson <olofjn@axis.com>
---
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [meta-webserver][krogoth][PATCH] apache2: always use the archive.apache.org to ensure older releases are always available
2017-01-20 9:31 [meta-webserver][krogoth][PATCH] apache2: always use the archive.apache.org to ensure older releases are always available Olof Johansson
@ 2017-02-07 12:54 ` Olof Johansson
2017-02-07 13:12 ` Oleksandr Kravchuk
2017-03-16 16:19 ` Olof Johansson
0 siblings, 2 replies; 5+ messages in thread
From: Olof Johansson @ 2017-02-07 12:54 UTC (permalink / raw)
To: openembedded-devel
Ping
On 17-01-20 10:31 +0100, Olof Johansson wrote:
> From: Derek Straka <derek@asterius.io>
>
> Signed-off-by: Derek Straka <derek@asterius.io>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> Signed-off-by: Olof Johansson <olofjn@axis.com>
> ---
> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-webserver][krogoth][PATCH] apache2: always use the archive.apache.org to ensure older releases are always available
2017-02-07 12:54 ` Olof Johansson
@ 2017-02-07 13:12 ` Oleksandr Kravchuk
2017-02-07 13:34 ` Olof Johansson
2017-03-16 16:19 ` Olof Johansson
1 sibling, 1 reply; 5+ messages in thread
From: Oleksandr Kravchuk @ 2017-02-07 13:12 UTC (permalink / raw)
To: openembedded-devel
Olof -
This change is already in 'master'.
On 7 February 2017 at 13:54, Olof Johansson <olof.johansson@axis.com> wrote:
> Ping
>
> On 17-01-20 10:31 +0100, Olof Johansson wrote:
> > From: Derek Straka <derek@asterius.io>
> >
> > Signed-off-by: Derek Straka <derek@asterius.io>
> > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> > Signed-off-by: Olof Johansson <olofjn@axis.com>
> > ---
> > 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-webserver][krogoth][PATCH] apache2: always use the archive.apache.org to ensure older releases are always available
2017-02-07 13:12 ` Oleksandr Kravchuk
@ 2017-02-07 13:34 ` Olof Johansson
0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2017-02-07 13:34 UTC (permalink / raw)
To: openembedded-devel
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-webserver][krogoth][PATCH] apache2: always use the archive.apache.org to ensure older releases are always available
2017-02-07 12:54 ` Olof Johansson
2017-02-07 13:12 ` Oleksandr Kravchuk
@ 2017-03-16 16:19 ` Olof Johansson
1 sibling, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2017-03-16 16:19 UTC (permalink / raw)
To: openembedded-devel
> On 17-01-20 10:31 +0100, Olof Johansson wrote:
> > From: Derek Straka <derek@asterius.io>
> >
> > Signed-off-by: Derek Straka <derek@asterius.io>
> > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> > Signed-off-by: Olof Johansson <olofjn@axis.com>
> > ---
> > 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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-03-16 16:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-20 9:31 [meta-webserver][krogoth][PATCH] apache2: always use the archive.apache.org to ensure older releases are always available Olof Johansson
2017-02-07 12:54 ` Olof Johansson
2017-02-07 13:12 ` Oleksandr Kravchuk
2017-02-07 13:34 ` Olof Johansson
2017-03-16 16:19 ` Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox