All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH v2] libbsd: upgrade 0.11.5 -> 0.11.6
@ 2022-04-07 20:49 Wang Mingyu
  2022-04-13 20:46 ` Alexandre Belloni
  0 siblings, 1 reply; 3+ messages in thread
From: Wang Mingyu @ 2022-04-07 20:49 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="y", Size: 1631 bytes --]

License-Update:
-  Copyright year updated to 2022
-  License ISC changed as following:
   remove "src/arc4random_openbsd.h" from Files
   add "test/explicit_bzero.c" and "test/strtonum.c" to Files
   add "Copyright © 2004 Otto Moerbeek <otto@drijf.net>"
   add "Copyright © 2014 Google Inc."

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libbsd/{libbsd_0.11.5.bb => libbsd_0.11.6.bb}             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libbsd/{libbsd_0.11.5.bb => libbsd_0.11.6.bb} (90%)

diff --git a/meta/recipes-support/libbsd/libbsd_0.11.5.bb b/meta/recipes-support/libbsd/libbsd_0.11.6.bb
similarity index 90%
rename from meta/recipes-support/libbsd/libbsd_0.11.5.bb
rename to meta/recipes-support/libbsd/libbsd_0.11.6.bb
index bb8766a070..74fc8ef4e5 100644
--- a/meta/recipes-support/libbsd/libbsd_0.11.5.bb
+++ b/meta/recipes-support/libbsd/libbsd_0.11.6.bb
@@ -29,12 +29,12 @@ HOMEPAGE = "https://libbsd.freedesktop.org/wiki/"
 # License: public-domain-Colin-Plumb
 LICENSE = "BSD-3-Clause & BSD-4-Clause & ISC & PD"
 LICENSE:${PN} = "BSD-3-Clause & ISC & PD"
-LIC_FILES_CHKSUM = "file://COPYING;md5=0b31944ca2c1075410a30f0c17379d3b"
+LIC_FILES_CHKSUM = "file://COPYING;md5=c2c635b94c8dcd3593f53e10fa8a499e"
 SECTION = "libs"

 SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz"

-SRC_URI[sha256sum] = "1a9c952525635c1bb6770cb22e969b938d8e6a9d7912362b98ee8370599b0efd"
+SRC_URI[sha256sum] = "19b38f3172eaf693e6e1c68714636190c7e48851e45224d720b3b5bc0499b5df"

 inherit autotools pkgconfig

--
2.25.1



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

* Re: [OE-core] [PATCH v2] libbsd: upgrade 0.11.5 -> 0.11.6
  2022-04-07 20:49 [OE-core] [PATCH v2] libbsd: upgrade 0.11.5 -> 0.11.6 Wang Mingyu
@ 2022-04-13 20:46 ` Alexandre Belloni
  2022-04-18  4:16   ` wangmy
  0 siblings, 1 reply; 3+ messages in thread
From: Alexandre Belloni @ 2022-04-13 20:46 UTC (permalink / raw)
  To: wangmy; +Cc: openembedded-core

Hello,

I fixed it up but this is now the third time this happens. Your patch
has a declared charset of 'y' which is not a thing and git am fails
with:

error: cannot convert from y to UTF-8
fatal: could not parse patch

You once again got the following prompt:

The following files are 8bit, but do not declare a Content-Transfer-Encoding.
something.patch
Which 8bit encoding should I declare [UTF-8]?

At that point, you pressed y but you should simply press enter. Please
remember to do so next time.

On 08/04/2022 04:49:59+0800, wangmy wrote:
> License-Update:
> -  Copyright year updated to 2022
> -  License ISC changed as following:
>    remove "src/arc4random_openbsd.h" from Files
>    add "test/explicit_bzero.c" and "test/strtonum.c" to Files
>    add "Copyright © 2004 Otto Moerbeek <otto@drijf.net>"
>    add "Copyright © 2014 Google Inc."
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../libbsd/{libbsd_0.11.5.bb => libbsd_0.11.6.bb}             | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-support/libbsd/{libbsd_0.11.5.bb => libbsd_0.11.6.bb} (90%)
> 
> diff --git a/meta/recipes-support/libbsd/libbsd_0.11.5.bb b/meta/recipes-support/libbsd/libbsd_0.11.6.bb
> similarity index 90%
> rename from meta/recipes-support/libbsd/libbsd_0.11.5.bb
> rename to meta/recipes-support/libbsd/libbsd_0.11.6.bb
> index bb8766a070..74fc8ef4e5 100644
> --- a/meta/recipes-support/libbsd/libbsd_0.11.5.bb
> +++ b/meta/recipes-support/libbsd/libbsd_0.11.6.bb
> @@ -29,12 +29,12 @@ HOMEPAGE = "https://libbsd.freedesktop.org/wiki/"
>  # License: public-domain-Colin-Plumb
>  LICENSE = "BSD-3-Clause & BSD-4-Clause & ISC & PD"
>  LICENSE:${PN} = "BSD-3-Clause & ISC & PD"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=0b31944ca2c1075410a30f0c17379d3b"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=c2c635b94c8dcd3593f53e10fa8a499e"
>  SECTION = "libs"
> 
>  SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
> 
> -SRC_URI[sha256sum] = "1a9c952525635c1bb6770cb22e969b938d8e6a9d7912362b98ee8370599b0efd"
> +SRC_URI[sha256sum] = "19b38f3172eaf693e6e1c68714636190c7e48851e45224d720b3b5bc0499b5df"
> 
>  inherit autotools pkgconfig
> 
> --
> 2.25.1
> 

> 
> 
> 


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* RE: [OE-core] [PATCH v2] libbsd: upgrade 0.11.5 -> 0.11.6
  2022-04-13 20:46 ` Alexandre Belloni
