Hello community,

here is the log from the commit of package bctoolbox for openSUSE:Factory 
checked in at 2020-12-05 20:36:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bctoolbox (Old)
 and      /work/SRC/openSUSE:Factory/.bctoolbox.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bctoolbox"

Sat Dec  5 20:36:04 2020 rev:12 rq:852642 version:4.4.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/bctoolbox/bctoolbox.changes      2020-11-15 
15:23:59.707297558 +0100
+++ /work/SRC/openSUSE:Factory/.bctoolbox.new.5913/bctoolbox.changes    
2020-12-05 20:36:39.450676808 +0100
@@ -1,0 +2,5 @@
+Wed Dec  2 14:13:22 UTC 2020 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to 4.4.13 (no changelog) 
+
+-------------------------------------------------------------------

Old:
----
  bctoolbox-4.4.7.tar.gz

New:
----
  bctoolbox-4.4.13.tar.gz

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

Other differences:
------------------
++++++ bctoolbox.spec ++++++
--- /var/tmp/diff_new_pack.wfW2fI/_old  2020-12-05 20:36:39.966677332 +0100
+++ /var/tmp/diff_new_pack.wfW2fI/_new  2020-12-05 20:36:39.970677335 +0100
@@ -18,7 +18,7 @@
 
 %define sover   1
 Name:           bctoolbox
-Version:        4.4.7
+Version:        4.4.13
 Release:        0
 Summary:        Utility library for software from Belledonne Communications
 License:        GPL-2.0-or-later

++++++ bctoolbox-4.4.7.tar.gz -> bctoolbox-4.4.13.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bctoolbox-4.4.7/src/crypto/mbedtls.c 
new/bctoolbox-4.4.13/src/crypto/mbedtls.c
--- old/bctoolbox-4.4.7/src/crypto/mbedtls.c    2020-11-06 16:59:17.000000000 
+0100
+++ new/bctoolbox-4.4.13/src/crypto/mbedtls.c   2020-11-24 13:02:01.000000000 
+0100
@@ -251,8 +251,10 @@
        
        for (; subjectAltNames != NULL; subjectAltNames = 
subjectAltNames->next){
                const mbedtls_asn1_buf *buf = &subjectAltNames->buf;
-               if (buf->tag == ( MBEDTLS_ASN1_CONTEXT_SPECIFIC | 2 ) || 
buf->tag == ( MBEDTLS_ASN1_CONTEXT_SPECIFIC | 2 )){
-                       ret = bctbx_list_append(ret, 
bctbx_strndup((char*)buf->p, buf->len));
+               if (buf->tag == ( MBEDTLS_ASN1_CONTEXT_SPECIFIC | 2 ) ){
+                       if (buf->p){
+                               ret = bctbx_list_append(ret, 
bctbx_strndup((char*)buf->p, buf->len));
+                       }
                }
        }
        
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to