SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for gnu-efi-utils-3.0.8-2.el7.x86_64.rpm :
Mon Jun 11 14:00:00 2018 Peter Jones - 3.0.8-2
- Fix some minor coverity complaints.
Related: rhbz#1570032

Fri Jun 8 14:00:00 2018 Peter Jones - 3.0.8-1
- Update to version required by fwupdate-12 and shim-15.
Related: rhbz#1570032

Thu Mar 30 14:00:00 2017 Peter Jones - 3.0.5-9
- Just don\'t build the .i686 package at all. After a scratch build, it\'s
clear that \"strip -p\" is not good enough, because our different builders
have non-matching UIDs for the build process, and -p adds uid/gid to the
archive. So there\'s no way to fix the multiarch conflict here without
either fixing that or fixing strip(1) with:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=patch;h=7a093a78
We don\'t strictly need the .i686 package anyway, since we\'ve moved to
making the dependent binaries all build the ia32 bits on x86_64 for
other reasons. Related: rhbz#1310782

Thu Mar 30 14:00:00 2017 Peter Jones - 3.0.5-9
- One more attempt at nerfing timestamps. It\'s surprising how broken this
can be.

\"ar rDv\" works just fine, but
/usr/lib/rpm/redhat/brp-strip-static-archive is calling \"%{__strip} -g
$for_each.a\", and it\'s rewriting our binary from ts/uid/gid of 0/0/0 to
$epoch/$UID/$GID. Awesomely /usr/bin/strip it seems to have 3 modes of
operation:
-U: the default, which adds $epoch/$UID/$GID to your binary archive
instead of just removing stuff. Clearly the Principle of Least
Surprise is strong here.
-p: preserve the timestamp from the original .a, but add UID and GID,
because this is 1980 and people use ar(1) for archiving stuff they
might want that out of.
-D: Condescend at you in a command line error and explain that -D both
is and is not a valid option:
/usr/bin/strip: invalid option -- \'D\'
Usage: /usr/bin/strip in-file(s)
Removes symbols and sections from files
The options are:
...
-D --enable-deterministic-archives
Produce deterministic output when stripping archives
So I agree that it\'s invalid, but I think we may be pronouncing that
second vowel differently. They say in-VAL-id, I say IN-vuh-lid.

Nobody should ever have to run \"strace -ttt -v -f -o make.strace make
all\", just to discover the problem isn\'t even in there.
Related: rhbz#1310782

Tue Mar 28 14:00:00 2017 Peter Jones - 3.0.5-8
- Nerf the timestamps on our .o files while building, because RHEL\'s ar(1) is
horrible and silently ignores the \'D\' option. It\'s fine, I probably didn\'t
put it there for any reason.
Related: rhbz#1310782

Tue Mar 28 14:00:00 2017 Peter Jones - 3.0.5-7
- Call ar(1) in deterministic mode so our .a\'s are multipath clean.
Related: rhbz#1310782

Mon Mar 20 13:00:00 2017 Peter Jones - 3.0.5-6
- Also build the ia32 bits in a separate 32-bit package for other consumers.
Related: rhbz#1310782

Wed Mar 15 13:00:00 2017 Peter Jones - 3.0.5-5
- Fix a codegin bug that makes it want libgcc_s (but not know it) on ia32.
Related: rhbz#1310782

Mon Mar 13 13:00:00 2017 Peter Jones - 3.0.5-4
- Package the ia32 bits somewhat better.
Related: rhbz#1310782

Mon Mar 13 13:00:00 2017 Peter Jones - 3.0.5-3
- Include ia32 bits in the x86_64 packages instead of making a separate
32-bit package
Resolves: rhbz#1310782

Mon Mar 6 13:00:00 2017 Peter Jones - 3.0.5-2
- Fix some bugs in the 3.0.5 release.
Related: rhbz#1310782

Thu Feb 2 13:00:00 2017 Peter Jones - 3.0.5-1
- Update to 3.0.5
- Re-enable ia32 builds for the most hilarious changelog series...
Resolves: rhbz#1310782

