diff mbox series

[meta-swupdate] swupdate: bump to revision d3f207f

Message ID 20201217203147.4356-1-pierre-jean.texier@lafon.fr
State Accepted
Headers show
Series [meta-swupdate] swupdate: bump to revision d3f207f | expand

Commit Message

Pierre-Jean Texier Dec. 17, 2020, 8:31 p.m. UTC
This includes the following changes:

d3f207f Fix memory leak after sending progress message with version string
f476577 handlers/swuforward_handler.c: Correct failing returns
661b9c6 swuforward-ws.c: Prevent segfault in TEXTRANGE_TO_STR
0295914 pkcs11: Fix first block decryption
a776b59 pkcs11: Eliminate additional buffer
31178ec notifier: fix termination string when console is not used
9763342 Prepare 2020.11

Signed-off-by: Pierre-Jean Texier <pierre-jean.texier@lafon.fr>
---
 recipes-support/swupdate/swupdate_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic Dec. 18, 2020, 11:25 a.m. UTC | #1
On 17.12.20 21:31, Pierre-Jean Texier wrote:
> This includes the following changes:
> 
> d3f207f Fix memory leak after sending progress message with version string
> f476577 handlers/swuforward_handler.c: Correct failing returns
> 661b9c6 swuforward-ws.c: Prevent segfault in TEXTRANGE_TO_STR
> 0295914 pkcs11: Fix first block decryption
> a776b59 pkcs11: Eliminate additional buffer
> 31178ec notifier: fix termination string when console is not used
> 9763342 Prepare 2020.11
> 
> Signed-off-by: Pierre-Jean Texier <pierre-jean.texier@lafon.fr>
> ---
>  recipes-support/swupdate/swupdate_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-support/swupdate/swupdate_git.bb b/recipes-support/swupdate/swupdate_git.bb
> index b232973..00cc05a 100644
> --- a/recipes-support/swupdate/swupdate_git.bb
> +++ b/recipes-support/swupdate/swupdate_git.bb
> @@ -2,5 +2,5 @@ require swupdate.inc
>  
>  DEFAULT_PREFERENCE = "-1"
>  
> -SRCREV ?= "e0684ea4f491e4b87d5c0ce1c1418005b4158cb2"
> +SRCREV ?= "d3f207f89940ff3aa1b66ebabfe5b35417481c52"
>  PV = "2020.11+git${SRCPV}"
> 

Applied to -master, -gatesgarth, -dunfell, -thud, thanks !

Best regards,
Stefano Babic
Sava Jakovljev Dec. 18, 2020, 11:34 a.m. UTC | #2
Hello all,

Just out of curiosity, why wouldn't we put swupdate_git.bb to always use 
the master branch? Are there any reasons for not doing it like that? That 
way, swupdate_git.bb will always behave as it is expected.

Thank you.
Best regards,
Sava Jakovljev

Stefano Babic schrieb am Freitag, 18. Dezember 2020 um 12:26:03 UTC+1:

> On 17.12.20 21:31, Pierre-Jean Texier wrote:
> > This includes the following changes:
> > 
> > d3f207f Fix memory leak after sending progress message with version 
> string
> > f476577 handlers/swuforward_handler.c: Correct failing returns
> > 661b9c6 swuforward-ws.c: Prevent segfault in TEXTRANGE_TO_STR
> > 0295914 pkcs11: Fix first block decryption
> > a776b59 pkcs11: Eliminate additional buffer
> > 31178ec notifier: fix termination string when console is not used
> > 9763342 Prepare 2020.11
> > 
> > Signed-off-by: Pierre-Jean Texier <pierre-je...@lafon.fr>
> > ---
> > recipes-support/swupdate/swupdate_git.bb | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/recipes-support/swupdate/swupdate_git.bb 
> b/recipes-support/swupdate/swupdate_git.bb
> > index b232973..00cc05a 100644
> > --- a/recipes-support/swupdate/swupdate_git.bb
> > +++ b/recipes-support/swupdate/swupdate_git.bb
> > @@ -2,5 +2,5 @@ require swupdate.inc
> > 
> > DEFAULT_PREFERENCE = "-1"
> > 
> > -SRCREV ?= "e0684ea4f491e4b87d5c0ce1c1418005b4158cb2"
> > +SRCREV ?= "d3f207f89940ff3aa1b66ebabfe5b35417481c52"
> > PV = "2020.11+git${SRCPV}"
> > 
>
> Applied to -master, -gatesgarth, -dunfell, -thud, thanks !
>
> Best regards,
> Stefano Babic
>
> -- 
> =====================================================================
> DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: +49-8142-66989-53 <+49%208142%206698953> Fax: +49-8142-66989-80 
> <+49%208142%206698980> Email: sba...@denx.de
> =====================================================================
>
Stefano Babic Dec. 18, 2020, 11:43 a.m. UTC | #3
Hi Sava,

