3284 Commits

Author SHA1 Message Date
Alex Crawford
1725b1ab82 Merge pull request #1809 from crawford/cloudinit
coreos-base/coreos-cloudinit: re-add arm64 keyword
2016-03-02 17:08:58 -08:00
Alex Crawford
dba3ee6da8 coreos-base/coreos-cloudinit: re-add arm64 keyword
This was dropped in 0cf04c447ce67f48f8546d745742ca22e5b8e603.
2016-03-02 16:31:31 -08:00
Nick Owens
0bd5eabd88 Merge pull request #1803 from mischief/dlm
sys-kernel/coreos-kernel: enable DLM
2016-03-02 16:28:54 -08:00
Nick Owens
499056e252 Merge pull request #1806 from mischief/curl
profiles/coreos: accept net-misc/curl-7.47.1
2016-03-02 15:56:50 -08:00
Nick Owens
b52d2b5153 Merge pull request #1805 from mischief/jq
profiles/coreos: accept app-misc/jq-1.5-r1
2016-03-02 15:56:19 -08:00
Alex Crawford
3164bf8100 Merge pull request #1807 from crawford/cloudinit
coreos-base/coreos-cloudinit: bump to v1.9.2
2016-03-02 15:51:31 -08:00
Alex Crawford
5eab149c6a coreos-base/coreos-cloudinit: bump to v1.9.2
Additionally, remove v1.5.1 since v1.9.2 will build under ARM.
2016-03-02 15:39:33 -08:00
Nick Owens
2f89295a9f profiles/coreos: accept net-misc/curl-7.47.1 2016-03-02 14:56:20 -08:00
Nick Owens
bfadbfd62a profiles/coreos: accept app-misc/jq-1.5-r1 2016-03-02 14:34:39 -08:00
Nick Owens
c751b3aef2 profiles/coreos/base: use wget 1.17.1-r1 with slotted openssl dep 2016-03-02 11:55:32 -08:00
Nick Owens
17e2289c60 sys-kernel/coreos-kernel: enable DLM 2016-03-02 09:29:54 -08:00
Nick Owens
6459bde415 dev-libs/openssl: enable sslv2 so other programs dont break 2016-03-01 13:44:30 -08:00
Nick Owens
8f8cda6553 dev-libs/openssl: bump to 1.0.2g
https://bugs.gentoo.org/show_bug.cgi?id=575548
2016-03-01 11:02:47 -08:00
Alex Crawford
87e43dc1b4 Revert "sys-apps/systemd: backport networkd links unlinking fix"
This reverts commit bee84f8be2702ad9dddcc72069f8a596415fefd1.
2016-02-26 07:05:05 -08:00
Alex Crawford
cb89a9fce9 app-emulation/docker: override native.cgroupdriver 2016-02-25 19:36:24 -08:00
Alex Crawford
f28c2c0afc app-emulation/wa-linux-agent: bump to 2.0.16 2016-02-25 17:48:31 -08:00
Alex Crawford
855f1d8f10 Revert "docker: change cgroup default back to systemd" 2016-02-25 12:35:40 -08:00
Alex Crawford
4b884e263c Merge pull request #1791 from crawford/cloudinit
coreos-base/coreos-cloudinit: bump to v1.9.1
2016-02-24 13:07:54 -08:00
Alex Crawford
6617cef8ff sys-apps/ignition: bump to v0.3.0 2016-02-24 11:47:27 -08:00
Alex Crawford
1d61fc39aa coreos-base/coreos-cloudinit: bump to v1.9.1 2016-02-24 09:49:38 -08:00
Nick Owens
913021a14a sys-apps/systemd: backport networkd links unlinking fix 2016-02-23 18:22:41 -08:00
Michael Marineau
2d2382bd2f Merge pull request #1782 from mjg59/master
Ignore unknown classes in SELinux base policy
2016-02-23 17:28:20 -08:00
Michael Marineau
d6b137d213 Merge pull request #1787 from marineam/docker
docker: change cgroup default back to systemd
2016-02-23 17:05:50 -08:00
Michael Marineau
e727f38eda docker: change cgroup default back to systemd 2016-02-23 16:56:17 -08:00
Michael Marineau
f66dc3f494 oem-rackspace: fix build 2016-02-23 16:17:28 -08:00
Michael Marineau
dbea374c18 board-packages: build everything that oem packages depend on
The oem packages themselves conflict which makes life tricky but we
should at least create binary packages for the rest.
2016-02-23 12:24:33 -08:00
Michael Marineau
86d03cd78f google-*: remove unused eclasses
Drops pointless dep on pkg-config
2016-02-23 12:24:33 -08:00
Michael Marineau
f18b5c4232 wa-linux-agent: use tarballs instead of git
Simplifies dependencies
2016-02-23 12:24:33 -08:00
Michael Marineau
f87d2c4e3e oem-rackspace: split nova agent container into new package
Makes the oem ebuild as small as possible. Also the new ebuild uses a
tarball which simplifies dependencies and improves caching.
2016-02-23 12:24:33 -08:00
Michael Marineau
d618eeea26 Merge pull request #1784 from marineam/openssl-ec
openssl: remove bindist restriction and enable ec algorithms
2016-02-22 21:37:36 -08:00
Michael Marineau
3aff3aeae2 openssl: remove bindist restriction and enable ec algorithms
The bindist use flag can also be dropped from openssh, now it always
requires an openssl build with 'bindist' missing or unset.
2016-02-22 20:25:23 -08:00
Michael Marineau
39cd9a9b1f openssl: drop 0.9.8 migration
I am dubious of the call to c_rehash in there but we don't need any of
the 0.9.8 migration stuff anyway so just drop it all.
2016-02-22 20:13:10 -08:00
Michael Marineau
1f0ce56f2a openssl: sync up with upstream
Just minor stuff like keywords.
2016-02-22 19:40:40 -08:00
Matthew Garrett
6a671af06e Ignore unknown classes in SELinux base policy
We build a very minimal SELinux policy, so there are cases where code ends up
using classes that don't exist. We attempted to compensate for this case in
3da4994cd332c1f166c9a86ece0c62f9bc02c6f7 but it turns out that this isn't
used for initial policy build. Pass an explicit argument during base policy
build to handle that.

Fixes https://github.com/coreos/bugs/issues/1127
2016-02-20 13:26:17 -08:00
Patrick Baxter
ef381d00a9 app-admin/kubelet-wrapper: add comment pointing to available tags 2016-02-18 11:28:06 -05:00
Patrick Baxter
1ac340aa1d Merge pull request #1779 from pbx0/mantle
coreos-devel/mantle: bump to 0.0.10
2016-02-17 17:41:09 -08:00
Patrick Baxter
cf9706c567 coreos-devel/mantle: bump to 0.0.10 2016-02-17 19:14:02 -05:00
Nick Owens
7fe910e5df app-admin/kubelet-wrapper: work around ${WORKDIR}/${P} not existing 2016-02-17 16:00:28 -08:00
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
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
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
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