From a17cb8c5178124fcdf01a4a120e1ca04f2f1a279 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 16 Feb 2021 06:55:02 +0000 Subject: [PATCH] libbsd: upgrade 0.10.0 -> 0.11.3 --- .../{libbsd_0.10.0.bb => libbsd_0.11.3.bb} | 112 +++++++++++++++++- 1 file changed, 109 insertions(+), 3 deletions(-) rename meta/recipes-support/libbsd/{libbsd_0.10.0.bb => libbsd_0.11.3.bb} (32%) diff --git a/meta/recipes-support/libbsd/libbsd_0.10.0.bb b/meta/recipes-support/libbsd/libbsd_0.11.3.bb similarity index 32% rename from meta/recipes-support/libbsd/libbsd_0.10.0.bb rename to meta/recipes-support/libbsd/libbsd_0.11.3.bb index 5b32b9af41..89f61f1484 100644 --- a/meta/recipes-support/libbsd/libbsd_0.10.0.bb +++ b/meta/recipes-support/libbsd/libbsd_0.11.3.bb @@ -1,3 +1,110 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- COPYING +# +++ COPYING +# @@ -3,7 +3,7 @@ +# Files: +# * +# Copyright: +# - Copyright © 2004-2006, 2008-2018 Guillem Jover +# + Copyright © 2004-2006, 2008-2021 Guillem Jover +# License: BSD-3-clause +# +# Files: +# @@ -105,6 +105,7 @@ +# man/getbsize.3bsd +# man/heapsort.3bsd +# man/nlist.3bsd +# + man/pwcache.3bsd +# man/queue.3bsd +# man/radixsort.3bsd +# man/reallocarray.3bsd +# @@ -121,6 +122,7 @@ +# src/heapsort.c +# src/merge.c +# src/nlist.c +# + src/pwcache.c +# src/radixsort.c +# src/setmode.c +# src/strmode.c +# @@ -131,6 +133,7 @@ +# Copyright: +# Copyright © 1980, 1982, 1986, 1989-1994 +# The Regents of the University of California. All rights reserved. +# + Copyright © 1992 Keith Muller. +# Copyright © 2001 Mike Barcroft +# . +# Some code is derived from software contributed to Berkeley by +# @@ -275,8 +278,6 @@ +# man/getpeereid.3bsd +# man/pidfile.3bsd +# src/expand_number.c +# - src/hash/sha512.h +# - src/hash/sha512c.c +# src/pidfile.c +# src/reallocf.c +# src/timeconv.c +# @@ -368,6 +369,7 @@ +# src/arc4random_unix.h +# src/arc4random_win.h +# src/closefrom.c +# + src/freezero.c +# src/getentropy_aix.c +# src/getentropy_bsd.c +# src/getentropy_hpux.c +# @@ -378,6 +380,7 @@ +# src/getentropy_win.c +# src/readpassphrase.c +# src/reallocarray.c +# + src/recallocarray.c +# src/strlcat.c +# src/strlcpy.c +# Copyright: +# @@ -389,7 +392,7 @@ +# Todd C. Miller +# Copyright © 2004 Ted Unangst +# Copyright © 2008 Damien Miller +# - Copyright © 2008 Otto Moerbeek +# + Copyright © 2008, 2010-2011, 2016-2017 Otto Moerbeek +# Copyright © 2013 Markus Friedl +# Copyright © 2014 Bob Beck +# Copyright © 2014 Brent Cook +# @@ -454,17 +457,6 @@ +# USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# Files: +# - include/bsd/md5.h +# - src/hash/md5.c +# -Copyright: +# - None +# -License: public-domain-Colin-Plumb +# - This code implements the MD5 message-digest algorithm. +# - The algorithm is due to Ron Rivest. This code was +# - written by Colin Plumb in 1993, no copyright is claimed. +# - This code is in the public domain; do with it what you wish. +# - +# -Files: +# src/explicit_bzero.c +# src/chacha_private.h +# Copyright: +# @@ -474,8 +466,6 @@ +# +# Files: +# man/mdX.3bsd +# - src/hash/md5hl.c +# - src/hash/helper.c +# Copyright: +# None +# License: Beerware +# +# + # Copyright (C) 2013 Khem Raj # Released under the MIT license (see COPYING.MIT for the terms) @@ -29,13 +136,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=2120be0173469a06ed185b688e0e1ae0" +LIC_FILES_CHKSUM = "file://COPYING;md5=adf6172075bcc5837e33a8a688eb7e22" SECTION = "libs" SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz" -SRC_URI[md5sum] = "ead96d240d02faa5b921c0aa50c812b5" -SRC_URI[sha256sum] = "34b8adc726883d0e85b3118fa13605e179a62b31ba51f676136ecb2d0bc1a887" +SRC_URI[sha256sum] = "ff95cf8184151dacae4247832f8d4ea8800fa127dbd15033ecfe839f285b42a1" inherit autotools pkgconfig -- 2.17.1