30045 Commits

Author SHA1 Message Date
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
Aaron Levy
22f19374a0 app-admin/kubelet-wrapper: add script to execute via rkt-fly 2016-02-10 10:35:46 -08:00
Alex Crawford
8888e028f0 coreos-base/coreos-cloudinit: bump to v1.9.0 2016-02-09 18:03:43 -08:00
Geoff Levand
55ffdcfa55 Merge pull request #1765 from glevand/for-merge-etcd
Revert "dev-db/etcd: Set CROS_WORKON_COMMIT for arm64"
2016-02-09 17:18:10 -08:00
Alex Crawford
9e9c5e241b sys-kernel/coreos-kernel: bump to 4.4.1 2016-02-09 16:51:48 -08:00
Alex Crawford
f11fdc61bb sys-kernel/coreos-sources: bump to 4.4.1 2016-02-09 16:51:48 -08:00
Alex Crawford
1f80337458 sys-kernel/coreos-firmware: bump to latest firmware 2016-02-09 16:51:48 -08:00
Geoff Levand
ed976d3f13 Revert "dev-db/etcd: Set CROS_WORKON_COMMIT for arm64"
This reverts commit 7a8824fc66231ff055b3da41b4edc3e8725ddff5.

etcd-2.2.5 builds for arm64, so a special conditional for it is no longer needed.
2016-02-09 15:24:12 -08:00
Nick Owens
c2c57e995c app-emulation/rkt: bump rev 2016-02-09 13:39:56 -08:00
Nick Owens
cbc7edaa50 app-emulation/rkt: symlink old stage1 aci location to new one 2016-02-09 13:39:47 -08:00
Nick Owens
27bc572d45 app-emulation/rkt: fix up stage1-default-location 2016-02-09 12:45:55 -08:00
Nick Owens
09cc32c73f app-emulation/rkt: fix STAGE1INSTALLDIR 2016-02-09 12:24:10 -08:00
Nick Owens
aee793828c Merge pull request #377 from mischief/socat
bump(net-misc/socat): sync with upstream
2016-02-05 13:45:28 -08:00
Nick Owens
6821bdd6fe bump(net-misc/socat): sync with upstream 2016-02-05 13:38:32 -08:00
Michael Marineau
1d41677d93 Merge pull request #1763 from marineam/noseccomp
Disable seccomp in docker
2016-02-05 12:11:52 -08:00
Michael Marineau
1af801e211 docker: fix libseccomp version dependency
I misread the version requirement and unfortunately docker only checks
the version at runtime, not build time and managed to not run a seccomp
enabled docker build in my rushed testing apparently. :(
2016-02-05 12:03:01 -08:00
Michael Marineau
b99e4107a7 Revert "profiles: enable docker's seccomp support"
This reverts commit 08d59b2ea8ebb43c84b64f96bff2a5728144fe03.

Docker in 948.1.0 is failing at runtime with the following error:

    conditional filtering requires libseccomp version >= 2.2.1
2016-02-05 11:58:03 -08:00
Michael Marineau
8b7efcbb29 Merge pull request #1762 from marineam/docker
docker: bump to v1.10.0
2016-02-04 15:05:57 -08:00
Michael Marineau
d558d79154 profiles: enable docker's seccomp support 2016-02-04 14:55:22 -08:00
Michael Marineau
15494f1045 docker: bump to v1.10.0
This release adds support for seccomp and drops support for lxc.
2016-02-04 14:54:57 -08:00
Nick Owens
567848b9b2 Merge pull request #1757 from mischief/rkt-1.0
fixing up ebuild for rkt
2016-02-04 12:06:19 -08:00