5197 Commits

Author SHA1 Message Date
David Michael
debde7b045 app-emulation/rkt: Bump to 1.30.0 2018-04-16 13:54:42 -04:00
David Michael
0bf43e1a66 chore(metadata): Regenerate cache 2018-04-12 14:04:29 -04:00
David Michael
2db530d169 dev-lang/go: Bump 1.10 to 1.10.1 2018-04-12 14:03:55 -04:00
David Michael
2a180bc8b7 dev-lang/go: Bump 1.9.4 to 1.9.5 2018-04-12 14:03:33 -04:00
David Michael
405c5d3bdc Merge pull request #3176 from dm0-/linux
Bump Linux 4.14.32 to 4.14.34 and 4.16.1 to 4.16.2
2018-04-12 14:00:50 -04:00
Luca Bruno
62ff452722 Merge pull request #3175 from lucab/ups/rkt-golang-1.9
app-emulation/rkt: downgrade toolchain to go1.9
2018-04-12 15:58:53 +00:00
David Michael
6340a8801c chore(metadata): Regenerate cache 2018-04-12 11:51:14 -04:00
David Michael
5458ae4d47 app-arch/torcx: Bump the non-1.12 profile to 18.04 2018-04-12 11:50:54 -04:00
David Michael
7bc02f8433 app-torcx/docker: Drop 17.12 and add 18.04 2018-04-12 11:50:01 -04:00
David Michael
02294fe7ea app-emulation/docker: Bump LTS to 18.03 and edge to 18.04 2018-04-12 11:50:01 -04:00
David Michael
ec15f22e4c app-emulation/containerd: Drop 1.0.1 and add 1.0.3 2018-04-12 11:50:01 -04:00
David Michael
f20b66401a app-emulation/docker-runc: Drop the 17.12 version 2018-04-12 11:50:01 -04:00
David Michael
9ff1b0d85e sys-kernel/coreos-sources: Bump 4.14.32 to 4.14.34 2018-04-12 09:25:33 -04:00
David Michael
acd7b682ec sys-kernel/coreos-sources: Bump 4.16.1 to 4.16.2 2018-04-12 09:24:24 -04:00
Luca Bruno
938fdff719 app-emulation/rkt: downgrade toolchain to go1.9
This downgrades the golang toolchain used to build rkt, keeping it at
go1.9.
This is a temporary workaround for a go-1.10 regression in `archive/tar`.

Ref: https://github.com/coreos/bugs/issues/2402
Ref: https://github.com/appc/docker2aci/issues/259
Ref: https://github.com/golang/go/issues/24821
2018-04-12 13:19:27 +00:00
Derek Gonyeo
f997cfc501 Merge pull request #3167 from dgonyeo/cloudinit
coreos-base/coreos-cloudinit: v1.13.0 -> v1.14.0 (not freeze exception)
2018-04-11 13:52:32 -07:00
Derek Gonyeo
a9c54c6da4 Merge pull request #3165 from dgonyeo/bootengine
sys-kernel/bootengine: update (not freeze exception)
2018-04-11 13:52:22 -07:00
Luca Bruno
ac11f47524 Merge pull request #3147 from lucab/ups/torcx-0.1.3
app-arch/torcx: update to 0.1.3
2018-04-11 20:12:19 +00:00
Benjamin Gilbert
6fcf8c1115 Merge pull request #3168 from bgilbert/4.16.1
sys-kernel/coreos-*: bump to 4.16.1
2018-04-11 15:23:08 -04:00
David Michael
cf14f6b5df Merge pull request #3161 from dm0-/glibc
Upgrade glibc to 2.25
2018-04-11 00:07:04 -04:00
David Michael
22bbbb7812 app-portage/gentoolkit: Move back to portage-stable 2018-04-10 13:30:39 -04:00
David Michael
d049506848 sys-firmware/edk2: Drop the QEMU dependency
It doesn't appear to be used, and it results in a dep loop.
2018-04-10 13:30:39 -04:00
David Michael
ded9237668 app-emulation/qemu: Sync with current upstream stable
The only CoreOS changes are to add the vpc patch, change edk2-ovmf
to edk2, disable pin-upstream-blobs, and stabilize arm64.
2018-04-10 13:30:39 -04:00
David Michael
f335891a59 profiles: Drop obsolete curl references 2018-04-10 13:30:39 -04:00
David Michael
f1286ee37b sys-libs/glibc: Work around usrmerge problems
Portage will blindly clobber like-named files when extracting /lib
and /usr/lib if they are symlinked together on the host.  In this
case, it extracts a symlink that points to itself, so this changes
it to move the library into /usr for the boards.  Checks in portage
and the ChromeOS scripts prevent any straightforward copying or
linking.
2018-04-10 13:28:34 -04:00
Benjamin Gilbert
ceaff637da sys-kernel/coreos-*: bump to 4.16.1 2018-04-09 22:31:02 -04:00
Derek Gonyeo
0683bd967b coreos-base/coreos-cloudinit: v1.13.0 -> v1.14.0 2018-04-09 16:30:52 -07:00
Andrew Jeddeloh
9c3db7fd4d sys-boot/grub: bump for free magic fix
Bump grub to include patch to fix "invalid free magic" errors.
2018-04-09 16:14:38 -07:00
Derek Gonyeo
eb9f32d0e6 sys-kernel/bootengine: update
Update to bootengine includes:
- drop DEVLINKS from mdadm invocation
- reprint Ignition logs when Ignition fails
2018-04-09 13:27:52 -07:00
David Michael
31718996a0 sys-libs/glibc: Work around old profiles
This should allow the toolchains bootstrap step to succeed without
requiring a profiles sync as part of the upgrade.
2018-04-09 13:33:08 -04:00
David Michael
c901ee3cb4 sys-libs/glibc: Apply CoreOS changes
Since eblits were dropped, changes are now applied by overriding
eclass functions.  The package diff between this and the previous
version is just a few new headers and languages (aside from all the
version-based renames).

