summaryrefslogtreecommitdiff
path: root/devel/libgnutls.abignore
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-04-07 13:22:21 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2019-04-16 10:40:57 +0200
commit858f85c626936fd4c60e8e44033e84db3c9f2a87 (patch)
treea98b90d97cdc910edaa7218e2164fbcc94d22ada /devel/libgnutls.abignore
parent4af851b5355ddd48f1629946e002f69d7b61fe3c (diff)
downloadgnutls-858f85c626936fd4c60e8e44033e84db3c9f2a87.tar.gz
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 <nmav@gnutls.org>
Diffstat (limited to 'devel/libgnutls.abignore')
-rw-r--r--devel/libgnutls.abignore9
1 files changed, 9 insertions, 0 deletions
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
+