Hello community,

here is the log from the commit of package vboot for openSUSE:Factory checked 
in at 2018-08-18 00:05:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vboot (Old)
 and      /work/SRC/openSUSE:Factory/.vboot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vboot"

Sat Aug 18 00:05:33 2018 rev:5 rq:629718 version:69.10895

Changes:
--------
--- /work/SRC/openSUSE:Factory/vboot/vboot.changes      2018-06-19 
11:55:59.207133693 +0200
+++ /work/SRC/openSUSE:Factory/.vboot.new/vboot.changes 2018-08-18 
00:05:42.611363936 +0200
@@ -1,0 +2,19 @@
+Thu Aug 16 13:38:49 UTC 2018 - guillaume.gar...@opensuse.org
+
+- Update to R69-10895:
+  * signer: fix accessory_rwsig signing
+  * image_singing: Add '--nodefault_rw_root' for make_dev_ssd.sh
+  * inherit-review-settings-ok/WATCHLISTS: punt old unused files
+  * vboot_aux_fw: Add new return code to handle busy case
+  * nocturne-fp: copypasta script to generate keypair for signing FW
+  * vboot_reference: fix the build for arm64
+  * keygeneration: make the certificates valid for 10 years
+  * futility: Add --arch=arm64 option to vbutil_kernel
+  * stop statically linking crossystem
+  * keygeneration: add --no-pk option for UEFI key generation
+- Refresh patch after partial upstream merge:
+  * fix_Makefile.patch
+- Refresh patch:
+  * Fix-arch-detection-for-armv6.patch
+
+-------------------------------------------------------------------

Old:
----
  release-R68-10718.B.tar.gz

New:
----
  release-R69-10895.B.tar.gz

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

Other differences:
------------------
++++++ vboot.spec ++++++
--- /var/tmp/diff_new_pack.kHoUir/_old  2018-08-18 00:05:45.727373266 +0200
+++ /var/tmp/diff_new_pack.kHoUir/_new  2018-08-18 00:05:45.731373277 +0200
@@ -16,8 +16,8 @@
 #
 
 
-%define major_version 68
-%define minor_version 10718
+%define major_version 69
+%define minor_version 10895
 Name:           vboot
 Version:        %{major_version}.%{minor_version}
 Release:        0

++++++ Fix-arch-detection-for-armv6.patch ++++++
--- /var/tmp/diff_new_pack.kHoUir/_old  2018-08-18 00:05:45.755373349 +0200
+++ /var/tmp/diff_new_pack.kHoUir/_new  2018-08-18 00:05:45.755373349 +0200
@@ -16,10 +16,8 @@
    override ARCH := arm
 +else ifeq (${ARCH},armv6l)
 +  override ARCH := arm
- else ifeq (${ARCH},aarch64)
+ else ifneq (,$(filter aarch64 arm64,${ARCH}))
    override ARCH := arm
  else ifeq (${ARCH},i386)
-   override ARCH := x86
- else ifeq (${ARCH},i686)
 -- 
-2.12.3
\ No newline at end of file
+2.12.3

++++++ fix_Makefile.patch ++++++
--- /var/tmp/diff_new_pack.kHoUir/_old  2018-08-18 00:05:45.795373468 +0200
+++ /var/tmp/diff_new_pack.kHoUir/_new  2018-08-18 00:05:45.795373468 +0200
@@ -13,21 +13,6 @@
  # Determine QEMU architecture needed, if any
  ifeq (${ARCH},${HOST_ARCH})
    # Same architecture; no need for QEMU
-@@ -589,11 +583,11 @@ UTIL_SCRIPTS += \
- endif
- 
- # These utilities should also provide static linked version (*_s).
--UTIL_NAMES_STATIC = \
--      utility/crossystem
-+# UTIL_NAMES_STATIC = \
-+#     utility/crossystem
- 
- UTIL_NAMES = \
--      ${UTIL_NAMES_STATIC} \
-+      utility/crossystem \
-       utility/dumpRSAPublicKey \
-       utility/tpmc
- 
 @@ -991,7 +985,6 @@ ${UTILBDB}: ${UTILBDB_OBJS} ${BDBLIB_OBJ
  # Link tests for external repos
  ${BUILD}/host/linktest/extern: ${HOSTLIB}

++++++ release-R68-10718.B.tar.gz -> release-R69-10895.B.tar.gz ++++++
/work/SRC/openSUSE:Factory/vboot/release-R68-10718.B.tar.gz 
/work/SRC/openSUSE:Factory/.vboot.new/release-R69-10895.B.tar.gz differ: char 
13, line 1


Reply via email to