Openembedded Core Discussions
 help / color / mirror / Atom feed
* Re: [PATCH] cronie:upgrade 1.5.4 -> 1.5.5
  2019-11-22 10:51 [PATCH] cronie:upgrade 1.5.4 -> 1.5.5 Wang Mingyu
@ 2019-11-22  3:51 ` Mittal, Anuj
  2019-11-22  4:02 ` ✗ patchtest: failure for " Patchwork
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Mittal, Anuj @ 2019-11-22  3:51 UTC (permalink / raw)
  To: openembedded-core@lists.openembedded.org, wangmy@cn.fujitsu.com

Has this been tested with musl? I think would fail because anacron has
now been enabled by default [1] which in turn needs obstack [2].

[1] 
https://github.com/cronie-crond/cronie/commit/a8920856869a4682ce2300368da623fc86645c7a

[2] 
https://github.com/cronie-crond/cronie/blob/master/anacron/readtab.c

Also the anacron option should probably be converted to a PACKAGECONFIG
since we didn't have --enable-anacron.

Thanks,

Anuj

On Fri, 2019-11-22 at 02:51 -0800, Wang Mingyu wrote:
> ---
>  meta/recipes-extended/cronie/{cronie_1.5.4.bb => cronie_1.5.5.bb} |
> 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta/recipes-extended/cronie/{cronie_1.5.4.bb =>
> cronie_1.5.5.bb} (94%)
> 
> diff --git a/meta/recipes-extended/cronie/cronie_1.5.4.bb
> b/meta/recipes-extended/cronie/cronie_1.5.5.bb
> similarity index 94%
> rename from meta/recipes-extended/cronie/cronie_1.5.4.bb
> rename to meta/recipes-extended/cronie/cronie_1.5.5.bb
> index d35c667..b327381 100644
> --- a/meta/recipes-extended/cronie/cronie_1.5.4.bb
> +++ b/meta/recipes-extended/cronie/cronie_1.5.5.bb
> @@ -16,7 +16,7 @@ SECTION = "utils"
>  
>  UPSTREAM_CHECK_URI = "
> https://github.com/cronie-crond/${BPN}/releases/"
>  
> -SRC_URI = "
> https://github.com/cronie-crond/cronie/releases/download/cronie-${PV}-final/cronie-${PV}.tar.gz
> \
> +SRC_URI = "
> https://github.com/cronie-crond/cronie/releases/download/cronie-${PV}/cronie-${PV}.tar.gz
> \
>             file://crond.init \
>             file://crontab \
>             file://crond.service \
> @@ -25,8 +25,8 @@ SRC_URI = "
> https://github.com/cronie-crond/cronie/releases/download/cronie-${PV}
>  PAM_SRC_URI = "file://crond_pam_config.patch"
>  PAM_DEPS = "libpam libpam-runtime pam-plugin-access pam-plugin-
> loginuid"
>  
> -SRC_URI[md5sum] = "20233b96997e17a142e1fbe0d7ce8223"
> -SRC_URI[sha256sum] =
> "af8970559cad4262f8ffd7ec72abf682d2dcce04fdfb8f206a71d96566aba882"
> +SRC_URI[md5sum] = "351a37d0b5bd0144816724b4482747ad"
> +SRC_URI[sha256sum] =
> "be34c79505e5544323281854744b9955ff16b160ee569f9df7c0dddae5720eac"
>  
>  inherit autotools update-rc.d useradd systemd
>  
> -- 
> 2.7.4
> 
> 
> 

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

* ✗ patchtest: failure for cronie:upgrade 1.5.4 -> 1.5.5
  2019-11-22 10:51 [PATCH] cronie:upgrade 1.5.4 -> 1.5.5 Wang Mingyu
  2019-11-22  3:51 ` Mittal, Anuj
@ 2019-11-22  4:02 ` Patchwork
  2019-11-22  4:02 ` ✗ patchtest: failure for cronie:upgrade 1.5.4 -> 1.5.5 (rev2) Patchwork
  2019-11-22 10:51 ` [PATCH] kexec-tools: upgrade 2.0.19 -> 2.0.20 Wang Mingyu
  3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2019-11-22  4:02 UTC (permalink / raw)
  To: Wang Mingyu; +Cc: openembedded-core

== Series Details ==

Series: cronie:upgrade 1.5.4 -> 1.5.5
Revision: 1
URL   : https://patchwork.openembedded.org/series/21308/
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:



* Patch            cronie:upgrade 1.5.4 -> 1.5.5
 Issue             Patch is missing Signed-off-by [test_signed_off_by_presence] 
  Suggested fix    Sign off the patch (either manually or with "git commit --amend -s")



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

* ✗ patchtest: failure for cronie:upgrade 1.5.4 -> 1.5.5 (rev2)
  2019-11-22 10:51 [PATCH] cronie:upgrade 1.5.4 -> 1.5.5 Wang Mingyu
  2019-11-22  3:51 ` Mittal, Anuj
  2019-11-22  4:02 ` ✗ patchtest: failure for " Patchwork
@ 2019-11-22  4:02 ` Patchwork
  2019-11-22 10:51 ` [PATCH] kexec-tools: upgrade 2.0.19 -> 2.0.20 Wang Mingyu
  3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2019-11-22  4:02 UTC (permalink / raw)
  To: Wang Mingyu; +Cc: openembedded-core

