summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-08-28 16:24:44 +0800
committerKhem Raj <raj.khem@gmail.com>2024-08-28 07:11:31 -0700
commit5fd783b439a270ab7693642eded6b1148dd2f335 (patch)
tree2533e6a583a166640ab17614e164ce21d1a2c094
parent1a648708224e1500f1914782ebd61e688aedf477 (diff)
downloadmeta-openembedded-5fd783b439a270ab7693642eded6b1148dd2f335.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/lastlog2/lastlog2_1.3.1.bb (renamed from meta-oe/recipes-extended/lastlog2/lastlog2_1.2.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/lastlog2/lastlog2_1.2.0.bb b/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"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=020090a00b69dd2af9ab82eb0003ea2c" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=020090a00b69dd2af9ab82eb0003ea2c"
6SECTION = "libs" 6SECTION = "libs"
7 7
8SRCREV = "6138dff6f2a5216065fa4833a223b56d98cb62f3" 8SRCREV = "8a743b6559e7b8a9b40747866054d3fb5041a498"
9 9
10SRC_URI = "git://github.com/thkukuk/lastlog2.git;branch=main;protocol=https \ 10SRC_URI = "git://github.com/thkukuk/lastlog2.git;branch=main;protocol=https \
11 file://0001-remove-lto-to-fix-link-error-of-clang.patch \ 11 file://0001-remove-lto-to-fix-link-error-of-clang.patch \