30065 Commits

Author SHA1 Message Date
Michael Marineau
1f0ce56f2a openssl: sync up with upstream
Just minor stuff like keywords.
2016-02-22 19:40:40 -08:00
Michael Marineau
560811c004 bump(app-misc/c_rehash): sync with upstream 2016-02-22 19:35:52 -08:00
Michael Marineau
deac99d43f openssl: remove, now in coreos-overlay 2016-02-22 19:35:33 -08:00
Patrick Baxter
2fe1f00aee Merge pull request #1781 from pbx0/kubelet-comment
app-admin/kubelet-wrapper: add comment pointing to available tags
2016-02-22 19:32:37 -08:00
Michael Marineau
344553986f Merge pull request #500 from marineam/setup
Support using build_image without running build_packages first
2016-02-22 11:30:18 -08:00
Michael Marineau
743d4bce37 build_image: Add support for --getbinpkg
Allows build_image to be used without first running build_packages.

Note: setup_board --force is required before build_packages will work
properly after doing this since baselayout won't be installed otherwise.
2016-02-20 14:26:50 -08:00
Michael Marineau
bc5de30442 board_options: new portageq wrappers
- May be sourced early, so explicitly die if source fails.
 - Add a function for getting the latest version of a package.
 - Read PROVIDES metadata using portageq, enabling data to be read from
   binary packages in addition to installed packages. The performance
   issue is not an issue here and needed to support empty build roots.
2016-02-20 14:17:45 -08:00
Michael Marineau
ab3f1ee0b8 build_image: remove hack to work around an old bug 2016-02-20 14:14:16 -08:00
Michael Marineau
9ab853a668 build_image: remove eclean, run in build_packages instead
Allows the binary package cache to be preserved when using build_image
without a fully populated board root.
2016-02-20 14:11:41 -08:00
Michael Marineau
61672f7f75 setup_board: always create tmp directories 2016-02-20 14:05:50 -08:00
Matthew Garrett
6a671af06e Ignore unknown classes in SELinux base policy
We build a very minimal SELinux policy, so there are cases where code ends up
using classes that don't exist. We attempted to compensate for this case in
3da4994cd332c1f166c9a86ece0c62f9bc02c6f7 but it turns out that this isn't
used for initial policy build. Pass an explicit argument during base policy
build to handle that.

Fixes https://github.com/coreos/bugs/issues/1127
2016-02-20 13:26:17 -08:00
Michael Marineau
a714804ca6 setup_board: check regen flags before calling update_chroot
Abort early if applicable, skip update_chroot if regen only is enabled.
2016-02-19 13:24:44 -08:00
Michael Marineau
7979650cde setup_board: move arm64 grub recompile to update_chroot 2016-02-19 13:21:16 -08:00
Michael Marineau
89e31f1e57 setup_board: add --regen_configs_only flag 2016-02-19 13:08:57 -08:00
Patrick Baxter
ef381d00a9 app-admin/kubelet-wrapper: add comment pointing to available tags 2016-02-18 11:28:06 -05:00
Patrick Baxter
1ac340aa1d Merge pull request #1779 from pbx0/mantle
coreos-devel/mantle: bump to 0.0.10
2016-02-17 17:41:09 -08:00
Patrick Baxter
cf9706c567 coreos-devel/mantle: bump to 0.0.10 2016-02-17 19:14:02 -05:00
Nick Owens
b5670555a2 Merge pull request #1777 from mischief/kubelet-wrapper-workdir
app-admin/kubelet-wrapper: work around ${WORKDIR}/${P} not existing
2016-02-17 16:09:34 -08:00
Nick Owens
7fe910e5df app-admin/kubelet-wrapper: work around ${WORKDIR}/${P} not existing 2016-02-17 16:00:28 -08:00
Nick Owens
90ad3553be Merge pull request #1776 from mischief/kubelet-wrapper-goof
app-admin/kubelet-wrapper: fix missing closing quote
2016-02-17 15:41:41 -08:00
Nick Owens
ffd2f90aa3 app-admin/kubelet-wrapper: fix missing closing quote 2016-02-17 15:40:40 -08:00
Nick Owens
802ccc8d57 Merge pull request #1775 from mischief/docker-point
app-emulation/docker: bump to v1.10.1 + patches
2016-02-17 15:12:49 -08:00
Nick Owens
df8dee2fd9 app-emulation/docker: bump to v1.10.1 + patches 2016-02-17 15:09:23 -08:00
Michael Marineau
06a3e3409b Merge pull request #1770 from marineam/cleanup
coreos/config: remove obsolete files
2016-02-17 15:07:18 -08:00
mjg59
dcff24ef49 Merge pull request #1774 from mjg59/master
Update go-tspi to master
2016-02-17 12:49:53 -08:00
Matthew Garrett
5409c5c5bf Update go-tspi to master
This is needed in order to obtain full log information for pre-OS events
2016-02-17 12:47:36 -08:00
Michael Marineau
f3d239cf2c Merge pull request #1773 from marineam/kublet
Kublet wrapper and some cleanup
2016-02-17 11:57:27 -08:00
Michael Marineau
463f9373e9 coreos-base/coreos: add new kublet wrapper script to amd64 images 2016-02-17 11:42:37 -08:00
Michael Marineau
ab9daa3e32 coreos-base/coreos: move a few packages to amd64-only
go-tspi is for TPM support in rkt, rkt is currently amd64 and does arm64
even have TPMs? xenstore is related to the xenserver hack which is
amd64-only. The kublet package is deprecated so don't bother with it
outside amd64.
2016-02-17 11:38:37 -08:00
Michael Marineau
c3c0d34695 coreos-base/coreos: clean up dep list
Make alphabetical and group amd64-only stuff together.
2016-02-17 11:37:13 -08:00
Geoff Levand
86a9958f6c Merge pull request #1771 from glevand/for-merge-kernel
coreos-kernel: Add verbose build
2016-02-16 14:25:09 -08:00
Geoff Levand
ddb4e4d068 coreos-kernel: Make build verbose
To aid in debugging kernel builds set the kernel make variable
V=1 to get verbose build output.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-02-16 14:21:01 -08:00
Michael Marineau
bba9413c8d Merge pull request #499 from marineam/mini
vm_image_util: add a small openstack image for wedging into tiny places
2016-02-16 12:52:38 -08:00
Michael Marineau
ac884617a3 Merge pull request #1772 from marineam/glibc
glibc: update patchs from upstream
2016-02-16 12:38:24 -08:00
Michael Marineau
db8be01fc1 glibc: update patchs from upstream
CVE-2014-8121:
 - https://sourceware.org/ml/libc-alpha/2015-02/msg00617.html
 - https://bugs.gentoo.org/show_bug.cgi?id=552692

