17119 Commits

Author SHA1 Message Date
Michael Marineau
5a4ae87e01 coreos-init: update to fix resizing on cciss disks 2015-12-16 17:18:44 -08:00
Michael Marineau
72c011c02f Merge pull request #1690 from marineam/glibc
Glibc 2.21 and simplify locale management in the SDK
2015-12-16 17:16:56 -08:00
Geoff Levand
2f05765193 net-wireless/wireless-tools: Remove unused package
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-12-16 17:16:12 -08:00
Geoff Levand
ba1e180f45 Merge pull request #1677 from glevand/for-merge-tpm
Enable arm64 TPM support
2015-12-16 16:59:54 -08:00
Nick Owens
e11d1a78bb Merge pull request #1694 from mischief/cachefiles
sys-kernel/coreos-kernel: enable CACHEFILES
2015-12-16 14:25:18 -08:00
Nick Owens
85f175ded1 profiles/coreos/base/package.accept_keywords: remove old net-libs/libpcap-1.1.1-r1 2015-12-15 18:21:27 -08:00
Nick Owens
f88fce89ac profiles/coreos/base/package.accept_keywords: remove old app-text/xmlto-0.0.24-r1 2015-12-15 18:21:08 -08:00
Nick Owens
3cb04b1698 profiles/coreos/base/package.accept_keywords: remove old app-editors/vim-7.4.712 and app-editors/vim-core-7.4.712 2015-12-15 18:19:48 -08:00
Nick Owens
852d8eceb5 profiles/coreos/base/package.accept_keywords: remove old net-misc/curl-7.41 2015-12-15 18:19:48 -08:00
Nick Owens
d859738b89 profiles/coreos/base/package.accept_keywords: remove old sys-fs/btrfs-progs-3.17.3 2015-12-15 18:19:48 -08:00
Nick Owens
fd009b57d4 profiles/coreos/base/package.accept_keywords: remove old sys-fs/lvm2-2.02.107 and sys-block/thin-provisioning-tools-0.3.2 2015-12-15 18:19:48 -08:00
Nick Owens
c8bec3b94a profiles/coreos/base/package.accept_keywords: remove old sys-kernel/linux-headers-3.13 2015-12-15 18:19:48 -08:00
Nick Owens
6f039d43d3 profiles/coreos/base/package.accept_keywords: remove old app-admin/sudo-1.8.10_p2 2015-12-15 18:19:48 -08:00
Nick Owens
0fcba1f125 profiles/coreos/base/package.accept_keywords: remove old net-analyzer/nmap-6.40-r1 2015-12-15 18:19:48 -08:00
Nick Owens
22e0aa23dc profiles/coreos/base/package.accept_keywords: remove old app-admin/eselect-1.4 2015-12-15 18:19:48 -08:00
Nick Owens
561f5092e4 profiles/coreos/base/package.accept_keywords: remove old dev-lang/python-2.7.6 2015-12-15 18:19:48 -08:00
Nick Owens
2c406af5f5 profiles/coreos/base/package.accept_keywords: remove old e2fsprogs 2015-12-15 18:19:48 -08:00
Nick Owens
29f7de4a7f profiles/coreos/base/package.accept_keywords: remove old dev-util/boost-build-1.52.0-r1 2015-12-15 18:19:48 -08:00
Nick Owens
e417eb5500 profiles/coreos/base/package.accept_keywords: remove unused sys-process/criu dependency dev-libs/protobuf-c-0.15 2015-12-15 18:19:47 -08:00
Nick Owens
76996bbe44 profiles/coreos/base/package.accept_keywords: remove unused dev-libs/opencryptoki-2.4.2 2015-12-15 18:19:47 -08:00
Nick Owens
93955c4c20 profiles/coreos/base/package.accept_keywords: remove unused app-benchmarks/i7z-0.27-r1 2015-12-15 18:19:47 -08:00
Nick Owens
78fbc64ab9 profiles/coreos/base/package.accept_keywords: remove keyword for missing sys-auth/pam_pwdfile 2015-12-15 18:19:47 -08:00
Nick Owens
17e20f6b46 profiles/coreos/base/package.accept_keywords: remove keyword for missing dev-python/pyusb-1.0.0_alpha3 2015-12-15 18:19:47 -08:00
Nick Owens
cc716a5083 profiles/coreos/base/package.accept_keywords: remove unused dev-lang/closure-compiler-bin 2015-12-15 18:19:47 -08:00
Nick Owens
d65cdc5a74 profiles/coreos/base/package.accept_keywords: remove old nss keywords 2015-12-15 18:19:47 -08:00
Nick Owens
d8bad9c0f0 profiles/coreos/base: merge package.keywords with package.accept_keywords 2015-12-15 17:47:26 -08:00
Nick Owens
3e8f52a32b sys-kernel/coreos-kernel: enable CACHEFILES 2015-12-15 16:23:38 -08:00
Nick Owens
74834ede81 bump(app-portage/eix): sync with upstream 2015-12-15 14:16:58 -08:00
Nick Owens
cb77a2e44a bump(app-shells/push): sync with upstream 2015-12-15 14:16:38 -08:00
Nick Owens
bd7ee7c632 sys-apps/systemd: include systemd-journal-remote memory limit fix 2015-12-14 15:14:28 -08:00
kayrus
ab2e1e5b63 Use defined ETCD_SSL_DIR path inside the flannel container 2015-12-14 19:06:15 +01:00
Michael Marineau
bf8fe18b5a glibc: apply CoreOS tweaks
This time around our changes take a slightly different approach. Instead
of editing the ebuild to undo things done in the common eblit code the
eblits are edited directly, allowing for better customization. Also,
managing locales is now different. Inside the SDK all locales are built
at compile time, avoiding the need for locale-gen which is slow and
complicates setup of the SDK chroot. For cross-compiled targets (CoreOS
itself) final images don't include locale info either, again no need for
locale-gen.

