diff mbox series

[meta-oe] librsync: upgrade 2.3.2 -> 2.3.4

Message ID 1678281820-25489-2-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] librsync: upgrade 2.3.2 -> 2.3.4 | expand

Commit Message

Mingyu Wang (Fujitsu) March 8, 2023, 1:23 p.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../librsync/{librsync_2.3.2.bb => librsync_2.3.4.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/librsync/{librsync_2.3.2.bb => librsync_2.3.4.bb} (89%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/librsync/librsync_2.3.2.bb b/meta-oe/recipes-support/librsync/librsync_2.3.4.bb
similarity index 89%
rename from meta-oe/recipes-support/librsync/librsync_2.3.2.bb
rename to meta-oe/recipes-support/librsync/librsync_2.3.4.bb
index ccc68967b..cb30f4c31 100644
--- a/meta-oe/recipes-support/librsync/librsync_2.3.2.bb
+++ b/meta-oe/recipes-support/librsync/librsync_2.3.4.bb
@@ -5,7 +5,7 @@  LICENSE = "LGPL-2.1-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
 
 SRC_URI = "git://github.com/librsync/librsync.git;branch=master;protocol=https"
-SRCREV = "42b636d2a65ab6914ea7cac50886da28192aaf9b"
+SRCREV = "e364852674780e43d578e4239128ff7014190ed3"
 S = "${WORKDIR}/git"
 
 DEPENDS = "popt"