Our patches were moved from 2.23 to 2.25 since Gentoo dropped that
version and its directory.

The pthread patch was dropped since it is in 2.25 as commit
f8bf15febcaf137bbec5a61101e88cd5a9d56ca8 .

This also moves the 2.24 version of the C UTF-8 locale patch to
2.25, since we skipped 2.24 and the patch hasn't changed as of
Fedora 26 (its upstream).
2018-04-09 13:33:08 -04:00
David Michael
c7c73d8a5d sys-libs/glibc: Sync with Gentoo stable, to 2.25 2018-04-09 13:33:07 -04:00
Derek Gonyeo
5ed2a997f8 sys-apps/ignition: v0.23.0 -> v0.24.0 2018-04-06 13:23:56 -07:00
David Michael
5409ebabca Merge pull request #3163 from dm0-/grub
sys-boot/grub: Switch to the rebase-able branch
2018-04-06 16:04:07 -04:00
David Michael
beacd727c0 sys-boot/grub: Switch to the rebase-able branch
This branch shouldn't really be any different from the tree's
contents.  The commits are just restructured so that all patches
that are not yet upstream as of the most recent tag are available
as a flat patch series on top of it.
2018-04-05 18:10:09 -04:00
David Michael
9518505ee9 coreos-base/update_engine: Bump to 0.4.6 2018-04-05 16:59:34 -04:00
David Michael
2cc0b1513a profiles: Don't install cmake on the boards
It doesn't cross-compile, and only the host command is needed.
2018-04-05 16:50:25 -04:00
David Michael
2c3238fd4a profiles: Sync gflags and glog versions on arm64 2018-04-05 16:14:07 -04:00
David Michael
f7a5854502 coreos-base/update_engine: Drop the gmock build dependency 2018-04-05 16:11:35 -04:00
David Michael
5ca565eb91 coreos/config/env: Drop configuration for the removed gmock 2018-04-05 16:10:32 -04:00
David Michael
650379f25d Merge pull request #3153 from dm0-/etcd
Bump etcd 3.3.2 to 3.3.3
2018-04-02 17:03:24 -04:00
David Michael
e98936af41 sys-kernel/coreos-sources: Bump 4.14.30 to 4.14.32 2018-04-02 11:24:47 -04:00
David Michael
a08e8c434e sys-kernel/coreos-sources: Bump 4.15.13 to 4.15.15 2018-04-02 11:22:59 -04:00
Benjamin Gilbert
f0b1be18c5 Merge pull request #3154 from bgilbert/vxlan
sys-kernel/coreos-*: fix oops with vxlan
2018-03-28 17:23:21 -04:00
David Michael
29b11af671 app-admin/etcd-wrapper: Bump 3.3.2 to 3.3.3 2018-03-28 16:27:07 -04:00
David Michael
fa452168d8 dev-db/etcdctl: Bump 3.3.2 to 3.3.3 2018-03-28 16:26:48 -04:00
Benjamin Gilbert
b69017695a sys-kernel/coreos-*: fix oops with vxlan 2018-03-28 14:59:48 -04:00
Benjamin Gilbert
39586f7064 sys-kernel/coreos-sources: allow specifying ebuild to revbump.sh
master and alpha now carry multiple ebuilds.  Handle this by allowing
the user to specify which ebuild to update.
2018-03-28 14:27:42 -04:00
Luca Bruno
562a428f85 app-arch/torcx: update to 0.1.3 2018-03-26 08:08:07 +00:00
David Michael
0ab4865a34 sys-kernel/coreos-sources: Bump 4.14.29 to 4.14.30 2018-03-25 15:05:16 -04:00