aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-08-26 12:16:38 +0300
committerArmin Kuster <akuster808@gmail.com>2019-09-02 19:39:52 -0700
commit8cec2c3571129e88b4ab4f82753552ed43fb33b8 (patch)
treeff03130f1cb452e5db9ac03c999b3fdc36b41473
parent8fc7a682d0179cfe2ea48c986c27d31db571e74a (diff)
downloadmeta-openembedded-contrib-8cec2c3571129e88b4ab4f82753552ed43fb33b8.tar.gz
libgit2: Upgrade 0.27.8 -> 0.27.9
This is a security release on the 0.27 branch. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-support/libgit2/libgit2_0.27.9.bb (renamed from meta-oe/recipes-support/libgit2/libgit2_0.27.8.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libgit2/libgit2_0.27.8.bb b/meta-oe/recipes-support/libgit2/libgit2_0.27.9.bb
index a43408908c..3ef7bee439 100644
--- a/meta-oe/recipes-support/libgit2/libgit2_0.27.8.bb
+++ b/meta-oe/recipes-support/libgit2/libgit2_0.27.9.bb
@@ -6,8 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3f2cd5d3cccd71d62066ba619614592b"
DEPENDS = "curl openssl zlib libssh2 libgcrypt"
SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.27"
-#v0.27.8
-SRCREV = "2882803ca2b2cdedd069746422155a23fdd002b2"
+SRCREV = "3828d7afdd08b595584048e8e4dab6ddd4506ed1"
S = "${WORKDIR}/git"