From 858f85c626936fd4c60e8e44033e84db3c9f2a87 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 7 Apr 2019 13:22:21 +0200 Subject: abi-check: simplify ABI comparison using libabigail tools These have output ABI format compatibility and that means we can take snapshots to test ABI against. We also hard-code explicitly the SONAME version to ensure no accidental SONAME bumps happen. This patch also moves symbols.last in the devel/ subdirectory and no internal files are shipped. Relates: #292 Signed-off-by: Nikos Mavrogiannopoulos --- devel/libgnutls.abignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 devel/libgnutls.abignore (limited to 'devel/libgnutls.abignore') diff --git a/devel/libgnutls.abignore b/devel/libgnutls.abignore new file mode 100644 index 0000000000..68111d660c --- /dev/null +++ b/devel/libgnutls.abignore @@ -0,0 +1,9 @@ +`[suppress_function] +symbol_version = GNUTLS_PRIVATE_3_4 + +[suppress_function] +name_regexp = _gnutls* + +[suppress_variable] +symbol_version = GNUTLS_PRIVATE_3_4 + -- cgit v1.2.1