Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/u-boot/Makefile,v
retrieving revision 1.28
diff -u -p -r1.28 Makefile
--- Makefile    12 Sep 2017 05:42:17 -0000      1.28
+++ Makefile    15 Nov 2017 00:14:27 -0000
@@ -6,7 +6,7 @@ FLAVORS=        aarch64 arm
 FLAVOR?=       arm
 
 COMMENT=       U-Boot firmware
-VERSION=       2017.09
+VERSION=       2017.11
 DISTNAME=      u-boot-${VERSION}
 PKGNAME=       u-boot-${FLAVOR}-${VERSION:S/-//}
 FULLPKGNAME=   ${PKGNAME}
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/u-boot/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- distinfo    12 Sep 2017 05:42:17 -0000      1.13
+++ distinfo    15 Nov 2017 00:15:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (u-boot-2017.09.tar.bz2) = stFfLPX3LnBgJc3nPWckfG2ozTX34QiR7v59kJUIl0Q=
-SIZE (u-boot-2017.09.tar.bz2) = 11434323
+SHA256 (u-boot-2017.11.tar.bz2) = agGP08r1jz3Poj7piagr013wOvcYcrncqMbXWKDSbAU=
+SIZE (u-boot-2017.11.tar.bz2) = 11982382
Index: patches/patch-lib_efi_loader_efi_device_path_c
===================================================================
RCS file: patches/patch-lib_efi_loader_efi_device_path_c
diff -N patches/patch-lib_efi_loader_efi_device_path_c
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-lib_efi_loader_efi_device_path_c      21 Nov 2017 12:29:25 
-0000
@@ -0,0 +1,15 @@
+$OpenBSD$
+
+Index: lib/efi_loader/efi_device_path.c
+--- lib/efi_loader/efi_device_path.c.orig
++++ lib/efi_loader/efi_device_path.c
+@@ -431,6 +431,9 @@ static void *dp_part_fill(void *buf, struct blk_desc *
+               if (hddp->signature_type != 0)
+                       memcpy(hddp->partition_signature, &desc->guid_sig,
+                              sizeof(hddp->partition_signature));
++              else
++                      memset(hddp->partition_signature, 0,
++                             sizeof(hddp->partition_signature));
+ 
+               buf = &hddp[1];
+       }
Index: patches/patch-scripts_Makefile_lib
===================================================================
RCS file: patches/patch-scripts_Makefile_lib
diff -N patches/patch-scripts_Makefile_lib
--- patches/patch-scripts_Makefile_lib  30 Jul 2017 05:53:03 -0000      1.3
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-scripts_Makefile_lib,v 1.3 2017/07/30 05:53:03 jsg Exp $
-
-Index: scripts/Makefile.lib
---- scripts/Makefile.lib.orig
-+++ scripts/Makefile.lib
-@@ -309,7 +309,7 @@ quiet_cmd_dtc = DTC     $@
- # Bring in any U-Boot-specific include at the end of the file
- cmd_dtc = mkdir -p $(dir ${dtc-tmp}) ; \
-       cat $< $(if $(u_boot_dtsi),\
--              | sed "$$ a\#include \"$(u_boot_dtsi)\"") | \
-+              | gsed "$$ a\#include \"$(u_boot_dtsi)\"") | \
-               $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) - ; 
\
-       $(DTC) -O dtb -o $@ -b 0 \
-               -i $(dir $<) $(DTC_FLAGS) \

Reply via email to