On 18.12.20 12:34, Sava Jakovljev wrote:
> Hello all,
> 
> Just out of curiosity, why wouldn't we put swupdate_git.bb to always use
> the master branch? Are there any reasons for not doing it like that?
> That way, swupdate_git.bb will always behave as it is expected.
> 

Because using ${AUTOREV} or a branch without commit does not work before
a release when BB_NO_NETWORK is set and no network activity is allowed.
Setting SRCREV is the safest way, even if it requires some more effort
(that is sending the patch), but I get a lot of help from Pierre-Jean.

Best regards,
Stefano Babic

> Thank you.
> Best regards,
> Sava Jakovljev
> 
> Stefano Babic schrieb am Freitag, 18. Dezember 2020 um 12:26:03 UTC+1:
> 
>     On 17.12.20 21:31, Pierre-Jean Texier wrote:
>     > This includes the following changes:
>     >
>     > d3f207f Fix memory leak after sending progress message with
>     version string
>     > f476577 handlers/swuforward_handler.c: Correct failing returns
>     > 661b9c6 swuforward-ws.c: Prevent segfault in TEXTRANGE_TO_STR
>     > 0295914 pkcs11: Fix first block decryption
>     > a776b59 pkcs11: Eliminate additional buffer
>     > 31178ec notifier: fix termination string when console is not used
>     > 9763342 Prepare 2020.11
>     >
>     > Signed-off-by: Pierre-Jean Texier <pierre-je...@lafon.fr>
>     > ---
>     > recipes-support/swupdate/swupdate_git.bb <http://swupdate_git.bb>
>     | 2 +-
>     > 1 file changed, 1 insertion(+), 1 deletion(-)
>     >
>     > diff --git a/recipes-support/swupdate/swupdate_git.bb
>     <http://swupdate_git.bb> b/recipes-support/swupdate/swupdate_git.bb
>     <http://swupdate_git.bb>
>     > index b232973..00cc05a 100644
>     > --- a/recipes-support/swupdate/swupdate_git.bb
>     <http://swupdate_git.bb>
>     > +++ b/recipes-support/swupdate/swupdate_git.bb
>     <http://swupdate_git.bb>
>     > @@ -2,5 +2,5 @@ require swupdate.inc
>     >
>     > DEFAULT_PREFERENCE = "-1"
>     >
>     > -SRCREV ?= "e0684ea4f491e4b87d5c0ce1c1418005b4158cb2"
>     > +SRCREV ?= "d3f207f89940ff3aa1b66ebabfe5b35417481c52"
>     > PV = "2020.11+git${SRCPV}"
>     >
> 
>     Applied to -master, -gatesgarth, -dunfell, -thud, thanks !
> 
>     Best regards,
>     Stefano Babic
> 
>     -- 
>     =====================================================================
>     DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
>     HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
>     Phone: +49-8142-66989-53 <tel:+49%208142%206698953> Fax:
>     +49-8142-66989-80 <tel:+49%208142%206698980> Email: sba...@denx.de
>     =====================================================================
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "swupdate" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to swupdate+unsubscribe@googlegroups.com
> <mailto:swupdate+unsubscribe@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/swupdate/aed2f6b6-a263-4eca-890d-4815e3980c4cn%40googlegroups.com
> <https://groups.google.com/d/msgid/swupdate/aed2f6b6-a263-4eca-890d-4815e3980c4cn%40googlegroups.com?utm_medium=email&utm_source=footer>.
Sava Jakovljev Dec. 18, 2020, 11:57 a.m. UTC | #4
Hello,

Thank you for the info!

Best regards,
Sava Jakovljev

Stefano Babic schrieb am Freitag, 18. Dezember 2020 um 12:43:37 UTC+1:

