This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=e91038dc7b20923c7bffb8ec6afd4faa6ee0770b The following commit(s) were added to refs/heads/main by this push: new e91038dc7 libdpkg: Update missing symbols to the version map e91038dc7 is described below commit e91038dc7b20923c7bffb8ec6afd4faa6ee0770b (HEAD -> main) Author: Guillem Jover <[email protected]> AuthorDate: Sun Feb 16 13:14:00 2025 +0100 libdpkg: Update missing symbols to the version map Changelog: internal --- lib/dpkg/libdpkg.map | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/lib/dpkg/libdpkg.map b/lib/dpkg/libdpkg.map index 8e0b9c0ab..01033c821 100644 --- a/lib/dpkg/libdpkg.map +++ b/lib/dpkg/libdpkg.map @@ -113,6 +113,16 @@ LIBDPKG_PRIVATE { str_width; str_gen_crop; + strvec_new; + strvec_grow; + strvec_push; + strvec_pop; + strvec_drop; + strvec_peek; + strvec_split; + strvec_join; + strvec_free; + # Variable buffer support varbuf_new; varbuf_init; @@ -151,6 +161,7 @@ LIBDPKG_PRIVATE { secure_unlink; secure_remove; path_remove_tree; + path_canonicalize; path_skip_slash_dotslash; path_trim_slash_slashdot; path_basename; @@ -176,6 +187,7 @@ LIBDPKG_PRIVATE { file_getcwd; file_realpath; file_readlink; + file_canonicalize; file_is_exec; file_copy_perms; file_show; @@ -307,6 +319,7 @@ LIBDPKG_PRIVATE { dpkg_arch_reset_list; dpkg_arch_add; dpkg_arch_unmark; + dpkg_arch_load_native; dpkg_arch_load_list; dpkg_arch_save_list; @@ -475,6 +488,12 @@ LIBDPKG_PRIVATE { dpkg_fsys_get_dir; dpkg_fsys_get_path; + # Package on-disk filesystem sysuser/sysgroup support + dpkg_sysuser_from_name; + dpkg_sysuser_from_uid; + dpkg_sysgroup_from_name; + dpkg_sysgroup_from_gid; + # Package on-disk filesystem database support parse_filehash; write_filelist_except; -- Dpkg.Org's dpkg

