The following commit has been merged in the master branch:
commit 23bb05f8d42514d84840bee9418191ba5e8a3489
Author: Guillem Jover <[email protected]>
Date: Sat Apr 13 04:12:51 2013 +0200
libdpkg: Add missing symbols to the version script
diff --git a/lib/dpkg/libdpkg.map b/lib/dpkg/libdpkg.map
index f5e7116..a165978 100644
--- a/lib/dpkg/libdpkg.map
+++ b/lib/dpkg/libdpkg.map
@@ -112,7 +112,7 @@ LIBDPKG_PRIVATE {
# Buffer I/O functions
fd_read;
fd_write;
- buffer_hash;
+ buffer_filter;
buffer_skip_*;
buffer_copy_*;
@@ -205,6 +205,8 @@ LIBDPKG_PRIVATE {
dpkg_arch_save_list;
# Package struct handling
+ pkgset_blank;
+ pkgset_link_pkg;
pkgset_installed_instances;
pkg_blank;
pkgbin_blank;
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]