All of lore.kernel.org
 help / color / mirror / Atom feed
* [warrir][PATCH 1/4] popt: fix SRC_URI
@ 2020-01-12  6:14 Armin Kuster
  2020-01-12  6:14 ` [warrir][PATCH 2/4] sudo: correct SRC_URI Armin Kuster
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Armin Kuster @ 2020-01-12  6:14 UTC (permalink / raw)
  To: openembedded-core; +Cc: Oleksandr Kravchuk

From: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>

rpm5.org has been down for about a year now. Use linuxfromscratch.org
as an alternative reliable source instead.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d9224014da9a512b1b8837e4e7a736d465c97be3)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/recipes-support/popt/popt_1.16.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/popt/popt_1.16.bb b/meta/recipes-support/popt/popt_1.16.bb
index 478288f9bf..27e49c2ca2 100644
--- a/meta/recipes-support/popt/popt_1.16.bb
+++ b/meta/recipes-support/popt/popt_1.16.bb
@@ -8,7 +8,7 @@ PR = "r3"
 
 DEPENDS = "virtual/libiconv"
 
-SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz \
+SRC_URI = "http://anduin.linuxfromscratch.org/BLFS/popt/popt-${PV}.tar.gz \
            file://pkgconfig_fix.patch \
            file://popt_fix_for_automake-1.12.patch \
            file://disable_tests.patch \
-- 
2.17.1



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

* [warrir][PATCH 2/4] sudo: correct SRC_URI
  2020-01-12  6:14 [warrir][PATCH 1/4] popt: fix SRC_URI Armin Kuster
@ 2020-01-12  6:14 ` Armin Kuster
  2020-01-12  6:14 ` [warrir][PATCH 3/4] sudo: Fix fetching sources Armin Kuster
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Armin Kuster @ 2020-01-12  6:14 UTC (permalink / raw)
  To: openembedded-core

From: Alexander Kanavin <alex.kanavin@gmail.com>

The old URI returns 404, and has an invalid TLS certificate.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 73ff6aba0a53ffc3ee0a5859a3ad4c8021be4de0)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/recipes-extended/sudo/sudo_1.8.27.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/sudo/sudo_1.8.27.bb b/meta/recipes-extended/sudo/sudo_1.8.27.bb
index 7460a5bfed..bbca8395b9 100644
--- a/meta/recipes-extended/sudo/sudo_1.8.27.bb
+++ b/meta/recipes-extended/sudo/sudo_1.8.27.bb
@@ -1,6 +1,6 @@
 require sudo.inc
 
-SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
+SRC_URI = "http://www.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
            ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \
            file://0001-Include-sys-types.h-for-id_t-definition.patch \
            file://CVE-2019-14287-1.patch \
-- 
2.17.1



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

* [warrir][PATCH 3/4] sudo: Fix fetching sources
  2020-01-12  6:14 [warrir][PATCH 1/4] popt: fix SRC_URI Armin Kuster
  2020-01-12  6:14 ` [warrir][PATCH 2/4] sudo: correct SRC_URI Armin Kuster
