From 5fd783b439a270ab7693642eded6b1148dd2f335 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 28 Aug 2024 16:24:44 +0800 Subject: [PATCH] lastlog2: upgrade 1.2.0 -> 1.3.1 Changelog: ========== - pam_lastlog2: differentiate between three error cases - Fix error handling of sqlite3_step - Don't call exit() in a library - Support 32bit time_t (but is not Y2038 safe!) - lib/lastlog2: always use int64_t internal - committed - Fix minimum required meson version Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../lastlog2/{lastlog2_1.2.0.bb => lastlog2_1.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/lastlog2/{lastlog2_1.2.0.bb => lastlog2_1.3.1.bb} (96%) diff --git a/meta-oe/recipes-extended/lastlog2/lastlog2_1.2.0.bb b/meta-oe/recipes-extended/lastlog2/lastlog2_1.3.1.bb similarity index 96% rename from meta-oe/recipes-extended/lastlog2/lastlog2_1.2.0.bb rename to meta-oe/recipes-extended/lastlog2/lastlog2_1.3.1.bb index 0b3ab1f82c..ebabcfd403 100644 --- a/meta-oe/recipes-extended/lastlog2/lastlog2_1.2.0.bb +++ b/meta-oe/recipes-extended/lastlog2/lastlog2_1.3.1.bb @@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=020090a00b69dd2af9ab82eb0003ea2c" SECTION = "libs" -SRCREV = "6138dff6f2a5216065fa4833a223b56d98cb62f3" +SRCREV = "8a743b6559e7b8a9b40747866054d3fb5041a498" SRC_URI = "git://github.com/thkukuk/lastlog2.git;branch=main;protocol=https \ file://0001-remove-lto-to-fix-link-error-of-clang.patch \