Package: pycryptodome / 3.20.0+dfsg-3

Metadata

Package Version Patches format
pycryptodome 3.20.0+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix Documentation.patch | (download)

Doc/src/license.rst | 3 2 + 1 - 0 !
README.rst | 9 0 + 9 - 0 !
2 files changed, 2 insertions(+), 10 deletions(-)

 * use debian copyright file for licenses

0002 Suppress privacy violations.patch | (download)

Doc/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 suppress privacy violations

(by default) sphinx.ext.mathjax uses mathjax online (from cdnjs) to
display math; imgmath generates static images.

0003 Fix wired sanitizer usage.patch | (download)

src/test/CMakeLists.txt | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 fix wired sanitizer usage


0004 Some architecture requires additional library Closes.patch | (download)

src/test/CMakeLists.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 some architecture requires additional library (closes: #1069534)

Bug-Debian: https://bugs.debian.org/1069534

* __atomic_compare_exchange_8
* __atomic_load_8
* __atomic_store_8

See also:
Bug 81358 - libatomic not automatically linked with C11 code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81358

0005 Enable sanitizer option only for supported architect.patch | (download)

src/test/CMakeLists.txt | 14 11 + 3 - 0 !
1 file changed, 11 insertions(+), 3 deletions(-)

 enable sanitizer option only for supported architecture (closes:
 #1072992)

Bug-Debian: https://bugs.debian.org/1072992

Some architectures dose not support sanitizer.