[gnutls-devel] GnuTLS | Drop lib{gnutls, dane}-latest-x86_64.abi from the repo (#954)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Sun Mar 15 04:34:18 CET 2020




Daiki Ueno commented on a discussion: https://gitlab.com/gnutls/gnutls/-/issues/954#note_305067089

> Why do you think that this serialization is not stable? I understand that some env paths are there, but to my understanding this is a stable format that is intended to be used for our purpose of taking a snapshot of the ABI.

Have you ever looked at the actual diff (or perhaps it might be stable on _your_ environment)? I'm attaching it for reference, which was taken by just running `make files-update` on master:
```
 libdane-latest-x86_64.abi   | 2638 ++--
 libgnutls-latest-x86_64.abi |25847 ++++++++++++++++++--------------------------
 2 files changed, 12258 insertions(+), 16227 deletions(-)
```
[abi.diff.gz](https://people.gnome.org/~dueno/abi.diff.gz)

Most of the changes are due to different `type-id` assigned to the same type, e.g.:
```
-    <type-decl name='int' size-in-bits='32' id='type-id-1'/>
+    <type-decl name='int' size-in-bits='32' id='type-id-45'/>
```

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/954#note_305067089
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20200315/6ce5a63b/attachment-0001.html>


More information about the Gnutls-devel mailing list