22914 Commits

Author SHA1 Message Date
Dongsu Park
e4e3a7f51a app-emulation/docker-runc: remove patch for disabling SELinux
Now that docker-runc can be built with a correct USE flag `selinux`,
we are able to disable the temporary patch for disabling SELinux.
2020-04-16 19:16:50 +02:00
Dongsu Park
e6add2ba00 profiles: enable selinux for docker-runc
We should enable the USE flag `selinux` not only for
`app-emulation/runc`, but also for `app-emulation/docker-runc`.
Otherwise, runc will be built without `BUILDTAGS=selinux`, so
runc is not able to detect selinuxfs of the system.
2020-04-16 19:15:56 +02:00
Dongsu Park
aace10d16f Merge pull request #44 from flatcar-linux/dongsu/rename-virtual-cargo-alpha
virtual: rename virtual/cargo to virtual/rust for alpha
2020-04-14 13:30:27 +02:00
Marga Manterola
3b42b061f0 app-admin/flannel-wrapper: Create a 50-flannel.link
When setting up flannel interfaces, use MACAddressPolicy=none, so that
the MAC Address used is the initial one set by the kernel and not the
one assigned by systemd.

See coreos/flannel#1155 for more information.

In #279 we tried adding the MACAddressPolicy=none setting to the
existing 50-flannel.network file. But the change should have been in a
.link file, not a .network file.
2020-04-09 16:49:08 +02:00
Dongsu Park
56496beb1f Merge pull request #280 from flatcar-linux/go-1.13.10-alpha
Upgrade Go in Alpha from 1.13.9 to 1.13.10
2020-04-09 10:23:38 +02:00
Flatcar Buildbot
23957b696f chore(metadata): Regenerate cache 2020-04-09 07:20:55 +00:00
Flatcar Buildbot
dfbf161cd5 dev-lang/go: Upgrade Go 1.13.9 to 1.13.10 2020-04-09 07:20:55 +00:00
Marga Manterola
6f79c890a6 app-admin/flannel-wrapper: set MACAddressPolicy=none for flannel
When setting up flannel interfaces, use MACAddressPolicy=none, so that
the MAC Address used is the initial one set by the kernel and not the
one assigned by systemd.

See https://github.com/coreos/flannel/issues/1155 for more information.
2020-04-08 15:04:37 +02:00
Marga Manterola
245e88df4f sys-apps/systemd: Also delete the /etc/issue line
systemd will ignore any lines that are repeated. We need to get rid
of this instance of /etc/issue, so that we can add our own.

Our /etc/issue is shipped here:
https://github.com/flatcar-linux/init/blob/flatcar-master/configs/tmpfiles.d/issuegen.conf
2020-04-07 15:45:24 +02:00
Marga Manterola
b9e95aa4ba sys-apps/systemd: Adapt the sed command to new version
After systemd version 243, the lines that sed is removing now include
an exclamation mark, this commit adapts the sed command to accept both
formats.

These lines need to be removed so that the configuration set in
/usr/lib/tmpfiles.d/pam.conf file can be used (duplicate entries will
lead to systemd not doing anything).

The pam.conf configuration is shipped by of the pam package:
https://github.com/flatcar-linux/coreos-overlay/blob/flatcar-master/sys-libs/pam/files/tmpfiles.d/pam.conf

Fixes: flatcar-linux/Flatcar#75
2020-04-07 15:45:16 +02:00
Dongsu Park
a7724568af profiles: accept keywords for sgabios
Make it accept keywords for sgabios 0.1_pre8-r1, which is needed by
qemu 4.2.0-r2.
2020-04-06 16:50:38 +02:00
Dongsu Park
7c9fec9c1d profiles: disable xkb for qemu
Disable `xkb` USE flag for qemu, to avoid pulling unnecessary
dependencies.
2020-04-06 16:49:58 +02:00
Dongsu Park
0e1ff0f605 app-emulation/qemu: update to 4.2.0-r2
Update qemu to 4.2.0-r2 to address the following issues:

[CVE-2019-13164](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13164)
[CVE-2020-8608](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8608)
2020-04-06 16:49:58 +02:00
Kai Lüke
3350715789 app-admin/mayday: Point to flatcar-master
This pulls in https://github.com/flatcar-linux/mayday/pull/8
to include "coredumpctl list" in the tar ball.
2020-04-06 15:17:58 +02:00
Dongsu Park
5984335af4 Merge pull request #272 from flatcar-linux/linux-4.19.114-alpha
Upgrade Linux Kernel in Alpha from 4.19.113 to 4.19.114
2020-04-04 09:10:27 +02:00
Flatcar Buildbot
66285d5580 chore(metadata): Regenerate cache 2020-04-04 07:06:22 +00:00
Flatcar Buildbot
d3735ff1db sys-kernel: Upgrade Linux 4.19.113 to 4.19.114 2020-04-04 07:06:22 +00:00
Kai Lüke
442619df0e coreos-base/oem*: Fix bug report URL
The bug report URL was pointing to the CoreOS bug tracker.
Change it to Flatcar's bug tracker URL.
2020-04-03 15:59:37 +02:00
Dongsu Park
c51d533ec1 coreos-base/gmerge: do not touch commit if it is of NoneType
`emerge-gitclone`, should replace commit only if the commit is not
of NoneType, so it could not crash.

See also https://github.com/flatcar-linux/dev-util/pull/4.
2020-04-03 15:44:49 +02:00
Dongsu Park
f4cf47125d virtual: rename virtual/cargo to virtual/rust
Following upstream Gentoo, we rename `virtual/cargo` to `virtual/rust`.
Update virtual/rust to 1.41.1.
2020-04-03 14:55:41 +02:00
Dongsu Park
2cc17b6eef coreos-base/gmerge: do not check out coreos branches
Now that we started independent releases, we do not have to
check out upstream coreos branches.
Just check out the default branch for the repository, and rely
on the revision commits/branches for our release branches.
2020-04-02 17:58:52 +02:00
Dongsu Park
d978d728bf Merge pull request #263 from flatcar-linux/dongsu/fix-openssh-arm-alpha
profiles: accept keywords ~arm64 for openssh 8.1 for alpha
2020-04-02 09:58:20 +02:00
Dongsu Park
cb20cf1135 profiles: accept keywords ~arm64 for openssh 8.1
Now that openssh was updated to 8.1, we need to make openssh accept
keywords ~arm64 for it, to avoid build failures.
2020-04-02 09:22:57 +02:00
Dongsu Park
5035144305 Merge pull request #259 from flatcar-linux/dongsu/vmware-tools-11-alpha
app-emulation/open-vm-tools: update to 11.0.5 for alpha
2020-04-01 16:01:33 +02:00
Dongsu Park
0595958572 coreos-base/oem-vmware: update to 11.0.5
Update oem-vmware to 11.0.5, according to the update of open-vm-tools
to 11.0.5.
2020-04-01 12:33:24 +02:00
Dongsu Park
f885c699de app-emulation/open-vm-tools: update to 11.0.5
Update open-vm-tools to 11.0.5.
https://github.com/vmware/open-vm-tools/releases/tag/stable-11.0.5
2020-04-01 12:32:58 +02:00
Dongsu Park
803dc87175 Merge pull request #41 from flatcar-linux/dongsu/dwarves-alpha
dev-util/dwarves: introduce new dev tool dwarves for alpha
2020-03-31 22:15:52 +02:00
Kai Lüke
6537cdf2e9 app-admin/mayday: Point to flatcar-master and use Go Modules
Pulls in
https://github.com/flatcar-linux/mayday/pull/7
https://github.com/flatcar-linux/mayday/pull/6
https://github.com/flatcar-linux/mayday/pull/4
to include pstore files and the journalctl output in the tar ball
by default, and also use Go Modules to build.
2020-03-31 13:58:45 +02:00
Dongsu Park
5325a17b31 acct-group/kvm: add acct-group/kvm for qemu 4.2.0
Add a new ebuild acct-group/kvm, which is needed by qemu 4.2.0.
2020-03-31 10:28:41 +02:00
Dongsu Park
f49cbdf90b sys-firmware/ipxe: update to 1.0.0_p20190728
needed by app-emulation/qemu-4.2.0
2020-03-31 10:28:41 +02:00
Dongsu Park
d9f51da3c9 sys-firmware/seabios: update to 1.12.0
needed by app-emulation/qemu-4.2.0
2020-03-31 10:28:41 +02:00
Dongsu Park
96dcb5c0f6 sys-firmware/edk2-ovmf: update to 201905
needed by app-emulation/qemu-4.2.0
2020-03-31 10:28:41 +02:00
Dongsu Park
3b4ace2f53 net-dns/libidn2: update to 2.3.0
Update libidn2 to 2.3.0 to address the following issues:

