30065 Commits

Author SHA1 Message Date
Alex Crawford
7543b6c2c4 dev-db/etcd: bump to 2.0.7 2015-03-24 23:43:47 -07:00
Michael Marineau
5be55a6898 Merge pull request #385 from marineam/licenses
build_image_util: generate package license list for each image
2015-03-24 18:37:46 -07:00
Michael Marineau
3b8cf7d1fb build_image_util: generate package license list for each image
There isn't a sane way for users to know the licenses of individual
packages in CoreOS images in built images. The information is hidden
away back in the original ebuilds. This extends our existing package
list with a new file that also includes licenses:

```
app-admin/flannel-0.3.0-r3::coreos Apache-2.0
app-admin/fleet-0.9.1::coreos Apache-2.0
app-admin/locksmith-0.2.3::coreos Apache-2.0
app-admin/sdnotify-proxy-0.1.0::coreos Apache-2.0
app-admin/sudo-1.8.10_p2::portage-stable ISC BSD
app-admin/toolbox-0.0.0-r4::coreos Apache-2.0
app-arch/bzip2-1.0.6-r6::portage-stable BZIP2
app-arch/gzip-1.5::portage-stable GPL-3
app-arch/tar-1.27.1-r2::portage-stable GPL-3+
...
```
2015-03-24 18:10:45 -07:00
Michael Marineau
ba9ca13102 systemd: build from git instead of release tarballs 2015-03-24 18:07:23 -07:00
Michael Marineau
19593301d8 Merge pull request #1161 from marineam/systemd
systemd: prune old versions
2015-03-24 17:30:00 -07:00
mischief
13241b1c47 bump(dev-libs/openssl): sync with upstream 2015-03-24 17:02:54 -07:00
Michael Marineau
6cf2c2919d systemd: prune old versions 2015-03-24 14:55:46 -07:00
Nick Owens
cc6c4c8e0b Merge pull request #1160 from mischief/systemd-unit-trailing-space-hang
sys-apps/systemd: backport fix for trailing space in unit hanging systemd
2015-03-24 14:30:15 -07:00
mischief
c37554a1dc sys-apps/systemd: backport fix for trailing space in unit hanging systemd 2015-03-24 14:03:17 -07:00
Alex Crawford
5cc0cecd7a Merge pull request #1159 from crawford/profiles
Revert "Revert "profiles: enable etcd protocols 1 and 2""
2015-03-23 20:11:52 -07:00
Nick Owens
172bb5b8d9 Merge pull request #1150 from mischief/networkd-wait-online-fixhang
sys-apps/systemd: fix networkd-wait-online interface checks
2015-03-23 20:03:06 -07:00
mischief
5e95e23026 sys-apps/systemd: fix networkd-wait-online interface checks to prevents hangs on systems with multiple NICs 2015-03-23 19:58:48 -07:00
Alex Crawford
c04fa50422 Revert "Revert "profiles: enable etcd protocols 1 and 2""
This reverts commit 00d4ac172234b3707455e6a084babef7f852137b.
2015-03-23 19:49:36 -07:00
Alex Crawford
576e769732 Merge pull request #1157 from crawford/etcd
etcd: use etcd-starter and bump to latest releases
2015-03-23 19:47:32 -07:00
Alex Crawford
aabcd58fad dev-db/etcd: bump 2.0.5 to 2.0.6 2015-03-23 19:43:12 -07:00
Alex Crawford
64fad4ab01 dev-db/etcd: bump 0.4.7 to 0.4.8 2015-03-23 19:43:12 -07:00
Alex Crawford
a1487bc1a6 dev-db/etcd: use etcd-starter 2015-03-23 19:43:12 -07:00
Alex Crawford
81a5661450 dev-db/etcd-starter: add etcd-starter 2015-03-23 19:19:50 -07:00
Michael Marineau
c323a142fa Merge pull request #1158 from jayofdoom/jay/CoreOSBug293
sys-apps/systemd: nspawn Map seccomp filters to caps
2015-03-23 18:13:06 -07:00
Jay Faulkner
1949388f7e sys-apps/systemd: nspawn Map seccomp filters to caps
http://cgit.freedesktop.org/systemd/systemd/commit/?id=9a71b1122c6e49dd9227f82b2f53837c7ea13019
2015-03-23 16:29:52 -07:00
Alex Crawford
0693da064c Merge pull request #1149 from crawford/etcd
Revert "profiles: enable etcd protocols 1 and 2"
2015-03-18 18:17:43 -07:00
Alex Crawford
4a675c9ff8 Revert "profiles: enable etcd protocols 1 and 2"
This reverts commit 8c1eed4d214ce7d7327c946341bf1a375d8186ac.
2015-03-18 18:13:00 -07:00
Michael Marineau
e235fb5f9f Merge pull request #384 from marineam/loop
build_packages: add support breaking loops with multiple use flags
2015-03-18 12:06:40 -07:00
Michael Marineau
03411ad4d8 build_packages: add support breaking loops with multiple use flags
Sorry, this is just getting bad. We need to switch to initializing the
board root stage3 style, similar to how the SDK or most any
semi-complicated Gentoo install starts. Breaking loops while merging
into a clean root is just too complicated.