Mon Jun 15 14:00:00 2015 Peter Jones - 3.0.2-2
- Fix .spec mismerge from upstream that causes ia32 to build.
Related: rhbz#1190191
Related: rhbz#1115843
Related: rhbz#1100048

Mon Jun 15 14:00:00 2015 Peter Jones - 3.0.2-1
- Update to 3.0.2
Related: rhbz#1190191
Related: rhbz#1115843
Related: rhbz#1100048
- Fix base package requirement on subpackages

Fri Aug 22 14:00:00 2014 Kyle McMartin - 3.0w-0.1
- New upstream version 3.0w
- Add pjones\' build fixes patch from that other distro.
- Enable AArch64

Fri Dec 27 13:00:00 2013 Daniel Mach - 3.0u-2
- Mass rebuild 2013-12-27

Fri Oct 25 14:00:00 2013 Peter Jones - 3.0u-1
- Reflect that we\'re not supporting this on anything but x86_64.
Related: rhbz#1017861

Tue Sep 24 14:00:00 2013 Peter Jones - 3.0u-0.1
- Update to 3.0u
Related: rhbz#996863
- Split out subpackages so -devel can be multilib
- Fix path in apps subpackage to vary by distro.

Thu Jul 25 14:00:00 2013 Peter Jones - 3.0q-3
- Revert to 3.0q
Related: rhbz#978766

Fri Jun 7 14:00:00 2013 Peter Jones - 3.0t-0.1
- Update to 3.0t
- Don\'t allow use of mmx or sse registers.

Thu May 16 14:00:00 2013 Peter Jones - 3.0s-2
- Update to 3.0s
Related: rhbz#963359

Thu Feb 14 13:00:00 2013 Fedora Release Engineering - 3.0q-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

Fri Jul 27 14:00:00 2012 Matthew Garrett - 3.0q-1
- Update to current upstream
- License change - GPLv2+ to BSD

Thu Jul 19 14:00:00 2012 Fedora Release Engineering - 3.0e-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

Wed Apr 25 14:00:00 2012 Peter Jones - 3.0e-17
- Align .reloc section as well to make secureboot work (mfleming)

Fri Jan 13 13:00:00 2012 Fedora Release Engineering - 3.0e-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

Thu Aug 11 14:00:00 2011 Peter Jones - 3.0e-15
- Correctly pad the stack when doing uefi calls
Related: rhbz#677468
- Add ability to write UEFI callbacks and drivers
- Add test harness for ABI Calling Conventions

Thu Jun 16 14:00:00 2011 Peter Jones - 3.0e-14
- Handle uninitialized GOP driver gracefully.

Wed Feb 9 13:00:00 2011 Fedora Release Engineering - 3.0e-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

Fri Sep 10 14:00:00 2010 Peter Jones - 3.0e-12
- Add \"modelist.efi\" test utility in apps/

Mon Jul 26 14:00:00 2010 Peter Jones - 3.0e-11
- Add PciIo headers.

Fri Jul 23 14:00:00 2010 Peter Jones - 3.0e-10
- Add UEFI 2.x boot services.

Tue Aug 11 14:00:00 2009 Peter Jones - 3.0e-9
- Change ExclusiveArch to reflect arch changes in repos.

Fri Jul 24 14:00:00 2009 Fedora Release Engineering - 3.0e-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

Fri Apr 3 14:00:00 2009 Peter Jones - 3.0e-7
- Use nickc\'s workaround for #492183

Tue Mar 31 14:00:00 2009 Peter Jones - 3.0e-6.1
- Make a test package for nickc.

