Hello community,

here is the log from the commit of package bctoolbox for openSUSE:Factory 
checked in at 2020-11-06 23:43:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bctoolbox (Old)
 and      /work/SRC/openSUSE:Factory/.bctoolbox.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bctoolbox"

Fri Nov  6 23:43:08 2020 rev:10 rq:846047 version:4.4.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/bctoolbox/bctoolbox.changes      2020-06-28 
23:06:01.322798036 +0200
+++ /work/SRC/openSUSE:Factory/.bctoolbox.new.11331/bctoolbox.changes   
2020-11-06 23:43:10.411485713 +0100
@@ -1,0 +2,5 @@
+Wed Nov  4 16:04:58 UTC 2020 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to version 4.4.6 (no changelog) 
+
+-------------------------------------------------------------------

Old:
----
  bctoolbox-4.4.0.tar.gz

New:
----
  bctoolbox-4.4.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bctoolbox.spec ++++++
--- /var/tmp/diff_new_pack.S20e2F/_old  2020-11-06 23:43:11.479483661 +0100
+++ /var/tmp/diff_new_pack.S20e2F/_new  2020-11-06 23:43:11.483483653 +0100
@@ -18,7 +18,7 @@
 
 %define sover   1
 Name:           bctoolbox
-Version:        4.4.0
+Version:        4.4.6
 Release:        0
 Summary:        Utility library for software from Belledonne Communications
 License:        GPL-2.0-or-later

++++++ bctoolbox-4.4.0.tar.gz -> bctoolbox-4.4.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bctoolbox-4.4.0/src/crypto/mbedtls.c 
new/bctoolbox-4.4.6/src/crypto/mbedtls.c
--- old/bctoolbox-4.4.0/src/crypto/mbedtls.c    2020-06-15 19:24:39.000000000 
+0200
+++ new/bctoolbox-4.4.6/src/crypto/mbedtls.c    2020-07-29 18:47:59.000000000 
+0200
@@ -471,7 +471,7 @@
                break;
 
                case MBEDTLS_MD_SHA512:
-                       mbedtls_sha512(crt->raw.p, crt->raw.len, buffer, 1); /* 
last argument is a boolean, indicate to output sha-384 and not sha-512 */
+                       mbedtls_sha512(crt->raw.p, crt->raw.len, buffer, 0); /* 
last argument is a boolean, indicate to output sha-384 and not sha-512 */
                        hash_length = 64;
                        hash_alg_string="SHA-512";
                break;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bctoolbox-4.4.0/src/crypto/polarssl.c 
new/bctoolbox-4.4.6/src/crypto/polarssl.c
--- old/bctoolbox-4.4.0/src/crypto/polarssl.c   2020-06-15 19:24:39.000000000 
+0200
+++ new/bctoolbox-4.4.6/src/crypto/polarssl.c   2020-07-29 18:47:59.000000000 
+0200
@@ -462,7 +462,7 @@
                break;
 
                case POLARSSL_MD_SHA512:
-                       sha512(crt->raw.p, crt->raw.len, buffer, 1); /* last 
argument is a boolean, indicate to output sha-384 and not sha-512 */
+                       sha512(crt->raw.p, crt->raw.len, buffer, 0); /* last 
argument is a boolean, indicate to output sha-384 and not sha-512 */
                        hash_length = 64;
                        hash_alg_string="SHA-512";
                break;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bctoolbox-4.4.0/src/utils/port.c 
new/bctoolbox-4.4.6/src/utils/port.c
--- old/bctoolbox-4.4.0/src/utils/port.c        2020-06-15 19:24:39.000000000 
+0200
+++ new/bctoolbox-4.4.6/src/utils/port.c        2020-07-29 18:47:59.000000000 
+0200
@@ -705,7 +705,7 @@
 
 void _bctbx_get_cur_time(bctoolboxTimeSpec *ret, bool_t realtime){
 #if defined(_WIN32_WCE) || defined(WIN32)
-#ifdef BCTBX_WINDOWS_DESKTOP
+#if defined(BCTBX_WINDOWS_DESKTOP) && !defined(ENABLE_MICROSOFT_STORE_APP)
        DWORD timemillis;
 #      if defined(_WIN32_WCE)
        timemillis=GetTickCount();


Reply via email to