* [AUH] libarchive: upgrading to 3.5.1 SUCCEEDED
@ 2021-01-15 12:30 auh
0 siblings, 0 replies; only message in thread
From: auh @ 2021-01-15 12:30 UTC (permalink / raw)
To: Otavio Salvador; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 987 bytes --]
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libarchive* to *3.5.1* has Succeeded.
Next steps:
- apply the patch: git am 0001-libarchive-upgrade-3.4.3-3.5.1.patch
- check the changes to upstream patches and summarize them in the commit message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list
Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.
Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler
Regards,
The Upgrade Helper
[-- Attachment #2: buildhistory-diff.txt --]
[-- Type: text/plain, Size: 1348 bytes --]
packages/core2-32-poky-linux/libarchive/bsdcpio: FILELIST: removed "/usr/lib/libarchive.so.13.4.3", added "/usr/lib/libarchive.so.13.5.1"
packages/core2-32-poky-linux/libarchive/bsdtar: FILELIST: removed "/usr/lib/libarchive.so.13.4.3", added "/usr/lib/libarchive.so.13.5.1"
packages/core2-32-poky-linux/libarchive/libarchive-dev: FILELIST: removed "/usr/lib/libarchive.so.13.4.3", added "/usr/lib/libarchive.so.13.5.1"
packages/core2-32-poky-linux/libarchive/libarchive-doc: FILELIST: removed "/usr/lib/libarchive.so.13.4.3", added "/usr/lib/libarchive.so.13.5.1"
packages/core2-32-poky-linux/libarchive/libarchive-locale: FILELIST: removed "/usr/lib/libarchive.so.13.4.3", added "/usr/lib/libarchive.so.13.5.1"
packages/core2-32-poky-linux/libarchive/libarchive-staticdev: FILELIST: removed "/usr/lib/libarchive.so.13.4.3", added "/usr/lib/libarchive.so.13.5.1"
packages/core2-32-poky-linux/libarchive/libarchive: FILELIST: removed "/usr/lib/libarchive.so.13.4.3", added "/usr/lib/libarchive.so.13.5.1"
Changes to packages/core2-32-poky-linux/libarchive (sysroot):
/usr/lib/libarchive.so.13 changed symlink target from libarchive.so.13.4.3 to libarchive.so.13.5.1
/usr/lib/libarchive.so changed symlink target from libarchive.so.13.4.3 to libarchive.so.13.5.1
/usr/lib/libarchive.so.13.4.3 moved to /usr/lib/libarchive.so.13.5.1
[-- Attachment #3: 0001-libarchive-upgrade-3.4.3-3.5.1.patch --]
[-- Type: application/octet-stream, Size: 2508 bytes --]
From 07d9e448b271ed0352d8adba8ca5f76415088030 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@auh.yoctoproject.org>
Date: Fri, 15 Jan 2021 06:27:38 +0000
Subject: [PATCH] libarchive: upgrade 3.4.3 -> 3.5.1
---
...ibarchive_3.4.3.bb => libarchive_3.5.1.bb} | 25 +++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)
rename meta/recipes-extended/libarchive/{libarchive_3.4.3.bb => libarchive_3.5.1.bb} (70%)
diff --git a/meta/recipes-extended/libarchive/libarchive_3.4.3.bb b/meta/recipes-extended/libarchive/libarchive_3.5.1.bb
similarity index 70%
rename from meta/recipes-extended/libarchive/libarchive_3.4.3.bb
rename to meta/recipes-extended/libarchive/libarchive_3.5.1.bb
index dbfc067b93..c0258a91ef 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.4.3.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.5.1.bb
@@ -1,9 +1,30 @@
+# 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
+# @@ -15,7 +15,6 @@
+# * The following source files are also subject in whole or in part to
+# a 3-clause UC Regents copyright; please read the individual source
+# files for details:
+# - libarchive/archive_entry.c
+# libarchive/archive_read_support_filter_compress.c
+# libarchive/archive_write_add_filter_compress.c
+# libarchive/mtree.5
+#
+#
+
SUMMARY = "Support for reading various archive formats"
DESCRIPTION = "C library and command-line tools for reading and writing tar, cpio, zip, ISO, and other archive formats"
HOMEPAGE = "http://www.libarchive.org/"
SECTION = "devel"
LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=fe01f5e02b1f0cc934d593a7b0ddceb6"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d499814247adaee08d88080841cb5665"
DEPENDS = "e2fsprogs-native"
@@ -34,7 +55,7 @@ EXTRA_OECONF += "--enable-largefile"
SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz"
-SRC_URI[sha256sum] = "ee1e749213c108cb60d53147f18c31a73d6717d7e3d2481c157e1b34c881ea39"
+SRC_URI[sha256sum] = "9015d109ec00bb9ae1a384b172bf2fc1dff41e2c66e5a9eeddf933af9db37f5a"
inherit autotools update-alternatives pkgconfig
--
2.27.0
[-- Attachment #4: buildhistory-diff-full.txt --]
[-- Type: text/plain, Size: 4295 bytes --]
packages/core2-32-poky-linux/libarchive/bsdcpio: PKGV changed from 3.4.3 [default] to 3.5.1 [default]
packages/core2-32-poky-linux/libarchive/bsdcpio: FILELIST: removed "/usr/lib/libarchive.so.13.4.3", added "/usr/lib/libarchive.so.13.5.1"
packages/core2-32-poky-linux/libarchive/bsdcpio: PV changed from "3.4.3" to "3.5.1"
packages/core2-32-poky-linux/libarchive/bsdtar: PKGV changed from 3.4.3 [default] to 3.5.1 [default]
packages/core2-32-poky-linux/libarchive/bsdtar: FILELIST: removed "/usr/lib/libarchive.so.13.4.3", added "/usr/lib/libarchive.so.13.5.1"
packages/core2-32-poky-linux/libarchive/bsdtar: PV changed from "3.4.3" to "3.5.1"
packages/core2-32-poky-linux/libarchive: PKGV changed from 3.4.3 [default] to 3.5.1 [default]
packages/core2-32-poky-linux/libarchive: PV changed from "3.4.3" to "3.5.1"
packages/core2-32-poky-linux/libarchive: SRC_URI changed from "http://libarchive.org/downloads/libarchive-3.4.3.tar.gz" to "http://libarchive.org/downloads/libarchive-3.5.1.tar.gz"
packages/core2-32-poky-linux/libarchive/libarchive-dbg: PKGV changed from 3.4.3 [default] to 3.5.1 [default]
packages/core2-32-poky-linux/libarchive/libarchive-dbg: FILELIST: removed "/usr/lib/libarchive.so.13.4.3", added "/usr/lib/libarchive.so.13.5.1"
packages/core2-32-poky-linux/libarchive/libarchive-dbg: PKGSIZE changed from 2664768 to 2681024 (+1%)
packages/core2-32-poky-linux/libarchive/libarchive-dbg: PV changed from "3.4.3" to "3.5.1"
packages/core2-32-poky-linux/libarchive/libarchive-dev: PKGV changed from 3.4.3 [default] to 3.5.1 [default]
packages/core2-32-poky-linux/libarchive/libarchive-dev: FILELIST: removed "/usr/lib/libarchive.so.13.4.3", added "/usr/lib/libarchive.so.13.5.1"
packages/core2-32-poky-linux/libarchive/libarchive-dev: PKGSIZE changed from 86300 to 87251 (+1%)
packages/core2-32-poky-linux/libarchive/libarchive-dev: PV changed from "3.4.3" to "3.5.1"
packages/core2-32-poky-linux/libarchive/libarchive-doc: PKGV changed from 3.4.3 [default] to 3.5.1 [default]
packages/core2-32-poky-linux/libarchive/libarchive-doc: FILELIST: removed "/usr/lib/libarchive.so.13.4.3", added "/usr/lib/libarchive.so.13.5.1"
packages/core2-32-poky-linux/libarchive/libarchive-doc: PKGSIZE changed from 359190 to 360394 (+0%)
packages/core2-32-poky-linux/libarchive/libarchive-doc: PV changed from "3.4.3" to "3.5.1"
packages/core2-32-poky-linux/libarchive/libarchive-locale: PKGV changed from 3.4.3 [default] to 3.5.1 [default]
packages/core2-32-poky-linux/libarchive/libarchive-locale: FILELIST: removed "/usr/lib/libarchive.so.13.4.3", added "/usr/lib/libarchive.so.13.5.1"
packages/core2-32-poky-linux/libarchive/libarchive-locale: PV changed from "3.4.3" to "3.5.1"
packages/core2-32-poky-linux/libarchive/libarchive-src: PKGV changed from 3.4.3 [default] to 3.5.1 [default]
packages/core2-32-poky-linux/libarchive/libarchive-src: FILELIST: removed "/usr/lib/libarchive.so.13.4.3", added "/usr/lib/libarchive.so.13.5.1"
packages/core2-32-poky-linux/libarchive/libarchive-src: PKGSIZE changed from 3452003 to 3470278 (+1%)
packages/core2-32-poky-linux/libarchive/libarchive-src: PV changed from "3.4.3" to "3.5.1"
packages/core2-32-poky-linux/libarchive/libarchive-staticdev: PKGV changed from 3.4.3 [default] to 3.5.1 [default]
packages/core2-32-poky-linux/libarchive/libarchive-staticdev: FILELIST: removed "/usr/lib/libarchive.so.13.4.3", added "/usr/lib/libarchive.so.13.5.1"
packages/core2-32-poky-linux/libarchive/libarchive-staticdev: PV changed from "3.4.3" to "3.5.1"
packages/core2-32-poky-linux/libarchive/libarchive: PKGV changed from 3.4.3 [default] to 3.5.1 [default]
packages/core2-32-poky-linux/libarchive/libarchive: FILELIST: removed "/usr/lib/libarchive.so.13.4.3", added "/usr/lib/libarchive.so.13.5.1"
packages/core2-32-poky-linux/libarchive/libarchive: PKGSIZE changed from 871088 to 875184 (+0%)
packages/core2-32-poky-linux/libarchive/libarchive: PV changed from "3.4.3" to "3.5.1"
Changes to packages/core2-32-poky-linux/libarchive (sysroot):
/usr/lib/libarchive.so.13 changed symlink target from libarchive.so.13.4.3 to libarchive.so.13.5.1
/usr/lib/libarchive.so changed symlink target from libarchive.so.13.4.3 to libarchive.so.13.5.1
/usr/lib/libarchive.so.13.4.3 moved to /usr/lib/libarchive.so.13.5.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-01-15 12:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-15 12:30 [AUH] libarchive: upgrading to 3.5.1 SUCCEEDED auh
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.