Thu Mar 12 13:00:00 2009 Chris Lumens 3.0e-6
- Add IA64 back into the list of build arches (#489544).

Mon Mar 2 13:00:00 2009 Peter Jones - 3.0e-5
- Switch to i586 from i386.

Tue Feb 24 13:00:00 2009 Fedora Release Engineering - 3.0e-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

Fri Feb 13 13:00:00 2009 Peter Jones - 3.0e-3
- Pad sections out in the provided linker scripts to make sure they all of
some content.

Fri Oct 3 14:00:00 2008 Peter Jones - 3.0e-2
- Fix install paths on x86_64.

Thu Oct 2 14:00:00 2008 Peter Jones - 3.0e-1
- Update to 3.0e
- Fix relocation bug in 3.0e

Tue Jul 29 14:00:00 2008 Tom \"spot\" Callaway - 3.0d-6
- fix license tag

Mon Jul 28 14:00:00 2008 Peter Jones - 3.0d-5
- Remove ia64 palproc code since its license isn\'t usable.
- Remove ia64 from ExclusiveArch since it can\'t build...

Thu Mar 27 13:00:00 2008 Peter Jones - 3.0d-4
- Fix uefi_call_wrapper(x, 10, ...) .
- Add efi_main wrappers and EFI_CALL() macro so drivers are possible.

Mon Feb 18 13:00:00 2008 Fedora Release Engineering - 3.0d-3
- Autorebuild for GCC 4.3

Fri Jan 11 13:00:00 2008 Peter Jones - 3.0d-2
- Get rid of a bogus #ifdef .

Wed Dec 19 13:00:00 2007 Peter Jones - 3.0d-1
- Update to 3.0d

Tue Jun 12 14:00:00 2007 Chris Lumens - 3.0c-2
- Fixes for package review (#225846).

Wed Jul 12 14:00:00 2006 Jesse Keating - 3.0c-1.1
- rebuild

Thu Apr 27 14:00:00 2006 Chris Lumens 3.0c-1
- Upgrade to gnu-efi-3.0c.
- Enable build on i386.

Tue Feb 7 13:00:00 2006 Jesse Keating - 3.0a-7.2
- rebuilt for new gcc4.1 snapshot and glibc changes

Fri Dec 9 13:00:00 2005 Jesse Keating
- rebuilt

Thu Mar 3 13:00:00 2005 Jeremy Katz - 3.0a-7
- rebuild with gcc 4

Tue Sep 21 14:00:00 2004 Jeremy Katz - 3.0a-6
- add fix from Jesse Barnes for newer binutils (#129197)

Tue Jun 15 14:00:00 2004 Elliot Lee
- rebuilt

Wed Apr 21 14:00:00 2004 Jeremy Katz - 3.0a-4
- actually add the patch

Tue Apr 20 14:00:00 2004 Bill Nottingham 3.0a-3
- add patch to coalesce some relocations (#120080, )

Fri Feb 13 13:00:00 2004 Elliot Lee
- rebuilt

Fri Oct 4 14:00:00 2002 Jeremy Katz
- rebuild in new environment

Sun Jul 8 14:00:00 2001 Bill Nottingham
- update to 3.0

Tue Jun 5 14:00:00 2001 Bill Nottingham
- add fix for invocations from the boot manager menu (#42222)

Tue May 22 14:00:00 2001 Bill Nottingham
- add bugfix for efibootmgr ()

Mon May 21 14:00:00 2001 Bill Nottingham
- update to 2.5
- add in efibootmgr from Dell ()

Thu May 3 14:00:00 2001 Bill Nottingham
- fix booting of kernels with extra arguments (#37711)

Wed Apr 25 14:00:00 2001 Bill Nottingham
- take out Stephane\'s initrd patch

Fri Apr 20 14:00:00 2001 Bill Nottingham
- fix the verbosity patch to not break passing arguments to images

Wed Apr 18 14:00:00 2001 Bill Nottingham
- update to 2.0, build elilo, obsolete eli

Tue Dec 5 13:00:00 2000 Bill Nottingham
- update to 1.1

Thu Oct 26 14:00:00 2000 Bill Nottingham
- add patch for new toolchain, update to 1.0

Thu Aug 17 14:00:00 2000 Bill Nottingham
- update to 0.9


 
ICM