22893 Commits

Author SHA1 Message Date
Flatcar Buildbot
1a2717f498 sys-kernel: Upgrade coreos-kernel 5.4.46 to 5.4.47 2020-06-18 07:09:39 +00:00
Flatcar Buildbot
2514c02574 chore(metadata): Regenerate cache 2020-06-17 16:46:22 +02:00
Flatcar Buildbot
c155b5d9f6 app-emulation: Upgrade Docker 19.03.8 to 19.03.11 2020-06-17 16:45:53 +02:00
Kai Lüke
15eae915b4 app-admin/*-wrapper: Only set arguments that weren't set
When 788f328dc752a75da08d4c6fc27d094ecb4807d5 introduced pulling from
docker by default, "--insecure-options=image" was added for all
docker registries. However, when the user also needs to set "http" as
in "--insecure-options=image,http" it will not be used because the
other argument is added as last disregarding the option was already
set by the user.
Check if the option was set by the user and only add it if it is not
provided. If the user forgets to add "image" then rkt will simply
fail and tell that this option is needed; thus no complex logic of
appending and detecting only "image" is needed. Do the same for the
"--trust-keys-from-https" option to be consistent in allowing to
overwrite it with "--trust-keys-from-https=false".
2020-06-17 14:48:24 +02:00
Sayan Chowdhury
4fad288ad6 Merge pull request #400 from flatcar-linux/sayan/enable-getty-systemd
sys-apps/systemd: Manually enable the getty service
2020-06-17 15:11:21 +05:30
Dongsu Park
64b863b30d Merge pull request #416 from flatcar-linux/linux-5.4.46-alpha
Upgrade Linux Kernel in Alpha from 5.4.44 to 5.4.46
2020-06-16 11:05:18 +02:00
Sayan Chowdhury
5ae07c842e sys-firmware/intel-microcode: rev bump; sync with upstream
- Mask sig 0x000406e3, pf_mask 0xc0, revision=0xd6 [Link 1]
- Mask sig 0x000406e3, pf_mask 0xc0, revision=0xda [Bug 722768]
This will basically downgrade microcode for 0x000406e3 back to rev 0x00d6 from 2019-10-03.

Link1: c1d8ba62ab

Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2020-06-15 20:33:32 +05:30
Oleksii Samorukov
d766dab629 Build app-emulation/amazon-ssm-agent with EC2 AMI images
- Add Dependency 
- Add ignition configuration to create systemd units and SSM config
2020-06-12 01:34:45 +02:00
Oleksii Samorukov
985a767e7f Add app-emulation/amazon-ssm-agent ebuild 2020-06-12 01:34:45 +02:00
Kai Lüke
3dadf125c8
Filter out unicode characters in package content list
For some unicode characters in ca-certificates file names "rev" complains
about an "invalid or incomplete multibyte or wide character"
and gives no output.
Filter out any unexpected characters for "rev" and replace them with "?"
so that "ls some?name" will still resolve the original name.
2020-06-11 18:00:12 +02:00
Sayan Chowdhury
cbbed18c20 sys-firmware/intel-microcode: update to 20200609
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2020-06-11 15:28:01 +05:30
Flatcar Buildbot
494389b705 chore(metadata): Regenerate cache 2020-06-11 07:07:10 +00:00
Flatcar Buildbot
0705546e21 sys-kernel: Upgrade coreos-kernel 5.4.44 to 5.4.46 2020-06-11 07:07:10 +00:00
Dongsu Park
b13976285e build_library: deal with both virtual/rust and dev-lang/rust
Toolchain utils have installed only `dev-lang/rust`. It could result
in version mismatch between `virtual/rust` and `dev-lang/rust`, because
`dev-lang/rust` does not automatically pull in `virtual/rust`.

So install `virtual/rust` instead of `dev-lang/rust`.
2020-06-10 20:30:22 +02:00
Dongsu Park
8047522874 build_library/catalyst: Update virtual/rust during catalyst stage1
Install `virtual/rust` to avoid version conflicts that happen in case of
rust versions in the SDK being different from those in the new ebuilds.

`/usr/share/catalyst/targets/stage1/stage1-chroot.sh` installs gcc and
its dependencies, including `dev-lang/rust`, while `virtual/rust` does
not get updated. That results in version conflicts between
`virtual/rust` and `dev-lang/rust`. To avoid such an issue, we should
update also `virtual/rust` when building stage1. Since `virtual/rust`
automatically pulls in `dev-lang/rust`, we do not need to explicitly
specify `dev-lang/rust` here.
2020-06-10 20:28:40 +02:00
Kai Lüke
5c202dc3ec coreos-devel/mantle: Use correct Apache license identifier
There is no portage-stable/licenses/Apache-2 file because the
correct name for the license is Apache-2.0, and the missing
license file causes the build to fail.
2020-06-10 19:11:24 +02:00
Sayan Chowdhury
b6b6f60a69 sys-apps/systemd: Manually enable the getty service
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2020-06-10 20:07:46 +05:30
Kai Lüke
c7ad59e28c
build_library: Enhance license info and store it on the image
The license JSON file did only include the package names but not
any other metadata. Also since the file was not on the image itself,
it had to be downloaded.
Add more metadata to the license JSON and store it on the image.
2020-06-09 21:09:44 +02:00
Dongsu Park
cd864ba474 Merge pull request #411 from flatcar-linux/dongsu/bind-tools-arm-alpha
profiles: enable bind-tools again for ARM for alpha
2020-06-09 17:56:07 +02:00
Dongsu Park
b7d56c85eb sys-auth/sssd: do not depend on gssapi
Now that bind-tools are built with gssapi only for AMD, without gssapi
for ARM, we need to get the USE flag requirement relaxed. Profile for
each architecture will instead choose whether to use gssapi.
2020-06-09 12:40:46 +02:00
Dongsu Park
13876614a7 profiles: enable bind-tools again for ARM
bind-tools has been disabled since a long time, probably because of
build errors around cross-compilation for ARM. However, bind-tools
binaries should be at least included in ARM images. So enable bind-tools
again for ARM without gssapi included.

To do that, disable gssapi for bind-tools only in the ARM profile, and
enable gssapi only in the AMD profile.
2020-06-09 12:40:43 +02:00
Dongsu Park
6b03ce62ee Merge pull request #407 from flatcar-linux/go-1.13.12-alpha
Upgrade Go in Alpha from 1.13.11 to 1.13.12
2020-06-08 18:33:23 +02:00
Flatcar Buildbot
68df572bbe chore(metadata): Regenerate cache 2020-06-08 07:22:21 +00:00
Flatcar Buildbot
03f94673f4 dev-lang: Upgrade Go 1.13.11 to 1.13.12 2020-06-08 07:22:21 +00:00
Dongsu Park
ea85bc37f0 Merge pull request #393 from flatcar-linux/linux-5.4.44-alpha
Upgrade Linux Kernel in Alpha from 5.4.43 to 5.4.44
2020-06-05 17:56:19 +02:00
shredgar
c666ae5614
Update create-coreos-vdi - grammar change
Fixed a grammar based line at `Line 47`:
`echo "$0: Target path (${DEST}) do not exists." >&2` -> `echo "$0: Target path (${DEST}) does not exist." >&2`
2020-06-05 12:12:50 +02:00
Dongsu Park
61aa059a13 app-emulation/docker: set go1.13 in DOCKER_BUILDTAGS
Since Docker >= 19.03.9 started to depend on github.com/pkg/errors
v0.9.1 or newer, it is now necessary to set `go1.13` in
`DOCKER_BUILDTAGS`. Otherwise, it cannot find `Is` function.

See also https://github.com/pkg/errors/blob/v0.9.1/go113.go#L16 .
2020-06-03 11:59:05 +02:00
Flatcar Buildbot
0cb5289164 chore(metadata): Regenerate cache 2020-06-03 07:07:45 +00:00
Flatcar Buildbot
6f08bef5ce sys-kernel: Upgrade coreos-kernel 5.4.43 to 5.4.44 2020-06-03 07:07:45 +00:00
Dongsu Park
0ffea1943b Merge pull request #387 from flatcar-linux/linux-5.4.43-alpha
Upgrade Linux Kernel in Alpha from 5.4.42 to 5.4.43
2020-05-29 17:28:13 +02:00
Kai Lüke
97331a4cf0 Remove rpcgen-from-host patch as qemu-static works on Jenkins 2020-05-29 14:26:51 +02:00
Kai Lüke
c2681c7ed5 Revert "sys-libs/tdb: support cross-builds for WAF"
This reverts commit 53a468b1604076fd3ce5f305d4a87e38a57ccfb4.
2020-05-29 14:26:51 +02:00
Kai Lüke
d4ea67145e Revert "sys-libs/tevent: support cross-builds for WAF"
This reverts commit 5fc31cdfc60522865d5b4c942da9a3410fb4b05f.
2020-05-29 14:26:51 +02:00
Kai Lüke
738c7a24dd Remove WAF cross-compilation patches for arm64
They were needed when Jenkins did not have qemu-static to run compiled
binaries of the target architecture.
Remove the patches as Jenkins is ready now and qemu-static is there to
stay because we need it for SELinux and other things.
2020-05-29 14:26:51 +02:00
Kai Lüke
05eb39365c Revert "net-libs/rpcsvc-proto: make rpcgen work for both architectures"
This reverts commit e04e8177f154b125b5fdd92e7e22805696290a81.
2020-05-29 14:26:50 +02:00
Kai Lüke
22e7bfece1 sys-libs/tdb: Bump to 1.3.15 2020-05-29 14:22:32 +02:00
Kai Lüke
629ffbccdb sys-libs/tevent: Bump to 0.9.37 2020-05-29 14:22:31 +02:00
Kai Lüke
0f71e99622 sys-libs/talloc: Bump to 2.1.11 2020-05-29 14:22:31 +02:00
Kai Lüke
d169023e3f Revert "sys-libs/tdb: move sys-libs/tdb to coreos-overlay"
This reverts commit 9d65392f7c49ea88cd42c3243c3cb1e07160c50e.
2020-05-29 14:22:31 +02:00
Kai Lüke
da4ca881d5 Revert "sys-libs/tevent: move sys-libs/tevent to coreos-overlay"
This reverts commit 4fa5574db866abbba28e91c69539194805eee52d.
2020-05-29 14:22:31 +02:00
Kai Lüke
984fe13c62 Revert "sys-libs/talloc: move talloc to coreos-overlay"
This reverts commit f4cdd5b7a0c7f1e7da9948cbb4937d63380f53b5.
2020-05-29 14:22:31 +02:00
Dongsu Park
1b1e9ca582 Merge pull request #67 from flatcar-linux/rust-1.43.1-alpha
Upgrade Cargo in Alpha from 1.36.0 to 1.43.1
2020-05-29 09:49:15 +02:00
Dongsu Park
ff1399822b Merge pull request #354 from flatcar-linux/rust-1.43.1-alpha
Upgrade Rust in Alpha from 1.36.0 to 1.43.1
2020-05-29 09:48:53 +02:00
Dongsu Park
3fdcd03489 chore(metadata): Regenerate cache 2020-05-29 09:44:27 +02:00
Dongsu Park
9eb49638d3 dev-lang/rust: update patches and fix build issues 2020-05-29 09:44:27 +02:00
Flatcar Buildbot
ad8de96dcc chore(metadata): Regenerate cache 2020-05-29 09:43:57 +02:00
Flatcar Buildbot
96bb021dfa dev-lang: Upgrade Rust 1.36.0 to 1.43.1 2020-05-29 09:43:57 +02:00
Dongsu Park
b8d772d5a2 Merge pull request #383 from flatcar-linux/dongsu/docker-fix-github-url-alpha
app-emulation/docker: Fix URLs for docker-ce tarballs for alpha
2020-05-28 18:07:03 +02:00
Dongsu Park
14e1f33a03 Merge pull request #327 from flatcar-linux/dongsu/strace-5.6-alpha
dev-util/strace: bump to 5.6 for alpha
2020-05-28 17:12:58 +02:00
Dongsu Park
a404f75580 Merge pull request #62 from flatcar-linux/dongsu/remove-strace-alpha
dev-util/strace: move strace to coreos-overlay for alpha
2020-05-28 17:12:24 +02:00