Hello community,

here is the log from the commit of package ucode-intel for openSUSE:Factory 
checked in at 2017-07-21 22:50:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ucode-intel (Old)
 and      /work/SRC/openSUSE:Factory/.ucode-intel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ucode-intel"

Fri Jul 21 22:50:07 2017 rev:29 rq:511622 version:20170707

Changes:
--------
--- /work/SRC/openSUSE:Factory/ucode-intel/ucode-intel.changes  2017-07-19 
12:22:16.701612461 +0200
+++ /work/SRC/openSUSE:Factory/.ucode-intel.new/ucode-intel.changes     
2017-07-21 22:50:08.566435315 +0200
@@ -1,0 +2,6 @@
+Wed Jul 19 15:04:28 UTC 2017 - astie...@suse.com
+
+- Remove code in intel-microcode2ucode.c that refers to 
+  GenuineIntel.bin , previously in binary blob package.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ intel-microcode2ucode.c ++++++
--- /var/tmp/diff_new_pack.7dB1hL/_old  2017-07-21 22:50:10.110217546 +0200
+++ /var/tmp/diff_new_pack.7dB1hL/_new  2017-07-21 22:50:10.110217546 +0200
@@ -85,13 +85,6 @@
               bufsize,
               bufsize / 1024,
               count);
-           
-    f = fopen("GenuineIntel.bin", "w");
-    if (!f)
-        return perror("Couldn't open GenuineIntel.bin"), EXIT_FAILURE;
-        
-    if(fwrite(buf, sizeof(int), count, f) != count || fclose(f))
-        return perror("Couldn't write GenuineIntel.bin"), EXIT_FAILURE;
 
        if (bufsize < sizeof(struct microcode_header_intel))
                goto out;


Reply via email to