diff options
author | Micah Anderson <micah@riseup.net> | 2014-08-11 14:50:18 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2014-08-11 14:50:18 -0400 |
commit | d7f9ccd38ee427008ba58e549481d2241839268c (patch) | |
tree | ddc83a3a1a702f49c7d595983c8855db45e25bc4 /debian | |
parent | b11145d804dd59ac75cee999de32ba59cae5f7dd (diff) |
remove symbols that cause FTBFS
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/libsodium10.symbols | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 04a2b83..ca0f955 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libsodium (0.6.1-1~leap) unstable; urgency=medium + + * Remove _crypto_stream_salsa20 lines from libsodium10.symbols + + -- Micah Anderson <micah@debian.org> Mon, 11 Aug 2014 14:48:43 -0400 + libsodium (0.6.1-1) unstable; urgency=medium * Initial release. (Closes: #701962: ITP: libsodium -- Library for diff --git a/debian/libsodium10.symbols b/debian/libsodium10.symbols index 470509f..3777098 100644 --- a/debian/libsodium10.symbols +++ b/debian/libsodium10.symbols @@ -1,6 +1,4 @@ libsodium.so.10 libsodium10 #MINVER# - _crypto_stream_salsa20@Base 0.6.0 - _crypto_stream_salsa20_xor_ic@Base 0.6.0 crypto_aead_chacha20poly1305_abytes@Base 0.6.0 crypto_aead_chacha20poly1305_decrypt@Base 0.6.0 crypto_aead_chacha20poly1305_encrypt@Base 0.6.0 |