5042 Commits

Author SHA1 Message Date
Michael Marineau
9b831ddf4e app-emulation/docker: migrate to coreos-go-depend eclass 2016-08-31 19:59:45 -07:00
Michael Marineau
4150be487c app-emulation/rkt: migrate to coreos-go-depend eclass 2016-08-31 19:59:45 -07:00
Michael Marineau
7b7f712298 coreos-go-depend: use flags to indicate what version of Go is used 2016-08-31 19:59:45 -07:00
Michael Marineau
b19a21acf1 coreos-go-utils: new eclass for Go related utilities
This eclass adopts parts of coreos-go.eclass and the dev-lang/go
ebuilds, providing functionality useful to both types of builds.
2016-08-31 19:59:45 -07:00
Nick Owens
2dfeec782a dev-db/etcd: bump to v2.3.7 2016-08-31 16:41:19 -07:00
Vito Caputo
049b784a98 Merge pull request #2156 from vcaputo/sysd-231-journald-fix-redux
sys-apps/systemd: bump for journald ENOSPC fix II
2016-08-31 13:57:09 -07:00
Vito Caputo
49f2c0ded3 sys-apps/systemd: bump for journald ENOSPC fix II 2016-08-31 13:45:24 -07:00
Gary Grebus
1bacccb39b app-crypt/gnupg: move from portage-stable
Signed-off-by: Gary Grebus <gary.grebus@verizon.com>
2016-08-31 16:04:56 -04:00
Nick Owens
a6d6a6670d Merge pull request #2150 from mischief/mayday
app-admin/mayday: bump to v1.0.0
2016-08-31 11:39:55 -07:00
Nick Owens
2b4530e075 app-admin/mayday: bump to v1.0.0 2016-08-31 11:26:49 -07:00
Michael Marineau
7d02cc8fd3 dev-vcs/repo: add repo wrapper version 1.23 2016-08-31 10:51:53 -07:00
Vito Caputo
db3b1b81b9 sys-apps/seismograph: fix cgpt resize off-by-one
Fixes https://github.com/coreos/bugs/issues/1527
2016-08-30 15:43:26 -07:00
Alex Crawford
2133cf1c09 Merge pull request #2152 from crawford/toolbox
app-admin/toolbox: fix mount variable
2016-08-26 18:00:30 -07:00
Alex Crawford
590dde9985 app-admin/toolbox: fix mount variable 2016-08-26 17:54:00 -07:00
Alex Crawford
da48fcaa84 sys-apps/ignition: bump to v0.10.1 2016-08-26 17:52:45 -07:00
Nick Owens
b75623d8db app-emulation/runc: patch out installing deps in makefile
runc invokes go build -i, which installs dependencies to GOROOT. the
build is run without privilege to write there, so it fails.
2016-08-24 19:38:33 -07:00
Nick Owens
0fff88f8ed Merge pull request #2148 from mischief/locksmith-0.4.0
app-admin/locksmith: bump to v0.4.0
2016-08-23 17:36:44 -07:00
Nick Owens
884e82b26a app-admin/locksmith: bump to v0.4.0 2016-08-23 17:35:22 -07:00
Alex Crawford
77b3fda4e0 app-admin/toolbox: bump to include mount variable 2016-08-23 17:24:43 -07:00
Alex Crawford
eb3ffc9ca7 Merge pull request #2146 from crawford/ignition
sys-apps/ignition: bump to v0.10.0
2016-08-23 16:45:46 -07:00
Alex Crawford
6badbb2c8b sys-apps/ignition: bump to v0.10.0 2016-08-23 16:19:39 -07:00
Michael Marineau
018af1d4b4 Merge pull request #2145 from marineam/grub
grub: improve validation of GPT and prevent disk corruption
2016-08-23 14:12:37 -07:00
Michael Marineau
9d5047438f grub: improve validation of GPT and prevent disk corruption
Systems that previously suffered from disk corruption during upgrades
may still be unable to boot properly but at least the chance of causing
corruption is reduced. Workarounds for these systems are still in
progress.
2016-08-23 14:01:35 -07:00
Nick Owens
53375167f8 Merge pull request #2140 from mischief/rkt-1.13.0
app-emulation/rkt: bump to v1.13.0
2016-08-22 14:06:27 -07:00
Vito Caputo
74846afa75 coreos-base: add dep on app-admin/sdnotify-proxy
Flannel lost its dependency on sdnotify-proxy in moving to rkt, but
external users may still depend on sdnotify-proxy being in the image, so
we need to keep it around.

