diff --git a/gnu-efi.changes b/gnu-efi.changes index 880a352..1009b2b 100644 --- a/gnu-efi.changes +++ b/gnu-efi.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Jul 17 09:18:03 UTC 2013 - glin@suse.com + +- Update to gnu-efi 3.0u + + Disable MMX and SSE to avoid using the uninitialized registers + + Support .text.* sections on x86_64 + + Automatically determine number of uefi_call_wrapper() args on + x86_64 + + Fix parameter-passing corruption on x86_64 for >= 5 args + + Add the definitions for TCP, UDP and IP, for both IPv4 and IPv6 + + Fix UEFI functions that use the wrong ABI (System V ABI) + + Use new gcc flag: GNU_EFI_USE_MS_ABI + + Add new status codes to efierr.h + + Align stack properly to avoid crash + + Support UEFI PXE over IPv6 + ------------------------------------------------------------------- Wed Nov 7 16:22:08 UTC 2012 - dmueller@suse.com diff --git a/gnu-efi.spec b/gnu-efi.spec index 2d3730c..160d5c5 100644 --- a/gnu-efi.spec +++ b/gnu-efi.spec @@ -1,7 +1,7 @@ # # spec file for package gnu-efi # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: gnu-efi -Version: 3.0q +Version: 3.0u Release: 0 Summary: Library for EFI Applications License: BSD-3-Clause and GPL-2.0+ Group: Development/Libraries/Other Url: http://sourceforge.net/projects/gnu-efi -Source: http://downloads.sourceforge.net/gnu-efi/gnu-efi_3.0q.orig.tar.gz +Source: http://downloads.sourceforge.net/gnu-efi/gnu-efi_3.0u.orig.tar.gz Source1: %{name}-rpmlintrc BuildRequires: kernel-source BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -50,7 +50,7 @@ Authors: make LINUX_HEADERS=/usr/src/linux %install -make install INSTALLROOT=%{buildroot}%{_prefix} LIBDIR=%_lib +make install INSTALLROOT=%{buildroot} LIBDIR=%{_prefix}/%_lib PREFIX=%{_prefix} %if 0 mkdir %{buildroot}%{_prefix}/%{_lib}/%{name} cp -p apps/*.efi %{buildroot}%{_prefix}/%{_lib}/%{name} diff --git a/gnu-efi_3.0q.orig.tar.gz b/gnu-efi_3.0q.orig.tar.gz deleted file mode 100644 index 6481386..0000000 --- a/gnu-efi_3.0q.orig.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d48af548beb91bd0be3f905588c19650ed1ba114ccca047388f4aae50f471ff7 -size 276466 diff --git a/gnu-efi_3.0u.orig.tar.gz b/gnu-efi_3.0u.orig.tar.gz new file mode 100644 index 0000000..8bb673c --- /dev/null +++ b/gnu-efi_3.0u.orig.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0d450d5829204ca05dcb3b2aae772e52c379b7c7e09146759c6315606f934e +size 159662