Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libgit2* to *1.9.6* has Succeeded.
Next steps:
- apply the patch: git am 0001-libgit2-upgrade-1.9.4-1.9.6.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
-- >8 --
>From 552afb2b5b071352072ad9869f1812efe7c475f8 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sun, 19 Jul 2026 05:15:43 +0000
Subject: [PATCH] libgit2: upgrade 1.9.4 -> 1.9.6
---
.../{libgit2_1.9.4.bb => libgit2_1.9.6.bb} | 133 +++++++++++++++++-
1 file changed, 131 insertions(+), 2 deletions(-)
rename meta/recipes-support/libgit2/{libgit2_1.9.4.bb => libgit2_1.9.6.bb}
(10%)
diff --git a/meta/recipes-support/libgit2/libgit2_1.9.4.bb
b/meta/recipes-support/libgit2/libgit2_1.9.6.bb
similarity index 10%
rename from meta/recipes-support/libgit2/libgit2_1.9.4.bb
rename to meta/recipes-support/libgit2/libgit2_1.9.6.bb
index e46e5d49fd..773147e326 100644
--- a/meta/recipes-support/libgit2/libgit2_1.9.4.bb
+++ b/meta/recipes-support/libgit2/libgit2_1.9.6.bb
@@ -1,12 +1,141 @@
+# 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
+# @@ -406,23 +406,85 @@
+#
+# ----------------------------------------------------------------------
+#
+# -The bundled PCRE implementation (deps/pcre/) is licensed under the BSD
+# -license.
+# +The bundled PCRE implementation (deps/pcre2/) is licensed under the
+# +PCRE2 Licence.
+# +
+# +PCRE2 is a library of functions to support regular expressions whose syntax
+# +and semantics are as close as possible to those of the Perl 5 language.
+# +
+# +Releases 10.00 and above of PCRE2 are distributed under the terms of the
"BSD"
+# +licence, as specified below, with one exemption for certain binary
+# +redistributions. The documentation for PCRE2, supplied in the "doc"
directory,
+# +is distributed under the same terms as the software itself. The data in the
+# +testdata directory is not copyrighted and is in the public domain.
+# +
+# +The basic library functions are written in C and are freestanding. Also
+# +included in the distribution is a just-in-time compiler that can be used to
+# +optimize pattern matching. This is an optional feature that can be omitted
when
+# +the library is built. The just-in-time compiler is separately licensed
under the
+# +"2-clause BSD" licence.
+# +
+# +
+# +COPYRIGHT
+# +---------
+# +
+# +### The basic library functions
+# +
+# + Written by: Philip Hazel
+# + Email local part: Philip.Hazel
+# + Email domain: gmail.com
+# +
+# + Retired from University of Cambridge Computing Service,
+# + Cambridge, England.
+# +
+# + Copyright (c) 1997-2007 University of Cambridge
+# + Copyright (c) 2007-2024 Philip Hazel
+# + All rights reserved.
+# +
+# +### PCRE2 Just-In-Time compilation support
+# +
+# + Written by: Zoltan Herczeg
+# + Email local part: hzmester
+# + Email domain: freemail.hu
+# +
+# + Copyright (c) 2010-2024 Zoltan Herczeg
+# + All rights reserved.
+# +
+# +### Stack-less Just-In-Time compiler
+# +
+# + Written by: Zoltan Herczeg
+# + Email local part: hzmester
+# + Email domain: freemail.hu
+# +
+# + Copyright (c) 2009-2024 Zoltan Herczeg
+# + All rights reserved.
+# +
+# +The code in the `deps/sljit` directory has its own LICENSE file.
+# +
+# +### All other contributions
+# +
+# +Many other contributors have participated in the authorship of PCRE2. As
PCRE2
+# +has never required a Contributor Licensing Agreement, or other copyright
+# +assignment agreement, all contributions have copyright retained by each
+# +original contributor or their employer.
+# +
+# +
+# +THE "BSD" LICENCE
+# +-----------------
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met:
+#
+# - * Redistributions of source code must retain the above copyright notice,
+# - this list of conditions and the following disclaimer.
+# -
+# - * Redistributions in binary form must reproduce the above copyright
+# - notice, this list of conditions and the following disclaimer in the
+# - documentation and/or other materials provided with the distribution.
+# -
+# - * Neither the name of the University of Cambridge nor the name of Google
+# - Inc. nor the names of their contributors may be used to endorse or
+# - promote products derived from this software without specific prior
+# - written permission.
+# +* Redistributions of source code must retain the above copyright notices,
+# + this list of conditions and the following disclaimer.
+# +
+# +* Redistributions in binary form must reproduce the above copyright
+# + notices, this list of conditions and the following disclaimer in the
+# + documentation and/or other materials provided with the distribution.
+# +
+# +* Neither the name of the University of Cambridge nor the names of any
+# + contributors may be used to endorse or promote products derived from this
+# + software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# @@ -435,6 +497,16 @@
+# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
+# +
+# +
+# +EXEMPTION FOR BINARY LIBRARY-LIKE PACKAGES
+# +------------------------------------------
+# +
+# +The second condition in the BSD licence (covering binary redistributions)
does
+# +not apply all the way down a chain of software. If binary package A includes
+# +PCRE2, it must respect the condition, but if package B is software that
+# +includes package A, the condition is not imposed on package B unless it uses
+# +PCRE2 independently.
+#
+# ----------------------------------------------------------------------
+#
+#
+#
+
SUMMARY = "the Git linkable library"
HOMEPAGE = "http://libgit2.github.com/"
LICENSE = "GPL-2.0-with-GCC-exception & MIT & OpenSSL & BSD-3-Clause & Zlib &
ISC & LGPL-2.1-or-later & CC0-1.0 & BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=8eacfdc17c8f4d219e131a073973b97d"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8289345c8713c385f45ec0c6c8a0d080"
DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2"
SRC_URI =
"git://github.com/libgit2/libgit2.git;branch=maint/v1.9;protocol=https;tag=v${PV}"
-SRCREV = "f7164261c9bc0a7e0ebf767c584e5192810a8b24"
+SRCREV = "26055f5af74ab1cf636d272e8a34315496d3f06f"
inherit cmake
--
2.47.1
packages/x86-64-v3-poky-linux/libgit2/libgit2: FILELIST: removed "/usr/lib/libgit2.so.1.9.4", added "/usr/lib/libgit2.so.1.9.6" Changes to packages/x86-64-v3-poky-linux/libgit2 (sysroot): /usr/lib/libgit2.so.1.9 changed symlink target from libgit2.so.1.9.4 to libgit2.so.1.9.6 /usr/lib/libgit2.so.1.9.4 moved to /usr/lib/libgit2.so.1.9.6
0001-libgit2-upgrade-1.9.4-1.9.6.patch
Description: Binary data
packages/x86-64-v3-poky-linux/libgit2: PKGV changed from 1.9.4 [default] to 1.9.6 [default] packages/x86-64-v3-poky-linux/libgit2: SRC_URI changed from "git://github.com/libgit2/libgit2.git;branch=maint/v1.9;protocol=https;tag=v1.9.4" to "git://github.com/libgit2/libgit2.git;branch=maint/v1.9;protocol=https;tag=v1.9.6" packages/x86-64-v3-poky-linux/libgit2: PV changed from "1.9.4" to "1.9.6" packages/x86-64-v3-poky-linux/libgit2/libgit2-dbg: PKGV changed from 1.9.4 [default] to 1.9.6 [default] packages/x86-64-v3-poky-linux/libgit2/libgit2-dbg: PKGSIZE changed from 11571264 to 11577496 (+0%) packages/x86-64-v3-poky-linux/libgit2/libgit2-dbg: FILELIST: removed "/usr/lib/.debug/libgit2.so.1.9.4", added "/usr/lib/.debug/libgit2.so.1.9.6" packages/x86-64-v3-poky-linux/libgit2/libgit2-dbg: PV changed from "1.9.4" to "1.9.6" packages/x86-64-v3-poky-linux/libgit2/libgit2-dev: PKGV changed from 1.9.4 [default] to 1.9.6 [default] packages/x86-64-v3-poky-linux/libgit2/libgit2-dev: PKGSIZE changed from 842143 to 842668 (+0%) packages/x86-64-v3-poky-linux/libgit2/libgit2-dev: PV changed from "1.9.4" to "1.9.6" packages/x86-64-v3-poky-linux/libgit2/libgit2-doc: PKGV changed from 1.9.4 [default] to 1.9.6 [default] packages/x86-64-v3-poky-linux/libgit2/libgit2-doc: PV changed from "1.9.4" to "1.9.6" packages/x86-64-v3-poky-linux/libgit2/libgit2-locale: PKGV changed from 1.9.4 [default] to 1.9.6 [default] packages/x86-64-v3-poky-linux/libgit2/libgit2-locale: PV changed from "1.9.4" to "1.9.6" packages/x86-64-v3-poky-linux/libgit2/libgit2-src: PKGV changed from 1.9.4 [default] to 1.9.6 [default] packages/x86-64-v3-poky-linux/libgit2/libgit2-src: PKGSIZE changed from 4626791 to 4630110 (+0%) packages/x86-64-v3-poky-linux/libgit2/libgit2-src: FILELIST: directory renamed /usr/src/debug/libgit2/1.9.4/src/libgit2/streams -> /usr/src/debug/libgit2/1.9.6/src/libgit2/streams, directory renamed /usr/src/debug/libgit2/1.9.4/include/git2/sys -> /usr/src/debug/libgit2/1.9.6/include/git2/sys, directory renamed /usr/src/debug/libgit2/1.9.4/src/util/hash -> /usr/src/debug/libgit2/1.9.6/src/util/hash, directory renamed /usr/src/debug/libgit2/1.9.4/src/libgit2/transports -> /usr/src/debug/libgit2/1.9.6/src/libgit2/transports, directory renamed /usr/src/debug/libgit2/1.9.4/src/cli/unix -> /usr/src/debug/libgit2/1.9.6/src/cli/unix, directory renamed /usr/src/debug/libgit2/1.9.4/deps/ntlmclient -> /usr/src/debug/libgit2/1.9.6/deps/ntlmclient, directory renamed /usr/src/debug/libgit2/1.9.4/src/util -> /usr/src/debug/libgit2/1.9.6/src/util, directory renamed /usr/src/debug/libgit2/1.9.4/include/git2 -> /usr/src/debug/libgit2/1.9.6/include/git2, directory renamed /usr/src/debug/libgit2/1.9.4/ deps/xdiff -> /usr/src/debug/libgit2/1.9.6/deps/xdiff, directory renamed /usr/src/debug/libgit2/1.9.4/src/libgit2 -> /usr/src/debug/libgit2/1.9.6/src/libgit2, directory renamed /usr/src/debug/libgit2/1.9.4/src/util/unix -> /usr/src/debug/libgit2/1.9.6/src/util/unix, directory renamed /usr/src/debug/libgit2/1.9.4/src/util/hash/sha1dc -> /usr/src/debug/libgit2/1.9.6/src/util/hash/sha1dc, directory renamed /usr/src/debug/libgit2/1.9.4/src/util/allocators -> /usr/src/debug/libgit2/1.9.6/src/util/allocators, directory renamed /usr/src/debug/libgit2/1.9.4/deps/llhttp -> /usr/src/debug/libgit2/1.9.6/deps/llhttp, directory renamed /usr/src/debug/libgit2/1.9.4/src/cli -> /usr/src/debug/libgit2/1.9.6/src/cli packages/x86-64-v3-poky-linux/libgit2/libgit2-src: PV changed from "1.9.4" to "1.9.6" packages/x86-64-v3-poky-linux/libgit2/libgit2-staticdev: PKGV changed from 1.9.4 [default] to 1.9.6 [default] packages/x86-64-v3-poky-linux/libgit2/libgit2-staticdev: PV changed from "1.9.4" to "1.9.6" packages/x86-64-v3-poky-linux/libgit2/libgit2: PKGV changed from 1.9.4 [default] to 1.9.6 [default] packages/x86-64-v3-poky-linux/libgit2/libgit2: FILELIST: removed "/usr/lib/libgit2.so.1.9.4", added "/usr/lib/libgit2.so.1.9.6" packages/x86-64-v3-poky-linux/libgit2/libgit2: PV changed from "1.9.4" to "1.9.6" Changes to packages/x86-64-v3-poky-linux/libgit2 (sysroot): /usr/lib/libgit2.so.1.9 changed symlink target from libgit2.so.1.9.4 to libgit2.so.1.9.6 /usr/lib/libgit2.so.1.9.4 moved to /usr/lib/libgit2.so.1.9.6
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#241272): https://lists.openembedded.org/g/openembedded-core/message/241272 Mute This Topic: https://lists.openembedded.org/mt/120340818/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
