Hello community,

here is the log from the commit of package dbxtool for openSUSE:Factory checked 
in at 2020-08-16 20:27:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dbxtool (Old)
 and      /work/SRC/openSUSE:Factory/.dbxtool.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dbxtool"

Sun Aug 16 20:27:47 2020 rev:2 rq:827028 version:8

Changes:
--------
--- /work/SRC/openSUSE:Factory/dbxtool/dbxtool.changes  2020-05-13 
22:56:28.927055816 +0200
+++ /work/SRC/openSUSE:Factory/.dbxtool.new.3399/dbxtool.changes        
2020-08-16 20:27:53.210118418 +0200
@@ -1,0 +2,13 @@
+Sun Aug 16 13:11:47 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 8:
+  * Make a "make coverity" rule to scan the source
+  * Don't try to apply anything if PK and KEK aren't enrolled
+  * Add --force and --quiet for the PK/KEK checker, and use them in the
+  systemd service.
+  * Add a .syntastic_c_config for vim's Syntastic modules
+  * Use tsearch()/tfind()/tdestroy() from libc instead of ccan htables
+  * Don't open the dbx file with O_RDWR|O_CREAT, use O_RDONLY.
+  * Lots of minor bug fixes gcc -Wextra and friends found.
+
+-------------------------------------------------------------------

Old:
----
  dbxtool-7.tar.bz2

New:
----
  dbxtool-8.tar.bz2

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

Other differences:
------------------
++++++ dbxtool.spec ++++++
--- /var/tmp/diff_new_pack.MlafGj/_old  2020-08-16 20:27:54.022118866 +0200
+++ /var/tmp/diff_new_pack.MlafGj/_new  2020-08-16 20:27:54.022118866 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           dbxtool
-Version:        7
+Version:        8
 Release:        0
 Summary:        Secure Boot DBX updater
 License:        GPL-2.0-only
@@ -56,7 +56,6 @@
 %postun
 %service_del_postun dbxtool.service
 
-
 %files
 %license COPYING
 %{_bindir}/dbxtool

++++++ dbxtool-7.tar.bz2 -> dbxtool-8.tar.bz2 ++++++
++++ 4226 lines of diff (skipped)

++++++ dbxtool-fixes.patch ++++++
--- /var/tmp/diff_new_pack.MlafGj/_old  2020-08-16 20:27:54.190118959 +0200
+++ /var/tmp/diff_new_pack.MlafGj/_new  2020-08-16 20:27:54.194118962 +0200
@@ -1,8 +1,8 @@
-Index: dbxtool-7/src/iter.c
+Index: dbxtool-8/src/iter.c
 ===================================================================
---- dbxtool-7.orig/src/iter.c
-+++ dbxtool-7/src/iter.c
-@@ -111,8 +111,8 @@ esd_iter_next(esd_iter *iter, efi_guid_t
+--- dbxtool-8.orig/src/iter.c
++++ dbxtool-8/src/iter.c
+@@ -114,8 +114,8 @@ esd_iter_next(esd_iter *iter, efi_guid_t
                                        sizeof (iter->esd->SignatureOwner)) {
                                warnx("X.509 Cert ASN.1 size does not match "
                                      "SignatureList Size (%d vs %ld)",
@@ -13,8 +13,8 @@
                        }
                }
  
-@@ -230,8 +230,8 @@ esl_iter_next(esl_iter *iter, efi_guid_t
-                                              sizeof (efi_guid_t)) {
+@@ -241,8 +241,8 @@ esl_iter_next(esl_iter *iter, efi_guid_t
+                                                        - sizeof (efi_guid_t)) 
{
                                warnx("X.509 Cert ASN.1 size does not match "
                                      "SignatureList Size (%d vs %ld)",
 -                                    asn1size, iter->esl->SignatureSize -


Reply via email to