On what this does: util-linux now has a udev *and* a systemd use flag.
Since we use systemd they both are effectively the same and pull in the
systemd package. This adds support for disabling both flags during the
loop breaking procedure.
2015-03-18 11:59:25 -07:00
Alex Crawford
9b295da99f Merge pull request #1146 from crawford/etcd
etcd: bump to 2.0.5 and enable by default
2015-03-18 11:32:14 -07:00
Alex Crawford
e811f263fa Merge pull request #173 from crawford/ssh
bump(net-misc/openssh): sync with upstream
2015-03-18 10:43:46 -07:00
Alex Crawford
58d8bf273c Merge pull request #1147 from crawford/waagent
app-emulation/wa-linux-agent: bump to 2.0.12
2015-03-18 09:49:47 -07:00
Alex Crawford
0a7ab50819 profiles: enable etcd protocols 1 and 2 2015-03-17 23:33:28 -07:00
Alex Crawford
71eb9655b8 dev-db/etcd: bump to v2.0.5 2015-03-17 23:33:28 -07:00
Michael Marineau
818de1f923 Merge pull request #1128 from carmstrong/flanneld-file-limit
app-admin/flannel: lower file descriptor limit
2015-03-17 22:32:49 -07:00
Alex Crawford
8b4eae304d app-emulation/wa-linux-agent: bump to 2.0.12 2015-03-17 11:05:22 -07:00
Nick Owens
609f572780 Merge pull request #174 from mischief/prune-keyutils
sys-apps/keyutils: move to coreos-overlay
2015-03-17 10:49:06 -07:00
Michael Marineau
3096fa00df Merge pull request #1142 from marineam/ntp
systemd: add UseNTP DHCP option for network configs
2015-03-16 14:46:55 -07:00
Michael Marineau
8e9514d85c systemd: add UseNTP DHCP option, allow timesyncd in VMs
These are two important prerequisites for eventually switching from ntpd
to timesyncd as our default ntp service.
2015-03-16 12:51:02 -07:00
Michael Marineau
ad0f699ff2 systemd: split 219 ebuild from live ebuild
No changes.
2015-03-16 12:20:37 -07:00
Michael Marineau
586238e084 Merge pull request #1145 from marineam/ntpd
Disable threads in ntpd
2015-03-14 16:09:42 -07:00
Michael Marineau
8c6db08fbc Merge pull request #1144 from marineam/util-linux
Cleanup util-linux, update to 2.26.1
2015-03-14 16:09:23 -07:00
Michael Marineau
eebaddbd06 ntp: mark new threadless ntp as stable 2015-03-13 17:22:06 -07:00
Michael Marineau
8869afe399 ntp: disable threads to work around a startup race
This appears to work around a bug that causes ntpd to wedge itself on
startup. Bug https://github.com/coreos/bugs/issues/304
2015-03-13 17:22:06 -07:00
Michael Marineau
0952c03bf2 ntp: pull in use flag changes from upstream
Adds a threads use flag, drops the not-very-interesting docs use flag.
2015-03-13 17:22:06 -07:00
Michael Marineau
866fb22a38 ntp: prune old ntp version 2015-03-13 17:22:06 -07:00
Michael Marineau
cd0f259a08 Merge pull request #177 from marineam/util-linux
bump(sys-apps/util-linux): sync with upstream
2015-03-13 15:05:39 -07:00
Michael Marineau
52f98c23cc profiles: update to util-linux 2.26.1
Fixes https://github.com/coreos/bugs/issues/301
2015-03-13 14:45:55 -07:00
Michael Marineau
1864c1e499 util-linux: prune old versions
We are no longer patching util-linux and 2.25.2-r2 is stable upstream.
2015-03-13 14:41:35 -07:00
Michael Marineau
2144037241 Merge pull request #1143 from marineam/readme
README: document that ebuilds are licensed under the GPLv2
2015-03-13 14:38:47 -07:00
Michael Marineau
cb50ab00c2 Merge pull request #176 from marineam/readme
README: replace old ChromeOS README
2015-03-13 14:38:35 -07:00
Michael Marineau
2e2376ffc1 bump(sys-apps/util-linux): sync with upstream 2015-03-13 14:37:23 -07:00
Michael Marineau
84b04ffe02 README: document that ebuilds are licensed under the GPLv2
This differs from a lot of our code which is Apache or BSD licensed.
2015-03-13 14:20:00 -07:00
Michael Marineau
e8b78e043c README: replace old ChromeOS README
Now featuring correct licensing info and useful developer information!

Requested in https://groups.google.com/forum/#!topic/coreos-dev/goLG-5r8m1s
2015-03-13 14:15:45 -07:00
Nick Owens
aa736a26fc Merge pull request #175 from mischief/prune-libnfsidmap
net-libs/libnfsidmap: move to coreos-overlay
2015-03-13 09:46:28 -07:00