# ChangeLog for sys-firmware/ipxe # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 # (auto-generated from git log) *ipxe-1.0.0_p20130925 (09 Aug 2015) *ipxe-1.0.0_p20130624 (09 Aug 2015) *ipxe-1.0.0_p20130225 (09 Aug 2015) *ipxe-1.0.0_p20120905 (09 Aug 2015) 09 Aug 2015; Robin H. Johnson +files/ipxe-1.0.0_p20130925-git-version.patch, +ipxe-1.0.0_p20120905.ebuild, +ipxe-1.0.0_p20130225.ebuild, +ipxe-1.0.0_p20130624.ebuild, +ipxe-1.0.0_p20130925.ebuild, +metadata.xml: proj/gentoo: Initial commit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed 24 Aug 2015; Justin Lecher metadata.xml: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher 24 Aug 2015; Mike Gilbert metadata.xml: Revert DOCTYPE SYSTEM https changes in metadata.xml repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720 30 Aug 2015; Mike Frysinger ipxe-1.0.0_p20130925.ebuild, metadata.xml: add USE=lkrn support #508654 30 Aug 2015; Mike Frysinger -ipxe-1.0.0_p20120905.ebuild, -ipxe-1.0.0_p20130225.ebuild, -ipxe-1.0.0_p20130624.ebuild: punt old 24 Jan 2016; Michał Górny metadata.xml: Unify quoting in metadata.xml files for machine processing Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes. 24 Jan 2016; Michał Górny metadata.xml: Set appropriate maintainer types in metadata.xml (GLEP 67) 19 Apr 2016; Ian Stakenvicius metadata.xml: fix reference in metadata.xml Package-Manager: portage-2.2.26 21 Jun 2016; Mike Frysinger ipxe-1.0.0_p20130925.ebuild: move header/toolchain setup to src_configure 21 Jun 2016; Mike Frysinger ipxe-1.0.0_p20130925.ebuild: add USE=ipv6 support 21 Jun 2016; Mike Frysinger ipxe-1.0.0_p20130925.ebuild: add savedconfig support #487816 21 Jun 2016; Mike Frysinger +files/ipxe-1.0.0_p20130925-no-pie.patch, ipxe-1.0.0_p20130925.ebuild: fix building when ssp is enabled by default #585752 21 Jun 2016; Mike Frysinger ipxe-1.0.0_p20130925.ebuild, metadata.xml: add USE=efi support *ipxe-1.0.0_p20160620 (21 Jun 2016) 21 Jun 2016; Mike Frysinger +files/ipxe-1.0.0_p20160620-no-pie.patch, +ipxe-1.0.0_p20160620.ebuild: version bump 23 Jun 2016; Mike Frysinger metadata.xml: change maintainer to qemu 23 Jun 2016; Mike Frysinger files/ipxe-1.0.0_p20130925-no-pie.patch, files/ipxe-1.0.0_p20160620-no-pie.patch: fix building with current stable hardened toolchains #586558 Current Gentoo stable hardened toolchains utilize "-nopie" while upstream has standardized "-no-pie". Hack the pie patch to support both until we can update our gcc patchsets to use the newer name.