> Hi Sava,
>
> On 18.12.20 12:34, Sava Jakovljev wrote:
> > Hello all,
> > 
> > Just out of curiosity, why wouldn't we put swupdate_git.bb to always use
> > the master branch? Are there any reasons for not doing it like that?
> > That way, swupdate_git.bb will always behave as it is expected.
> > 
>
> Because using ${AUTOREV} or a branch without commit does not work before
> a release when BB_NO_NETWORK is set and no network activity is allowed.
> Setting SRCREV is the safest way, even if it requires some more effort
> (that is sending the patch), but I get a lot of help from Pierre-Jean.
>
> Best regards,
> Stefano Babic
>
> > Thank you.
> > Best regards,
> > Sava Jakovljev
> > 
> > Stefano Babic schrieb am Freitag, 18. Dezember 2020 um 12:26:03 UTC+1:
> > 
> > On 17.12.20 21:31, Pierre-Jean Texier wrote:
> > > This includes the following changes:
> > >
> > > d3f207f Fix memory leak after sending progress message with
> > version string
> > > f476577 handlers/swuforward_handler.c: Correct failing returns
> > > 661b9c6 swuforward-ws.c: Prevent segfault in TEXTRANGE_TO_STR
> > > 0295914 pkcs11: Fix first block decryption
> > > a776b59 pkcs11: Eliminate additional buffer
> > > 31178ec notifier: fix termination string when console is not used
> > > 9763342 Prepare 2020.11
> > >
> > > Signed-off-by: Pierre-Jean Texier <pierre-je...@lafon.fr>
> > > ---
> > > recipes-support/swupdate/swupdate_git.bb <http://swupdate_git.bb>
> > | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/recipes-support/swupdate/swupdate_git.bb
> > <http://swupdate_git.bb> b/recipes-support/swupdate/swupdate_git.bb
> > <http://swupdate_git.bb>
> > > index b232973..00cc05a 100644
> > > --- a/recipes-support/swupdate/swupdate_git.bb
> > <http://swupdate_git.bb>
> > > +++ b/recipes-support/swupdate/swupdate_git.bb
> > <http://swupdate_git.bb>
> > > @@ -2,5 +2,5 @@ require swupdate.inc
> > >
> > > DEFAULT_PREFERENCE = "-1"
> > >
> > > -SRCREV ?= "e0684ea4f491e4b87d5c0ce1c1418005b4158cb2"
> > > +SRCREV ?= "d3f207f89940ff3aa1b66ebabfe5b35417481c52"
> > > PV = "2020.11+git${SRCPV}"
> > >
> > 
> > Applied to -master, -gatesgarth, -dunfell, -thud, thanks !
> > 
> > Best regards,
> > Stefano Babic
> > 
> > -- 
> > =====================================================================
> > DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
> > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> > Phone: +49-8142-66989-53 <+49%208142%206698953> 
> <tel:+49%208142%206698953> Fax:
> > +49-8142-66989-80 <+49%208142%206698980> <tel:+49%208142%206698980> 
> Email: sba...@denx.de
> > =====================================================================
> > 
> > -- 
> > You received this message because you are subscribed to the Google
> > Groups "swupdate" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> > an email to swupdate+u...@googlegroups.com
> > <mailto:swupdate+u...@googlegroups.com>.
> > To view this discussion on the web visit
> > 
> https://groups.google.com/d/msgid/swupdate/aed2f6b6-a263-4eca-890d-4815e3980c4cn%40googlegroups.com
> > <
> https://groups.google.com/d/msgid/swupdate/aed2f6b6-a263-4eca-890d-4815e3980c4cn%40googlegroups.com?utm_medium=email&utm_source=footer
> >.
>
>
> -- 
> =====================================================================
> DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: +49-8142-66989-53 <+49%208142%206698953> Fax: +49-8142-66989-80 
> <+49%208142%206698980> Email: sba...@denx.de
> =====================================================================
>
diff mbox series

Patch

diff --git a/recipes-support/swupdate/swupdate_git.bb b/recipes-support/swupdate/swupdate_git.bb
index b232973..00cc05a 100644
--- a/recipes-support/swupdate/swupdate_git.bb
+++ b/recipes-support/swupdate/swupdate_git.bb
@@ -2,5 +2,5 @@  require swupdate.inc
 
 DEFAULT_PREFERENCE = "-1"
 
-SRCREV ?= "e0684ea4f491e4b87d5c0ce1c1418005b4158cb2"
+SRCREV ?= "d3f207f89940ff3aa1b66ebabfe5b35417481c52"
 PV = "2020.11+git${SRCPV}"