== Series Details ==

Series: cronie:upgrade 1.5.4 -> 1.5.5 (rev2)
Revision: 2
URL   : https://patchwork.openembedded.org/series/21308/
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:



* Patch            kexec-tools: upgrade 2.0.19 -> 2.0.20
 Issue             Patch is missing Signed-off-by [test_signed_off_by_presence] 
  Suggested fix    Sign off the patch (either manually or with "git commit --amend -s")



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

* [PATCH] cronie:upgrade 1.5.4 -> 1.5.5
@ 2019-11-22 10:51 Wang Mingyu
  2019-11-22  3:51 ` Mittal, Anuj
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Wang Mingyu @ 2019-11-22 10:51 UTC (permalink / raw)
  To: openembedded-core

---
 meta/recipes-extended/cronie/{cronie_1.5.4.bb => cronie_1.5.5.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/cronie/{cronie_1.5.4.bb => cronie_1.5.5.bb} (94%)

diff --git a/meta/recipes-extended/cronie/cronie_1.5.4.bb b/meta/recipes-extended/cronie/cronie_1.5.5.bb
similarity index 94%
rename from meta/recipes-extended/cronie/cronie_1.5.4.bb
rename to meta/recipes-extended/cronie/cronie_1.5.5.bb
index d35c667..b327381 100644
--- a/meta/recipes-extended/cronie/cronie_1.5.4.bb
+++ b/meta/recipes-extended/cronie/cronie_1.5.5.bb
@@ -16,7 +16,7 @@ SECTION = "utils"
 
 UPSTREAM_CHECK_URI = "https://github.com/cronie-crond/${BPN}/releases/"
 
-SRC_URI = "https://github.com/cronie-crond/cronie/releases/download/cronie-${PV}-final/cronie-${PV}.tar.gz \
+SRC_URI = "https://github.com/cronie-crond/cronie/releases/download/cronie-${PV}/cronie-${PV}.tar.gz \
            file://crond.init \
            file://crontab \
            file://crond.service \
@@ -25,8 +25,8 @@ SRC_URI = "https://github.com/cronie-crond/cronie/releases/download/cronie-${PV}
 PAM_SRC_URI = "file://crond_pam_config.patch"
 PAM_DEPS = "libpam libpam-runtime pam-plugin-access pam-plugin-loginuid"
 
-SRC_URI[md5sum] = "20233b96997e17a142e1fbe0d7ce8223"
-SRC_URI[sha256sum] = "af8970559cad4262f8ffd7ec72abf682d2dcce04fdfb8f206a71d96566aba882"
+SRC_URI[md5sum] = "351a37d0b5bd0144816724b4482747ad"
+SRC_URI[sha256sum] = "be34c79505e5544323281854744b9955ff16b160ee569f9df7c0dddae5720eac"
 
 inherit autotools update-rc.d useradd systemd
 
-- 
2.7.4





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

* [PATCH] kexec-tools: upgrade 2.0.19 -> 2.0.20
  2019-11-22 10:51 [PATCH] cronie:upgrade 1.5.4 -> 1.5.5 Wang Mingyu
                   ` (2 preceding siblings ...)
  2019-11-22  4:02 ` ✗ patchtest: failure for cronie:upgrade 1.5.4 -> 1.5.5 (rev2) Patchwork
@ 2019-11-22 10:51 ` Wang Mingyu
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2019-11-22 10:51 UTC (permalink / raw)
  To: openembedded-core

---
 .../kexec/{kexec-tools_2.0.19.bb => kexec-tools_2.0.20.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-kernel/kexec/{kexec-tools_2.0.19.bb => kexec-tools_2.0.20.bb} (95%)

diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.19.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.20.bb
similarity index 95%
rename from meta/recipes-kernel/kexec/kexec-tools_2.0.19.bb
rename to meta/recipes-kernel/kexec/kexec-tools_2.0.20.bb
index c3f7435..b79e33b 100644
--- a/meta/recipes-kernel/kexec/kexec-tools_2.0.19.bb
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.20.bb
@@ -21,8 +21,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz
     file://0006-kexec-arm-undefine-__NR_kexec_file_load-for-arm.patch \
 "
 
-SRC_URI[md5sum] = "052458f0a35c2a3b0d2302caa3318e9f"
-SRC_URI[sha256sum] = "913c8dee918e5855a4ba60d609371390978144b4c8d15d6446ca0057b7bc5e58"
+SRC_URI[md5sum] = "46724b67f32501c5d3e778161347cad9"
+SRC_URI[sha256sum] = "cb16d79818e0c9de3bb3e33ede5677c34a1d28c646379c7ab44e0faa3eb57a16"
 
 inherit autotools update-rc.d systemd
 
-- 
2.7.4





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

end of thread, other threads:[~2019-11-22  4:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-22 10:51 [PATCH] cronie:upgrade 1.5.4 -> 1.5.5 Wang Mingyu
2019-11-22  3:51 ` Mittal, Anuj
2019-11-22  4:02 ` ✗ patchtest: failure for " Patchwork
2019-11-22  4:02 ` ✗ patchtest: failure for cronie:upgrade 1.5.4 -> 1.5.5 (rev2) Patchwork
2019-11-22 10:51 ` [PATCH] kexec-tools: upgrade 2.0.19 -> 2.0.20 Wang Mingyu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox