David Michael
33c407cd49
app-emulation/rkt: bump to v1.20.0
2016-11-29 13:53:28 -08:00
Nick Owens
851d06bb14
Merge pull request #2283 from mischief/import-qemu
...
import qemu from coreos-overlay and apply vpc patch
2016-11-29 13:43:40 -08:00
Matthew Garrett
4750b7c3f8
Merge pull request #2286 from mjg59/fix_runc_selinux
...
app-emu/runc: enable selinux
2016-11-29 13:31:21 -08:00
Matthew Garrett
50f4b6a49e
app-emu/runc: enable selinux
...
runc needs to have selinux enabled for docker to be confined.
2016-11-29 13:28:24 -08:00
Nick Owens
899c86cf60
app-emulation/qemu: apply patch for vpc creation fix
2016-11-29 13:18:52 -08:00
Nick Owens
420eaab534
app-emulation/qemu: regenerate Manifest
2016-11-29 13:18:25 -08:00
Nick Owens
5cd9f4489b
app-emulation/qemu: sync qemu-2.7.0-r7
2016-11-29 13:15:25 -08:00
Nick Owens
a0ac1b44ac
app-emulation/qemu: import qemu-2.7.0 from portage-stable
2016-11-29 13:13:05 -08:00
David Michael
9ce5c92ad6
Merge pull request #2285 from dm0-/update-kernel
...
sys-kernel/coreos-{sources,modules,kernel}: bump to v4.8.11
2016-11-29 12:57:25 -08:00
David Michael
80c2984674
sys-kernel/coreos-{sources,modules,kernel}: bump to v4.8.11
2016-11-29 12:13:36 -08:00
David Michael
2da401c683
Merge pull request #2284 from dm0-/fix-jenkins
...
Fix the NFS test failures after the rpcbind update
2016-11-28 18:24:34 -08:00
David Michael
9e946e60de
net-fs/nfs-utils: copy default files into /var
2016-11-28 18:19:52 -08:00
David Michael
387f542bce
coreos/config/env: set NSS modules to fix rpcbind startup
...
By default, it will only look for services in /etc/services and end
up not listening on the network if it doesn't exist. This uses the
file /usr/share/baselayout/services as well.
2016-11-28 17:57:07 -08:00
David Michael
89a9743470
Merge pull request #2282 from dm0-/fix-jenkins-arm64
...
profiles: fix GLSA 201611-17 (rpcbind) on arm64
2016-11-23 11:17:33 -08:00
David Michael
fce6deecff
profiles: fix GLSA 201611-17 (rpcbind) on arm64
2016-11-23 11:09:10 -08:00
David Michael
2ead909758
Merge pull request #2281 from dm0-/fix-jenkins-arm64
...
profiles: fix GLSA 201611-01 (unzip) on arm64
2016-11-22 12:02:54 -08:00
David Michael
32fc376cdd
profiles: fix GLSA 201611-01 (unzip) on arm64
2016-11-22 11:59:15 -08:00
Nick Owens
c54e69601a
Merge pull request #2279 from mischief/ntp-4.2.8p9
...
net-misc/ntp: bump to 4.2.8p9
2016-11-21 10:35:17 -08:00
Nick Owens
7b18191cbb
net-misc/ntp: bump to 4.2.8p9
...
the dropped patch was merged into 4.2.8p9 and the manual pages are
dropped because they were not available on the given mirror.
2016-11-21 09:41:53 -08:00
Geoff Levand
9ee42e361c
Merge pull request #2278 from glevand/for-merge-spidermonkey
...
spidermonkey: Update CONFIG_ARM64_VA_BITS_48 fix
2016-11-18 14:17:04 -08:00
Geoff Levand
2e92b3b6ac
spidermonkey: Update arm64 48 bit VA fix
...
An updated fix for the arm64 48 bit VA problem that
causes polkit to crash on arm64.
Fixes arm64 runtime problems like these:
polkitd: unhandled level 3 translation fault (11)
systemd[1]: polkit.service: Main process exited, code=killed, status=11/SEGV
systemd[1]: Failed to start Authorization Manager.
systemd[1]: polkit.service: Unit entered failed state.
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-11-18 11:12:19 -08:00
Alex Crawford
0dad4d86e4
Merge pull request #2276 from crawford/systemd
...
sys-apps/systemd: bump to include backports
2016-11-16 14:49:26 -08:00
Alex Crawford
a56e9393fd
sys-apps/systemd: bump to include backports
2016-11-16 14:47:44 -08:00
Alex Crawford
31c56b1891
Merge pull request #2272 from lucab/to-upstream/env-bash-getcwd-malloc
...
coreos/config/env: fix bash cross-compilation
2016-11-16 14:42:11 -08:00
Alex Crawford
58a35133a1
Merge pull request #2275 from crawford/flannel
...
app-admin/flannel-wrapper: use oneshot for opts
2016-11-16 14:24:11 -08:00
Alex Crawford
07d7ea7d91
Merge pull request #2274 from crawford/seccomp
...
app-emulation/docker: enable seccomp support
2016-11-16 14:23:07 -08:00
Alex Crawford
0a5f6f0afb
app-admin/flannel-wrapper: use oneshot for opts
...
docker.service shouldn't be allowed to run until
flannel-docker-opts.service _finishes_ (since it is actually writing the
flags for Docker).
2016-11-16 11:57:23 -08:00
Alex Crawford
28a1d0fe88
profiles: enable seccomp support in docker
2016-11-16 11:17:09 -08:00
Alex Crawford
8517d24bad
app-emulation/docker: disable optimizations
...
With optimizations enabled, seccomp fails to compile with errors like:
error: enumerator value for '__cgo_enum__0' is not an integer constant
This is due to https://github.com/golang/go/issues/14669 .
2016-11-16 11:11:37 -08:00
Luca Bruno
e23d709cf0
app-shells/bash: bump to 4.3_p46-r2
2016-11-16 17:59:10 +00:00
Luca Bruno
4b4666963b
coreos/config/env: fix bash cross-compilation
...
When cross-compiling bash, configure script is not able to tell
if `getcwd()` supports dynamic paths (internally malloc-ed buf),
thus defaulting to an internal version which may break in
overlong scenarios.
glibc supports this mode, so this commit turns on the corresponding
bash feature.
2016-11-13 18:00:16 +00:00
Alex Crawford
582c6882db
coreos-base/coreos-init: support for extending xfs
2016-11-10 10:30:33 -08:00
Alex Crawford
b860ad618e
Merge pull request #2270 from crawford/metadata
...
coreos-base/coreos-metadata: bump to v0.6.2
2016-11-09 11:52:34 -08:00
Alex Crawford
f164555111
coreos-base/coreos-metadata: bump to v0.6.2
2016-11-09 11:35:19 -08:00
David Michael
a404cb2f5d
Merge pull request #2269 from dm0-/fix-jenkins
...
profiles: use the same smartmontools version on arm64
2016-11-08 17:37:56 -08:00
David Michael
6b331149df
profiles: use the same smartmontools version on arm64
2016-11-08 17:33:10 -08:00
Alex Crawford
86b6c57d9d
Merge pull request #2268 from crawford/docs
...
*: remove coreos-doc
2016-11-04 15:26:36 -07:00
Alex Crawford
c8bd1f4d11
*: remove coreos-doc
...
This functionality was never actually used.
2016-11-04 15:18:01 -07:00
Alex Crawford
bee7813d95
Merge pull request #2267 from Dm3Ch/master
...
sys-kernel/coreos-modules: add support for asix usb
2016-11-04 14:36:53 -07:00
Dmitry Chepurovskiy
e0ccea9271
sys-kernel/coreos-modules: add support for asix usb
2016-11-05 00:05:57 +03:00
Alex Crawford
91a86848cf
Merge pull request #2265 from crawford/curl
...
profiles: accept ~arm64 for curl
2016-11-02 16:57:49 -07:00
Alex Crawford
8caf9f9f7c
profiles: accept ~arm64 for curl
2016-11-02 16:55:45 -07:00
Nick Owens
fef558683d
Merge pull request #2233 from mischief/go-1.7.2
...
dev-lang/go: bump to 1.7.3
2016-11-02 14:54:07 -07:00
Nick Owens
41bf215f90
Merge pull request #2264 from mischief/rkt-1.18
...
app-emulation/rkt: bump to v1.18.0
2016-11-02 14:53:54 -07:00
Nick Owens
24ceb4c963
app-emulation/rkt: bump to v1.18.0
2016-11-02 14:51:30 -07:00
Alex Crawford
7dc719aa4f
Merge pull request #2263 from crawford/docker
...
app-emulation/docker: bump to v1.12.3
2016-11-01 18:28:09 -07:00
Alex Crawford
afe7028573
app-emulation/docker: bump to v1.12.3
2016-11-01 16:59:32 -07:00
Alex Crawford
4893e10d69
Merge pull request #2262 from crawford/coreos-metadata
...
coreos-base/coreos-metadata: bump to v0.6.1
2016-11-01 16:36:54 -07:00
Alex Crawford
d40c30335c
coreos-base/coreos-metadata: bump to v0.6.1
2016-11-01 16:33:38 -07:00
Nick Owens
eca79278a0
Merge pull request #2260 from mischief/kernel-4.8.6
...
sys-kernel/coreos-{sources,modules,kernel}: bump to v4.8.6
2016-11-01 14:29:43 -07:00