All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][morty][PATCH 0/3] backport patch to fix SRC_URI issue on samba.org
@ 2017-02-21  0:26 chong.yi.chai
  2017-02-21  0:26 ` [meta-networking][morty][PATCH 1/3] libtdb: fix SRC_URI - http has gone chong.yi.chai
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: chong.yi.chai @ 2017-02-21  0:26 UTC (permalink / raw)
  To: openembedded-devel

From: "Chai, Chong Yi" <chong.yi.chai@intel.com>

Backport 3 patches from master branch to morty branch for fixing fetch issue
on samba.org. Replacing http with https to solve this issue.

Andreas Müller (2):
  libtdb: fix SRC_URI - http has gone
  libtevent: fix SRC_URI - http has gone

Chai, Chong Yi (1):
  libtalloc: fix SRC_URI to use https instead of http

 meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb  | 2 +-
 meta-networking/recipes-support/libtdb/libtdb_1.3.10.bb       | 2 +-
 meta-networking/recipes-support/libtevent/libtevent_0.9.29.bb | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.9.1



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

* [meta-networking][morty][PATCH 1/3] libtdb: fix SRC_URI - http has gone
  2017-02-21  0:26 [meta-networking][morty][PATCH 0/3] backport patch to fix SRC_URI issue on samba.org chong.yi.chai
@ 2017-02-21  0:26 ` chong.yi.chai
  2017-02-22 16:44   ` akuster808
  2017-02-21  0:26 ` [meta-networking][morty][PATCH 2/3] libtevent: " chong.yi.chai
  2017-02-21  0:26 ` [meta-networking][morty][PATCH 3/3] libtalloc: fix SRC_URI to use https instead of http chong.yi.chai
  2 siblings, 1 reply; 5+ messages in thread
From: chong.yi.chai @ 2017-02-21  0:26 UTC (permalink / raw)
  To: openembedded-devel

From: Andreas Müller <schnitzeltony@googlemail.com>

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
(cherry picked from commit 7131b825b6973e703c24101dec4628b1765723b6)
Signed-off-by: Chai, Chong Yi <chong.yi.chai@intel.com>
---
 meta-networking/recipes-support/libtdb/libtdb_1.3.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/libtdb/libtdb_1.3.10.bb b/meta-networking/recipes-support/libtdb/libtdb_1.3.10.bb
index 1d65d39..7eb0d7c 100644
--- a/meta-networking/recipes-support/libtdb/libtdb_1.3.10.bb
+++ b/meta-networking/recipes-support/libtdb/libtdb_1.3.10.bb
@@ -5,7 +5,7 @@ LICENSE = "LGPL-3.0+ & GPL-3.0+"
 LIC_FILES_CHKSUM = "file://tools/tdbdump.c;endline=18;md5=b59cd45aa8624578126a8c98f48018c4 \
                     file://include/tdb.h;endline=27;md5=f5bb544641d3081821bcc1dd58310be6"
 
-SRC_URI = "http://samba.org/ftp/tdb/tdb-${PV}.tar.gz \
+SRC_URI = "https://samba.org/ftp/tdb/tdb-${PV}.tar.gz \
            file://do-not-check-xsltproc-manpages.patch \
            file://tdb-Add-configure-options-for-packages.patch \
 "
-- 
1.9.1



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

* [meta-networking][morty][PATCH 2/3] libtevent: fix SRC_URI - http has gone
  2017-02-21  0:26 [meta-networking][morty][PATCH 0/3] backport patch to fix SRC_URI issue on samba.org chong.yi.chai
  2017-02-21  0:26 ` [meta-networking][morty][PATCH 1/3] libtdb: fix SRC_URI - http has gone chong.yi.chai
@ 2017-02-21  0:26 ` chong.yi.chai
  2017-02-21  0:26 ` [meta-networking][morty][PATCH 3/3] libtalloc: fix SRC_URI to use https instead of http chong.yi.chai
  2 siblings, 0 replies; 5+ messages in thread
From: chong.yi.chai @ 2017-02-21  0:26 UTC (permalink / raw)
  To: openembedded-devel

From: Andreas Müller <schnitzeltony@googlemail.com>

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
(cherry picked from commit 3a3e443864d67931abbb3798e116e63367af1a87)
Signed-off-by: Chai, Chong Yi <chong.yi.chai@intel.com>
---
 meta-networking/recipes-support/libtevent/libtevent_0.9.29.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/libtevent/libtevent_0.9.29.bb b/meta-networking/recipes-support/libtevent/libtevent_0.9.29.bb
index 9f4e235..7125893 100644
--- a/meta-networking/recipes-support/libtevent/libtevent_0.9.29.bb
+++ b/meta-networking/recipes-support/libtevent/libtevent_0.9.29.bb
@@ -6,7 +6,7 @@ LICENSE = "LGPLv3+"
 DEPENDS += "libtalloc"
 RDEPENDS_python-tevent = "python"
 
