From patchwork Sun Jul 19 05:15:47 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 92809 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C6C4CC4450A for ; Sun, 19 Jul 2026 05:15:58 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.470.1784438148593595447 for ; Sat, 18 Jul 2026 22:15:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=kY5q8881; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=OqStXVBr; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101019f78cd49d3-bfcc600f-e5d5-47d6-a7f4-ef5c104ef650-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1784438147; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=KD64bYol6U5Vo4FDYX3rXXZvrUbSPaqMxxrqxWp0crs=; b=kY5q8881pzZrJyQEvDvPi+x82IWzo5IGckAWUctLNaSZFF1Hkb4cpoee7MXTtWk+ qnaaOfjMqAi1mHJmZQvRArncLNbFj5nQUF+vSLvEoz6K2HDP0L3+hoz99WjUbgVeELX 9bKzW1pau49HJ0tegy45vdVotFOIxKVF5ang4yRE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1784438147; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=KD64bYol6U5Vo4FDYX3rXXZvrUbSPaqMxxrqxWp0crs=; b=OqStXVBr5vyuHVHE3/sUAdfRznkqsJ/BnB0ugU+QmH2NUObIwIZpKyRw7ycP3YxH /o4tIIrlRl1aUGNic7Yvz1b93QAhs5mtdPjSIUDJ56N7U87Jdooikn+J04UrxwJi9gO Y2R0icaIvySofNQJUAz3lOyAY7PL3DOlsXmfMkzY= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] libgit2: upgrading to 1.9.6 SUCCEEDED Message-ID: <0101019f78cd49d3-bfcc600f-e5d5-47d6-a7f4-ef5c104ef650-000000@us-west-2.amazonses.com> Date: Sun, 19 Jul 2026 05:15:47 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.07.19-54.240.27.31 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 19 Jul 2026 05:15:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/241272 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 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