diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -264,6 +264,8 @@ libbotan-2.so.13:_ZN5Botan12bcrypt_pbkdfEPhmPKcmPKhmm libbotan-2.so.13:_ZN5Botan12check_bcryptERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ libbotan-2.so.13:_ZN5Botan12ct_divide_u8ERKNS_6BigIntEhRS0_Rh +libbotan-2.so.13:_ZN5Botan12newhope_polyD1Ev +libbotan-2.so.13:_ZN5Botan12newhope_polyD2Ev libbotan-2.so.13:_ZN5Botan12pkcs_hash_idERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE libbotan-2.so.13:_ZN5Botan12random_primeERNS_21RandomNumberGeneratorEmRKNS_6BigIntEmmm libbotan-2.so.13:_ZN5Botan12replace_charERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcc @@ -1142,7 +1144,7 @@ libbotan-2.so.13:_ZN5Botan3TLS28TLS_CBC_HMAC_AEAD_Decryption18cbc_decrypt_recordEPhm libbotan-2.so.13:_ZN5Botan3TLS28TLS_CBC_HMAC_AEAD_Decryption31perform_additional_compressionsEmm libbotan-2.so.13:_ZN5Botan3TLS28TLS_CBC_HMAC_AEAD_Decryption6finishERSt6vectorIhNS_16secure_allocatorIhEEEm -libbotan-2.so.13:_ZN5Botan3TLS28TLS_CBC_HMAC_AEAD_Encryption18cbc_encrypt_recordEPhm +libbotan-2.so.13:_ZN5Botan3TLS28TLS_CBC_HMAC_AEAD_Encryption18cbc_encrypt_recordERSt6vectorIhNS_16secure_allocatorIhEEEmm libbotan-2.so.13:_ZN5Botan3TLS28TLS_CBC_HMAC_AEAD_Encryption19set_associated_dataEPKhm libbotan-2.so.13:_ZN5Botan3TLS28TLS_CBC_HMAC_AEAD_Encryption6finishERSt6vectorIhNS_16secure_allocatorIhEEEm libbotan-2.so.13:_ZN5Botan3TLS39Application_Layer_Protocol_NotificationC1ERNS0_15TLS_Data_ReaderEt @@ -1463,6 +1465,7 @@ libbotan-2.so.13:_ZN5Botan5Timer5startEv libbotan-2.so.13:_ZN5Botan6Argon2C1Ehmmm libbotan-2.so.13:_ZN5Botan6Argon2C2Ehmmm +libbotan-2.so.13:_ZN5Botan6BigInt11ct_cond_addEbRKS0_ libbotan-2.so.13:_ZN5Botan6BigInt11encode_1363EPhmRKS0_ libbotan-2.so.13:_ZN5Botan6BigInt11encode_1363ERKS0_m libbotan-2.so.13:_ZN5Botan6BigInt12ct_cond_swapEbRS0_ diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -4,5 +4,4 @@ libgcc_s.so.1 libm.so.6 libpthread.so.0 -librt.so.1 libstdc++.so.6 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : botan2 -version : 2.13.0 -release : 5 +version : 2.14.0 +release : 6 source : - - https://github.com/randombit/botan/archive/2.13.0.tar.gz : 29a57d8efd6ab297eab67cbf489a5a423b06e120e0520aff2583074e8aea151c + - https://github.com/randombit/botan/archive/2.14.0.tar.gz : 38e34b8ef7652e811382744425b82da1b1a7fb5f14cc281a7d3a18543eaf72f7 license : BSD-2-Clause component : programming.library summary : Crypto and TLS for Modern C++ @@ -17,7 +17,7 @@ build : | %make check : | - ./botan-test + make check install : | %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ botan2 - Joey Riches - josephriches@gmail.com + Alec Scott + alecbcs@gmail.com BSD-2-Clause programming.library @@ -21,7 +21,7 @@ /usr/lib64/botan2/botan /usr/lib64/libbotan-2.so.13 - /usr/lib64/libbotan-2.so.13.13.0 + /usr/lib64/libbotan-2.so.13.14.0 /usr/lib64/python3.7/site-packages/botan2.py @@ -32,7 +32,7 @@ programming.devel - botan2 + botan2 /usr/include/botan-2/botan/adler32.h @@ -346,12 +346,12 @@ - - 2020-01-26 - 2.13.0 + + 2020-04-30 + 2.14.0 Packaging update - Joey Riches - josephriches@gmail.com + Alec Scott + alecbcs@gmail.com \ No newline at end of file