@ 2020-01-12  6:14 ` Armin Kuster
  2020-01-12  6:14 ` [warrir][PATCH 4/4] stress: update SRC_URI Armin Kuster
  2020-01-12  7:02 ` ✗ patchtest: failure for "[warrir] popt: fix SRC_URI..." and 3 more Patchwork
  3 siblings, 0 replies; 5+ messages in thread
From: Armin Kuster @ 2020-01-12  6:14 UTC (permalink / raw)
  To: openembedded-core; +Cc: Ferry Toth

From: Ferry Toth <ftoth@exalondelft.nl>

It looks like https://www.sudo.ws/download.html changed certificate
and directory structure. This breaks fetching sources.

Signed-off-by: Ferry Toth <ftoth@exalondelft.nl>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit f02e9f46ce54fed3c7ddfad7d1003a2fb7ba3a67)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/recipes-extended/sudo/sudo_1.8.27.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/sudo/sudo_1.8.27.bb b/meta/recipes-extended/sudo/sudo_1.8.27.bb
index bbca8395b9..43c27bf37f 100644
--- a/meta/recipes-extended/sudo/sudo_1.8.27.bb
+++ b/meta/recipes-extended/sudo/sudo_1.8.27.bb
@@ -1,6 +1,6 @@
 require sudo.inc
 
-SRC_URI = "http://www.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
+SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \
            ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \
            file://0001-Include-sys-types.h-for-id_t-definition.patch \
            file://CVE-2019-14287-1.patch \
-- 
2.17.1



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

* [warrir][PATCH 4/4] stress: update SRC_URI
  2020-01-12  6:14 [warrir][PATCH 1/4] popt: fix SRC_URI Armin Kuster
  2020-01-12  6:14 ` [warrir][PATCH 2/4] sudo: correct SRC_URI Armin Kuster
  2020-01-12  6:14 ` [warrir][PATCH 3/4] sudo: Fix fetching sources Armin Kuster
@ 2020-01-12  6:14 ` Armin Kuster
  2020-01-12  7:02 ` ✗ patchtest: failure for "[warrir] popt: fix SRC_URI..." and 3 more Patchwork
  3 siblings, 0 replies; 5+ messages in thread
From: Armin Kuster @ 2020-01-12  6:14 UTC (permalink / raw)
  To: openembedded-core

Fixes:
WARNING: stress-1.0.4-r0 do_fetch: Failed to fetch URL http://people.seas.harvard.edu/~apw/stress/stress-1.0.4.tar.gz, attempting MIRRORS if available

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/recipes-extended/stress/stress_1.0.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/stress/stress_1.0.4.bb b/meta/recipes-extended/stress/stress_1.0.4.bb
index e9179d3e19..42046d5bf4 100644
--- a/meta/recipes-extended/stress/stress_1.0.4.bb
+++ b/meta/recipes-extended/stress/stress_1.0.4.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "http://people.seas.harvard.edu/~apw/stress/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRC_URI = "http://people.seas.harvard.edu/~apw/${BPN}/${BP}.tar.gz \
+SRC_URI = "https://fossies.org/linux/privat/${BP}.tar.gz \
            file://texinfo.patch \
            "
 
-- 
2.17.1



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

* ✗ patchtest: failure for "[warrir] popt: fix SRC_URI..." and 3 more
  2020-01-12  6:14 [warrir][PATCH 1/4] popt: fix SRC_URI Armin Kuster
                   ` (2 preceding siblings ...)
  2020-01-12  6:14 ` [warrir][PATCH 4/4] stress: update SRC_URI Armin Kuster
@ 2020-01-12  7:02 ` Patchwork
  3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2020-01-12  7:02 UTC (permalink / raw)
  To: Armin Kuster; +Cc: openembedded-core

== Series Details ==

Series: "[warrir] popt: fix SRC_URI..." and 3 more
Revision: 1
URL   : https://patchwork.openembedded.org/series/21971/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             Series does not apply on top of target branch [test_series_merge_on_head] 
  Suggested fix    Rebase your series on top of targeted branch
  Targeted branch  master (currently at 5a0f6f631b)



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



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

end of thread, other threads:[~2020-01-12  7:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-12  6:14 [warrir][PATCH 1/4] popt: fix SRC_URI Armin Kuster
2020-01-12  6:14 ` [warrir][PATCH 2/4] sudo: correct SRC_URI Armin Kuster
2020-01-12  6:14 ` [warrir][PATCH 3/4] sudo: Fix fetching sources Armin Kuster
2020-01-12  6:14 ` [warrir][PATCH 4/4] stress: update SRC_URI Armin Kuster
2020-01-12  7:02 ` ✗ patchtest: failure for "[warrir] popt: fix SRC_URI..." and 3 more Patchwork

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.