Page MenuHomeSolus

D12361.diff
No OneTemporary

D12361.diff

diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -41,6 +41,7 @@
libc.so.6:__cxa_atexit
libc.so.6:__fdelt_chk
libc.so.6:__fprintf_chk
+libc.so.6:__libc_single_threaded
libc.so.6:__libc_start_main
libc.so.6:__longjmp_chk
libc.so.6:__memcpy_chk
@@ -167,11 +168,9 @@
libstdc++.so.6:_ZNSt14basic_ifstreamIcSt11char_traitsIcEEC1ERKNSt7__cxx1112basic_stringIcS1_SaIcEEESt13_Ios_Openmode
libstdc++.so.6:_ZNSt14basic_ifstreamIcSt11char_traitsIcEED1Ev
libstdc++.so.6:_ZNSt14basic_ofstreamIcSt11char_traitsIcEED1Ev
-libstdc++.so.6:_ZNSt15__exception_ptr13exception_ptr4swapERS0_
+libstdc++.so.6:_ZNSt15__exception_ptr13exception_ptr10_M_releaseEv
+libstdc++.so.6:_ZNSt15__exception_ptr13exception_ptr9_M_addrefEv
libstdc++.so.6:_ZNSt15__exception_ptr13exception_ptrC1EPv
-libstdc++.so.6:_ZNSt15__exception_ptr13exception_ptrC1ERKS0_
-libstdc++.so.6:_ZNSt15__exception_ptr13exception_ptrD1Ev
-libstdc++.so.6:_ZNSt15__exception_ptreqERKNS_13exception_ptrES2_
libstdc++.so.6:_ZNSt18condition_variable10notify_allEv
libstdc++.so.6:_ZNSt18condition_variable10notify_oneEv
libstdc++.so.6:_ZNSt18condition_variable4waitERSt11unique_lockISt5mutexE
@@ -202,7 +201,6 @@
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_assignERKS4_
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_createERmm
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_mutateEmmPKcm
-libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9push_backEc
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev
libstdc++.so.6:_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEE7_M_syncEPcmm
@@ -245,6 +243,7 @@
libstdc++.so.6:_ZSt24__throw_out_of_range_fmtPKcz
libstdc++.so.6:_ZSt25__throw_bad_function_callv
libstdc++.so.6:_ZSt28_Rb_tree_rebalance_for_erasePSt18_Rb_tree_node_baseRS_
+libstdc++.so.6:_ZSt28__throw_bad_array_new_lengthv
libstdc++.so.6:_ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_
libstdc++.so.6:_ZSt3cin
libstdc++.so.6:_ZSt4cerr
@@ -305,7 +304,6 @@
libstdc++.so.6:__cxa_guard_acquire
libstdc++.so.6:__cxa_guard_release
libstdc++.so.6:__cxa_init_primary_exception
-libstdc++.so.6:__cxa_pure_virtual
libstdc++.so.6:__cxa_rethrow
libstdc++.so.6:__cxa_throw
libstdc++.so.6:__dynamic_cast
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : botan2
-version : 2.18.1
-release : 14
+version : 2.18.2
+release : 15
source :
- - https://github.com/randombit/botan/archive/refs/tags/2.18.1.tar.gz : 4afebf2dbfa2f047d161437dcc544003d5822f47ceac97ada6a24948297bd3ed
+ - https://github.com/randombit/botan/archive/refs/tags/2.18.2.tar.gz : 10ded69c4fd4ade9d87527b394787beefa190b4ecb65ed04535bdd00e088cd96
license : BSD-2-Clause
component : programming.library
summary : Crypto and TLS library for C++11
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 @@
<Source>
<Name>botan2</Name>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Evan Maddock</Name>
+ <Email>maddock.evan@vivaldi.net</Email>
</Packager>
<License>BSD-2-Clause</License>
<PartOf>programming.library</PartOf>
@@ -21,7 +21,7 @@
<Files>
<Path fileType="executable">/usr/bin/botan</Path>
<Path fileType="library">/usr/lib64/libbotan-2.so.18</Path>
- <Path fileType="library">/usr/lib64/libbotan-2.so.18.18.1</Path>
+ <Path fileType="library">/usr/lib64/libbotan-2.so.18.18.2</Path>
<Path fileType="library">/usr/lib64/python3.9/site-packages/botan2.py</Path>
</Files>
</Package>
@@ -32,7 +32,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="14">botan2</Dependency>
+ <Dependency release="15">botan2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/botan-2/botan/adler32.h</Path>
@@ -347,12 +347,12 @@
</Files>
</Package>
<History>
- <Update release="14">
- <Date>2021-07-28</Date>
- <Version>2.18.1</Version>
+ <Update release="15">
+ <Date>2021-11-23</Date>
+ <Version>2.18.2</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Evan Maddock</Name>
+ <Email>maddock.evan@vivaldi.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 5 2023, 7:22 AM (9 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5824270
Default Alt Text
D12361.diff (4 KB)

Event Timeline