-SRC_URI = "http://samba.org/ftp/tevent/tevent-${PV}.tar.gz \
+SRC_URI = "https://samba.org/ftp/tevent/tevent-${PV}.tar.gz \
            file://tevent-Add-configure-options-for-packages.patch \
 "
 LIC_FILES_CHKSUM = "file://tevent.h;endline=26;md5=4e458d658cb25e21efc16f720e78b85a"
-- 
1.9.1



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

* [meta-networking][morty][PATCH 3/3] libtalloc: fix SRC_URI to use https instead of http
  2017-02-21  0:26 [meta-networking][morty][PATCH 0/3] backport patch to fix SRC_URI issue on samba.org chong.yi.chai
  2017-02-21  0:26 ` [meta-networking][morty][PATCH 1/3] libtdb: fix SRC_URI - http has gone chong.yi.chai
  2017-02-21  0:26 ` [meta-networking][morty][PATCH 2/3] libtevent: " chong.yi.chai
@ 2017-02-21  0:26 ` chong.yi.chai
  2 siblings, 0 replies; 5+ messages in thread
From: chong.yi.chai @ 2017-02-21  0:26 UTC (permalink / raw)
  To: openembedded-devel

From: "Chai, Chong Yi" <chong.yi.chai@intel.com>

Fetching using http from samba.org is no longer working and changing to https
would fix the issue.

Signed-off-by: Chai, Chong Yi <chong.yi.chai@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
(cherry picked from commit 41feeb4df994c9f82955521c45e056d84d8e664b)
Signed-off-by: Chai, Chong Yi <chong.yi.chai@intel.com>
---
 meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb b/meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb
index 97a9a75..3f031ca 100644
--- a/meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb
+++ b/meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://talloc.samba.org"
 SECTION = "libs"
 LICENSE = "LGPL-3.0+ & GPL-3.0+"
 
-SRC_URI = "http://samba.org/ftp/talloc/talloc-${PV}.tar.gz \
+SRC_URI = "https://samba.org/ftp/talloc/talloc-${PV}.tar.gz \
            file://talloc-Add-configure-options-for-packages.patch \
 "
 LIC_FILES_CHKSUM = "file://talloc.h;beginline=3;endline=27;md5=a301712782cad6dd6d5228bfa7825249 \
-- 
1.9.1



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

* Re: [meta-networking][morty][PATCH 1/3] libtdb: fix SRC_URI - http has gone
  2017-02-21  0:26 ` [meta-networking][morty][PATCH 1/3] libtdb: fix SRC_URI - http has gone chong.yi.chai
@ 2017-02-22 16:44   ` akuster808
  0 siblings, 0 replies; 5+ messages in thread
From: akuster808 @ 2017-02-22 16:44 UTC (permalink / raw)
  To: chong.yi.chai, openembedded-devel


On 02/20/2017 04:26 PM, chong.yi.chai@intel.com wrote:
> From: Andreas Müller <schnitzeltony@googlemail.com>
>
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
> (cherry picked from commit 7131b825b6973e703c24101dec4628b1765723b6)
> Signed-off-by: Chai, Chong Yi <chong.yi.chai@intel.com>

all three push to akuster/morty-next on meta-oe-contrib


thanks

Armin


> ---
>   meta-networking/recipes-support/libtdb/libtdb_1.3.10.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-networking/recipes-support/libtdb/libtdb_1.3.10.bb b/meta-networking/recipes-support/libtdb/libtdb_1.3.10.bb
> index 1d65d39..7eb0d7c 100644
> --- a/meta-networking/recipes-support/libtdb/libtdb_1.3.10.bb
> +++ b/meta-networking/recipes-support/libtdb/libtdb_1.3.10.bb
> @@ -5,7 +5,7 @@ LICENSE = "LGPL-3.0+ & GPL-3.0+"
>   LIC_FILES_CHKSUM = "file://tools/tdbdump.c;endline=18;md5=b59cd45aa8624578126a8c98f48018c4 \
>                       file://include/tdb.h;endline=27;md5=f5bb544641d3081821bcc1dd58310be6"
>   
> -SRC_URI = "http://samba.org/ftp/tdb/tdb-${PV}.tar.gz \
> +SRC_URI = "https://samba.org/ftp/tdb/tdb-${PV}.tar.gz \
>              file://do-not-check-xsltproc-manpages.patch \
>              file://tdb-Add-configure-options-for-packages.patch \
>   "



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

end of thread, other threads:[~2017-02-22 16:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-21  0:26 [meta-networking][morty][PATCH 0/3] backport patch to fix SRC_URI issue on samba.org chong.yi.chai
2017-02-21  0:26 ` [meta-networking][morty][PATCH 1/3] libtdb: fix SRC_URI - http has gone chong.yi.chai
2017-02-22 16:44   ` akuster808
2017-02-21  0:26 ` [meta-networking][morty][PATCH 2/3] libtevent: " chong.yi.chai
2017-02-21  0:26 ` [meta-networking][morty][PATCH 3/3] libtalloc: fix SRC_URI to use https instead of http chong.yi.chai

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.