diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-06 15:31:57 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-06 15:31:57 (EDT) |
commit | 4dadcda71517ac646f4f70192ac69d4f7f6bb88d (patch) | |
tree | c6bbed826bf85ca8870aecfe10ae364866f235bb /changelog | |
parent | 997ae2ea7ec9d37ef268f9d6ab9207cd8f789f56 (diff) |
Drop variants
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ wolfssl.24 (4.4.0-2) trunk + * Drop variants. On amd64-linux-glibc for example, libwolfssl.24-client was + only 28 KiB smaller than libwolfssl.24-full was. These changes are safe + without transitions because no other packages in ProteanOS depend on these + packages. + - Rename libwolfssl.24-full to libwolfssl.24. + - Rename libwolfssl.24-full-dev to libwolfssl.24-dev. + - Remove libwolfssl.24-client, libwolfssl.24-client-dev, and + libwolfssl.24-common. + - Make libwolfssl.24-dbg depend on libwolfssl.24, instead of conflicting + with, replacing, and providing it. * libwolfssl.24-dbg: Include debugging symbols, as well as debugging messages which can be enabled by applications using wolfSSL_Debugging_ON(). |