Skip to content

Commit 243115d

Browse files
committed
fix(pkg): bump compat.libmysqlclient sha (strlcat/strlcpy on Linux)
Linux toolchain glibc >= 2.38 declares strlcat/strlcpy; vendored config now defines HAVE_STRLCAT/HAVE_STRLCPY there so crypt_genhash_impl.cc uses libc instead of its static fallback. Tag 8.4.6 updated again.
1 parent e281779 commit 243115d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/c/compat.libmysqlclient.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ package = {
1212
linux = {
1313
["8.4.6"] = {
1414
url = "https://github.com/wellwei/libmysqlclient/archive/refs/tags/8.4.6.tar.gz",
15-
sha256 = "ceff60c7b41d9f1e75708e6173f403557211788d1aadcc54dce9a39105269fa4",
15+
sha256 = "27decd6716591d84a6f765a3d63fcd24031373841c684369445b83a840b38bea",
1616
},
1717
},
1818
macosx = {
1919
["8.4.6"] = {
2020
url = "https://github.com/wellwei/libmysqlclient/archive/refs/tags/8.4.6.tar.gz",
21-
sha256 = "ceff60c7b41d9f1e75708e6173f403557211788d1aadcc54dce9a39105269fa4",
21+
sha256 = "27decd6716591d84a6f765a3d63fcd24031373841c684369445b83a840b38bea",
2222
},
2323
},
2424
},

0 commit comments

Comments
 (0)