4652 Commits

Author SHA1 Message Date
Andrew Jeddeloh
cfba45ccf1 sys-cluster/ipvsadm: add package to coreos
Accept ipvsadm on arm64
Accept newer libnl on arm64
Add ipvsadm to base
Add env file so pkg-config looks in the correct paths
Add /etc/libnl to INSTALL_MASK
Fixed lvm being out of order in INSTALL_MASK
2017-08-25 17:16:49 -07:00
David Michael
19f0d73bb7 Merge pull request #2718 from dm0-/docker
Upgrade to Docker 17.06.1
2017-08-24 14:41:44 -07:00
David Michael
58b96f3493 Merge pull request #2697 from dm0-/iproute2
sys-apps/iproute2: make netns bind-mounts recursive
2017-08-24 14:38:24 -07:00
Benjamin Gilbert
45177fcf06 coreos-base/coreos-init: bump for coreos-install udev settle 2017-08-24 12:49:27 -07:00
David Michael
bde678aae3 sys-apps/iproute2: Apply CoreOS changes 2017-08-24 12:47:01 -07:00
David Michael
cfd3764619 sys-apps/iproute2: Sync with latest upstream 2017-08-24 12:47:01 -07:00
Benjamin Gilbert
d5b45e9a24 Merge pull request #2722 from bgilbert/vmlinux
sys-kernel/coreos-{modules,kernel}: add debug symbols to /usr/lib/debug
2017-08-23 18:08:29 -07:00
David Michael
2325c02590 chore(metadata): Regenerate cache 2017-08-23 17:39:07 -07:00
David Michael
7ccce67db0 app-torcx/docker: Bump to 17.06.1
This adds libltdl, which is a requirement of Docker's pkcs11-helper
bindings.  The library was not installed in the OS image, so it was
just added to the Docker torcx image.  It can be dropped from the
torcx image if anything else ever pulls it into the OS image.
2017-08-23 17:38:34 -07:00
David Michael
9492b0b1ed app-emulation/docker: Sync with upstream, bump to 17.06.1 / Go 1.8
This switches to the new Docker CE repo structure.  It points to
the docker/docker-ce GitHub repo directly now, not the CoreOS fork.

The cros_workon code was dropped, so we are building unmodified
upstream releases now.  If fixes need to be backported, patch files
can just be added to the PATCHES array since this uses EAPI=6.

LDFLAGS are tacked onto the -extldflags option to support torcx.  A
special RPATH is added for torcx support, which is passed through
the LDFLAGS environment variable.  The value is applied along with
the "hardened" USE flag's options, so note that torcx will not work
if that flag is disabled.
2017-08-23 17:38:34 -07:00
David Michael
d97cc4a139 app-emulation/docker-proxy: Build with Go 1.8 to match upstream 2017-08-23 17:38:34 -07:00
David Michael
7a8f1c49a7 app-emulation/docker-runc: Add new runc package for Docker 17.06
This takes the old app-emulation/runc ebuild and syncs it with
Gentoo.  The only differences from Gentoo's rc3_p20170607 are now:

 1. Use of the CoreOS Go eclasses
 2. Addition of src_unpack to set up a Go workspace from the above
 3. Dropping src_prepare to prevent hiding the commit ID
 4. Carrying over a patch from the previous package
 5. Adding the "selinux" USE flag
 6. Dropping "-i" from "go build" to fix arm64 builds
2017-08-23 17:38:34 -07:00
David Michael
9fbf2cad17 app-emulation/runc: Drop the Docker 17.* runc ebuild
Follow Gentoo's structure and move the Docker fork to docker-runc.
2017-08-23 17:38:34 -07:00
David Michael
fdfe525fe8 app-emulation/containerd: Sync with Gentoo for Docker 17.06
This adds "hardened" LDFLAGS to the build, and it also bumps the Go
version to 1.8 to match the containerd Dockerfile.

The only differences from the upstream 0.2.9 ebuild are now:

 1. Use of the CoreOS Go eclasses
 2. Addition of src_unpack to set up a Go workspace from the above
 3. Inclusion of the containerd.service unit
2017-08-23 17:38:34 -07:00
David Michael
9ef83b8050 eclass/coreos-go: Run "default" in src_prepare for EAPI=6
This allows ebuilds with EAPI=6 to inherit coreos-go without
requiring them to define a src_prepare just to run eapply_user.
2017-08-23 17:38:34 -07:00
David Michael
3ab7b5ebde coreos-devel/sdk-depends: Install patchelf for torcx
The torcx script requires this for setting the RPATH that allows
linking with libraries in its unpack directory.
2017-08-23 14:01:28 -07:00
Benjamin Gilbert
9bd0973251 sys-kernel/coreos-kernel: copy vmlinux and vdso libs into /usr/lib/debug
This shouldn't affect the SDK or the OS image, but ensures that debug
symbols are available from the binary package.

vmlinux is installed to:

    /usr/lib/debug/usr/boot/vmlinux-<version>

vdso binaries are installed to:

    /usr/lib/debug/usr/lib/modules/<version>/vdso/

A symlink is created:

    /usr/lib/debug/usr/lib/modules/<version>/vmlinux ->
    ../../../boot/vmlinux-<version>
2017-08-22 22:04:37 -07:00
Benjamin Gilbert
878cde170c sys-kernel/coreos-modules: copy unstripped modules into /usr/lib/debug
This shouldn't affect the SDK or the OS image, but ensures that debug
symbols are available from the binary package.

Modules are installed into:

    /usr/lib/debug/usr/lib/modules/<version>/kernel/
2017-08-22 22:01:37 -07:00
Benjamin Gilbert
0878ef82c9 sys-kernel/bootengine: bump for terminfo 2017-08-22 18:31:45 -07:00
David Michael
0b73434420 profiles: sync bzip2 on arm64 for GLSAs 2017-08-21 13:12:44 -07:00
David Michael
099767db78 Merge pull request #2713 from ajeddeloh/add-multipath-tools
sys-fs/multipath-tools: add to sdk dependencies
2017-08-16 20:40:47 -07:00
Jenkins OS
d7bf9f1a1f sys-kernel/coreos-sources: bump to 4.12.8 2017-08-17 01:12:04 +00:00
Andrew Jeddeloh
295b171ddf coreos-devel/sdk-depends: add multipath-tools
Add sys-fs/multipath-tool. kola mkimage requires kpartx which is in
sys-fs/multipath-tools.
2017-08-15 13:13:12 -07:00
Benjamin Gilbert
33da0a5d36 Merge pull request #2703 from ajeddeloh/containerd-restart
app-emulation/containerd: add restart directive to unit
2017-08-15 01:48:18 -07:00
Andrew Jeddeloh
0b87be2486 app-emulation/containerd: add restart directive to unit
Containerd can crash and should be restarted if it does.
2017-08-14 16:47:45 -07:00
Benjamin Gilbert
c2dadca24c sys-kernel/coreos-sources: bump to 4.12.7 2017-08-14 13:57:33 -07:00
Jenkins OS
f13fccd1b2 sys-kernel/coreos-sources: bump to 4.12.6 2017-08-11 21:31:43 +00:00
David Michael
1cc91f3c70 profiles: disable Git's pcre-jit option
This requires additional dependencies.
2017-08-11 12:55:27 -07:00
David Michael
051b442b71 profiles: use the newest Git on master 2017-08-11 12:21:19 -07:00
Euan Kemp
b0b740c03e profiles: bump git
To allow a version patched for CVE-2017-1000117
2017-08-11 11:47:05 -07:00
Benjamin Gilbert
28a3f3480e sys-kernel/coreos-*: apply CVE patches
for CVE-2017-1000111 and CVE-2017-1000112.
2017-08-10 16:26:29 -07:00
David Michael
1d005d1644 sys-apps/systemd: bump for ordering presets after generators 2017-08-08 16:57:07 -07:00
Jenkins OS
6b034e3aa4 sys-kernel/coreos-sources: bump to 4.12.5 2017-08-07 20:39:43 +00:00
David Michael
2f9172141f profiles: disable Python 3 for repoman
Otherwise, it tries to force portage to build Python 3 support, and
that breaks bootstrapping.
2017-08-04 12:20:17 -07:00
David Michael
972ff2bc1f profiles: drop obsolete lxml reference 2017-08-04 12:19:02 -07:00
David Michael
a079b4fd7e Merge pull request #2688 from dm0-/manifest
Profile cleanup
2017-08-03 17:55:47 -07:00
Euan Kemp
61dec3888b chore(metadata): Regenerate cache 2017-08-03 14:19:22 -07:00
Euan Kemp
cdea345ab5 net-p2p/transmission: remove unused ebuild 2017-08-03 14:17:39 -07:00
David Michael
3baef84cd7 profiles: drop outdated nmap references 2017-08-03 12:05:13 -07:00
David Michael
c31e769ed9 profiles: drop outdated nasm references 2017-08-03 11:54:54 -07:00
David Michael
cdc4086356 profiles: drop outdated pylint references 2017-08-03 11:54:31 -07:00
David Michael
eebd48d7c5 coreos-base/coreos-dev: inherit tcpdump from coreos 2017-08-02 17:24:19 -07:00
David Michael
3ef78ff9ef coreos-base/coreos: include tcpdump 2017-08-02 17:23:22 -07:00
David Michael
4f0a961299 Merge pull request #2683 from dm0-/gmerge
Fix emerge-gitclone with Python 3 dev images
2017-08-02 14:11:04 -07:00
David Michael
6ea70422b4 app-emulation/rkt: bump to v1.28.1 2017-08-02 13:39:16 -07:00
David Michael
528c6f64f9 coreos-base/gmerge: bump for branching and python3 syntax 2017-08-02 13:36:57 -07:00
David Michael
35d5644e80 coreos-base/gmerge: acknowledge the existence of python-exec 2017-08-02 13:32:17 -07:00
David Michael
8d5f3db9cf app-arch/torcx: bump to v0.1.0 2017-08-01 11:39:08 -07:00
Euan Kemp
cc5c444da2 coreos-base/update_engine: update to 0.4.4
Notably to include the vmware CVE postinst patch
2017-07-31 16:59:19 -07:00
Euan Kemp
cb3212b2e3 sys-kernel/coreos-*: fix virtio net truesize
See https://github.com/coreos/bugs/issues/2076
2017-07-31 12:26:00 -07:00