[CVE-2019-12290](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12290)
[CVE-2019-18224](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18224)
2020-03-31 10:28:41 +02:00
Dongsu Park
be7881cc9f app-arch/unzip: update to 6.0_p25-r1
Update unzip to 6.0_p25-r1 to address the following issues:

[CVE-2018-1000035](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1000035)
[CVE-2019-13232](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13232)
2020-03-31 10:28:41 +02:00
Dongsu Park
b0e3361da7 Merge pull request #230 from flatcar-linux/dongsu/openssh-8.1-alpha
net-misc/openssh: update openssh to 8.1 for alpha
2020-03-31 10:06:32 +02:00
Dongsu Park
9df1c78642 Merge pull request #32 from flatcar-linux/dongsu/openssh-eclass
acct-*: add acct packages for openssh 8.1 for alpha
2020-03-31 10:05:36 +02:00
Dongsu Park
f26cd86069 dev-util/dwarves: introduce new dev tool dwarves
To build Kernel 5.4 with CONFIG_DEBUG_INFO_BTF, we need to get pahole,
a part of dwarves, included in the Flatcar SDK.
So simply import dwarves from upstream Gentoo.
2020-03-30 14:07:13 +02:00
Dongsu Park
82c2347d28 dev-libs/elfutils: bump elfutils to 0.177
Since dev-utils/dwarves depends on elfutils 0.177, we need to bump
also elfutils.
2020-03-30 14:06:10 +02:00
Dongsu Park
021ca51d6e Merge pull request #38 from flatcar-linux/dongsu/gdb-9.1-alpha
sys-devel/gdb: update to 9.1 for alpha
2020-03-27 17:15:15 +01:00
Kai Lüke
f962b2f48c Azure OEM: Update wa-linux-agent
The latest version is 2.2.46 and 2.2.32 will be
deprecated in May 2020.
2020-03-27 17:03:37 +01:00
Kai Lüke
f2ef26f53c sys-kernel/bootengine: Fix ignition-quench service
Pulls in
https://github.com/flatcar-linux/bootengine/pull/11
2020-03-26 16:30:07 +01:00
Dongsu Park
2055ad10f9 Merge pull request #244 from flatcar-linux/linux-4.19.113-alpha
Upgrade Linux Kernel in Alpha from 4.19.112 to 4.19.113
2020-03-26 09:40:29 +01:00
Flatcar Buildbot
5211d880eb sys-kernel: Upgrade Linux 4.19.112 to 4.19.113 2020-03-26 07:06:29 +00:00
Dongsu Park
b68413a077 profiles: build tracepath in iputils
Enable a USE flag `tracepath` for iputils to get the
`/usr/sbin/tracepath` binary file included in Flatcar images.

Note, the `tracepath` flag is not the same as the existing `traceroute`
flag, which enables only `tracerout6`.
2020-03-25 09:47:00 +01:00
Dongsu Park
b14b131579 Merge pull request #29 from flatcar-linux/dongsu/remove-old-cargo-alpha
virtual/cargo: remove unnecessary cargo versions for alpha
2020-03-25 09:25:55 +01:00
Kai Lüke
591ada2317 sys-apps/baselayout: Pick upstream commit 2020-03-24 17:37:47 +01:00
Dongsu Park
c7a1364ac0 sys-devel/gdb: update to 9.1
Update gdb to 9.1 to address
[CVE-2019-1010180](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010180).
2020-03-24 15:22:53 +01:00
Dongsu Park
454732c72e Merge pull request #235 from flatcar-linux/linux-4.19.112-alpha
Upgrade Linux Kernel in Alpha from 4.19.111 to 4.19.112
2020-03-23 11:19:53 +01:00
Flatcar Buildbot
e14cd1197f sys-kernel: Upgrade Linux 4.19.111 to 4.19.112 2020-03-21 07:06:32 +00:00
Dongsu Park
d0a4cacf6b Merge pull request #233 from flatcar-linux/go-1.13.9-alpha
Upgrade Go in Alpha from 1.13.8 to 1.13.9
2020-03-20 13:59:48 +01:00