Mathieu Tortuyaux
df710084eb
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-14 16:30:39 +02:00
Mathieu Tortuyaux
3d967c2e03
app-admin/locksmith: bump commit ID
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-14 16:30:38 +02:00
Kai Lüke
0629286e4c
Merge pull request #2132 from flatcar/kai/flatcar-org-rename
...
Prepare github org rename to flatcar
2022-09-14 14:53:58 +02:00
Kai Lueke
18d727f88d
Use ghcr.io/flatcar, there are no redirects
...
The GitHub org rename also moved the ghcr.io container image repo but
in contrast to git repos, there are no redirects.
2022-09-14 14:46:00 +02:00
Kai Lueke
02f31e779b
Use new github org name "flatcar"
...
The "flatcar-linux" github org was renamed to "flatcar". There are no
github redirects in this case, thus we have to fix the links.
Left to do are the patch files.
2022-09-14 14:46:00 +02:00
Krzesimir Nowak
709aefec6c
Merge pull request #2141 from flatcar/krnowak/update-libxml2
...
profiles: Add accept keywords for updated libxml2
2022-09-14 14:32:51 +02:00
Sayan Chowdhury
13b2199dd2
Merge pull request #2138 from flatcar/sayan/update-intel-microcode-20220809_p20220809
...
sys-firmware/intel-microcode: Move to portage-stable
2022-09-14 16:45:52 +05:30
Sayan Chowdhury
57fd3b3ec5
sys-firmware/intel-microcode: Move to portage-stable
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-14 16:26:20 +05:30
Dongsu Park
276a06730a
Merge pull request #2149 from flatcar-linux/linux-5.15.67-main
...
Upgrade Linux Kernel in main from 5.15.63 to 5.15.67
2022-09-14 09:30:08 +02:00
Mathieu Tortuyaux
8613492d36
Merge pull request #2139 from flatcar-linux/tormath1/gettext
...
coreos-base/coreos: add sys-devel/gettext
2022-09-13 18:33:33 +02:00
Mathieu Tortuyaux
3df1f2e579
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-13 18:32:35 +02:00
Mathieu Tortuyaux
cbda50b4ff
coreos-base/coreos: add sys-devel/gettext
...
This Flatcar dependency needs to be now explicitly pulled in the OS
since this commit: 4a06200e9d
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-13 18:32:33 +02:00
Dongsu Park
29467653a2
Merge pull request #2143 from flatcar-linux/go-1.17.13-and-1.18.6-main
...
Upgrade Go from 1.18.5 to 1.18.6
2022-09-13 18:02:01 +02:00
Dongsu Park
8ef8df340a
changelog: add changelog for Go 1.18.6
2022-09-13 18:01:16 +02:00
Flatcar Buildbot
633830eadf
sys-kernel: Upgrade Kernel 5.15.63 to 5.15.67
2022-09-13 12:53:05 +00:00
Flatcar Buildbot
de3d3715e8
dev-lang: Upgrade Go 1.18.5 to 1.18.6
2022-09-13 12:19:51 +00:00
Dongsu Park
7a141568a0
Merge pull request #2136 from flatcar-linux/dongsu/github-actions-sdk-container
...
.github: migrate to SDK container based Github Actions
2022-09-13 14:15:31 +02:00
Dongsu Park
cb02d963aa
.github: make each apply script take parameters CHECKOUT_SCRIPTS
...
To make Github Actions of LTS-2021 work with SDK containers,
checkout_branches needs to take an additional parameter
CHECKOUT_SCRIPTS. That defaults to true, but false only for LTS-2021.
2022-09-13 13:51:55 +02:00
Dongsu Park
51912fd7be
.github: pass additional env variables for apply patches
...
To be able to make each apply patch script run with SDK containers,
we need to pass additional env variables like PACKAGES_CONTAINER or
SDK_NAME.
Note, in case of LTS-2021, we need to also pass CHECKOUT_SCRIPTS=false,
to make LTS-2021 run with the script run_sdk_container.
2022-09-13 13:51:55 +02:00
Dongsu Park
70b15a8ffb
.github: migrate to SDK container based Github Actions
...
Now that Flatcar SDK does not support cork of mantle any more,
we need to migrate the Github Actions of coreos-overlay to the
new container SDK based approach.
Simply download a container image of the latest Flatcar release,
run the container, generate patches from there.
Note, since the Flatcar scripts repo of LTS-2021 still does not
have necessary Container SDK scripts like run_sdk_container, we
need to skip checking out a specific base branch in case of
LTS-2021.
2022-09-13 13:51:51 +02:00
Krzesimir Nowak
c892355f14
profiles: Add accept keywords for updated libxml2
2022-09-13 12:05:27 +02:00
Sayan Chowdhury
a5050b9357
Merge pull request #2135 from flatcar-linux/sayan/bump-emerge-gitclone
...
emerge-gitclone: update workon_commit ref to latest commit
2022-09-13 11:05:19 +05:30
Sayan Chowdhury
f357c32d99
coreos-base/emerge-gitclone: Add the changelog entry
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-13 11:04:03 +05:30
Dongsu Park
f58de49101
Merge pull request #2137 from flatcar-linux/dongsu/rsync-3.2.6
...
profiles: accept keywords and clean up for rsync 3.2.6
2022-09-12 16:17:11 +02:00
Dongsu Park
f9299ed19b
profiles: delete cpu_flags_x86_sse2 USE flag from rsync
...
Since rsync 3.2.4, IUSE_CPU_FLAGS_X86="sse2" does not exist any
more in upstream ebuilds. So it is not necessary to disable
`cpu_flags_x86_sse2` USE flag for avoiding cross toolchain build
failures.
2022-09-12 11:55:00 +02:00
Dongsu Park
742241952b
profiles: update rsync version to 3.2.6
...
To address CVE-2022-29154, we need to accept keywords ~amd64 and
~arm64 for rsync 3.2.6.
2022-09-12 11:54:57 +02:00
Sayan Chowdhury
6a0d50e64b
emerge-gitclone: update workon_commit ref to latest commit
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-08 11:35:14 +05:30
Kai Lueke
4ce84b37de
Use new website domain
...
There are redirections for flatcar-linux.org but use the new domain
flatcar.org where possible.
2022-09-07 15:15:14 +02:00
Krzesimir Nowak
5a93f08705
Merge pull request #2130 from flatcar-linux/krnowak/polkit
...
sys-auth/polkit: Update to 121
2022-09-07 15:06:53 +02:00
Dongsu Park
9063464f0c
Merge pull request #2128 from flatcar-linux/runc-1.1.4-main
...
Upgrade Runc in main from 1.1.3 to 1.1.4
2022-09-07 10:24:22 +02:00
Krzesimir Nowak
1c36811c28
changelog: Add entries
2022-09-06 17:29:06 +02:00
Mathieu Tortuyaux
1a2cc3e309
sys-auth/polkit: Apply Flatcar modifications
...
- Fix config install paths, use systemd-tmpfiles (all configs should
be installed to /usr and tmpfiles should be used to create and fix
directory permissions instead of the ebuild's postinst.)
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-06 17:20:30 +02:00
Krzesimir Nowak
f57c8c8ecd
profiles: Drop accept keywords for dev-lang/duktape
...
It's stable now for both amd64 and arm64.
2022-09-06 17:12:57 +02:00
Krzesimir Nowak
db1ddd19f8
sys-auth/polkit: Sync with Gentoo
...
It's from Gentoo commit 1c933cc8488a4af530d8a23e8f5b914c1d8e9aa6.
2022-09-06 17:11:58 +02:00
Flatcar Buildbot
2cfbe48ede
app-emulation: Upgrade Runc 1.1.3 to 1.1.4
2022-09-06 16:54:16 +02:00
Kai Lüke
9aedbcc2c0
Merge pull request #2122 from flatcar-linux/kai/equinix-metal-m3.small
...
coreos-base/oem-packet: Use i386 serial settings for x86_64 to fix m3
2022-09-01 13:36:10 +02:00
Kai Lueke
65dd84b4d1
coreos-base/oem-packet: Use i386 serial settings for x86_64 to fix m3
...
The m3.small.x86 instance type had no serial console output because
ttyS0 was used because the GRUB CPU check didn't trigger. It seems that
most instances had i386 reported but this new one not (maybe EFI is
used here?).
Extend the GRUB check to cover both i386 and x86_64 when setting up the
serial console. For arm64 this still shouldn't be needed and the
defaults worked so far.
2022-08-30 17:10:36 +02:00
Sayan Chowdhury
11e3f9fa72
Merge pull request #2119 from flatcar-linux/sayan/update-shadow-4.12.2
...
sys-apps/shadow: Sync with Gentoo upstream; updates to 4.12.3
2022-08-29 21:07:36 +05:30
Mathieu Tortuyaux
0eca15c0e1
Merge pull request #2120 from flatcar-linux/tormath1/wg-vmware
...
coreos-base/coreos-init: sync commit ID
2022-08-29 11:30:12 +02:00
Mathieu Tortuyaux
9bc6270a14
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-08-29 11:11:27 +02:00
Mathieu Tortuyaux
0de477a949
coreos-base/coreos-init: bump commit ID
...
this pulls the wireguard exclusion from systemd-networkd management on
VMWare.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-08-29 11:08:58 +02:00
Dongsu Park
860b0e86d0
Merge pull request #2118 from flatcar-linux/linux-5.15.63-main
...
Upgrade Linux Kernel in main from 5.15.62 to 5.15.63
2022-08-29 11:05:16 +02:00
Sayan Chowdhury
25bf8d60c4
sys-apps/shadow: Add the CVE for shadow 4.12.3
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-08-26 20:17:29 +05:30
Sayan Chowdhury
a48628c1e3
sys-apps/shadow: Add the changelog for shadow 4.12.3
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-08-26 20:17:27 +05:30
Flatcar Buildbot
f05275612e
sys-kernel: Upgrade Kernel 5.15.62 to 5.15.63
2022-08-26 07:28:33 +00:00
Dongsu Park
94b296e9a2
sys-apps/shadow: Apply Flatcar modifications
...
- Carry over our custom tmpfiles and securetty files
- Remove /etc files and install them to /usr, use tmpfiles
- Switch /etc/login.defs edits to /usr/share/shadow/login.defs
- Drop moving passwd out of /usr since we don't have split-usr
- Drop pkg_postinst
2022-08-26 02:38:56 +05:30
Sayan Chowdhury
ecf9249a70
sys-apps/shadow: Sync with Gentoo upstream; updates to 4.12.3
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-08-26 02:38:52 +05:30
Krzesimir Nowak
9d7775af3d
Merge pull request #2112 from flatcar-linux/vmware-12.1.0-main
...
Upgrade open-vm-tools in main from 12.0.5 to 12.1.0
2022-08-25 11:27:11 +02:00
Dongsu Park
e640b6c1a4
changelog: add security changelog for open-vm-tools 12.1.0
2022-08-25 08:42:11 +02:00
Flatcar Buildbot
c4f1d578b5
app-emulation: Upgrade open-vm-tools 12.0.5 to 12.1.0
2022-08-24 07:19:46 +00:00