The SDK is a bit bigger now, the compressed tarball is 20MB bigger and
200MB bigger extracted on disk. Considering how big it already is this
shouldn't be that big of a deal.
2015-12-10 11:43:53 -08:00
Michael Marineau
87eea1180a glibc: sync with upstream, bump to latest stable
Upgrade to 2.21
2015-12-10 11:43:05 -08:00
Nick Owens
557daabbf0 profiles/coreos/base: use btrfs-progs 4.2.2 for fixes and features 2015-12-09 15:59:07 -08:00
Alex Crawford
5e20f8ff3c Merge pull request #1683 from crawford/etcd
dev-db/etcd: remove service start timeout
2015-12-09 14:15:40 -08:00
Alex Crawford
fceff8a3d5 Merge pull request #1687 from aaronlevy/kube-fix
app-admin/kubelet: force NodeReady condition to be last on existing nodes
2015-12-09 14:15:17 -08:00
Nick Owens
efabce35ed sys-kernel/coreos-kernel: enable SCSI_AIC79XX 2015-12-09 11:04:57 -08:00
Aaron Levy
abc79bc5eb app-admin/kubelet: force NodeReady condition to be last on existing nodes 2015-12-08 17:33:07 -08:00
Alex Crawford
3b836bc05d Merge pull request #1685 from steveeJ/rkt-0.13
app-emulation/rkt: bump version 0.11.0 -> 0.13.0
2015-12-08 15:34:22 -08:00
Eugene Yakubovich
ad7bd94e7c flannel: bump to 0.5.5 2015-12-08 14:52:05 -08:00
Stefan Junker
98d8fd4288 app-emulation/rkt: bump version 0.11.0 -> 0.13.0 2015-12-08 22:20:37 +01:00
Alex Crawford
b00d650b1a dev-db/etcd: remove service start timeout 2015-12-07 16:34:27 -08:00
Nick Owens
301d52d32e sys-kernel/coreos-firmware: sync to latest stable firmware ebuild 2015-12-07 12:31:30 -08:00
Vito Caputo
9ecb2d6722 sys-apps/systemd: include nspawn tmpfs segfault fix 2015-12-03 15:56:27 -08:00
Alex Crawford
22c78a34ae sys-apps/systemd: include machinectl fixes 2015-12-03 15:18:08 -08:00
Geoff Levand
f6d772d248 arm64_defconfig-4.3: Enable TPM
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-12-03 14:50:57 -08:00
Patrick Baxter
7cfeee46b4 sys-apps/systemd: include fix for shutdown
https://github.com/coreos/bugs/issues/1009
2015-12-03 14:14:43 -08:00
Vito Caputo
d9f5c09dad Merge pull request #1663 from vcaputo/cater_to_out_of_tree_modules
coreos-kernel: populate /lib/modules/$(uname -r)/build
2015-12-03 14:05:47 -08:00
Nick Owens
96b0f40ce9 profiles/coreos/base: use openssl 1.0.2e for security fixes 2015-12-03 13:58:56 -08:00
Nick Owens
740b2c2a41 bump(dev-libs/openssl): sync with upstream 2015-12-03 13:57:22 -08:00