@ 2022-04-18  4:16   ` wangmy
  0 siblings, 0 replies; 3+ messages in thread
From: wangmy @ 2022-04-18  4:16 UTC (permalink / raw)
  To: Alexandre Belloni; +Cc: openembedded-core

The reply email on this question should have been omitted before. I'm very sorry. The same problem will not happen later.

  --
Best Regards
---------------------------------------------------
Wang Mingyu
Development Dept.I
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, Nanjing, 210012, China
TEL: +86+25-86630566-8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com
http://www.fujitsu.com/cn/fnst/

> -----Original Message-----
> From: Alexandre Belloni <alexandre.belloni@bootlin.com>
> Sent: Thursday, April 14, 2022 4:46 AM
> To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH v2] libbsd: upgrade 0.11.5 -> 0.11.6
> 
> Hello,
> 
> I fixed it up but this is now the third time this happens. Your patch has a
> declared charset of 'y' which is not a thing and git am fails
> with:
> 
> error: cannot convert from y to UTF-8
> fatal: could not parse patch
> 
> You once again got the following prompt:
> 
> The following files are 8bit, but do not declare a
> Content-Transfer-Encoding.
> something.patch
> Which 8bit encoding should I declare [UTF-8]?
> 
> At that point, you pressed y but you should simply press enter. Please
> remember to do so next time.
> 
> On 08/04/2022 04:49:59+0800, wangmy wrote:
> > License-Update:
> > -  Copyright year updated to 2022
> > -  License ISC changed as following:
> >    remove "src/arc4random_openbsd.h" from Files
> >    add "test/explicit_bzero.c" and "test/strtonum.c" to Files
> >    add "Copyright © 2004 Otto Moerbeek <otto@drijf.net>"
> >    add "Copyright © 2014 Google Inc."
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> >  .../libbsd/{libbsd_0.11.5.bb => libbsd_0.11.6.bb}             | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)  rename
> > meta/recipes-support/libbsd/{libbsd_0.11.5.bb => libbsd_0.11.6.bb}
> > (90%)
> >
> > diff --git a/meta/recipes-support/libbsd/libbsd_0.11.5.bb
> > b/meta/recipes-support/libbsd/libbsd_0.11.6.bb
> > similarity index 90%
> > rename from meta/recipes-support/libbsd/libbsd_0.11.5.bb
> > rename to meta/recipes-support/libbsd/libbsd_0.11.6.bb
> > index bb8766a070..74fc8ef4e5 100644
> > --- a/meta/recipes-support/libbsd/libbsd_0.11.5.bb
> > +++ b/meta/recipes-support/libbsd/libbsd_0.11.6.bb
> > @@ -29,12 +29,12 @@ HOMEPAGE =
> "https://libbsd.freedesktop.org/wiki/"
> >  # License: public-domain-Colin-Plumb
> >  LICENSE = "BSD-3-Clause & BSD-4-Clause & ISC & PD"
> >  LICENSE:${PN} = "BSD-3-Clause & ISC & PD"
> > -LIC_FILES_CHKSUM =
> "file://COPYING;md5=0b31944ca2c1075410a30f0c17379d3b"
> > +LIC_FILES_CHKSUM =
> "file://COPYING;md5=c2c635b94c8dcd3593f53e10fa8a499e"
> >  SECTION = "libs"
> >
> >  SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
> >
> > -SRC_URI[sha256sum] =
> "1a9c952525635c1bb6770cb22e969b938d8e6a9d7912362b98ee8370599b0
> efd"
> > +SRC_URI[sha256sum] =
> "19b38f3172eaf693e6e1c68714636190c7e48851e45224d720b3b5bc0499b5
> df"
> >
> >  inherit autotools pkgconfig
> >
> > --
> > 2.25.1
> >
> 
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#164203):
> >
> https://lists.openembedded.org/g/openembedded-core/message/164203
> > Mute This Topic: https://lists.openembedded.org/mt/90374438/3617179
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe:
> https://lists.openembedded.org/g/openembedded-core/unsub
> > [alexandre.belloni@bootlin.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
> 
> 
> --
> Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel
> engineering https://bootlin.com

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

end of thread, other threads:[~2022-04-18 14:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-07 20:49 [OE-core] [PATCH v2] libbsd: upgrade 0.11.5 -> 0.11.6 Wang Mingyu
2022-04-13 20:46 ` Alexandre Belloni
2022-04-18  4:16   ` wangmy

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.