diff mbox series

[meta-lts-mixins,scarthgap/rust,16/37] libgit2: upgrade 1.9.4 -> 1.9.6

Message ID b26e925655bf927a857ce7a764c1b5e39f05d8f1.1789156653.git.scott.murray@konsulko.com
State New
Headers show
Series Update to 1.98.1 | expand

Commit Message

Scott Murray Sept. 11, 2026, 8:13 p.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: update COPYING to include PCRE2 copyright notice
                Remove the original PCRE copyright notice; replace it with PCRE2.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(adapted from oe-core commit 9ed24f38e57454e554165392ee8d1b2eec1ee032)
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 .../libgit2/{libgit2_1.9.4.bb => libgit2_1.9.6.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename recipes-support/libgit2/{libgit2_1.9.4.bb => libgit2_1.9.6.bb} (83%)
diff mbox series

Patch

diff --git a/recipes-support/libgit2/libgit2_1.9.4.bb b/recipes-support/libgit2/libgit2_1.9.6.bb
similarity index 83%
rename from recipes-support/libgit2/libgit2_1.9.4.bb
rename to recipes-support/libgit2/libgit2_1.9.6.bb
index f81cdaa..38a03fb 100644
--- a/recipes-support/libgit2/libgit2_1.9.4.bb
+++ b/recipes-support/libgit2/libgit2_1.9.6.bb
@@ -1,14 +1,14 @@ 
 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 \
            file://0001-cmake-mark-system-libraries-are-private-link-librari.patch"
 
-SRCREV = "f7164261c9bc0a7e0ebf767c584e5192810a8b24"
+SRCREV = "26055f5af74ab1cf636d272e8a34315496d3f06f"
 
 S = "${WORKDIR}/git"