Fixes https://github.com/coreos/bugs/issues/1528
2016-08-22 13:09:28 -07:00
Nick Owens
0b5f049741 Merge pull request #2128 from mischief/docker-1.12
WIP: Docker 1.12
2016-08-19 17:03:35 -07:00
Vito Caputo
e336dcd919 sys-apps/ignition: GO_LDFLAGS: use = in -X assignment
Silences complaint from go build:
link: warning: option -X github.com/coreos/ignition/internal/version.Raw v0.9.2-4-gdfe9e8b-dirty may not work in future releases;
use -X github.com/coreos/ignition/internal/version.Raw=v0.9.2-4-gdfe9e8b-dirty
2016-08-19 16:06:43 -07:00
Nick Owens
8fc569eafa app-emulation/docker: sync systemd services with upstream 2016-08-18 16:27:41 -07:00
Nick Owens
e58c75a8be app-emulation/docker: invoke dockerd, not docker-daemon 2016-08-18 16:27:13 -07:00
Nick Owens
e1d73ac7bc app-emulation/docker: bump to 1.12.1 and sync ebuild 2016-08-18 16:26:04 -07:00
Nick Owens
b0fa16618d Revert "Revert "app-emulation/containerd: bump to v0.2.3""
This reverts commit 1b19251401f4f7558843ef40f06189e9981fb855.

go back to containerd v0.2.3 for docker 1.12.0.
2016-08-18 15:13:50 -07:00
Nick Owens
b2568eff64 app-emulation/runc: bump to the commit docker 1.12.0 uses
live ebuild is dropped and commit hash from
https://github.com/docker/docker/blob/v1.12.0/Dockerfile#L236 is used in
place of a tag.
2016-08-18 15:11:11 -07:00
Nick Owens
51fbe5622d Merge pull request #2123 from mischief/go-1.6.3
dev-lang/go: bump to 1.6.3
2016-08-18 15:10:56 -07:00
Nick Owens
e79c5bcfaf Merge pull request #2135 from mischief/revert-containerd
Revert "app-emulation/containerd: bump to v0.2.3"
2016-08-18 15:10:27 -07:00
Nick Owens
5b3c023ccb app-emulation/rkt: bump to v1.13.0 2016-08-18 14:59:22 -07:00
Matthew Garrett
03565434ed Merge pull request #2139 from mjg59/fix_rkt
Revert "app-emulation/rkt: Remove go environment settings"
2016-08-18 14:48:30 -07:00
Matthew Garrett
34d0066c5b Revert "app-emulation/rkt: Remove go environment settings"
After this we're no longer passing -nopie to the linker, rkt is
ending up with a TEXTREL section and SELinux is blocking execution.
Revert until it's fixed.
2016-08-18 14:19:29 -07:00
Nick Owens
ac51da3ec2 sys-kernel/coreos-{kernel,modules,sources}: bump to 4.7.1
z0021-vfs-fix-deadlock-in-file_remove_privs-on-overlayfs.patch is
dropped because it is applied upstream in the 4.7.1 patchset.
2016-08-18 13:34:57 -07:00
Nick Owens
0f8806279c sys-kernel/coreos-modules: fix 9p config options
commit c1726216b31b9ed6f909ca4f4fcb7fda10616c10 somehow changed the case
on the CONFIG_NET_9P option, causing it to be disabled. fix up other 9p
options while we're here.
2016-08-18 13:34:57 -07:00
Alex Crawford
dd16d73e11 Merge pull request #2137 from crawford/bootengine
sys-kernel/bootengine: bump to include qemu_fw_cfg
2016-08-17 13:33:01 -07:00
Alex Crawford
7fafac700c sys-kernel/bootengine: bump to include qemu_fw_cfg 2016-08-17 13:30:17 -07:00
Nick Owens
70b39d1535 sys-kernel/coreos-modules: enable CEPH_FS_POSIX_ACL 2016-08-17 12:25:10 -07:00
Nick Owens
31c8d3cb7a Revert "app-emulation/containerd: bump to v0.2.3"
This reverts commit 9f7fe685478889d73e4ee482fb6c71b4df006d5c.
2016-08-16 16:46:56 -07:00
Matthew Garrett
89f0bf511f sys-kernel: Bump kernel version
Bump the kernel version to deal with the configuration updates.
2016-08-16 16:41:14 -07:00
Matthew Garrett
7fbe5b2665 sys-kernel/coreos-modules: Enable IMA
https://github.com/coreos/bugs/issues/416
2016-08-16 16:41:14 -07:00
Matthew Garrett
ab2be28b2a sys-kernel/coreos-modules: Enable DNS support for Ceph
https://github.com/coreos/bugs/issues/1500
2016-08-16 16:41:14 -07:00
Matthew Garrett
9d99ee2075 sys-kernel/coreos-modules: Enable EXT4 native encryption
https://github.com/coreos/bugs/issues/1502
2016-08-16 16:41:14 -07:00
Matthew Garrett
af2c247f20 eclass/coreos-kernel.eclass: Add support for shared kernel configuration
Add support for sharing configuration between architectures, and break the
common configuration out from our existing architectures.
2016-08-16 15:44:02 -07:00
Nick Owens
cdd0d49879 Merge pull request #2130 from mischief/kernel-fw-cfg
sys-kernel/coreos-modules: enable FW_CFG_SYSFS for qemu fw_cfg
2016-08-15 13:21:01 -07:00
Alex Crawford
d141c70a20 Merge pull request #2132 from crawford/ignition
sys-apps/ignition: bump to v0.9.2
2016-08-15 12:40:40 -07:00