CVE-2015-8776:
 - https://sourceware.org/bugzilla/show_bug.cgi?id=18985
 - https://bugs.gentoo.org/show_bug.cgi?id=572416

CVE-2015-8778:
 - https://sourceware.org/bugzilla/show_bug.cgi?id=18240
 - https://bugs.gentoo.org/show_bug.cgi?id=572416

CVE-2015-8779:
 - https://sourceware.org/bugzilla/show_bug.cgi?id=17905
 - https://bugs.gentoo.org/show_bug.cgi?id=572416

CVE-2015-7547:
 - https://sourceware.org/ml/libc-alpha/2016-02/msg00416.html
 - https://bugs.gentoo.org/show_bug.cgi?id=574880
2016-02-16 12:08:17 -08:00
Michael Marineau
707c6c6f12 vm_image_util: add a small openstack image for wedging into tiny places
Most vm images have an expanded root partiton to make them practical to
use as-is. Some deployments may not want such a large root, putting most
storage on other volumes.
2016-02-16 11:22:59 -08:00
Michael Marineau
3216a22078 Merge pull request #493 from glevand/for-merge-grub
setup_board: Build grub platform modules
2016-02-16 10:56:27 -08:00
Aaron Levy
a1fddee4a6 Merge pull request #1750 from aaronlevy/kubelet-fly
app-admin/kubelet-wrapper: add script to execute via rkt-fly
2016-02-16 10:52:20 -08:00
Michael Marineau
b09593f8a5 Merge pull request #498 from marineam/version
A little cleanup and a ❤️
2016-02-15 14:44:59 -08:00
Michael Marineau
c0bdb15cc1 coreos/config: remove obsolete files
The version script has been unused since coreos/scripts@2482291e.
The make.conf files have been unused since commit coreos/scripts@99ed29d2.
The others have been obsolete since before coreos even started.
2016-02-15 14:43:37 -08:00
Michael Marineau
06d5ac79b1 set_lsb_release: a little cleanup, a new name
❤️
2016-02-15 14:17:37 -08:00
Michael Marineau
5ba4c7181d *: drop usage of COREOS_VERSION_STRING
This variable was semi-deprecated ages ago so `version.txt` could follow
a similar variable naming pattern to `os-release`. Finally drop usage of
it here in favor of `$COREOS_VERSION`.
2016-02-15 13:55:55 -08:00
Michael Marineau
57bb543041 Merge pull request #1769 from marineam/polkit
polkit: remove old polkit and spidermonkey
2016-02-10 15:15:52 -08:00
Michael Marineau
970f7bcd87 Merge pull request #378 from marineam/autoconf
autotools.eclass: Update dependency for autoconf-2.13.
2016-02-10 15:15:44 -08:00
Michael Marineau
2c314a6faf polkit: remove old polkit and spidermonkey
Both of these have a number of bugs and were replaced a while ago.
Recently we started re-using them by accident by updating portage but
not pulling in this fix: https://bugs.gentoo.org/show_bug.cgi?id=560484

Remove them to prevent them from showing up again. :)
2016-02-10 15:09:43 -08:00
Ulrich Müller
223ccb8337 autotools.eclass: Update dependency for autoconf-2.13.
Bug: https://bugs.gentoo.org/show_bug.cgi?id=560484
2016-02-10 15:00:15 -08:00
Nick Owens
004294973f Merge pull request #1764 from mischief/rkt-libdir
fix up rkt libdir for stage1's
2016-02-10 13:55:22 -08:00
Alex Crawford
d5625337b8 Merge pull request #1768 from crawford/cloudinit
coreos-base/coreos-cloudinit: bump to v1.9.0
2016-02-10 12:48:21 -08:00
Alex Crawford
7240b7259d Merge pull request #1766 from crawford/kernel
sys-kernel/coreos-*: bump to 4.4.1
2016-02-10 12:48:05 -08:00
Aaron Levy
6c167ce584 app-admin/kubelet-wrapper: trust keys from https 2016-02-10 10:35:52 -08:00