Commit Graph

17118 Commits

Author SHA1 Message Date
Krzesimir Nowak
4949230d08 overlay coreos/config: Drop overrides for sys-cluster/ipvsadm 2023-12-07 12:58:40 +01:00
Krzesimir Nowak
483f943763 overlay coreos/user-patches: Add a patch for sys-libs/efivar 2023-12-07 12:58:40 +01:00
Krzesimir Nowak
fff60d9b52 overlay profiles: Update accept keywords for sys-cluster/ipvsadm 2023-12-07 12:58:40 +01:00
Krzesimir Nowak
0cd2fd0a47 overlay sys-cluster/ipvsadm: Rework build system 2023-12-07 12:58:40 +01:00
Krzesimir Nowak
3123c96e62 overlay sys-cluster/ipvsadm: Move to from portage-stable
I'll be adding some patches and changes to ebuild I'd like to
upstream.
2023-12-07 12:58:40 +01:00
Krzesimir Nowak
7ecd39da42 overlay profiles: Drop accept keywords for sys-power/acpid
The package became stable for both arches.
2023-12-07 12:58:40 +01:00
Krzesimir Nowak
fe83064086 overlay profiles: Update accept keywords for sys-cluster/ipvsadm 2023-12-07 12:58:40 +01:00
Krzesimir Nowak
b870561d17 overlay coreos-devel/sdk-depends: Add app-text/mandoc
It's a build dependency of sys-libs/efivars.
2023-12-07 12:58:40 +01:00
Krzesimir Nowak
b92d6c55d0 app-text/mandoc: Add from Gentoo
It's from Gentoo commit 62290e51e6cb68978525105151c8f5f9ddbc4a6e.
2023-12-07 12:58:40 +01:00
Krzesimir Nowak
ef22740157 sys-power/acpid: Sync with Gentoo
It's from Gentoo commit 816de8d38c4798590e088a0a5cf0647ce3a4c897.
2023-12-07 12:58:40 +01:00
Krzesimir Nowak
a11c09a451 sys-libs/liburing: Sync with Gentoo
It's from Gentoo commit dd8826ccb0154cbd7bf849e4a1738e4d20b291fd.
2023-12-07 12:58:40 +01:00
Krzesimir Nowak
731da34a0f sys-libs/libunwind: Sync with Gentoo
It's from Gentoo commit 91f1c92a3dd2a088373e7c3c3978042f4c0b387e.
2023-12-07 12:58:40 +01:00
Krzesimir Nowak
14a9edcb2a sys-libs/efivar: Sync with Gentoo
It's from Gentoo commit d64ec364c8969acd128144fb878ab64915a40073.
2023-12-07 12:58:40 +01:00
Krzesimir Nowak
a15e04f6b1 sys-kernel/installkernel-gentoo: Sync with Gentoo
It's from Gentoo commit 784bf231299964f1ef28fb33534ee916bc377bca.
2023-12-07 12:58:40 +01:00
Krzesimir Nowak
610e25f55e sys-fs/squashfs-tools: Sync with Gentoo
It's from Gentoo commit f965b8d14a023b75170202faa32162a5a3b17ef6.
2023-12-07 12:58:40 +01:00
Krzesimir Nowak
aa1086a523 sys-cluster/ipvsadm: Sync with Gentoo
It's from Gentoo commit 46701711da6713dfc1aaa34d9582b1af811f20de.
2023-12-07 12:58:40 +01:00
Krzesimir Nowak
92c14d10f8 sys-boot/gnu-efi: Sync with Gentoo
It's from Gentoo commit 31a84c73e7c9b2a77d968c2506ae333aed367414.
2023-12-07 12:58:40 +01:00
Krzesimir Nowak
639fba3196 sys-boot/efibootmgr: Sync with Gentoo
It's from Gentoo commit df3f904316d94a463799adc3b240147cdbe9fa8e.
2023-12-07 12:58:40 +01:00
Krzesimir Nowak
9b63891ef2
Merge pull request #1394 from flatcar/krnowak/net-libs-automation
Add net-libs packages under automation
2023-12-07 12:55:26 +01:00
Dongsu Park
d815ab6216 overlay ue-rs: update to 0.1.0-r4, 2023-12-05
Update ue-rs to 0.1.0-r4, 2023-12-05.

Pulls in https://github.com/flatcar/ue-rs/pull/26,
https://github.com/flatcar/ue-rs/pull/29,
https://github.com/flatcar/ue-rs/pull/30,
https://github.com/flatcar/ue-rs/pull/36,
https://github.com/flatcar/ue-rs/pull/37,
https://github.com/flatcar/ue-rs/pull/39,
https://github.com/flatcar/ue-rs/pull/40.
2023-12-07 11:58:23 +01:00
Dongsu Park
79ad74609b
Merge pull request #1468 from flatcar/go-1.19.13-and-1.20.12-main
Upgrade Go from 1.20.11 to 1.20.12
2023-12-07 11:35:59 +01:00
Dongsu Park
2e7985c98b
Merge pull request #1467 from flatcar/dongsu/afterburn-5.5.0
overlay coreos-base/afterburn: update to 5.5.0
2023-12-07 11:20:44 +01:00
flatcar-ci
facadd3959 New version: main-3810.0.0-nightly-20231206-2100 2023-12-06 21:00:30 +00:00
Jeremi Piotrowski
0993a9ada2 profiles: slsa: Remove quadratic complexity in SRC_URI iteration
SLSA provenance generation iterates over $A (which is a subset of $SRC_URI) and
for each of those tries to find a match in $SRC_URI. That's quadratic
complexity, and the performance impact is bad because we shell out to a helper
utility (basename) for every entry. This is leading to long stalls when
generating SLSA for packages with long distfile lists, like go and rust
packages. Iterate over SRC_URI once and create a dictionary to speed up
subsequent lookups. dev-db/etcdctl is a good candidate for testing.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-12-06 14:51:17 +01:00
Krzesimir Nowak
98fbb068ce overlay profiles: Fix a couple of issues with SLSA provenance stuff
- Update to slsa 1.0. This is only partially done, as we still need to
  provide a proper build type. Maybe we could reuse the Github Actions
  Workflow
  (https://slsa-framework.github.io/github-actions-buildtypes/workflow/v1).

- Stop using portageq - its use in ebuilds is banned, so eventually it
  would stop working. Replace it with our hack.

- Stop trying to get a commit hash of coreos-overlay or portage-stable
  as if they were submodules. This setup is long gone, so a commit
  hash of toplevel scripts repo is enough.

- Use zstd for compressing generated JSON files.
2023-12-06 14:03:10 +01:00
Dongsu Park
2218902e7f overlay afterburn: reduce binary size for release profile
In the release profile of Cargo.toml, add `codegen-units = 1`,
`strip = true`, and remove `debug = true`, to reduce binary size of
afterburn included in production images.
2023-12-06 12:58:21 +01:00
Dongsu Park
dcea3ebfae overlay afterburn: fix arm64 cross-build issue of 5.5.0
Fix build issue that started to appear in afterburn 5.5.0. Every public
function for the amd64 part must have a corresponding empty function in
the unsupported part, so that cross-compile for arm64 can work.
2023-12-06 11:55:43 +01:00
Dongsu Park
3e80f2bfa0 overlay afterburn: remove unnecessary patches for 5.5.0
0003-encode-information-for-systemd-networkd-wait-online.patch
can be dropped, as it was already merged to upstream.
d2cc340038

Since upstream does not enable `lto = true` any more in
464c7f9f0a,
it is not necessary to keep the LTO patch.
Just drop it.
2023-12-06 11:55:43 +01:00
Dongsu Park
e7525792ab overlay afterburn: adjust patches for 5.5.0
Adjust Flatcar patches 000[12]* for afterburn 5.5.0.

For 0001* to be compiled, it is necessary to add again the hostname
crate, which is not included in 5.5 any more by default.
2023-12-06 11:55:43 +01:00
Dongsu Park
4e842ccd2f overlay afterburn: update to 5.5.0
Update afterburn to the latest release 5.5.0.
https://github.com/coreos/afterburn/releases/tag/v5.5.0.

Regenerate its dependency crate list.
2023-12-06 11:55:43 +01:00
Flatcar Buildbot
af3a8352f8 dev-lang/go: Update from 1.20.11 to 1.20.12 2023-12-06 10:00:07 +01:00
Dongsu Park
b26cbfd807
Merge pull request #1464 from flatcar/cacerts-3.95-main
Update ca-certificates in main from 3.94 to 3.95
2023-12-06 09:46:44 +01:00
flatcar-ci
555709a3c4 New version: main-3809.0.0-nightly-20231205-2100 2023-12-05 21:00:25 +00:00
Dongsu Park
2a8db14e90
Merge pull request #1453 from flatcar/buildbot/monthly-glsa-metadata-updates-2023-12-01
Monthly GLSA metadata 2023-12-01
2023-12-05 13:52:50 +01:00
flatcar-ci
e8a298533e New version: main-3808.0.0-nightly-20231204-2100 2023-12-04 21:00:27 +00:00
Mathieu Tortuyaux
eba1c71ae3
Merge pull request #1454 from flatcar/containerd-1.7.10-main
Upgrade Containerd in main from 1.7.9 to 1.7.10
2023-12-04 18:19:54 +01:00
Mathieu Tortuyaux
1cb7be951d
coreos-base/oem-gce: remove ACI built image
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-12-04 18:16:06 +01:00
Mathieu Tortuyaux
5cfbf6e1eb
coreos-base/oem-gce: migrate gce to sysext format
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-12-04 18:15:58 +01:00
Flatcar Buildbot
1af961999c app-misc/ca-certificates: Update from 3.94 to 3.95 2023-12-04 07:19:24 +00:00
Flatcar Buildbot
dabb09d499 sys-kernel/coreos-sources: Update from 6.1.63 to 6.1.65 2023-12-03 07:11:14 +00:00
flatcar-ci
664162b282 New version: main-3805.0.0-nightly-20231201-2100 2023-12-02 01:58:34 +00:00
flatcar-ci
12350b2fec New version: main-3805.0.0-nightly-20231201-2100-INTERMEDIATE 2023-12-01 21:00:26 +00:00
Mathieu Tortuyaux
586fc12b5e
Merge pull request #1445 from flatcar/tormath1/gcp-oslogin
gcp: fixed OS Login enabling
2023-12-01 15:06:49 +01:00
Mathieu Tortuyaux
31f4f31622
coreos-base/oem-gce: keep unit after its run
Otherwise it gets restarted a few times, which displays this line in the
logs:
```
Nov 30 13:28:41.819250 enable-oslogin[1232]: /etc/pam.d/sshd already exists. Not enabling OS Login
```

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-12-01 10:58:32 +01:00
Mathieu Tortuyaux
c927a7aeef
net-misc/openssh: fix duplicate slash
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-12-01 10:58:31 +01:00
Flatcar Buildbot
d3de8e602d app-containers/containerd: Update from 1.7.9 to 1.7.10 2023-12-01 08:17:04 +00:00
Flatcar Buildbot
1a3b2b8adb portage-stable/metadata: Monthly GLSA metadata updates 2023-12-01 07:15:03 +00:00
Flatcar Buildbot
05ef9541d5 Update mantle container image to latest HEAD 2023-11-30 21:00:48 +00:00
flatcar-ci
c8dfd3c5d2 New version: main-3804.0.0-nightly-20231130-2100 2023-11-30 21:00:26 +00:00
Kai Lüke
73af503a13
Merge pull request #1442 from flatcar/kai/overlay-whiteouts
build_image_util: Store path list for recreating tmpfiles rules
2023-11-30 11:58:31 +01:00
Kai Lueke
5590da400e build_image_util: Store path list for recreating tmpfiles rules
The removal of files in the overlay present in the lowerdir creates
whiteout entries that mask the lowerdir entries. For those files that
have a tmpfile rule for creation, a reboot would cause the file to be
created in the upperdir, meaning this file is not updated from the
lowerdir when it changes. In addition we have filtered out some tmpfile
rules that caused upcopies (symlinks and directories) which meant that
removing the /etc/resolv.conf symlink didn't bring it back after reboot.
To make files from the lowerdir show up if they have a tmpfile rule that
normally would recreate them we keep a list of whiteout entries that we
clean up on boot. This also prevents freezing files because
systemd-tmpfiles does not need to recreate them in the upperdir.
2023-11-30 11:57:27 +01:00
flatcar-ci
0d6e3aaca9 New version: main-3803.0.0-nightly-20231129-2100 2023-11-29 21:00:40 +00:00
Kai Lueke
319c9501e5 sys-kernel/bootengine: Bump ebuild revision 2023-11-29 15:26:15 +01:00
Flatcar Buildbot
f9c8f28f4f Update mantle container image to latest HEAD 2023-11-29 12:05:31 +00:00
Kai Lüke
230020c64a
Merge pull request #1427 from flatcar/kai/overlay-opaque-dirs
coreos-base/update_engine: Ensure /etc/extensions is mergable
2023-11-29 13:05:16 +01:00
Kai Lueke
0735fcb692 coreos-base/update_engine: bump revision 2023-11-29 12:59:00 +01:00
Kai Lueke
5a2c696e21 coreos-base/update_engine: Ensure /etc/extensions is mergable
This pulls in
https://github.com/flatcar/update_engine/pull/32
to make the Docker/containerd sysexts show up when updating from Beta
3760.1.0.
2023-11-29 12:59:00 +01:00
flatcar-ci
29c322791c New version: main-3802.0.0-nightly-20231128-2100 2023-11-28 21:00:36 +00:00
flatcar-ci
75af154d0a New version: main-3801.0.0-nightly-20231127-2100 2023-11-27 21:00:29 +00:00
flatcar-ci
402a3aa174 New version: main-3798.0.0-nightly-20231124-2100 2023-11-25 02:17:08 +00:00
flatcar-ci
5ac00dadb9 New version: main-3798.0.0-nightly-20231124-2100-INTERMEDIATE 2023-11-24 21:00:23 +00:00
Mathieu Tortuyaux
a98abadccb
Merge pull request #1410 from flatcar/linux-6.1.63-main
Upgrade Linux Kernel for main from 6.1.62 to 6.1.63
2023-11-24 18:49:05 +01:00
Flatcar Buildbot
69bdd3df20 Update mantle container image to latest HEAD 2023-11-24 14:19:39 +00:00
Krzesimir Nowak
7b19e92f30
Merge pull request #1169 from flatcar/krnowak/image-changes
Generate reports for OEM and base sysext images, allow reports against last nightly
2023-11-24 10:29:07 +01:00
flatcar-ci
38828976cc New version: main-3795.0.0-nightly-20231121-2100 2023-11-21 21:00:26 +00:00
Krzesimir Nowak
71eed26ee0 overlay, ci-automation: Try making common-oem-files a valid ebuild
Assignment of EAPI must be the first non-comment, non-blank line in
the ebuild, otherwise portage masks it as corrupted.
2023-11-21 16:00:00 +01:00
Krzesimir Nowak
9a780a3e90 overlay coreos-base/common-oem-files: Move hack description down
EAPI needs to be defined within first 24 lines, so the description
would push the definition too much down as it needs to happen after
possible declaration of EAPI as local for the source case.
2023-11-21 16:00:00 +01:00
Krzesimir Nowak
8a75eba906 overlay, ci-automation: Another attempt at providing OEMID info
Please read the comment at the top of the coreos-base/common-oem-files
ebuild for details.
2023-11-21 16:00:00 +01:00
Krzesimir Nowak
f542807a9e overlay, ci-automation: Factor out OEMID info to a separate file
Image changes job needs a list of OEMIDs that are built for a specific
architecture. Similar information already existed in the
coreos-base/common-oem-files ebuild, so factor it out to a separate
file, so the image changes job does not need to source the entire
ebuild (or process it in other way), but rather source the smaller
file.
2023-11-21 16:00:00 +01:00
Krzesimir Nowak
a7853de174 overlay coreos-base/common-oem-files: Add some arch info about OEM
For now we don't have a single place where we could learn about which
OEMs with a sysext image gets built for certain architecture. So add
it for now to the coreos-base/common-oem-files package. Missing
architecture info for an OEM that gets built only in a certain arch is
not going to be fatal for the image changes job - we will just get a
report for this OEM with messages about failures to download some
files.
2023-11-21 16:00:00 +01:00
Flatcar Buildbot
94ec7b09dc sys-kernel/coreos-sources: Update from 6.1.62 to 6.1.63 2023-11-21 07:11:50 +00:00
flatcar-ci
0dd4f52127 New version: main-3794.0.0-nightly-20231120-2100 2023-11-20 21:00:33 +00:00
Jeremi Piotrowski
c2f04328a3
Merge pull request #1395 from flatcar/update-azure-linux-agent
app-emulation/wa-linux-agent: Update to 2.9.1.1
2023-11-20 16:41:17 +01:00
Jeremi Piotrowski
590fa87486 app-emulation/wa-linux-agent: Update to 2.9.1.1
This is the current version being deployed to the Azure fleet for other
distros. This update contains a fix for:

  Failed to get the PID of the DHCP client: invalid literal for int() with base 10: 'MainPID=1640'

The upstream fix (stripping MainPid=) is in
https://github.com/Azure/WALinuxAgent/pull/2784.

The patch has also been updated to fix the error:

  Unable to setup the persistent firewall rules: [Errno 30] Read-only file system: '/lib/systemd/system/waagent-network-setup.service'

by redirecting unit file installation to /etc/systemd/system. This change
requires handling in manglefs.sh as package installation unfortunately uses the
same path. This also requires adding a dependency on systemd-sysext.service to
that unit, as it depends on python, which is done through a drop-in.

A final change is handling interface restart. RedHat and Ubuntu bounce a single
link while Flatcar has so far used the "coreos" implementation (restart the
whole systemd-networkd), which forced a full dhcp lease renewal. Follow the
approaches of other distros by copying their implementation of restart_if.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-11-20 12:52:24 +01:00
flatcar-ci
9ffb098608 New version: main-3791.0.0-nightly-20231117-2100 2023-11-18 02:09:11 +00:00
flatcar-ci
198c0abf5b New version: main-3791.0.0-nightly-20231117-2100-INTERMEDIATE 2023-11-17 21:00:26 +00:00
Kai Lüke
d15fe243f5
Merge pull request #1400 from flatcar/kai/sshkeys.service
coreos-base/coreos-init: Make sshkeys.service more robust
2023-11-17 16:14:13 +01:00
Kai Lueke
cf261147e9 coreos-base/coreos-init: Bump ebuild revision after change 2023-11-17 15:51:53 +01:00
Mathieu Tortuyaux
5e5da0f34d
Merge pull request #1398 from flatcar/containerd-1.7.9-main
Upgrade Containerd in main from 1.7.8 to 1.7.9
2023-11-17 15:45:51 +01:00
Kai Lueke
16a7e2a294 coreos-base/coreos-init: Make sshkeys.service more robust
This pulls in
https://github.com/flatcar/init/pull/112
to only run coreos-metadata-sshkeys@core.service when not masked and
also retry on failure.
2023-11-17 15:43:57 +01:00
Flatcar Buildbot
af615bf169 app-containers/containerd: Update from 1.7.8 to 1.7.9 2023-11-17 08:16:33 +00:00
Dongsu Park
79031fd97c
Merge pull request #1397 from flatcar/dongsu/ue-rs-2023-11-16
overlay ue-rs: update to 0.1.0-r3, 2023-11-16
2023-11-17 09:15:18 +01:00
Dongsu Park
422d00a8ac
Merge pull request #1393 from flatcar/dongsu/uss-clap4-fix-options
overlay update-ssh-keys: fix number of arguments of clap4 options
2023-11-17 09:11:51 +01:00
flatcar-ci
2e63f9be1e New version: main-3790.0.0-nightly-20231116-2100 2023-11-16 21:00:30 +00:00
Kai Lüke
bd36d82fe6
Merge pull request #1391 from flatcar/kai/brightbox
Use OpenStack image for Brightbox
2023-11-16 18:30:51 +01:00
Mathieu Tortuyaux
8f5c266d81
Merge pull request #1385 from flatcar/go-1.19.13-and-1.20.11-main
Upgrade Go from 1.20.10 to 1.20.11
2023-11-16 15:33:31 +01:00
Dongsu Park
6c04bbdd7a overlay update-ssh-keys: fix number of arguments of clap4 options
In case of clap 4, it is necessary to set the number of args to 0,
if the option does not take any parameter.

Pulls in https://github.com/flatcar/update-ssh-keys/pull/16
2023-11-16 15:01:15 +01:00
Mathieu Tortuyaux
00850644f8
Merge pull request #1396 from flatcar/firmware-20231111-main
Upgrade Linux Firmware in main from 20231030 to 20231111
2023-11-16 13:12:12 +01:00
Krzesimir Nowak
680bff2353 overlay profiles: Update accept keywords for net-libs/libnetfilter_ct{helper,timeout} 2023-11-16 13:12:05 +01:00
Krzesimir Nowak
d3e3ead762 net-libs/libssh2: Sync with Gentoo
It's from Gentoo commit e34e106c9ff5de63b4823f2fe74474cb3d61da9e.
2023-11-16 13:12:05 +01:00
Krzesimir Nowak
36765eece3 net-libs/libnfnetlink: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-16 13:12:05 +01:00
Krzesimir Nowak
800c08d4a9 net-libs/libnetfilter_queue: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-16 13:12:05 +01:00
Krzesimir Nowak
861f81784e net-libs/libnetfilter_cttimeout: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-16 13:12:05 +01:00
Krzesimir Nowak
020c5c3338 net-libs/libnetfilter_cthelper: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-16 13:12:05 +01:00
Krzesimir Nowak
d1a788e1f1 net-libs/libnetfilter_conntrack: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-16 13:12:05 +01:00
Krzesimir Nowak
cc37bfe017 net-libs/libmnl: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-16 13:12:05 +01:00
Krzesimir Nowak
2ce866abd7 net-libs/http-parser: Sync with Gentoo
It's from Gentoo commit 41fdf7567a3cf179892c3170d55cecaabb74d542.
2023-11-16 13:12:05 +01:00
Dongsu Park
b5bb5c859b overlay ue-rs: update to 0.1.0-r3, 2023-11-16
Update ue-rs to 0.1.0-r3, 2023-11-16.
Pulls in https://github.com/flatcar/ue-rs/pull/23 and
https://github.com/flatcar/ue-rs/pull/24.
2023-11-16 12:56:39 +01:00
Flatcar Buildbot
203c78e109 sys-kernel/coreos-firmware: Update from 20231030 to 20231111 2023-11-16 07:11:44 +00:00
Kai Lueke
87ff566aae Use OpenStack image for Brightbox
The special Brightbox image uses the OpenStack userdata in Ignition but
lacked Afterburn usage. It actually works to use the OpenStack image and
directly which also enables Afterburn, thus we can drop the special
image.
Don't build a special image for Brightbox but recommend to use OpenStack
images directly. A symlink is added to help with the download of
hardcoded user scripts.
2023-11-15 13:33:55 +01:00
Krzesimir Nowak
e6bad5d0d3 overlay profiles: Update accept keywords for dev-libs/ding-libs 2023-11-15 09:55:23 +01:00
Krzesimir Nowak
e7a03395fd overlay profiles: Install ntp modifications on generic images 2023-11-15 09:55:23 +01:00
Krzesimir Nowak
542ffeb375 overlay coreos/config: Mask some files from net-misc/ntp
We provide our own config and dropins for setting up environment. Also
do not install perl stuff as perl interpreter is not available in
production images.
2023-11-15 09:55:23 +01:00
Krzesimir Nowak
2dd4648957 overlay coreos-base/misc-files: Add net-misc/ntp customizations
These are following things:

- adding notrap to restrict option in ntp.conf
- setting Flatcar-specific NTP servers in ntp.conf
- setting Restart=always for ntpd.service
- setting up environment for sntp and ntpdate
2023-11-15 09:55:23 +01:00
Krzesimir Nowak
766d0b846b net-misc/ntp: Sync with Gentoo
It's from Gentoo commit 8750a4090ea84eff7fe20b9ee6a4a30d82f2ffc7.
2023-11-15 09:55:23 +01:00
Krzesimir Nowak
9d93d56efa overlay net-misc/ntp: Move to portage-stable 2023-11-15 09:55:23 +01:00
Krzesimir Nowak
ab69819899 overlay profiles: Add accept keywords for dev-libs/libsodium and dev-libs/libunistring 2023-11-15 09:55:23 +01:00
Krzesimir Nowak
eea8405a27 dev-libs/nspr: Sync with Gentoo
It's from Gentoo commit 5caead31afd6d66482e29c075b2a21675cb99015.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
b6e767268b dev-libs/npth: Sync with Gentoo
It's from Gentoo commit 77f67752cd0fa1d306b5d82723954ac8dbc6cd6c.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
70d65f6666 dev-libs/mpfr: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
d74d16da72 dev-libs/mpc: Sync with Gentoo
It's from Gentoo commit 7a92b7f2e5fdea74f1c9d269c7017dbcd268e9b2.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
ab2fec6d3b dev-libs/lzo: Sync with Gentoo
It's from Gentoo commit bd7cb186c573e4c26d83a4fd62b06e201182c847.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
01833da9fb dev-libs/libyaml: Sync with Gentoo
It's from Gentoo commit 83242696bc86d0e825b88e7e97519aff60316359.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
025dbcbe51 dev-libs/libverto: Sync with Gentoo
It's from Gentoo commit 4d7a3ab7554f0c952c64f15f42b42d45dd6426a7.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
4c6211a20c dev-libs/libunistring: Sync with Gentoo
It's from Gentoo commit e1b8c24e50874a72c63044fd6b216997ca34f62a.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
3f9843c2e2 dev-libs/libsodium: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
98ce9785f3 dev-libs/liblinear: Sync with Gentoo
It's from Gentoo commit 6c2c859c08f129a9ef197343915debe7e4ffa393.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
76f352d7e5 dev-libs/libffi: Sync with Gentoo
It's from Gentoo commit a24d0c4442a09fd9b15e538035a7fa317fc0ca73.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
09c89bd5c9 dev-libs/libevent: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
9a329c0028 dev-libs/libev: Sync with Gentoo
It's from Gentoo commit 6906dddca4129abb03e9e333d004d4855a5c9f4e.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
7faf5f8883 dev-libs/json-c: Sync with Gentoo
It's from Gentoo commit 084d66f3c1f6673f919bf8cc80401c1d0e18b476.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
6f8d25ee23 dev-libs/jansson: Sync with Gentoo
It's from Gentoo commit a0e09af2d796c8e12a29c3386237e5ebe44c51d4.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
63dd5562c7 dev-libs/ding-libs: Sync with Gentoo
It's from Gentoo commit 3e0de4c3b9bb72ac63c48349ea390b6586d4f9e5.
2023-11-15 09:55:22 +01:00
flatcar-ci
4bc44d7c3e New version: main-3788.0.0-nightly-20231114-2100 2023-11-14 21:00:25 +00:00
Flatcar Buildbot
245680fe7b Update mantle container image to latest HEAD 2023-11-13 21:00:45 +00:00
flatcar-ci
4f6ac2aab7 New version: main-3787.0.0-nightly-20231113-2100 2023-11-13 21:00:26 +00:00
Flatcar Buildbot
02940e27fa dev-lang/go: Update from 1.20.10 to 1.20.11 2023-11-13 07:23:15 +00:00
flatcar-ci
e8db172bc5 New version: main-3783.0.0-nightly-20231109-2100 2023-11-09 21:00:26 +00:00
Thilo Fromm
a9819dabb1
Merge pull request #1366 from flatcar/linux-6.1.62-main
Upgrade Linux Kernel for main from 6.1.61 to 6.1.62
2023-11-09 14:38:17 +01:00
Flatcar Buildbot
a19d2daf12 sys-kernel/coreos-sources: Update from 6.1.61 to 6.1.62 2023-11-09 07:11:13 +00:00
Flatcar Buildbot
c9d5633add Update mantle container image to latest HEAD 2023-11-08 21:00:43 +00:00
flatcar-ci
4fc0e582c9 New version: main-3782.0.0-nightly-20231108-2100 2023-11-08 21:00:27 +00:00
Thilo Fromm
110ab1ca7a
Merge pull request #1343 from flatcar/buildbot/weekly-portage-stable-package-updates-2023-11-06
Weekly portage-stable package updates 2023-11-06
2023-11-08 13:39:45 +01:00
Flatcar Buildbot
0d2719331c Update mantle container image to latest HEAD 2023-11-08 06:47:19 +00:00
Thilo Fromm
b016fc01cd
Merge pull request #1319 from flatcar/buildbot/monthly-glsa-metadata-updates-2023-11-01
Monthly GLSA metadata 2023-11-01
2023-11-08 07:47:05 +01:00
flatcar-ci
87d198db7f New version: main-3781.0.0-nightly-20231107-2100 2023-11-07 21:00:26 +00:00
Flatcar Buildbot
140c425cad Update mantle container image to latest HEAD 2023-11-07 10:47:35 +00:00
Kai Lüke
c35b486a67
Merge pull request #1344 from flatcar/kai/bootengine-no-torcx
sys-kernel/bootengine: Remove Torcx step
2023-11-07 11:47:17 +01:00
Kai Lueke
f3e5ad9058 sys-kernel/bootengine: Remove Torcx step
This pulls in
https://github.com/flatcar/bootengine/pull/77 to not try to run Torcx
when /etc/torcx/next-profile exists.
2023-11-07 11:46:45 +01:00
Thilo Fromm
6daf6b1a38
Merge pull request #1336 from flatcar/containerd-1.7.8-main
Upgrade Containerd in main from 1.7.7 to 1.7.8
2023-11-07 11:37:02 +01:00
Thilo Fromm
687cc04e25 package.accept_keywords: remove runc-1.1.9 unmask
runc-1.1.9 is now cosidered stable upstream so there's no need to
explicitly unmask the package in our profile.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-11-07 10:29:49 +01:00
flatcar-ci
1079314cfe New version: main-3780.0.0-nightly-20231106-2100 2023-11-06 21:00:25 +00:00
Flatcar Buildbot
78980281c4 Update mantle container image to latest HEAD 2023-11-06 15:55:58 +00:00
Mathieu Tortuyaux
9f989cc91e
Merge pull request #1318 from flatcar/vmware-12.3.5-main
Upgrade open-vm-tools in main from 12.3.0 to 12.3.5
2023-11-06 16:55:30 +01:00
Flatcar Buildbot
8a001a2871
app-emulation/open-vm-tools: Update from 12.3.0 to 12.3.5 2023-11-06 16:53:17 +01:00
Thilo Fromm
bf09885204
Merge pull request #1325 from flatcar/firmware-20231030-main
Upgrade Linux Firmware in main from 20230919 to 20231030
2023-11-06 10:40:57 +01:00
Flatcar Buildbot
bc12565e87 sys-libs/zlib: Sync with Gentoo
It's from Gentoo commit 8999beb783251a357175e47e74aa2417f2b6ff5f.
2023-11-06 07:13:58 +00:00
Flatcar Buildbot
32d69f3a0a sys-libs/readline: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:13:55 +00:00
Flatcar Buildbot
a4e1b1047e sys-libs/ncurses: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:13:55 +00:00
Flatcar Buildbot
e09cb89c18 sys-libs/libnvme: Sync with Gentoo
It's from Gentoo commit f531a82d688fab7225cb46f79ff993b8fb160954.
2023-11-06 07:13:51 +00:00
Flatcar Buildbot
b39200f690 sys-libs/gdbm: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:13:47 +00:00
Flatcar Buildbot
e26804c91d sys-kernel/linux-headers: Sync with Gentoo
It's from Gentoo commit 46e2ce809013ee68aff991702f8502d8d9bc3192.
2023-11-06 07:13:47 +00:00
Flatcar Buildbot
116f544b5d sys-devel/patch: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:13:26 +00:00
Flatcar Buildbot
21a1d5312f sys-devel/m4: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:13:26 +00:00
Flatcar Buildbot
26d724d886 sys-devel/gettext: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:13:24 +00:00
Flatcar Buildbot
62a3228730 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit 264831bc9fca364a0aee289cd64c5d04fe213c4c.
2023-11-06 07:13:23 +00:00
Flatcar Buildbot
3db585ec58 sys-devel/bison: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:13:22 +00:00
Flatcar Buildbot
8297cd1e82 sys-block/parted: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:13:15 +00:00
Flatcar Buildbot
c8f8d6dbe9 sys-apps/util-linux: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:13:13 +00:00
Flatcar Buildbot
3fbf6bdfe6 sys-apps/sed: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:13:11 +00:00
Flatcar Buildbot
611ec1e580 sys-apps/pv: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:13:10 +00:00
Flatcar Buildbot
5ab2da99f8 sys-apps/nvme-cli: Sync with Gentoo
It's from Gentoo commit 0ffdd95af41ba9d7364e5e3934fbd87116737f20.
2023-11-06 07:13:09 +00:00
Flatcar Buildbot
c2901ee934 sys-apps/man-db: Sync with Gentoo
It's from Gentoo commit acb3e08ca43b0704723eb2347fcdc2c754dc7733.
2023-11-06 07:13:06 +00:00
Flatcar Buildbot
365773fe17 sys-apps/lshw: Sync with Gentoo
It's from Gentoo commit 838d886aab356bea7a809e8b27a3875901ad297b.
2023-11-06 07:13:05 +00:00
Flatcar Buildbot
6088cec824 sys-apps/iproute2: Sync with Gentoo
It's from Gentoo commit cdef2f549249396d4b25a1c5068c849eafa8ea6e.
2023-11-06 07:12:59 +00:00
Flatcar Buildbot
a189e94417 sys-apps/hwdata: Sync with Gentoo
It's from Gentoo commit 294b552274643e220c3bae22fdde86c8f28f05f3.
2023-11-06 07:12:58 +00:00
Flatcar Buildbot
9542029886 sys-apps/grep: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:12:55 +00:00
Flatcar Buildbot
57aed69478 sys-apps/gawk: Sync with Gentoo
It's from Gentoo commit 703df4278f0fd8ae5be9a0feb283def098597e58.
2023-11-06 07:12:55 +00:00
Flatcar Buildbot
5e2c6a902c sys-apps/findutils: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:12:55 +00:00
Flatcar Buildbot
ba49b6a66f sys-apps/file: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:12:55 +00:00
Flatcar Buildbot
bacec149eb sys-apps/diffutils: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:12:54 +00:00
Flatcar Buildbot
9958b952ab sys-apps/coreutils: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:12:54 +00:00
Flatcar Buildbot
eb87095fbb profiles: Sync with Gentoo
It's from Gentoo commit ccb03cfb965f037c1a2d45ad2978bfac21fd78e2.
2023-11-06 07:12:46 +00:00
Flatcar Buildbot
2992e18430 net-misc/wget: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:12:38 +00:00
Flatcar Buildbot
30d9d4452d net-misc/rsync: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:12:37 +00:00
Flatcar Buildbot
b4cf06423c net-misc/curl: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:12:34 +00:00
Flatcar Buildbot
199507e12e net-libs/libpcap: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:12:29 +00:00
Flatcar Buildbot
6599984a22 net-libs/libnftnl: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:12:29 +00:00
Flatcar Buildbot
9c267e69ca net-libs/gnutls: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:12:28 +00:00
Flatcar Buildbot
7e3b4d8b9b net-dns/c-ares: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:12:27 +00:00
Flatcar Buildbot
95dee35938 net-analyzer/nmap: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:12:26 +00:00
Flatcar Buildbot
35824e3d78 eclass/verify-sig: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:12:11 +00:00
Flatcar Buildbot
a6ce47f1b1 eclass/toolchain-funcs: Sync with Gentoo
It's from Gentoo commit 3dae41abc9ea4c6d642ece7ce5bc54c0548b56a5.
2023-11-06 07:12:04 +00:00
Flatcar Buildbot
ebab24c42e eclass/meson: Sync with Gentoo
It's from Gentoo commit ba4ac01d12927b6d4ae155fc2f765e572ee76909.
2023-11-06 07:11:25 +00:00
Flatcar Buildbot
94c50aeb21 dev-vcs/git: Sync with Gentoo
It's from Gentoo commit c6dbf90db6a0ecf73f5ffe7ea507240a82a1bf6b.
2023-11-06 07:10:44 +00:00
Flatcar Buildbot
f3e077fcda dev-util/strace: Sync with Gentoo
It's from Gentoo commit aa890b63d96be69a8269edce5404d22b90fd2b52.
2023-11-06 07:10:44 +00:00
Flatcar Buildbot
3ea72c2745 dev-util/perf: Sync with Gentoo
It's from Gentoo commit 5b3cdf80b16a0c286c96adc0fdee17564a36a298.
2023-11-06 07:10:43 +00:00
Flatcar Buildbot
bbae6cab4b dev-util/cmake: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:10:38 +00:00
Flatcar Buildbot
bd396e4460 dev-python/wheel: Sync with Gentoo
It's from Gentoo commit 162c8bebc9eb51b2f54ccf2fc1968d56aba42b98.
2023-11-06 07:10:37 +00:00
Flatcar Buildbot
a8e396415c dev-python/platformdirs: Sync with Gentoo
It's from Gentoo commit c3a5919d1bab6a3dccc05aa566530aa87a273cd0.
2023-11-06 07:10:27 +00:00
Flatcar Buildbot
03dd79386f dev-python/packaging: Sync with Gentoo
It's from Gentoo commit 7411a7a3e3c5cfce73bd43bf216628b4e898d5f3.
2023-11-06 07:10:27 +00:00
Flatcar Buildbot
5dcd02fab5 dev-python/jaraco-functools: Sync with Gentoo
It's from Gentoo commit b24e9b8207c8436f446dd5b320cc41fb75af614a.
2023-11-06 07:10:19 +00:00
Flatcar Buildbot
46f8540ec0 dev-python/cython: Sync with Gentoo
It's from Gentoo commit 58fc828061eb39c38df44ec5ca29f2a28c97eae4.
2023-11-06 07:10:12 +00:00
Flatcar Buildbot
1724096980 dev-libs/nettle: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:10:02 +00:00
Flatcar Buildbot
4f3f3d44e3 dev-libs/libtasn1: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:09:58 +00:00
Flatcar Buildbot
f977039dcd dev-libs/libpcre2: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:09:57 +00:00
Flatcar Buildbot
f3eec06109 dev-libs/libksba: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:09:55 +00:00
Flatcar Buildbot
60cea2d2e4 dev-libs/libgpg-error: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:09:55 +00:00
Flatcar Buildbot
e6170992d2 dev-libs/libgcrypt: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:09:54 +00:00
Flatcar Buildbot
ce97c743a0 dev-libs/libbsd: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:09:54 +00:00
Flatcar Buildbot
dc4ed16715 dev-libs/libassuan: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:09:54 +00:00
Flatcar Buildbot
87248b91d0 dev-libs/elfutils: Sync with Gentoo
It's from Gentoo commit d421ba0ef4816694bbffb8cab26bf734c27eebd7.
2023-11-06 07:09:49 +00:00
Flatcar Buildbot
be0f80428d dev-lang/python: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:09:46 +00:00
Flatcar Buildbot
31a269ffc1 app-shells/bash: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:09:36 +00:00
Flatcar Buildbot
80902198ba app-crypt/rhash: Sync with Gentoo
It's from Gentoo commit 9cd1346f799030f4d2a52eb597ca0c5d8e998f1a.
2023-11-06 07:09:30 +00:00
Flatcar Buildbot
e0ee31fcf9 app-crypt/pinentry: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:09:30 +00:00
Flatcar Buildbot
5b9e0ed0c0 app-containers/runc: Sync with Gentoo
It's from Gentoo commit 8e1909eefc6d6b8f6ead4c7c102e78ff2636e6d2.
2023-11-06 07:09:28 +00:00
Flatcar Buildbot
d327d77f36 app-arch/xz-utils: Sync with Gentoo
It's from Gentoo commit fbf289c16516d56417ddaa85efea9a8d631d2968.
2023-11-06 07:09:24 +00:00
Flatcar Buildbot
330d751d63 app-arch/tar: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:09:23 +00:00
Flatcar Buildbot
1e4007d4db app-arch/pigz: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:09:22 +00:00
Flatcar Buildbot
eea363797c app-arch/libarchive: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:09:20 +00:00
Flatcar Buildbot
ffdd9ec6bb app-arch/gzip: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:09:19 +00:00
Flatcar Buildbot
fd01532138 app-arch/bzip2: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-06 07:09:18 +00:00
Flatcar Buildbot
c8c794f9fc app-containers/containerd: Update from 1.7.7 to 1.7.8 2023-11-03 15:32:20 +00:00
Flatcar Buildbot
0e54de6372 sys-kernel/coreos-sources: Update from 6.1.60 to 6.1.61 2023-11-03 07:12:01 +00:00
flatcar-ci
a256fa6443 New version: main-3776.0.0-nightly-20231102-2100 2023-11-02 21:00:25 +00:00
Mathieu Tortuyaux
496546ea76
Merge pull request #1308 from flatcar/linux-6.1.60-main
Upgrade Linux Kernel for main from 6.1.59 to 6.1.60
2023-11-02 17:50:10 +01:00
Kai Lüke
6cb8b1f525
Merge pull request #1326 from flatcar/kai/decode-rsa-error
coreos-base/update_engine: Fix iterating over signatures
2023-11-02 15:33:03 +01:00
Kai Lueke
20bba0c623 coreos-base/update_engine: Bump ebuild revision 2023-11-02 13:39:04 +01:00
Krzesimir Nowak
86ea05a65e
Merge pull request #1317 from flatcar/buildbot/weekly-portage-stable-package-updates-2023-10-30
Weekly portage-stable package updates 2023-10-30
2023-11-02 13:13:42 +01:00
Krzesimir Nowak
3eb7776d8a
Merge pull request #1324 from flatcar/krnowak/samba-update
overlay net-fs/samba: Update to 4.18.8
2023-11-02 13:09:02 +01:00
Kai Lueke
3aa1adfa2a coreos-base/update_engine: Fix iterating over signatures
This pulls in
https://github.com/flatcar/update_engine/pull/31
to correctly skip over signature entries that cause errors which can be
the case for the dummy signatures.
2023-11-02 11:47:59 +01:00
Flatcar Buildbot
962e94e46c sys-kernel/coreos-firmware: Update from 20230919 to 20231030 2023-11-02 07:11:34 +00:00
flatcar-ci
cfe761041c New version: main-3775.0.0-nightly-20231101-2100 2023-11-01 21:00:26 +00:00
Krzesimir Nowak
c1bda0bc42 net-fs/samba: Apply Flatcar modifications
- Add a minimal USE flag for only installing libraries
  - Change the Perl run-time dep to build-time only
  - Disable building libraries requiring Python
  - Disable building Perl JSON libraries
  - Limit the size of bundled libraries

Co-authored-by: Dongsu Park <dpark@linux.microsoft.com>
2023-11-01 15:08:32 +01:00
Krzesimir Nowak
843cbaa5c5 net-fs/samba: Sync with Gentoo
It's from Gentoo commit 75c0e03f350aa2025ba1b08171fcad66522614b8.
2023-11-01 15:08:20 +01:00
Flatcar Buildbot
2fe3629192 sys-process/procps: Sync with Gentoo
It's from Gentoo commit 0dab45b41cf2e5f657eae72c6e767add5dec1c30.
2023-11-01 12:40:51 +01:00
Flatcar Buildbot
9f820cdb6e sys-libs/libnvme: Sync with Gentoo
It's from Gentoo commit a03a10c8b7850a18302cd9ca90ea5ccb547737c4.
2023-11-01 12:40:51 +01:00
Flatcar Buildbot
4d0c78d189 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit 073a656ddb052c6b020f1a6a42104b096397209a.
2023-11-01 12:40:51 +01:00
Flatcar Buildbot
5696966529 sys-block/thin-provisioning-tools: Sync with Gentoo
It's from Gentoo commit 70ac1de44be329c8ad35cce6cb39147a239797fc.
2023-11-01 12:40:51 +01:00
Flatcar Buildbot
6d8fcaf272 sys-apps/smartmontools: Sync with Gentoo
It's from Gentoo commit fecb264f646ab15fc2e5cfc9bbd59f86c370663f.
2023-11-01 12:40:51 +01:00
Flatcar Buildbot
8102bfee58 sys-apps/portage: Sync with Gentoo
It's from Gentoo commit ef59ea9a89cfb8bcec388c7ea1a962a4ca0940b6.
2023-11-01 12:40:51 +01:00
Flatcar Buildbot
314bdd9a65 sys-apps/iproute2: Sync with Gentoo
It's from Gentoo commit 6b822fd7f8bb3e99460bbe6ca0d3a9dc73234073.
2023-11-01 12:40:51 +01:00
Flatcar Buildbot
04d6be64e2 sys-apps/gptfdisk: Sync with Gentoo
It's from Gentoo commit 60282302f4894041bed758c1e7916764ee59c203.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
6cdb6e6680 sys-apps/findutils: Sync with Gentoo
It's from Gentoo commit b5aadcfe0518d3c2d1516ab577929d597583aded.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
e795a672f0 sys-apps/file: Sync with Gentoo
It's from Gentoo commit b6da5c66fcec4316f3711063fb6d93757a015d02.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
02560fd08b sys-apps/ethtool: Sync with Gentoo
It's from Gentoo commit 6d57ea5f47539297763f8fbe499525a994f7f409.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
b714224fda sys-apps/coreutils: Sync with Gentoo
It's from Gentoo commit 7cd601993bc6baec684941f7d694ef05b6d9ded9.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
e56cb7b53d profiles: Sync with Gentoo
It's from Gentoo commit 1eb076e811ae14ceb83643e2345b0ebb7c252224.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
352b629688 net-misc/iperf: Sync with Gentoo
It's from Gentoo commit 781a5c3a7c26d17b59ebbc85c343df59919713c0.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
be4c5cf3bc net-misc/curl: Sync with Gentoo
It's from Gentoo commit 2db2ea844a2ab48b2d3edfc2293b7644276c128f.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
b38cde3f92 net-libs/gnutls: Sync with Gentoo
It's from Gentoo commit 084006ef65af158782b058dfe43fc6c8b59e6412.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
8eb8bfb496 net-dns/c-ares: Sync with Gentoo
It's from Gentoo commit 7f18ef471c435b7718f75ebc277efa77f269d371.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
cc62a7d79b licenses: Sync with Gentoo
It's from Gentoo commit eaf16b2c90fc93202e1ff9541af8a7dc2a71dfe5.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
44b4ba37c3 eclass/toolchain: Sync with Gentoo
It's from Gentoo commit 52f4e8653f56ce713659dfe7880b5c272cc5a817.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
46bbed9282 eclass/toolchain-funcs: Sync with Gentoo
It's from Gentoo commit da57ae50e3100762a8791a9d5eaaf8e088866e9c.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
57e132e859 eclass/flag-o-matic: Sync with Gentoo
It's from Gentoo commit 7b8bd09d4c674fdbf253b1997930ebcc2f958936.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
d5145a3ee7 eclass/cmake: Sync with Gentoo
It's from Gentoo commit bca9c5de6eca0699684850600f3725eb131dfd65.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
a8144dff2b dev-util/pkgconf: Sync with Gentoo
It's from Gentoo commit 8995dcf5317871b316d089ac6e1d41dbbaec0ba7.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
77af2c71b0 dev-util/meson: Sync with Gentoo
It's from Gentoo commit 1351e18a74e86cfb1f2019973ad8993fc96f9c33.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
0d0cca004f dev-util/gperf: Sync with Gentoo
It's from Gentoo commit 6cbe3a8909b5b8842a69d4ac426c12a77cced2d3.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
137e2d8f2d dev-util/glib-utils: Sync with Gentoo
It's from Gentoo commit a7a2e766b49e0501edb6318d15ad9c87f4b73dea.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
c46979a714 dev-util/gdbus-codegen: Sync with Gentoo
It's from Gentoo commit 1afb105ec9b1b865142fdeead9604bfa5907923b.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
020444ba2c dev-util/cmake: Sync with Gentoo
It's from Gentoo commit 17937fca8e338e92d60dd2fb488fa959a2f63a14.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
5d77230e0b dev-python/typing-extensions: Sync with Gentoo
It's from Gentoo commit 89c961794330e696113f8adb5201ca1adeb1fbfd.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
9f7b858004 dev-python/setuptools-scm: Sync with Gentoo
It's from Gentoo commit 9ad92a5655c85ee51689db2c4b8404687a377633.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
f8fe9c1c4c dev-python/lxml: Sync with Gentoo
It's from Gentoo commit 1ccc4c73c59d0f0518771a3dd79a4163db75fac3.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
41c55c8138 dev-python/fasteners: Sync with Gentoo
It's from Gentoo commit 9f7c27425001088683a779a3a6108619f434e073.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
52b74c5812 dev-libs/protobuf: Sync with Gentoo
It's from Gentoo commit dfeab993fab2d0e02239d3ed37a1fe017d4c5b34.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
41ad01fd91 dev-libs/libbsd: Sync with Gentoo
It's from Gentoo commit 8ae193c0705d6114f392e6757975731c828d0d18.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
d24de16a07 dev-libs/glib: Sync with Gentoo
It's from Gentoo commit ea3765ee967e6b04e89679dfc3a27c278f1db544.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
ecf2a21773 dev-lang/python: Sync with Gentoo
It's from Gentoo commit 30bf52ef60846cabed7acb7a6fcd061b4a25d1bd.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
ac1bdebb17 dev-lang/lua: Sync with Gentoo
It's from Gentoo commit adee3669cebf0d20e7ecf68c5ed9cb4a79f8460b.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
8f17011426 dev-db/sqlite: Sync with Gentoo
It's from Gentoo commit 856ce00ea377a0a1cfe6796951de8742a7b51318.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
4340750d02 app-emulation/qemu: Sync with Gentoo
It's from Gentoo commit 50ad24c08d86326adcff296e6beb26107e0ab028.
2023-11-01 12:40:50 +01:00
Thilo Fromm
fd33dfdbf2
Merge pull request #1305 from flatcar/t-lo/gentoo-upstream-containerd-docker
app-containers: switch to upstream docker, containerd, runc, bump docker to v24
2023-11-01 10:04:05 +01:00
Thilo Fromm
ce887370ee mantle-container: bump version to include btrfs update test 2023-11-01 10:01:56 +01:00
Flatcar Buildbot
570c0554ba portage-stable/metadata: Monthly GLSA metadata updates 2023-11-01 07:14:39 +00:00
flatcar-ci
8a1aa6abec New version: main-3774.0.0-nightly-20231031-2100 2023-10-31 21:00:26 +00:00
flatcar-ci
eadc841a28 New version: main-3773.0.0-nightly-20231030-2100 2023-10-30 21:00:28 +00:00
Thilo Fromm
0476269fed mantle-container: use PR #475 version for btrfs test
Temporary commit to use https://github.com/flatcar/mantle/pull/475 for
testing which ships the btrfs backwards compatibility test.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:24:03 +01:00
Thilo Fromm
fa623fed84 make.defaults, go-env.eclass: export cgo flags, enable cgo by default
This change adds exporting CGO_* flags to go-env.eclass; the upstream pr
https://github.com/gentoo/gentoo/pull/33539 has been updated
accordingly.

Also, CGO_ENABLED=1 has been added to coreos/../make.conf to enable gco
by default. This fixes a build issue for arm64 with Docker's
device-mapper storage driver:

daemon/graphdriver/devmapper/deviceset.go:306:25: undefined: devicemapper.SetTransactionID
...
daemon/graphdriver/devmapper/deviceset.go:867:28: undefined: devicemapper.ErrEnxio
daemon/graphdriver/devmapper/deviceset.go:867:28: too many errors

gco is enabled on AMD64 by default, and cgo was always enabled in the
coreos docker ebuilds. This way we retain that setting for the Gentoo
ebuilds.
2023-10-30 17:21:26 +01:00
Thilo Fromm
f2a4b4a11e partage stable docker 24: addressed PR feedback
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
47a74ba059 coreos/base/package.accept_keywords: sort alphabetically
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
e2173e06d1 coreos-overlay/containerd: add Gentoo ebuilds and version 1.7.7
This adds plain Gentoo upstream containerd ebuilds to coreos-overlay and
copies containerd-1.7.6.ebuild to containerd-1.7.7.ebuild since upstream
does not support 1.7.7 yet.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
4b8f919bd1 portage-stable/eclass: add Go cross-comile helper eclass
This change allows cross-compiling of Go packages and will be upstreamed.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
9f45ea05e9 app-containers: use upstream docker, containerd, runc
This change removes Flatcar specific builds of docker[-cli], containerd,
runc, and cri-tools and instead switches to upstream Gentoo ebuilds
added to portage-stable.

The change updates docker to 24.0.6.

NOTE that there currently is no upstream ebuild for containerd-1.7.7, so
this change adds that ebuild based on the upstream containerd-1.7.6
ebuild.

Flatcar customisations like systemd units etc. are now applied in the
manglefs script of the respective sysexts, based on file system trees in
coreos-overlay/coreos/sysext/(containerd|docker).

The build_sysext script has been extended by an option to strip all
binaries in a sysext; the option is active by default. This takes care
of removing debug symbols from docker and containerd - which are not
removed by the default Gentoo build. The overall size of both containerd
and docker sysext is reduced by ~50%.

Lastly, the sysext command line syntax of build_image has been extended
to allow specifying multiple packages for a sysext. This was necessary
because docker-cli and docker do not have any runtime relationships and
therefore must both be specified for installation to correctly mirror
Flatcar's own docker packaging.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Flatcar Buildbot
0b4cded217 Update mantle container image to latest HEAD 2023-10-28 02:01:27 +00:00
flatcar-ci
6667dcf10f New version: main-3770.0.0-nightly-20231027-2100 2023-10-28 02:01:10 +00:00
flatcar-ci
6470b6f470 New version: main-3770.0.0-nightly-20231027-2100-INTERMEDIATE 2023-10-27 21:00:27 +00:00
Dongsu Park
55c099f3aa
Merge pull request #1314 from flatcar/dongsu/ue-rs-2023-10-25
overlay ue-rs: update to 0.1.0-r2, 2023-10-25
2023-10-27 17:39:02 +02:00
Dongsu Park
475402a9af
Merge pull request #1313 from flatcar/dongsu/uss-openssh-keys-0.6.2
overlay update-ssh-keys: update openssh-keys to 0.6.2
2023-10-27 17:37:12 +02:00
Dongsu Park
1c91f5a242 overlay update-ssh-keys: regenerate CRATES
Regenerate CRATES by running cargo ebuild.
2023-10-27 17:36:15 +02:00
Dongsu Park
1cda059245 overlay update-ssh-keys: update openssh-keys to 0.6.2
Update openssh-keys to 0.6.2 to avoid relying on a custom branch.
Also remove custom patch from the ebuild.

Pulls in https://github.com/flatcar/update-ssh-keys/pull/14.
2023-10-27 17:36:12 +02:00
Dongsu Park
0da4d87402 overlay ue-rs: update to 0.1.0-r2, 2023-10-25
Update to f0ad33c6b4b3e966be2437d3da44a7c580e3dc37, trunk of 2023-10-25.
Regenerate CRATES by cargo ebuild.
2023-10-26 17:23:16 +02:00
Flatcar Buildbot
f44858523a sys-kernel/coreos-sources: Update from 6.1.59 to 6.1.60 2023-10-26 07:12:13 +00:00
Krzesimir Nowak
b880096ab5 eclass/cargo: Sync with Gentoo
It's from Gentoo commit dc51935f7aae5f89d1ffecabef322680979952b8.
2023-10-25 15:05:33 +02:00
Krzesimir Nowak
86ad817042 overlay profiles: Drop accept keywords for sys-devel/automake 2023-10-25 15:05:33 +02:00
Krzesimir Nowak
16ebae2bf4 portage-stable dev-util/b2: Drop unused package 2023-10-25 15:05:33 +02:00
Krzesimir Nowak
ff6b407f2d overlay coreos-devel/sdk-depends: Stop pulling dev-util/b2
It was used only by dev-libs/boost that we have just dropped.
2023-10-25 15:05:33 +02:00
Krzesimir Nowak
c9f8fb9051 portage-stable dev-libs/boost: Drop unused package 2023-10-25 15:05:33 +02:00
Krzesimir Nowak
dc7f6ea732 overlay profiles: Add accept keywords for sys-block/thin-provisioning-tools
The updated version is stable only on arm64.
2023-10-25 15:05:33 +02:00
Krzesimir Nowak
28e7d037cf overlay profiles: Add accept keywords for sys-apps/smartmontools
The updated version is stable only on amd64.
2023-10-25 15:05:33 +02:00
Krzesimir Nowak
f32ed7113e overlay profiles: Add accept keywords for dev-lang/python
The updated version is stable only on arm64.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
c444a7ee9e x11-base/xorg-proto: Sync with Gentoo
It's from Gentoo commit acb32bf80ce20334e9c1c46085715eabfe5e296d.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
8eb763ce33 sys-process/procps: Sync with Gentoo
It's from Gentoo commit 6ac1b36b938177b74499946b8d88d4fe89033061.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
b457d699d5 sys-libs/libnvme: Sync with Gentoo
It's from Gentoo commit 11c3ec43c781c83c1e699437f834869f4f8fc33d.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
39a4903b40 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit fc30aec681ad047fc04225f48eca6716e7821bcb.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
21294d2ae5 sys-devel/automake: Sync with Gentoo
It's from Gentoo commit 1cf0eee856a8a6425af5b38a9f55cd9b24d7cefb.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
9e1ee1df34 sys-block/thin-provisioning-tools: Sync with Gentoo
It's from Gentoo commit 4fba46f271bc6c0575a2039910e7f51aa1765979.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
93d4e574f6 sys-block/parted: Sync with Gentoo
It's from Gentoo commit 7c5d7fefe2750ec21f43663b5808bfad9832e53c.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
3d6fcc31d6 sys-apps/usbutils: Sync with Gentoo
It's from Gentoo commit 21984480390b1b4b19ef9328754e9bbbe09e17cd.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
beb6b281ee sys-apps/texinfo: Sync with Gentoo
It's from Gentoo commit fcb7339e77be994abc07ad07c193c697fa1548fc.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
977cb0f287 sys-apps/smartmontools: Sync with Gentoo
It's from Gentoo commit 48e62ca129db97fa387367c14baedc326ec6a746.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
6a4a0be34d sys-apps/portage: Sync with Gentoo
It's from Gentoo commit 3500483f75789c36e379c1b6546a09df7c11e2b1.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
53a4aa339f sys-apps/iproute2: Sync with Gentoo
It's from Gentoo commit b4b3b2e23fe5372b723888a738479df92545b0ad.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
788439357e sys-apps/hwdata: Sync with Gentoo
It's from Gentoo commit a0eb8bc147937ef3c2c58cd682fc38ed7b9e4c15.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
e86224aecc sys-apps/file: Sync with Gentoo
It's from Gentoo commit 1a8e3a3717ff4d46c6c7b1d356ded751275c531d.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
dbed59b744 sys-apps/ethtool: Sync with Gentoo
It's from Gentoo commit f20d9042675378c12d75a62955514a4cde41195f.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
c342c9e438 sys-apps/coreutils: Sync with Gentoo
It's from Gentoo commit 577e344d50dfa44f54f7ce77a7247486a97a54e1.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
c7d5219f2b sec-policy/selinux-unconfined: Sync with Gentoo
It's from Gentoo commit 7781707567ad53c712301ab2e6e6f75ca013c3f3.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
323534ee22 sec-policy/selinux-sssd: Sync with Gentoo
It's from Gentoo commit 7781707567ad53c712301ab2e6e6f75ca013c3f3.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
0525296f5d sec-policy/selinux-dbus: Sync with Gentoo
It's from Gentoo commit 7781707567ad53c712301ab2e6e6f75ca013c3f3.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
81e6238713 sec-policy/selinux-container: Sync with Gentoo
It's from Gentoo commit 7781707567ad53c712301ab2e6e6f75ca013c3f3.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
ae946cf097 sec-policy/selinux-base-policy: Sync with Gentoo
It's from Gentoo commit 7781707567ad53c712301ab2e6e6f75ca013c3f3.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
b593364323 sec-policy/selinux-base: Sync with Gentoo
It's from Gentoo commit 7781707567ad53c712301ab2e6e6f75ca013c3f3.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
9ae70e5d93 profiles: Sync with Gentoo
It's from Gentoo commit 3331595639bf0217a766e46e4b1f5abf5323e052.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
f475c62f8a net-misc/iperf: Sync with Gentoo
It's from Gentoo commit 23cb029f4efe3284bbf194c2a17375cf3fd64693.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
6acf94342a net-dns/dnsmasq: Sync with Gentoo
It's from Gentoo commit b22dddcb8a0fb0e10ec77a08bf2c103bc4c933b8.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
5e2a6e220a licenses: Sync with Gentoo
It's from Gentoo commit acb42cc480af58f30c4cb0f364e583d102ace5c4.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
8c8f64dbc4 eclass/xorg-3: Sync with Gentoo
It's from Gentoo commit c06c0d7fe31a4810a799676607c1b116c50d07b7.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
1cb06ea35c eclass/python-utils-r1: Sync with Gentoo
It's from Gentoo commit d383331bd93780571c7ba9443039d80c08fa35f6.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
9f04337847 eclass/kernel-2: Sync with Gentoo
It's from Gentoo commit 73b4fb45a86e8918529e29ee61e6a54e9034a064.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
f718f82938 eclass/java-utils-2: Sync with Gentoo
It's from Gentoo commit 9ad2683b86538e21a2d7411fa71058ac534c23de.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
e9c3a35574 eclass/flag-o-matic: Sync with Gentoo
It's from Gentoo commit b81724af911b1c7f0473cd850ab29c74733c5f30.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
7171f70585 eclass/elisp-common: Sync with Gentoo
It's from Gentoo commit 2ab9bda58e464656cdf1e31b7e8b293cf1ec0caf.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
123dcdf45f dev-vcs/repo: Sync with Gentoo
It's from Gentoo commit 50ffcb02adc98342e87676d7c1d16c14f600a2ff.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
7bcb622b25 dev-util/ninja: Sync with Gentoo
It's from Gentoo commit 6fa5f40e0a097ca4900307a2dd4648c5fdc465c2.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
1cbb3b835b dev-util/meson: Sync with Gentoo
It's from Gentoo commit c9fe13a8985c66bf44a1f0a8d46bab20995a1a51.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
cf5a7ca5e4 dev-util/cmake: Sync with Gentoo
It's from Gentoo commit 64e13ce033314d91aa2e717ec858b65356c59590.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
c777a1c7dc dev-python/cython: Sync with Gentoo
It's from Gentoo commit fc3e64161e47e72bbd77693ecec9ace8b7cd1a3d.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
40a31c4eca dev-libs/protobuf: Sync with Gentoo
It's from Gentoo commit d674a844b38ef779323f6b445f58db22c6586c19.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
f15bf139fa dev-lang/python: Sync with Gentoo
It's from Gentoo commit 0bcd2ab51bbbac3397629a3b7a7bdd566857fb89.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
51d6d222b7 dev-lang/lua: Sync with Gentoo
It's from Gentoo commit 7c4d1adc59340281050875aaf8cad24b0e5b3cf0.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
6a8975ff68 app-portage/gentoolkit: Sync with Gentoo
It's from Gentoo commit 122ee4d7e65a6a1ba60a508a99f4d93632bda5dd.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
5b21af3c87 app-emulation/qemu: Sync with Gentoo
It's from Gentoo commit 196685c68adecedeb3c335e551924cab4aee55ea.
2023-10-25 15:05:32 +02:00
flatcar-ci
5ec3b7bd96 New version: main-3767.0.0-nightly-20231024-2100 2023-10-24 21:00:32 +00:00
Thilo Fromm
ac811ab50f
Merge pull request #1216 from flatcar/contrib/torcx-deprecation-docker-sysext
Contrib: Deprecate torcx, ship containerd / docker as sysexts
2023-10-24 09:33:44 +02:00
flatcar-ci
4deb3ba157 New version: main-3766.0.0-nightly-20231023-2100 2023-10-23 21:00:25 +00:00
Thilo Fromm
37cc05ce11 coreos/base/package.use: squashfs-tools: enable all compression formats
This change enables USE flags for all supported compression formats.
zstd specifically is required to build zstd sysexts.
2023-10-23 16:05:46 +02:00
Thilo Fromm
b775036a62 torcx removal: address PR comments
- updated github actions for runc, containerd, and docker to not handle
  nonexistent ebuilds in app-torcx/ anymore
- removed spurious package_run_dependencies from build_image_util.sh
- build_sysext: generate pkginfo before mangle script runs
  use zstd for compression; add cli flag to select compression
- ci_automation_common.sh: remove spurious `/` from match string
- coreos, board-packages, bootengine: bump ebuild revisions
- kernel commonconfig: add squashfs zstd support

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-23 16:05:45 +02:00
Thilo Fromm
6512ef04ca overlay coreos-base/update_engine: remove torcx sanity check
Include PR https://github.com/flatcar/update_engine/pull/30 to un-break
updates when torcx was removed in favour of sysext.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-23 16:05:45 +02:00
Thilo Fromm
c589fb8e56 coreos-overlay: removed all remaining app-torcx artifacts
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-23 16:05:45 +02:00
Krish Jain
fe949f5900 Make sure binary packages are built in build_packages already 2023-10-23 16:05:45 +02:00
krishjainx
c026d9ed53 Remove app-arch/torcx from coreos-overlay 2023-10-23 16:05:45 +02:00
krishjainx
851009c6cc Install docker as a system extension, use manglefs script ( convert the unit dependencies from wants to upholds); one sysext for all docker for now 2023-10-23 16:05:45 +02:00
Mathieu Tortuyaux
7b0d9bde7e
Merge pull request #1289 from flatcar/linux-6.1.59-main
Upgrade Linux Kernel for main from 6.1.58 to 6.1.59
2023-10-23 15:26:43 +02:00
flatcar-ci
ed16d78876 New version: main-3763.0.0-nightly-20231020-2100 2023-10-21 02:09:26 +00:00
flatcar-ci
418e418c29 New version: main-3763.0.0-nightly-20231020-2100-INTERMEDIATE 2023-10-20 21:00:29 +00:00
Flatcar Buildbot
9c8e8b8f10 sys-kernel/coreos-sources: Update from 6.1.58 to 6.1.59 2023-10-20 07:11:41 +00:00
Flatcar Buildbot
c3b366f872 Update mantle container image to latest HEAD 2023-10-19 21:00:42 +00:00
flatcar-ci
18adacfa57 New version: main-3762.0.0-nightly-20231019-2100 2023-10-19 21:00:23 +00:00
Dongsu Park
291ec131e3
Merge pull request #1281 from flatcar/dongsu/rust-1.73.0
overlay dev-lang/rust: Update to 1.73.0
2023-10-19 12:27:20 +02:00
Krzesimir Nowak
9bd49b722e
Merge pull request #1280 from dosomder/cloudsigma-set-tty-raw
overlay cloudsigma: Set tty to RAW
2023-10-19 10:55:56 +02:00
dosomder
efd822f993
overlay cloudsigma: bump ebuild revision 2023-10-19 07:44:07 +02:00
flatcar-ci
27384f9a4a New version: main-3761.0.0-nightly-20231018-2100 2023-10-18 21:00:38 +00:00
Krzesimir Nowak
a56e7b52c7
Merge pull request #1276 from flatcar/buildbot/weekly-portage-stable-package-updates-2023-10-16
Weekly portage-stable package updates 2023-10-16
2023-10-18 16:07:31 +02:00
Dongsu Park
934009e25e overlay virtual/rust: update to 1.73.0 2023-10-18 09:17:04 +02:00
Dongsu Park
ec8e7e8f87 overlay dev-lang/rust: Apply Flatcar modifications
- Apply cross-compiling changes.
- Remove dependency on sys-apps/lsb-release, which conflicts with
  sys-apps/baselayout of Flatcar.
- Remove rust-src to keep the SDK size minimal.
- Add a comment about keeping the patchlevel 0 of stage0.
- Update Rust version from 1.72.1 to 1.73.0 in profiles.

Based on commit 82f9e1b8db
2023-10-18 09:17:04 +02:00
Dongsu Park
5d12e8e118 overlay dev-lang/rust: Update to 1.73.0
Sync with Gentoo to update dev-lang/rust to 1.73.0.

Gentoo ref: a36588cc963e0ecf32b38465c02039b20ecd7ea6
2023-10-18 09:17:04 +02:00
Dongsu Park
c3d19db937 portage eclass: sync rust-toolchain.eclass
Get rust-toolchain.eclass in sync with Gentoo to be able to build
Rust 1.73+.

Otherwise build will fail due to a missing file from the upstream repo
rust-1.72.0-mips-unknown-linux-gnu.tar.xz.

Gentoo ref: f66c64d25bc04fc2ef3bd3cba6a8fbc48f42be9f
2023-10-18 09:17:04 +02:00
flatcar-ci
115505b86e New version: main-3760.0.0-nightly-20231017-2100 2023-10-17 21:00:27 +00:00
Mathieu Tortuyaux
89b329bf23
overlay coreos-base/update_engine: pull quotes handling
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-10-17 10:52:55 +02:00
dosomder
15393e0dad
overlay cloudsigma: Set tty to RAW 2023-10-17 08:23:02 +02:00
flatcar-ci
f05a3e01a8 New version: main-3759.0.0-nightly-20231016-2100 2023-10-16 21:00:24 +00:00
Krzesimir Nowak
7cc75f7633 overlay profiles: Drop accept keywords for net-misc/whois 2023-10-16 15:39:27 +02:00
Krzesimir Nowak
b89b88f6cc overlay profiles: Drop disabling of removed USE flag 2023-10-16 15:34:22 +02:00
Dongsu Park
7c95d5d970
Merge pull request #1275 from flatcar/linux-6.1.58-main
Upgrade Linux Kernel for main from 6.1.57 to 6.1.58
2023-10-16 14:51:23 +02:00
Krzesimir Nowak
421ae364e6 overlay profiles: Update accept keywords for app-shells/bash
The 5.2_p15-r5 version is gone from Gentoo, so let's pick some newer
revision then.
2023-10-16 13:49:41 +02:00
Krzesimir Nowak
aa650df01e overlay profiles: Drop accept keywords for app-arch/pigz 2023-10-16 13:42:39 +02:00
Kai Lueke
aaecc8f8b6 update_engine/bootengine: Clean up incomplete move target
This pulls in https://github.com/flatcar/update_engine/pull/29 and
https://github.com/flatcar/bootengine/pull/76
to fix the problem of not being able to update from ≤ 3619.0.0 on Azure.
2023-10-16 12:58:20 +02:00
Flatcar Buildbot
9ffd033ef1 sys-fs/xfsprogs: Sync with Gentoo
It's from Gentoo commit b1a152f3ccc12fb85da940359c74c9c6e022c8cd.
2023-10-16 07:17:11 +00:00
Flatcar Buildbot
bf1ce2d573 sys-fs/fuse: Sync with Gentoo
It's from Gentoo commit db42053821df3aec3e495fe06e29cc2147fb98d7.
2023-10-16 07:16:58 +00:00
Flatcar Buildbot
7d83433c3b sys-firmware/intel-microcode: Sync with Gentoo
It's from Gentoo commit 49fe8376218d15dce8d39ffba486be54b06562eb.
2023-10-16 07:16:41 +00:00
Flatcar Buildbot
a27275e821 sys-devel/gdb: Sync with Gentoo
It's from Gentoo commit 9e89f649d54baf55542c6f6b5e7b6cb1c795ad92.
2023-10-16 07:16:34 +00:00
Flatcar Buildbot
ae6bba1f25 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit d4638efdf1ce57e50321cf963945acd0770f0423.
2023-10-16 07:16:33 +00:00
Flatcar Buildbot
c904a1b376 sys-devel/automake: Sync with Gentoo
It's from Gentoo commit b0fe2a8822a14cc4eab1fd1a9594c803ad52be89.
2023-10-16 07:16:25 +00:00
Flatcar Buildbot
41bdfd5cbd sys-apps/texinfo: Sync with Gentoo
It's from Gentoo commit d0b41137146d60dc41f3807b3131569b5741292c.
2023-10-16 07:16:14 +00:00
Flatcar Buildbot
c571c080de sys-apps/sandbox: Sync with Gentoo
It's from Gentoo commit 46e6c4617d19995582dcfc080c12aca2eccfe280.
2023-10-16 07:16:09 +00:00
Flatcar Buildbot
c4e07e2edc sys-apps/less: Sync with Gentoo
It's from Gentoo commit e9aa13b49906fb2c97a76c0a44a4279e3fc97d3b.
2023-10-16 07:16:00 +00:00
Flatcar Buildbot
5ceecd2f1c sys-apps/kmod: Sync with Gentoo
It's from Gentoo commit faf88204052007fc75917798986a5e1216f99dd2.
2023-10-16 07:15:59 +00:00
Flatcar Buildbot
b11446834b sys-apps/gentoo-functions: Sync with Gentoo
It's from Gentoo commit 7e9d0c1794e80fe982782964aadf2fac51a18d4a.
2023-10-16 07:15:45 +00:00
Flatcar Buildbot
7053a65d57 sys-apps/debianutils: Sync with Gentoo
It's from Gentoo commit f5181c566b5e2ad2f796f5e2a8174de6f755f03d.
2023-10-16 07:15:40 +00:00
Flatcar Buildbot
6f1ba7a2c0 profiles: Sync with Gentoo
It's from Gentoo commit fc4b3c74d90e57bbc0ef19e5f641a4f2c52685ad.
2023-10-16 07:15:29 +00:00
Flatcar Buildbot
c1c06c5988 net-misc/whois: Sync with Gentoo
It's from Gentoo commit e17be513b05f06fa88c022e4c1a9d4489bc8852c.
2023-10-16 07:15:17 +00:00
Flatcar Buildbot
6ee9f3d6c8 net-misc/curl: Sync with Gentoo
It's from Gentoo commit 0da7d6b21bbbdd735fcaae1f27ddd01c6b8d0f3e.
2023-10-16 07:15:08 +00:00
Flatcar Buildbot
c9e001f36e net-libs/nghttp2: Sync with Gentoo
It's from Gentoo commit caacc490a4819d974739e62bdb59d0b4bee233d9.
2023-10-16 07:15:02 +00:00
Flatcar Buildbot
baf0065ff7 net-libs/libnsl: Sync with Gentoo
It's from Gentoo commit 5d0d7e7a046fb6b188beb9695fe6545338b1e730.
2023-10-16 07:14:59 +00:00
Flatcar Buildbot
b4e6287e39 net-dns/c-ares: Sync with Gentoo
It's from Gentoo commit cd8f85dd834261b26b1ffed097d17f7f3b29f2dc.
2023-10-16 07:14:56 +00:00
Flatcar Buildbot
d4f8c5b47e sys-kernel/coreos-sources: Update from 6.1.57 to 6.1.58 2023-10-16 07:14:02 +00:00
Flatcar Buildbot
c633144800 eclass/ninja-utils: Sync with Gentoo
It's from Gentoo commit 7bdd7fed54b73d349c5bd4f9b81e3e3d4544bf56.
2023-10-16 07:13:31 +00:00
Flatcar Buildbot
66396f0e8d eclass/multiprocessing: Sync with Gentoo
It's from Gentoo commit 844eece34638a7b93a55d610d32254504bd2be63.
2023-10-16 07:13:31 +00:00
Flatcar Buildbot
182d5ea0f7 eclass/meson: Sync with Gentoo
It's from Gentoo commit 85eb4cfe2f740d281b497787c544889c87fabb1f.
2023-10-16 07:13:19 +00:00
Flatcar Buildbot
70db4f9de3 eclass/distutils-r1: Sync with Gentoo
It's from Gentoo commit a0a74e8c5395551d3e878e701529bcc3e901c85f.
2023-10-16 07:12:32 +00:00
Flatcar Buildbot
a40b365768 dev-util/desktop-file-utils: Sync with Gentoo
It's from Gentoo commit db4edc23de534504f0a6923fdf86e5595358a408.
2023-10-16 07:12:07 +00:00
Flatcar Buildbot
5f0c5fa371 dev-util/bpftool: Sync with Gentoo
It's from Gentoo commit 1024c7b3f3ecd9f92768dc2fb4ea7450221826d4.
2023-10-16 07:12:04 +00:00
Flatcar Buildbot
d576319d3b dev-python/setuptools: Sync with Gentoo
It's from Gentoo commit 14df6ff9e9dfd2890b6d26aae6ed09e8b2411429.
2023-10-16 07:11:55 +00:00
Flatcar Buildbot
c594e0f3e8 dev-python/certifi: Sync with Gentoo
It's from Gentoo commit 15f7b4c016f8ae7067a07f9af232bd27d68c2783.
2023-10-16 07:11:27 +00:00
Flatcar Buildbot
e0abc8a85c dev-libs/protobuf: Sync with Gentoo
It's from Gentoo commit 8563c2e9c539e761128ba73554b00141f18f4994.
2023-10-16 07:11:16 +00:00
Flatcar Buildbot
f31cc1af55 dev-libs/libdnet: Sync with Gentoo
It's from Gentoo commit faca27a1de042d8beff0bbb74e75f1d1435dc968.
2023-10-16 07:11:02 +00:00
Flatcar Buildbot
94b1a7a3d3 dev-lang/python: Sync with Gentoo
It's from Gentoo commit 95fbc5e880da80a81548a262bd17cf4c78e14df5.
2023-10-16 07:10:49 +00:00
Flatcar Buildbot
ae37079472 dev-db/sqlite: Sync with Gentoo
It's from Gentoo commit 20e2c85b9b82b0edb621f012a47b33091bd6539a.
2023-10-16 07:10:46 +00:00
Flatcar Buildbot
d0e5752cd6 app-shells/bash: Sync with Gentoo
It's from Gentoo commit 31d30791ea6ace369259757da891a56ed1267a9c.
2023-10-16 07:10:36 +00:00
Flatcar Buildbot
a2f2c58f33 app-portage/gentoolkit: Sync with Gentoo
It's from Gentoo commit 54b07999b19d0f3de682b6bec5c545cf1af20bc0.
2023-10-16 07:10:35 +00:00
Flatcar Buildbot
73e3e0b3d6 app-misc/pax-utils: Sync with Gentoo
It's from Gentoo commit 4bf05e8d9bd443344945a2d71dac35bd859773a9.
2023-10-16 07:10:34 +00:00
Flatcar Buildbot
fb633eb0b0 app-arch/xz-utils: Sync with Gentoo
It's from Gentoo commit 5e95594973108f1836a35efec996cfbd69e209c0.
2023-10-16 07:10:21 +00:00
Flatcar Buildbot
66d71bf365 app-arch/pigz: Sync with Gentoo
It's from Gentoo commit 26b63ca65cd33d9cd6e6abda3e0a4d1b8641383a.
2023-10-16 07:10:18 +00:00
flatcar-ci
7615bd179f New version: main-3756.0.0-nightly-20231013-2100 2023-10-14 02:04:37 +00:00
flatcar-ci
10b036e246 New version: main-3756.0.0-nightly-20231013-2100-INTERMEDIATE 2023-10-13 21:00:25 +00:00
Dongsu Park
d028e3f0d0
Merge pull request #1268 from flatcar/containerd-1.7.7-main
Upgrade Containerd in main from 1.7.6 to 1.7.7
2023-10-13 19:29:44 +02:00
Flatcar Buildbot
62aadd7bfd Update mantle container image to latest HEAD 2023-10-13 10:07:36 +00:00
Krzesimir Nowak
f575a19f1e
Merge pull request #1255 from flatcar/krnowak/libtirpc-update
net-libs/libtirpc: Update to 1.3.4
2023-10-13 12:07:20 +02:00
Krzesimir Nowak
df2b72025e
Merge pull request #1263 from flatcar/go-1.19.13-and-1.20.10-main
Upgrade Go from 1.20.9 to 1.20.10
2023-10-13 10:22:09 +02:00
Flatcar Buildbot
82acb8b15a app-containers/containerd: Update from 1.7.6 to 1.7.7 2023-10-13 08:17:41 +00:00
Dongsu Park
06022c1e35
Merge pull request #1250 from flatcar/linux-6.1.57-main
Upgrade Linux Kernel for main from 6.1.55 to 6.1.57
2023-10-13 09:46:27 +02:00
flatcar-ci
81882faeda New version: main-3755.0.0-nightly-20231012-2100 2023-10-12 21:00:22 +00:00
Krzesimir Nowak
4c3a85aaa6
Merge pull request #1264 from flatcar/krnowak/grub-update
overlay sys-boot/grub: Update to 2.06-r9
2023-10-12 20:37:20 +02:00
Krzesimir Nowak
f764ef4906
Merge pull request #1254 from flatcar/krnowak/curl-bump
net-misc/curl: Update to 8.4.0
2023-10-12 18:36:13 +02:00
Krzesimir Nowak
e328b7e4ca
Merge pull request #1223 from flatcar/buildbot/weekly-portage-stable-package-updates-2023-10-09
Weekly portage-stable package updates 2023-10-09
2023-10-12 18:35:56 +02:00
Krzesimir Nowak
b50f8be65f
Merge pull request #1256 from flatcar/krnowak/openssh-update
net-misc/openssh: Update to 9.5p1
2023-10-12 16:47:19 +02:00
Jeremi Piotrowski
4d2f42e7cc
Merge pull request #1206 from flatcar/azure-multinic-fix
systemd-networkd: disable RoutesToDNS
2023-10-12 14:15:28 +02:00
Sayan Chowdhury
edd42f8e95 sys-boot/grub: Apply Flatcar patches
Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-10-12 13:21:13 +02:00
Krzesimir Nowak
28577a2a22 sys-boot/grub: Sync with Gentoo
It's from Gentoo commit e6dcbcd25a2e4c2df04f6d4023f8675abc82ba06.
2023-10-12 13:12:58 +02:00
Dongsu Park
286677a49f net-libs/libtirpc: Apply Flatcar modifications
Update keywords to stable amd64 and arm64.

Based on commit a729ef7c9a.
2023-10-12 12:07:52 +02:00
Krzesimir Nowak
cefac86aa9 net-libs/libtirpc: Sync with Gentoo
It's from Gentoo commit 1fd13e4d6fb8ad865f249f6b723a0e5c7297c2e6.
2023-10-12 12:07:52 +02:00
Krzesimir Nowak
3b4c37f404 overlay profiles: Drop accept keywords for net-misc/curl
The updated package is now stable.
2023-10-12 12:06:17 +02:00
Krzesimir Nowak
7e5ae6cdf0 net-misc/curl: Sync with Gentoo
It's from Gentoo commit 7bf7eb520513c1b66125329f3ee9f2dfa1875d0f.
2023-10-12 12:06:17 +02:00
Flatcar Buildbot
3aa981c448 dev-lang/go: Update from 1.20.9 to 1.20.10 2023-10-12 08:50:48 +00:00
Krzesimir Nowak
b54e9a6733
Merge pull request #1239 from flatcar/krnowak/glibc-update
sys-libs/glibc: Update to 2.37-r7
2023-10-12 10:13:07 +02:00
flatcar-ci
e46fdfc16b New version: main-3754.0.0-nightly-20231011-2100 2023-10-11 21:00:28 +00:00
Krzesimir Nowak
72783b44c3 overlay net-misc/openssh: Apply Flatcar modifications
None of these modifications are Flatcar-specific. We are trying to
upstream them in https://github.com/gentoo/gentoo/pull/31615. When
they reach Gentoo, we can move net-misc/openssh to portage-stable.

An exception from above paragraph is marking the ebuild as stable on
amd64 and arm64.
2023-10-11 14:14:38 +02:00
Krzesimir Nowak
086813594c net-misc/openssh: Sync with Gentoo
It's from Gentoo commit 682d6efe2be9885241813bb863324178a8d8aa5a.
2023-10-11 14:11:31 +02:00
Jeremi Piotrowski
a383ce5b5f bootengine: Disable RoutesToDNS
Pull in this PR https://github.com/flatcar/bootengine/pull/74 to disable a
systemd-networkd setting causing unexpected routes to appear.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-10-11 11:07:24 +02:00
Jeremi Piotrowski
febf6226e5 coreos-init: Disable RoutesToDNS setting
Pull in this PR https://github.com/flatcar/init/pull/109/ to disable a
systemd-networkd setting causing unexpected routes to appear.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-10-11 11:07:24 +02:00
Flatcar Buildbot
9c2198e846 sys-kernel/coreos-sources: Update from 6.1.55 to 6.1.57 2023-10-11 07:12:10 +00:00
flatcar-ci
78a5d7e1ca New version: main-3753.0.0-nightly-20231010-2100 2023-10-10 21:00:28 +00:00
Kai Lüke
8bdba808bb
Merge pull request #1238 from flatcar/kai/k8s-libexec
coreos-base/misc-files: Make Kubernetes work by default through symlink
2023-10-10 12:56:20 +02:00
Flatcar Buildbot
9fa989e9ac Update mantle container image to latest HEAD 2023-10-10 08:34:37 +00:00
Dongsu Park
9f2e875add
Merge pull request #1230 from flatcar/go-1.19.13-and-1.20.9-main
Upgrade Go from 1.20.8 to 1.20.9
2023-10-10 10:34:19 +02:00
Thilo Fromm
9bfd8ede6d sys-libs/glibc: Apply Flatcar modifications
- take care of nscd.conf via tmpfiles, add files/nscd-conf.tmpfiles.
  - comment out 'dostrip -x' to force the OS image binaries to be stripped
  - remove everything glibc wants to put under /etc since we use
    baselayout to provide that
  - add a fix for cross-prefix

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2023-10-10 09:47:26 +02:00
Krzesimir Nowak
a09bd91212 sys-libs/glibc: Sync with Gentoo
It's from Gentoo commit 0964ab9eb0aba1a299d24fabb80d977ea53d15de.
2023-10-10 09:34:34 +02:00
flatcar-ci
42c11d0bc1 New version: main-3752.0.0-nightly-20231009-2100 2023-10-09 21:00:26 +00:00
Kai Lueke
9651e2e754 coreos-base/misc-files: Make Kubernetes work by default through symlink
In the past user had to customize Kubernetes or use a bind mount to make
writing the default /usr/libexec/kubernetes/ path work. With
systemd-sysext on by default the bind mount doesn't work anymore because
it can get lost. A newer workaround is to use a systemd-sysext image
that creates a symlink in /usr/libexec/... to redirect to somewhere
under /var/.
Instead of relying on workarounds, make Kubernetes work by default on
Flatcar by having the symlink be part of the generic image. The target
folder will be created through a tmpfiles rule.
2023-10-09 18:46:24 +02:00
Flatcar Buildbot
2d54552c34 Update mantle container image to latest HEAD 2023-10-09 16:10:50 +00:00
Mathieu Tortuyaux
da1b25f180
Merge pull request #1197 from flatcar/tormath1/oem-openstack
oem: port digitalocean, equinix metal (packet) and openstack
2023-10-09 18:10:29 +02:00
Krzesimir Nowak
d6412358b6 coreos overlay: Dropped accept keywords for sys-fs/fuse 2023-10-09 17:08:42 +02:00
Krzesimir Nowak
b091a117c8 coreos overlay: Dropped accept keywords for sys-devel/gcc 2023-10-09 16:47:15 +02:00
Krzesimir Nowak
1d4572c30e coreos overlay: Dropped accept keywords for dev-python/lxml 2023-10-09 16:47:05 +02:00
Krzesimir Nowak
b5c45ad721 overlay profiles: Add accept keywords for net-misc/whois 2023-10-09 16:18:45 +02:00
Krzesimir Nowak
377c7e6e1c overlay profiles: Add accept keywords for app-arch/pigz 2023-10-09 16:18:45 +02:00
Flatcar Buildbot
b35040074f sys-kernel/linux-headers: Sync with Gentoo
It's from Gentoo commit 2692dfa901b96fca8a47b78967f6cf5a3d483dab.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
a8a59fcd3f sys-devel/gettext: Sync with Gentoo
It's from Gentoo commit 0605ed4d84c009e2bf6236bf4d0181c35080f013.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
a77081a20f sys-devel/gdb: Sync with Gentoo
It's from Gentoo commit 11e20405a1a8ffa9d7efe197ded0759846fa4256.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
3d0ac77b17 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit 444f42f73266981576e51d509ae26564ac1641cc.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
1a6b7a009d sys-apps/portage: Sync with Gentoo
It's from Gentoo commit f5f361e355257f8098df5f56f7c43aed4b452831.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
695d13c83c sys-apps/kbd: Sync with Gentoo
It's from Gentoo commit 68508019cec4a5622ffab2825ea9e8f6cdd42a84.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
424a3b5f60 sys-apps/hwdata: Sync with Gentoo
It's from Gentoo commit 6cded3b440a889fbea35205c5c42ab70373b4ff6.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
674b47ed1c sec-policy/selinux-unconfined: Sync with Gentoo
It's from Gentoo commit 699016c9b86c4154bb66e0657d3f3c264208141d.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
9a9adc1705 sec-policy/selinux-sssd: Sync with Gentoo
It's from Gentoo commit 699016c9b86c4154bb66e0657d3f3c264208141d.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
895e5a3887 sec-policy/selinux-dbus: Sync with Gentoo
It's from Gentoo commit 699016c9b86c4154bb66e0657d3f3c264208141d.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
5f1df6bcfa sec-policy/selinux-container: Sync with Gentoo
It's from Gentoo commit 699016c9b86c4154bb66e0657d3f3c264208141d.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
7a2ca353ef sec-policy/selinux-base-policy: Sync with Gentoo
It's from Gentoo commit 699016c9b86c4154bb66e0657d3f3c264208141d.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
3c51990767 sec-policy/selinux-base: Sync with Gentoo
It's from Gentoo commit 699016c9b86c4154bb66e0657d3f3c264208141d.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
6f604d45c5 profiles: Sync with Gentoo
It's from Gentoo commit 948d91c1679ef28057c2ccc28e00a7bb6c027b77.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
99475eb72c net-misc/whois: Sync with Gentoo
It's from Gentoo commit d873e6b6f87b8a71f0376a04f1487b394add718b.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
6fc672ca3a net-fs/cifs-utils: Sync with Gentoo
It's from Gentoo commit 79853c374d5f3e0cf1a73a17fec44912739b7012.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
3dd04140d1 net-dns/c-ares: Sync with Gentoo
It's from Gentoo commit 1c74c5617c8c8094188eb2c99e3aae4867b5e22f.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
1839d45f45 eclass/flag-o-matic: Sync with Gentoo
It's from Gentoo commit cc7061ee5e3bfd1a7a1bcbdc44f1bd1d69fda495.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
7b9027777f dev-util/meson: Sync with Gentoo
It's from Gentoo commit c0ad7b00c772c71a74ec42be0bf594ee9198b71c.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
abb4dc6189 dev-util/cmake: Sync with Gentoo
It's from Gentoo commit 14d76e24d2cdcdfa69c280e68d96a0244c1ccc20.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
c83c572dd1 dev-python/setuptools-scm: Sync with Gentoo
It's from Gentoo commit a2fa1d1a29320ec6602d6cde2af8decbfe52069f.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
b594c98bc3 dev-python/platformdirs: Sync with Gentoo
It's from Gentoo commit 4985f0705b618da6cf7ca5bf9c47af3cf94dab49.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
7e4b60a639 dev-python/lxml: Sync with Gentoo
It's from Gentoo commit d7204da98ae172d46089b350e1f7465eb617b743.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
6d060ff187 dev-python/cython: Sync with Gentoo
It's from Gentoo commit b28fd4b74718fb4047db1baad10f0002d840f637.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
fad0972f46 dev-libs/libxml2: Sync with Gentoo
It's from Gentoo commit 3f6342b1db6e23197fd2c7bbae588c8a9b0d3737.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
e583841efa dev-libs/libbsd: Sync with Gentoo
It's from Gentoo commit d5288953bcc343f811fd59179097dad1db206320.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
88a0385371 dev-libs/cJSON: Sync with Gentoo
It's from Gentoo commit abe5a47cda2a63c48c8dbf71a0fb642db6bb3032.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
1d8553d480 dev-libs/boost: Sync with Gentoo
It's from Gentoo commit 978d0361e4ce0e8e5c3b0a0c12a36611f03d0d2f.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
185384e66e dev-lang/python: Sync with Gentoo
It's from Gentoo commit b5eb3cf25f865a8d75f149e5225db9febc832a7d.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
8b7ce7ff16 app-portage/gentoolkit: Sync with Gentoo
It's from Gentoo commit 8b1e46f54820a06a69e0573015ee33f67e04c1c3.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
8af8661933 app-portage/portage-utils: Sync with Gentoo
It's from Gentoo commit efb8fd83db0cdd062b100b763fa9e02609179081.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
4584e8a350 app-arch/pigz: Sync with Gentoo
It's from Gentoo commit c3eab6fa1db6e84500528a139a951c3a59874df8.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
ffd69881b4 app-alternatives/gzip: Sync with Gentoo
It's from Gentoo commit 33b88a8e44606ea675432dfb7b1cebb2037959d4.
2023-10-09 16:18:44 +02:00
Mathieu Tortuyaux
bafe49f997
coreos-base/afterburn: do not start coreos-metadata.service on qemu
QEMU is not supported by Afterburn, let's add an extra-check to be sure
that the service will not run on this platform.

On cloud-init provisioned system, units are wrote in '/etc' after a
certain moment, if a unit takes precedence on one in '/usr' the one in
'/usr' would have certainly already started. That's the case for
'coreos-metadata.service' (wrote in '/etc' by cloud-init but already
available in '/usr').

```
$ journalctl -u coreos-metadata.service
Sep 29 07:37:57 localhost systemd[1]: Starting coreos-metadata.service - Flatcar Metadata Agent...
Sep 29 07:37:57 localhost coreos-metadata[1266]: Error: failed to run
Sep 29 07:37:57 localhost coreos-metadata[1266]: Caused by:
Sep 29 07:37:57 localhost coreos-metadata[1266]:     0: fetching metadata from provider
Sep 29 07:37:57 localhost coreos-metadata[1266]:     1: unknown provider 'qemu'
Sep 29 07:37:57 localhost systemd[1]: coreos-metadata.service: Main process exited, code=exited, status=1/FAILURE
Sep 29 07:37:57 localhost systemd[1]: coreos-metadata.service: Failed with result 'exit-code'.
Sep 29 07:37:57 localhost systemd[1]: Failed to start coreos-metadata.service - Flatcar Metadata Agent.
Sep 29 07:37:58 core1 systemd[1]: coreos-metadata.service: Scheduled restart job, restart counter is at 1.
Sep 29 07:37:58 core1 systemd[1]: Stopped coreos-metadata.service - QEMU metadata agent.
Sep 29 07:37:58 core1 systemd[1]: Starting coreos-metadata.service - QEMU metadata agent...
Sep 29 07:37:58 core1 systemd[1]: coreos-metadata.service: Deactivated successfully.
Sep 29 07:37:58 core1 systemd[1]: Finished coreos-metadata.service - QEMU metadata agent.
```

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-10-09 14:35:08 +02:00
Mathieu Tortuyaux
b36cb28768
overlay coreos-base/oem-packet: migrate to sysext format
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-10-09 14:35:08 +02:00
Mathieu Tortuyaux
4fdbbd9c1a
overlay coreos-base/coreos-init: pull packet phone home service
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-10-09 14:35:08 +02:00
Mathieu Tortuyaux
989d20a2f1
overlay core-base/oem-digitalocean: migrate to sysext format
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-10-09 14:35:07 +02:00
Mathieu Tortuyaux
57e7b5aebc
overlay coreos-base/oem-openstack: add oem-openstack
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-10-09 14:35:07 +02:00
Flatcar Buildbot
5f23cbccdc dev-lang/go: Update from 1.20.8 to 1.20.9 2023-10-09 07:24:08 +00:00
Flatcar Buildbot
0e97d229bc app-misc/ca-certificates: Update from 3.93 to 3.94 2023-10-09 07:18:50 +00:00
Flatcar Buildbot
71ef316d01 Update mantle container image to latest HEAD 2023-10-07 01:42:44 +00:00
flatcar-ci
3d95b2b4e2 New version: main-3749.0.0-nightly-20231006-2100 2023-10-07 01:42:23 +00:00
flatcar-ci
7010fc09d3 New version: main-3749.0.0-nightly-20231006-2100-INTERMEDIATE 2023-10-06 21:00:28 +00:00
flatcar-ci
78ad3aeceb New version: main-3748.0.0-nightly-20231005-2100 2023-10-05 21:00:29 +00:00
Jeremi Piotrowski
6b18048005
Merge pull request #1210 from hhoover/pr/hhoover/eks-versions
coreos-overlay: Add support for new EKS versions
2023-10-05 16:07:30 +02:00
Jeremi Piotrowski
1117a1d88f flatcar-eks: Bump ebuild revision
This helps track which versions include certain changes because these ebuild
revisions show up in the package version list that we publish alongside each
release.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-10-05 09:57:18 +02:00
hhoover
63f825bad5 coreos-overlay: Add support for new EKS versions
This change adds download URLs for EKS 1.24,
1.25, 1.26, 1.27 and 1.28 so images can
more easily be used for EKS workers.

Signed-off-by: Hart Hoover <hart.hoover@gmail.com>
2023-10-04 16:27:21 -05:00
flatcar-ci
f685e291dc New version: main-3747.0.0-nightly-20231004-2100 2023-10-04 21:00:30 +00:00
Mathieu Tortuyaux
e6b6d3f0a4
Merge pull request #1204 from flatcar/buildbot/weekly-portage-stable-package-updates-2023-10-02
Weekly portage-stable package updates 2023-10-02
2023-10-04 14:15:54 +02:00
flatcar-ci
4cfb59fcd2 New version: main-3746.0.0-nightly-20231003-2100 2023-10-03 21:00:26 +00:00
Mathieu Tortuyaux
c76c783a0e
Revert "overlay profiles: Add accept keywords for net-dns/bind-tools"
This reverts commit 2ec2f288a4.
2023-10-03 14:07:19 +02:00
flatcar-ci
59cbeb3f43 New version: main-3745.0.0-nightly-20231002-2100 2023-10-02 21:00:27 +00:00
Thilo Fromm
88f104d1b2 prefix: remove gcc-13 mask as the SDK now uses gcc-13
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-02 17:26:41 +02:00
Kai Lüke
c3a7928800
Merge pull request #1202 from flatcar/kai/partprobe
Run partprobe after Ignition partition changes
2023-10-02 16:36:47 +02:00
Kai Lueke
2acaf32699 Run partprobe after Ignition partition changes
This adds https://github.com/coreos/ignition/pull/1717 as downstream
patch to fix https://github.com/flatcar/Flatcar/issues/1194
2023-10-02 16:36:30 +02:00
Flatcar Buildbot
9abeef2a1c portage-stable/metadata: Monthly GLSA metadata updates 2023-10-02 10:05:39 +02:00
Dongsu Park
0866b8b3a5
Merge pull request #1191 from flatcar/dongsu/samba-4.18
net-fs/samba: update to 4.18.4
2023-10-02 10:01:47 +02:00
Flatcar Buildbot
5bcd22452f sys-libs/libnvme: Sync with Gentoo
It's from Gentoo commit 48ce7ec21d023e0a4d7f068bf340f96c2ec19f4e.
2023-10-02 07:15:04 +00:00
Flatcar Buildbot
9c7df233a3 sys-fs/fuse: Sync with Gentoo
It's from Gentoo commit 02f3359b03e5dda41734bf300be8ad2f28d97793.
2023-10-02 07:14:48 +00:00
Flatcar Buildbot
cb1a683d81 sys-devel/gdb: Sync with Gentoo
It's from Gentoo commit 250e119954afe9ad63a4a2bd4afae50b6cc37001.
2023-10-02 07:14:29 +00:00
Flatcar Buildbot
2c8ac733b2 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit 60527e9c220e351f084106f80b836c2048cea8ee.
2023-10-02 07:14:29 +00:00
Flatcar Buildbot
25ac571e94 sys-devel/binutils: Sync with Gentoo
It's from Gentoo commit 6010348df47c9b5bb8e2f3305b35f82f789aca36.
2023-10-02 07:14:26 +00:00
Flatcar Buildbot
f9c42b5507 sys-apps/texinfo: Sync with Gentoo
It's from Gentoo commit 53cf74d9d56658edb4588819802cf36814745958.
2023-10-02 07:14:14 +00:00
Flatcar Buildbot
cef710ff2d sys-apps/pv: Sync with Gentoo
It's from Gentoo commit 82df9a60295325c30dee398ccb835726c17e18f8.
2023-10-02 07:14:10 +00:00
Flatcar Buildbot
803f2fdc63 sys-apps/portage: Sync with Gentoo
It's from Gentoo commit e3ae415c5f575307d73af899425f66baf6788c00.
2023-10-02 07:14:10 +00:00
Flatcar Buildbot
6eea5a6abf sys-apps/nvme-cli: Sync with Gentoo
It's from Gentoo commit 55507cc87ea6043e7a63ed47cab5a8632f1713ac.
2023-10-02 07:14:08 +00:00
Flatcar Buildbot
038773a246 profiles: Sync with Gentoo
It's from Gentoo commit 3bef2c80fa5788776cd8c91dcfd182cddbbf5580.
2023-10-02 07:13:31 +00:00
Flatcar Buildbot
2524293edb net-misc/curl: Sync with Gentoo
It's from Gentoo commit e94f14e3be415b22f9b997cf61f6170a6380dc91.
2023-10-02 07:13:14 +00:00
Flatcar Buildbot
4e4af2d18c net-libs/gnutls: Sync with Gentoo
It's from Gentoo commit 4533420e12ab61ac47c16cbb67443b0210d16c76.
2023-10-02 07:13:06 +00:00
Flatcar Buildbot
101d329372 net-dns/c-ares: Sync with Gentoo
It's from Gentoo commit b63eb1d88fe2e39d50ed26013185067da2d4827c.
2023-10-02 07:13:04 +00:00
Flatcar Buildbot
b6dfb781d6 net-dns/bind-tools: Sync with Gentoo
It's from Gentoo commit c465472d522fac67a6ce4ab42b6cd401555e0caf.
2023-10-02 07:13:04 +00:00
Flatcar Buildbot
80f54448f4 eclass/toolchain: Sync with Gentoo
It's from Gentoo commit 7a1590d2e910c2a6d48aad377c34cf104cc486cb.
2023-10-02 07:12:35 +00:00
Flatcar Buildbot
adfb4380c2 eclass/toolchain-funcs: Sync with Gentoo
It's from Gentoo commit 266937413dc4d234073f4cbc314c86cd22b913c5.
2023-10-02 07:12:35 +00:00
Flatcar Buildbot
4a60328aa8 eclass/systemd: Sync with Gentoo
It's from Gentoo commit 866faf07e36ba85b4c1cce2ac642eb5b7b041f57.
2023-10-02 07:12:30 +00:00
Flatcar Buildbot
bd78b8fca6 eclass/llvm: Sync with Gentoo
It's from Gentoo commit 59d389e33aef580b4d5ae2aa9acde86dc0081042.
2023-10-02 07:11:38 +00:00
Flatcar Buildbot
5d3b2a8da6 eclass/java-pkg-opt-2: Sync with Gentoo
It's from Gentoo commit 5be5420448da8d12d8033b76f0157a5a021b54eb.
2023-10-02 07:11:34 +00:00
Flatcar Buildbot
6399103c32 dev-util/strace: Sync with Gentoo
It's from Gentoo commit 156c0acead1c4f26e6b2dde0848fd1d98c72a552.
2023-10-02 07:10:54 +00:00
Flatcar Buildbot
b042be1f21 dev-util/meson: Sync with Gentoo
It's from Gentoo commit 11bfd9c310c0878f76c246f008436750d7777459.
2023-10-02 07:10:49 +00:00
Flatcar Buildbot
8d0680f7a2 dev-python/wheel: Sync with Gentoo
It's from Gentoo commit 39704770b043c12be0215e24c898c93d45888800.
2023-10-02 07:10:43 +00:00
Flatcar Buildbot
bc312e2c7c dev-python/packaging: Sync with Gentoo
It's from Gentoo commit 97f15b497600477c20ae272e15c2f385aae4d878.
2023-10-02 07:10:32 +00:00
Flatcar Buildbot
ce6d9fdc06 dev-python/lxml: Sync with Gentoo
It's from Gentoo commit aef7799e7e57fbda2344cf6a74ab7957ff363758.
2023-10-02 07:10:29 +00:00
Flatcar Buildbot
be77f30a1a dev-python/gpep517: Sync with Gentoo
It's from Gentoo commit 0b5dce737371700e5c94d6c18e7400aa485deadd.
2023-10-02 07:10:21 +00:00
Flatcar Buildbot
446300477d dev-python/cython: Sync with Gentoo
It's from Gentoo commit 61f2127c97460981b916177762b105913f2e51c6.
2023-10-02 07:10:17 +00:00
Flatcar Buildbot
3ec007bc08 dev-libs/libxml2: Sync with Gentoo
It's from Gentoo commit 637faf41b5472ce4b79afed42bac94ebe2c5127a.
2023-10-02 07:10:05 +00:00
Flatcar Buildbot
fd51b629c6 dev-libs/libnl: Sync with Gentoo
It's from Gentoo commit 7960fc3c4051473b7f0fdee1c7c73aac83d0959b.
2023-10-02 07:09:58 +00:00
Flatcar Buildbot
b76c354e15 dev-libs/libgpg-error: Sync with Gentoo
It's from Gentoo commit 3dc5713dd6ba5bba9495390428c133595ff5d3c8.
2023-10-02 07:09:56 +00:00
Flatcar Buildbot
e3a1da9b7f dev-libs/libdnet: Sync with Gentoo
It's from Gentoo commit 1bfd9dcb317d342dac8b357193680d41742e5df8.
2023-10-02 07:09:56 +00:00
Flatcar Buildbot
2adf144b81 dev-libs/elfutils: Sync with Gentoo
It's from Gentoo commit 3b09e73d2c79818e19dd1e83d48e78b5d28e0ef6.
2023-10-02 07:09:50 +00:00
Flatcar Buildbot
103de6f7ae dev-libs/cJSON: Sync with Gentoo
It's from Gentoo commit 8e1df5e17cca47779490940fd70c8579aa79d622.
2023-10-02 07:09:49 +00:00
Flatcar Buildbot
d3952613dd dev-lang/python: Sync with Gentoo
It's from Gentoo commit 4126b59d797cdf55232a2f94429ced5d97ced448.
2023-10-02 07:09:46 +00:00
Flatcar Buildbot
5d1f526e6d app-emulation/qemu: Sync with Gentoo
It's from Gentoo commit 3136510fe48f49348896e5f28ff01e49329936b4.
2023-10-02 07:09:30 +00:00
Thilo Fromm
455645c2e0
Merge pull request #1158 from flatcar/t-lo/experimental-prefix-support
Flatcar SDK: add experimental prefix builds
2023-09-30 12:38:33 +02:00
flatcar-ci
c5073f00bb New version: main-3742.0.0-nightly-20230929-2100 2023-09-30 01:50:20 +00:00
flatcar-ci
31c2d3a0ba New version: main-3742.0.0-nightly-20230929-2100-INTERMEDIATE 2023-09-29 21:00:31 +00:00
Krzesimir Nowak
f6bb158a5e
Merge pull request #1200 from flatcar/dongsu/update-engine-gcc-13
overlay coreos-base/update_engine: fix build issues with gcc 13
2023-09-29 20:43:51 +02:00
Thilo Fromm
f846b0306b SDK prefix: removed spurious dev-libs/python from prefix overlay
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-09-29 16:36:20 +02:00
Dongsu Park
15fea68790 overlay coreos-base/update_engine: fix build issues with gcc 13
Starting from gcc 13, it is required to explicitly include cstdint, as
other standard library header files will not include other headers that
were being used internally by the library. So update_engine also has to
explicitly include cstdint to avoid build errors.

Pulls in https://github.com/flatcar/update_engine/pull/27
2023-09-29 16:10:14 +02:00
Thilo Fromm
17512925e7 SDK prefix: implement suggestions from code review
- remove explicit "-multilib" from prefix keywordsas it is set in
  profile
- split heredoc for generating emerge wrapper so we don't need to
  escape
- add sys-apps/bubblewrap and virtual/tmpfiles to package update
  automation list
- use prefix build fix for libgpg-error from upstream

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-09-29 15:22:45 +02:00
Thilo Fromm
ba4342d2b7 Apply suggestions from code review
Thank you @krnowak! Great review and awesome feedback, as always.

Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
2023-09-29 15:22:45 +02:00
Thilo Fromm
a4d4a94068 Flatcar SDK: add experimental prefix builds
This change adds experimental prefix builds to the Flatcar SDK.

Prefix builds use a custom sys prefix path and emerge all binaries and
runtime dependencies into that prefix.

This path can then e.g. be shipped as a portable sysext since it
includes all dependencies, and has libraries at a custom path so these
do not conflict with libraries on target systems.

Prefix uses a staging environment (path) featuring a full-blown
development environment, and a "final" environment for installing.
Staging and final need to be created using setup_prefix first,
which will also create an emerge wrapper to emerge ebuilds into staging
and subsequently final. The root fs in final may then e.g. be used to
create a distro independent, portable sysext.

Co-authored-by: James Le Cuirot <chewi@gentoo.org>
Co-authored-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
Co-authored-by: Thilo Fromm <thilofromm@microsoft.com>
2023-09-29 15:22:45 +02:00
Flatcar Buildbot
71ab9b1064 overlay coreos/config: Start installing default openssh configs
The configs provided by the openssh and Gentoo projects usually keep
everything commented out, meaning that the default values will be
used. On top of that, they will also include snippets in the snippet
directory. As such, start installing the default configs. We only mask
a snippet that defines sftp subsystem, because we provide our own
config snippet from coreos-base/misc-files that defines it.
2023-09-29 13:47:34 +02:00
Flatcar Buildbot
88b653b1a5 overlay coreos-base/oem-gce: Update oslogin enablement
We will be installing an sshd config snippet instead of replacing the
whole sshd config. In order to pull this off, we need to make sure
that the snippets directory exists and the main sshd config file
actually includes the snippets in the directory.
2023-09-29 13:47:34 +02:00
Flatcar Buildbot
e983b8fb50 overlay app-emulation/wa-linux-agent: Update ssh config setup
This commit updates our Flatcar patch with a code that will install an
sshd config snippet instead of editing the main sshd config file if
snippets directory exists.
2023-09-29 13:47:34 +02:00
Flatcar Buildbot
8151bc3154 overlay sys-auth/google-oslogin: Add an sshd config snippet
The sshd config provided by this package is now marked as provided for
compatibility only - it will be there in case there is still a symlink
in /etc pointing to it. The new config snippet will be used by the
enable oslogin stuff in the updated coreos-base/oem-gce package in
following commits.
2023-09-29 13:47:34 +02:00
Flatcar Buildbot
d698526730 overlay coreos-base/coreos-init: Pull in ssh config removal
The configs were moved to coreos-base/misc-files. In the meantime,
update python compatibility and drop unused USE flag and an obsolete
README file.
2023-09-29 13:47:07 +02:00
Flatcar Buildbot
29c85a2781 overlay profiles: Enable openssh symlink installation on generic images 2023-09-29 07:42:48 +02:00
Flatcar Buildbot
af874a04e2 overlay coreos-base/misc-files: Import Flatcar modifications for openssh
- Import and update configs for ssh client and daemon from the
  flatcar/init repository. These configs have now became snippets that
  the main configuration file will include.

- Install a drop-in file for the ssh.socket unit disabling the rate
  limiting.

- Install compatibility symlinks in old ssh config locations that will
  point to respective files in /usr/share/flatcar/etc.

- Make all these actions optional - openssh USE flag needs to be
  enabled. That way, generic images can pull those changes, while SDK
  can avoid doing so.
2023-09-29 07:42:48 +02:00
Krzesimir Nowak
50cb35e9b3 overlay profiles: Add accept keywords for net-misc/openssh 2023-09-29 07:42:48 +02:00
Krzesimir Nowak
51e1bd31b5 overlay net-misc/openssh: Apply Flatcar modifications
None of these modifications are Flatcar-specific. We are trying to
upstream them in https://github.com/gentoo/gentoo/pull/31615. When
they reach Gentoo, we can move net-misc/openssh to portage-stable.
2023-09-29 07:42:48 +02:00
Krzesimir Nowak
21c3c57ce9 net-misc/openssh: Sync with Gentoo
It's from Gentoo commit 5b974a3c903327b37f46a0212bf397ef634a67fd.
2023-09-29 07:42:48 +02:00
flatcar-ci
96088a2e14 New version: main-3741.0.0-nightly-20230928-2100 2023-09-28 21:00:25 +00:00
Krzesimir Nowak
bfea5ae064
Merge pull request #1177 from flatcar/buildbot/weekly-portage-stable-package-updates-2023-09-25
Weekly portage-stable package updates 2023-09-25
2023-09-28 16:10:46 +02:00
Kai Lüke
75c9eb47ef
Merge pull request #1198 from flatcar/kai/omaha-sha256
update_engine/init: Use Omaha hash_sha256 attribute for OEM packages
2023-09-28 16:07:05 +02:00
Kai Lueke
64b9f3df87 update_engine/init: Use Omaha hash_sha256 attribute for OEM packages
This pulls in
https://github.com/flatcar/update_engine/pull/26
and
https://github.com/flatcar/init/pull/108
to use the newer Omaha hash_sha256 attribute.
2023-09-28 15:22:52 +02:00
flatcar-ci
bc2e604b59 New version: main-3740.0.0-nightly-20230927-2100 2023-09-27 21:00:28 +00:00
Krzesimir Nowak
781e5c8712 overlay profiles: Add accept keywords for sys-devel/gcc 2023-09-27 17:04:19 +02:00
Krzesimir Nowak
72a4bf71e3 overlay profiles: Add accept keywords for sys-process/procps-4.0.4 2023-09-27 17:04:19 +02:00
Krzesimir Nowak
1ab03057be overlay profiles: Add accept keywords for app-crypt/mit-krb5 2023-09-27 17:04:19 +02:00
Krzesimir Nowak
52e0782e51 overlay profiles: Update accept keywords for net-misc/curl 2023-09-27 17:04:13 +02:00
Krzesimir Nowak
2ec2f288a4 overlay profiles: Add accept keywords for net-dns/bind-tools 2023-09-27 17:02:44 +02:00
Krzesimir Nowak
f496c943e3 overlay profiles: Updated accept keywords for dev-libs/libgcrypt 2023-09-27 17:02:44 +02:00
Flatcar Buildbot
98313b32fa virtual/editor: Sync with Gentoo
It's from Gentoo commit 2959c607d3cbb718dce385b55e2d0fb5ea016e6c.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
1ec15bf254 sys-libs/libnvme: Sync with Gentoo
It's from Gentoo commit d1288e2fe17adb3dacd2ab3f1b415c4ed45136d4.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
93dd0285c1 sys-fs/e2fsprogs: Sync with Gentoo
It's from Gentoo commit 4af7650ee0d53f3c8a6ff2a797b822c718de1af0.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
6817aa442b sys-devel/gettext: Sync with Gentoo
It's from Gentoo commit 7b59174ad2324f8d56bb3467c15954eab3961ea9.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
ebd08984af sys-devel/gcc-config: Sync with Gentoo
It's from Gentoo commit 2ec9739d7cca1a38bd9b3c058c99dd1b58bf09d3.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
236d97af2c sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit 9ee25f02fcb2f92884a64becf5ba618da96d6402.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
9efdd81328 sys-devel/crossdev: Sync with Gentoo
It's from Gentoo commit 4b0f853b602306103adb7a6db9965502fc925f84.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
cd3d065c3b sys-devel/binutils-config: Sync with Gentoo
It's from Gentoo commit 994104f48c43fb8660b54875ac8709215f554eb3.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
2d94039c14 sys-block/thin-provisioning-tools: Sync with Gentoo
It's from Gentoo commit d4d007aac8769809cdf3396100ce5030f980bfa2.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
a2fddbb005 sys-apps/texinfo: Sync with Gentoo
It's from Gentoo commit 887288c471e98185a4d3a0780bdafbd8b86482ff.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
bff30c2ef6 sys-apps/man-db: Sync with Gentoo
It's from Gentoo commit 6e87ef01b974f2c9bb33c0d4dc1404789679a759.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
ad3979e27a sys-apps/kbd: Sync with Gentoo
It's from Gentoo commit 8f6f8dd02e2c34517718402ebdad08ecf63d5869.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
05177628d7 sys-apps/iproute2: Sync with Gentoo
It's from Gentoo commit 41395a1bb3198b2934b87b665eb217251f59aef2.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
429809f26f sys-apps/hwdata: Sync with Gentoo
It's from Gentoo commit a5f9b359fefdfbf7ad8a8de947b5f34a85fffee6.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
3c5ce08e17 sys-apps/ethtool: Sync with Gentoo
It's from Gentoo commit 6d6c8a73ce2d943680148529ecfe90fe24c074b3.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
6186705195 sys-apps/dtc: Sync with Gentoo
It's from Gentoo commit 0428966db63c13fc0142f0500e5c44895793eb37.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
f1f4dae538 profiles: Sync with Gentoo
It's from Gentoo commit b84f0b5353205a6ba121bf3d0ef64bff9e26e8c2.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
b6417c2c0b net-nds/openldap: Sync with Gentoo
It's from Gentoo commit 882f65b95b2861417792352abeeb6721402bfcfe.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
f27919abbe net-misc/iperf: Sync with Gentoo
It's from Gentoo commit 49cb7d909e0d07c95e79a4d3bd8eb61216fedf22.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
825813ff27 net-misc/curl: Sync with Gentoo
It's from Gentoo commit b6ec58af73546948642a4239300bfe22b4953113.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
512f9d8efe net-firewall/ipset: Sync with Gentoo
It's from Gentoo commit 255821bba09149ea22088953073f77df7239b490.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
f0f6a23eaf net-dns/bind-tools: Sync with Gentoo
It's from Gentoo commit ad2513fdf1ab27f7a383bda2e8f488f35353511d.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
597ef8bb2e licenses: Sync with Gentoo
It's from Gentoo commit 72b32500018820bd7cd6125aea5a43efce56a39c.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
8072521322 eclass/verify-sig: Sync with Gentoo
It's from Gentoo commit 9e9067d309e8b9f8a73b2312d409883f348b0ea5.
2023-09-27 17:02:44 +02:00
Flatcar Buildbot
0a13033827 eclass/toolchain: Sync with Gentoo
It's from Gentoo commit 6302dd47e23ee32cfcb446355704ba8bc61b668e.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
218d629e4a eclass/python-utils-r1: Sync with Gentoo
It's from Gentoo commit 93a87f4f59eb62356f2d2cc45c6cb252cf865e11.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
6cc8b6c297 eclass/kernel-2: Sync with Gentoo
It's from Gentoo commit 9ee6cf6c1f64d7cd7214353d0a71fde1d8daea5b.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
4725825d65 eclass/java-utils-2: Sync with Gentoo
It's from Gentoo commit 0a8a487f6ea6713400505929f0b335db009d7e87.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
217e0ca6e2 eclass/distutils-r1: Sync with Gentoo
It's from Gentoo commit 597762f0cd480abcd18792f519db370a6c249e25.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
b9e4b1a5e0 eclass/cmake: Sync with Gentoo
It's from Gentoo commit ea4681213ddbaae1ba1d9fb204d7cc50aa882abd.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
b71750cf1f dev-util/perf: Sync with Gentoo
It's from Gentoo commit 090f74fc7bb334a602d39db5e2fccd5937e3194b.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
d96233aec6 dev-util/meson: Sync with Gentoo
It's from Gentoo commit 41f439c2e9964de598ac976e41dc68924b338bc5.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
db65fbd5fc dev-util/glib-utils: Sync with Gentoo
It's from Gentoo commit b099a1b26c11a48236f7b0f62f1265e2da131adc.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
1eaa4634b6 dev-util/gdbus-codegen: Sync with Gentoo
It's from Gentoo commit 1e1749a0436e48ae6f38abc738092bf3db038f9e.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
a101735299 dev-util/cmake: Sync with Gentoo
It's from Gentoo commit bec4e679facdb731b90fa17aa0ecb30898d46fab.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
863f585e2a dev-python/typing-extensions: Sync with Gentoo
It's from Gentoo commit da0d237ef8f3d94f96d82a499eb5b9b648b3cdc1.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
f339c44e9d dev-python/setuptools-scm: Sync with Gentoo
It's from Gentoo commit a7409f5c5ad4a5caff628ad943ffbb9812960468.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
907311a79c dev-python/setuptools: Sync with Gentoo
It's from Gentoo commit 9b88d26444fb6ba90142b8c3b3b93fd314378869.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
084770fd86 dev-python/lxml: Sync with Gentoo
It's from Gentoo commit 38343f66676424711b4441e4b0fa69018f66c1f0.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
27ef6e873c dev-python/fasteners: Sync with Gentoo
It's from Gentoo commit 34c97badfc22848bd420c0c317c7be15f9df01c8.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
f9d0a9e312 dev-python/cython: Sync with Gentoo
It's from Gentoo commit 21919ae60ff1256fb62917b17aa90dd32c5dcf42.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
82d044ff37 dev-libs/libpcre: Sync with Gentoo
It's from Gentoo commit c8beaa249ed7bfc0165de7e874ab93f8fa472e05.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
70678fd521 dev-libs/libksba: Sync with Gentoo
It's from Gentoo commit 728cef3b512acac49022413c9e2a735e6e04a241.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
7a428eeecf dev-libs/libgcrypt: Sync with Gentoo
It's from Gentoo commit 4261b130f7c497667e0721e9332e80c4d8cd47fe.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
8f762cd648 dev-libs/gobject-introspection-common: Sync with Gentoo
It's from Gentoo commit 8847b120c89b206df1b9a0bfbaeca60899107193.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
56d71c2344 dev-libs/gobject-introspection: Sync with Gentoo
It's from Gentoo commit 2f767b86291383e53f51a126e9a4c588310a8fbc.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
3490326e3f dev-libs/gmp: Sync with Gentoo
It's from Gentoo commit 451ef3cc41128ddb79b68e582251c3dd19c6c2bd.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
37ac0f3f68 dev-libs/glib: Sync with Gentoo
It's from Gentoo commit 6761ce5ecca9fb6f946e70ee919d1aed082084ce.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
fe88a30da6 dev-libs/elfutils: Sync with Gentoo
It's from Gentoo commit 0fe7a81963b4eee06f5b7117b4ea58339fc04f4c.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
9dc50e2296 dev-lang/python: Sync with Gentoo
It's from Gentoo commit d7ced951aa96e1c59f5294e029f3e2373359122c.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
a882e32ddc dev-lang/lua: Sync with Gentoo
It's from Gentoo commit 157c6e96b08cbd35d7cd31551561e63c0800321e.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
67bf4bb83e dev-lang/go-bootstrap: Sync with Gentoo
It's from Gentoo commit f7d6c40ca8f2a1b4dac13f0e28cf92c6ef0076aa.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
ce77b2731d dev-db/sqlite: Sync with Gentoo
It's from Gentoo commit 0388d499b51a8572a23459e0bfe3e805b9db1ac2.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
8f40b35d7f app-emulation/qemu: Sync with Gentoo
It's from Gentoo commit a0fbb5dba4afc6885e4abf16e36fc118510c1cb3.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
6fb75b716d app-arch/zstd: Sync with Gentoo
It's from Gentoo commit 01b483bfd328f94bc0d718fdcf0ed8a56166fcb1.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
3103ed0d6e app-arch/xz-utils: Sync with Gentoo
It's from Gentoo commit 3791ad536e966dab33f62614f16b224fd10bf6a2.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
ac50591da5 app-arch/tar: Sync with Gentoo
It's from Gentoo commit 3f0f44a25fd6be2b27bbb0eee982192c399cc360.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
88da310180 app-arch/libarchive: Sync with Gentoo
It's from Gentoo commit 45b40c67c120aadd5474063b1bd2d2cd1833b9d4.
2023-09-27 17:02:43 +02:00
Flatcar Buildbot
947f98bc8c app-arch/gzip: Sync with Gentoo
It's from Gentoo commit a2e3e4f5c3a569e9771e0fc150831a7c9182644d.
2023-09-27 17:02:43 +02:00
Krzesimir Nowak
a5064c2831 net-fs/samba: Apply Flatcar modifications
- Add a minimal USE flag for only installing libraries
  - Change the Perl run-time dep to build-time only
  - Disable building libraries requiring Python
  - Disable building Perl JSON libraries
  - Limit the size of bundled libraries

Co-authored-by: Dongsu Park <dpark@linux.microsoft.com>
2023-09-27 10:56:50 +02:00
Dongsu Park
b2f8324050 overlay net-fs/samba: sync with Gentoo
Update net-fs/samba to 4.18.4, mainly to address CVE-2021-44142,
CVE-2022-1615.

Gentoo ref: 2cecc32967dd95e8c66ded510b89c8aeaf267f90
2023-09-27 10:56:50 +02:00
Flatcar Buildbot
688c150d69 Update mantle container image to latest HEAD 2023-09-27 08:54:12 +00:00
Dongsu Park
596720375f
Merge pull request #1190 from flatcar/rust-1.72.1-main
Upgrade dev-lang/rust and virtual/rust in main from 1.72.0 to 1.72.1
2023-09-27 09:41:31 +02:00
flatcar-ci
c29701af55 New version: main-3739.0.0-nightly-20230926-2100 2023-09-26 21:00:26 +00:00
Mathieu Tortuyaux
6c61372c0d
Merge pull request #1083 from flatcar/tormath1/oem
sysext: port AWS OEM to systemd sysext image
2023-09-26 17:03:21 +02:00
Mathieu Tortuyaux
bfaea38865
overlay coreos-base/common-oem-files: translate ami to ec2
For this vendor, the OEM ID from the oem-release file is different from
the oem.id kernel commandline parameter.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-26 14:54:57 +02:00
Mathieu Tortuyaux
79b07511e3
overlay coreos-base/misc-files: add ami oem files
found by booting stable on AWS: `find /usr/share/oem` + checking the
content of files created by base Ignition.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-26 13:34:09 +02:00
Mathieu Tortuyaux
9205ac98e0
overlay coreos-base/oem-ec2-compat: drop ec2 use
while this ebuild will be dropped in the near future, we still need to
maintain openstack ebuild.

`flatcar-eks` was a runtime dependency of openstack/brightbox too. I
think it was a mistake ?

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-26 13:34:09 +02:00
Mathieu Tortuyaux
ce2c0e7475
overlay coreos-base/oem-ami: new sysext image
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-26 13:34:09 +02:00
Mathieu Tortuyaux
fbc1906e36
overlay coreos-base/common-oem-files: add grub EC2
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-26 13:34:09 +02:00
Mathieu Tortuyaux
735dfb4001
overlay coreos-base/flatcar-eks: remove oem spec
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-26 13:34:09 +02:00
Mathieu Tortuyaux
8ba940b931
overlay app-emulation/amazon-ssm-agent: remove oem spec
- drop the OEM mention
- install things under /usr/share/amazon/ssm
- add systemd unit from the upstream

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-26 13:34:03 +02:00
Flatcar Buildbot
9929f5b294 dev-lang/rust: Update from 1.72.0 to 1.72.1 2023-09-26 09:34:57 +02:00
Dongsu Park
a7e5f1f903 overlay sys-kernel/coreos-modules: delete configs CONFIG_NET_CLS_RSVP*
Build fails in >= 6.1.55 like below, because upstream stable Kernels
deleted the Kernel configs CONFIG_NET_CLS_RSVP*.

```
 * ERROR: sys-kernel/coreos-modules-6.1.55::coreos failed (configure
   phase):
 *   Requested options not enabled in build:
 *     CONFIG_NET_CLS_RSVP
 *     CONFIG_NET_CLS_RSVP6
```

Fix that by deleting the Kernel configs.
2023-09-26 09:14:36 +02:00
Flatcar Buildbot
17c4efdbc7 sys-kernel/coreos-sources: Update from 6.1.54 to 6.1.55 2023-09-26 09:14:36 +02:00
Flatcar Buildbot
eddc306c94 Update mantle container image to latest HEAD 2023-09-25 21:00:46 +00:00
flatcar-ci
19a6ca049d New version: main-3738.0.0-nightly-20230925-2100 2023-09-25 21:00:25 +00:00
Krzesimir Nowak
c593d76e7a
Merge pull request #1146 from flatcar/krnowak/vmware-sysext
Sysext image for VMware OEM
2023-09-25 14:51:02 +02:00
Flatcar Buildbot
2167131336 Update mantle container image to latest HEAD 2023-09-25 10:48:10 +00:00
Krzesimir Nowak
d98a89536b coreos sys-libs/glibc: Update manifest for changed patch set 2023-09-25 09:49:06 +02:00
flatcar-ci
59f2ca5fc6 New version: main-3735.0.0-nightly-20230922-2100-INTERMEDIATE 2023-09-22 21:00:29 +00:00
Thilo Fromm
8e3144af19
Merge pull request #1171 from flatcar/t-lo/update-glibc-patchlevel
sys-libs/glibc: update to patchlevel 2.37-rc5
2023-09-22 17:06:13 +02:00
Flatcar Buildbot
89aca40503 Update mantle container image to latest HEAD 2023-09-22 14:06:28 +00:00
Mathieu Tortuyaux
0b705e9e04
Merge pull request #1168 from flatcar/tormath1/selinux-size
overlay sys-libs/libsemanage: set compression on
2023-09-22 16:06:08 +02:00
Thilo Fromm
b7e7da18c3 sys-libs/glibc: Apply Flatcar modifications
- take care of nscd.conf via tmpfiles, add files/nscd-conf.tmpfiles.
  - comment out 'dostrip -x' to force the OS image binaries to be stripped
  - remove everything glibc wants to put under /etc since we use
    baselayout to provide that
  - un-mask amd64 and arm64

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-09-22 15:16:28 +02:00
Thilo Fromm
9ae20fd41f sys-libs/glibc: import upstream 2.37-r5
Imported from commit 406ab36652e8f9cac3f6e61990fb00c861a86a28

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-09-22 15:04:11 +02:00
Kai Lüke
4272a41039
Merge pull request #1160 from flatcar/kai/fallback-update-key
sys-kernel/bootengine: Use update key for initrd sysext download
2023-09-22 12:17:31 +02:00
Kai Lüke
0b14db27b6
Merge pull request #1161 from flatcar/kai/cloudinit-vm-userdata
coreos-base/coreos-cloudinit: Workaround for user-configvirtfs.service
2023-09-22 12:17:14 +02:00
Mathieu Tortuyaux
d0562c1e4a
overlay sys-libs/libsemanage: set compression on
otherwise it blows from 3MB to 33MB on `/usr/lib/selinux/policy/mcs/`
for example.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-22 11:37:11 +02:00
Dongsu Park
13ddc2d85d
Merge pull request #1159 from flatcar/firmware-20230919-main
Upgrade Linux Firmware in main from 20230804 to 20230919
2023-09-22 09:36:06 +02:00
flatcar-ci
55f512dd7a New version: main-3734.0.0-nightly-20230921-2100 2023-09-21 21:00:29 +00:00
Kai Lueke
8777c54b0b sys-kernel/bootengine: Use update key for initrd sysext download
This pulls in https://github.com/flatcar/bootengine/pull/71
to switch the extension download to use the update server and the update
key for verification of the payloads.
2023-09-21 17:30:38 +02:00
Kai Lueke
8f45b6bb98 coreos-base/coreos-cloudinit: Workaround for user-configvirtfs.service
This pulls in
https://github.com/flatcar/coreos-cloudinit/pull/24
as a workaround to use Upholds= which eventually starts
user-configvirtfs.service.
2023-09-21 17:29:38 +02:00
Dongsu Park
8b0e46c1cc overlay sys-kernel/coreos-firmware: update cxgb4 version to 1.27.4.0
Fix build issues of coreos-firmware, by bumping the cxgb4 firmware
version to 1.27.4.0.
2023-09-21 16:27:09 +02:00
Flatcar Buildbot
30b42fa62b sys-kernel/coreos-firmware: Update from 20230804 to 20230919 2023-09-21 07:12:51 +00:00
flatcar-ci
4c4ec0226b New version: main-3733.0.0-nightly-20230920-2100 2023-09-20 21:00:37 +00:00
Mathieu Tortuyaux
0d3c1a5131
coreos-base/misc-files: add SELinux config
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:40 +02:00
Mathieu Tortuyaux
678dfd7f79
sys-apps/semodule-utils: sync with Gentoo
Commit-Ref: a8d934769f

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:40 +02:00
Mathieu Tortuyaux
077dd2363e
sec-policys/selinux-dbus: add new package
it's a dependency from ssh module:
```
Failed to resolve typeattributeset statement at /var/lib/selinux/mcs/tmp/modules/400/ssh/cil:127
Failed to resolve AST
```

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:40 +02:00
Mathieu Tortuyaux
af5400ce64
sec-policy/selinux-unconfined: sync with Gentoo
Commit-Ref: ea4cd1f216
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:40 +02:00
Mathieu Tortuyaux
eed7eb6d21
sec-policy/selinux-sssd: sync with Gentoo
Commit-Ref: ea4cd1f216
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:39 +02:00
Mathieu Tortuyaux
206b71a48f
coreos/user-patches: add selinux-container
apply Flatcar patch (including the kernel_t transition that
should be removed once we have a system labelled)

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:39 +02:00
Mathieu Tortuyaux
1306dfefec
sec-policy/selinux-container: add new package
it comes in replacement of selinux-virt

Commit-Ref: ea4cd1f216
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:39 +02:00
Mathieu Tortuyaux
1e2b1c999d
sec-policy/selinux-virt: drop ebuild
it's now replaced by selinux-container

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:39 +02:00
Mathieu Tortuyaux
2af995d2dc
coreos/user-patches: add selinux-base-policy
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:39 +02:00
Mathieu Tortuyaux
6b7c24719b
sec-policy/selinux-base-policy: sync with Gentoo
Commit-Ref: ea4cd1f216
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:39 +02:00
Mathieu Tortuyaux
ac520d6588
coreos/user-patches: add selinux-base
* add selinux patches (icmp-bind, relabel and kernel permissions)
* ship our own config file

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:38 +02:00
Mathieu Tortuyaux
3de5229a3c
sec-policy/selinux-base: sync with Gentoo
Commit-Ref: ea4cd1f216
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:38 +02:00
Mathieu Tortuyaux
cd2d678f43
sys-apps/checkpolicy: sync with Gentoo
Commit-Ref: ea4cd1f216
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:38 +02:00
Mathieu Tortuyaux
90bd28e13f
sys-libs/libsemanage: apply flatcar patches
* remove python dependencies
* added back multilib_src_install function (qa_check does fail otherwise)
* setting SHLIBDIR for installation

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:38 +02:00
Mathieu Tortuyaux
e1ff97556f
sys-libs/libsemanage: sync with Gentoo
Commit-Ref: ea4cd1f216
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:38 +02:00
Mathieu Tortuyaux
a38d44bd1c
sys-apps/policycoreutils: apply flatcar changes
* remove python dependencies
* move selinux policy directory from /etc/selinux/policy to /usr/lib/selinux/policy
* add tmpfiles to recreate /var/lib/selinux on rootfs
* remove setools dependency

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:38 +02:00
Mathieu Tortuyaux
d78e4b3b20
sys-apps/policycoreutils: sync with Gentoo
Commit-Ref: ea4cd1f216
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:38 +02:00
Mathieu Tortuyaux
c4a353d0f8
sys-libs/libsepol: sync with Gentoo
Commit-Ref: ea4cd1f216
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:37 +02:00
Mathieu Tortuyaux
7132f52f46
sys-libs/libselinux: sync with Gentoo
Commit-Ref: a67229c8d6

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:37 +02:00
Mathieu Tortuyaux
b0810f46dd
eclass: sync selinux-policy-2 with Gentoo
Commit-Ref: ea4cd1f216
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:37 +02:00
Jeremi Piotrowski
bc8261f9c6
Merge pull request #1148 from flatcar/add-ue-rs
Add ue-rs to image
2023-09-20 10:53:36 +02:00
Krzesimir Nowak
72701e273d net-libs/rpcsvc-proto: Sync with Gentoo
It's from Gentoo commit 6224cc9e8fc46385e18d62bd1c5fa96801e13d18.
2023-09-20 09:18:43 +02:00
Krzesimir Nowak
747f318742 overlay net-libs/rpcsvc-proto: Move to portage-stable 2023-09-20 09:18:43 +02:00
Krzesimir Nowak
fc34867b81 dev-libs/xmlsec: Add from Gentoo
It's from Gentoo commit 1e94c87d6d6155169455dfd273e02c16e705ae92.
2023-09-20 09:18:43 +02:00
Krzesimir Nowak
570aad56e8 dev-libs/libmspack: Sync with Gentoo
It's from Gentoo commit 8d671320f4803974b97ba9bcb90d14d19ae62767.
2023-09-20 09:18:43 +02:00
Krzesimir Nowak
dda041adf9 overlay dev-libs/libmspack: Move to portage-stable 2023-09-20 09:18:43 +02:00
Krzesimir Nowak
19a3cdde63 sys-fs/fuse-common: Add from Gentoo
It's from Gentoo commit 86f1cf927f6a27a19482e1eb25430e47d5f58ff7.
2023-09-20 09:18:43 +02:00
Krzesimir Nowak
64dbcc6092 overlay profiles: Add accept keywords for sys-fs/fuse 2023-09-20 09:18:43 +02:00
Krzesimir Nowak
03d9d3238e overlay profiles: Do not install suid binaries from sys-fs/fuse 2023-09-20 09:18:43 +02:00
Krzesimir Nowak
481b0e0eaf sys-fs/fuse: Add from Gentoo
It's from Gentoo commit ba10b3c5f0eec6233e4dfbfa65db40253e7fdd7d.
2023-09-20 09:18:43 +02:00
Krzesimir Nowak
618e11dd53 overlay profiles: Add accept keywords for dev-libs/libdnet 2023-09-20 09:18:43 +02:00
Krzesimir Nowak
63cca7c78a dev-libs/libdnet: Sync with Gentoo
It's from Gentoo commit 7d00351296070d4b6cea6913fab62b96819abddb.
2023-09-20 09:18:43 +02:00
Krzesimir Nowak
c6c2f83ed7 overlay dev-libs/libdnet: Move to portage-stable 2023-09-20 09:18:43 +02:00
Krzesimir Nowak
ccae9d434f overlay coreos-base/misc-files: Add a list of old VMware OEM image files
This list will be used by bootengine to clean up old installation of
VMware OEM software before installing a sysext.
2023-09-20 09:18:43 +02:00
Krzesimir Nowak
90b74e29b3 overlay coreos-base/oem-vmware: Update to be sysext-ready
Ignition files are not necessary any more. Grub config file and
oem-releas file are now provided by the coreos-base/oem-common-files
package.

We install drop-in files for systemd units instead of providing our
own copies. This is where we set up PrivateTmp option and create
symlinks for /etc.

There's also manglefs.sh script, that will be executed by the
build_sysext utility. It drops unnecessary stuff like translations,
debugging symbols and development files.
2023-09-20 09:18:43 +02:00
Krzesimir Nowak
cc40a00aa1 overlay profiles: Update USE flags for app-emulation/open-vm-tools 2023-09-20 09:18:43 +02:00
Krzesimir Nowak
67a2aa9e73 coreos/user-patches: Add a patch for app-emulation/open-vm-tools 2023-09-20 09:18:43 +02:00
Krzesimir Nowak
0336d57627 overlay app-emulation/open-vm-tools: Apply Flatcar modifications
None of these modifications are actually specific to Flatcar. This is
something we will want to upstream to Gentoo.
2023-09-20 09:18:43 +02:00
Krzesimir Nowak
fa2f2101a9 overlay app-emulation/open-vm-tools: Drop old ebuild, bump version 2023-09-20 09:18:43 +02:00
Krzesimir Nowak
b1e69f4c41 app-emulation/open-vm-tools: Sync with Gentoo
It's from Gentoo commit ecc674a080e039b5db316f4f8258315c1936801a.
2023-09-20 09:18:43 +02:00
Krzesimir Nowak
6f2189e94f coreos-base/common-oem-files: Add VMware OEM common files
This will replace files in coreos-base/oem-vmware package.
2023-09-20 09:18:43 +02:00
flatcar-ci
3099b8f996 New version: main-3732.0.0-nightly-20230919-2100 2023-09-19 21:00:29 +00:00
Flatcar Buildbot
4855fc503c sys-kernel/coreos-sources: Update from 6.1.53 to 6.1.54 2023-09-19 14:15:36 +00:00
Flatcar Buildbot
64dbc8c123 Update mantle container image to latest HEAD 2023-09-19 11:48:09 +00:00
Dongsu Park
33c94b390e
Merge pull request #1127 from flatcar/buildbot/weekly-portage-stable-package-updates-2023-09-11
Weekly portage-stable package updates 2023-09-11
2023-09-19 13:47:52 +02:00
Dongsu Park
121798c7fa
Merge pull request #1121 from flatcar/sayan/update-to-nvidia-535.104.05
x11-drivers/nvidia-drivers: updates to 535.104.05
2023-09-19 12:43:01 +02:00
Jeremi Piotrowski
e2599703b3 coreos: Add ue-rs to production image
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-09-19 12:27:02 +02:00
Jeremi Piotrowski
3030926df7 coreos-base/ue-rs: Initial ebuild
Based on the afterburn ebuild with some tweaks. The dependency list was
generated using cargo-ebuild.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-09-19 12:27:02 +02:00
flatcar-ci
ae33c46aa1 New version: main-3731.0.0-nightly-20230918-2100 2023-09-18 21:00:28 +00:00
flatcar-ci
0a0724d76c New version: main-3728.0.0-nightly-20230915-2100 2023-09-16 02:41:30 +00:00
flatcar-ci
336fd2428d New version: main-3728.0.0-nightly-20230915-2100-INTERMEDIATE 2023-09-15 21:00:38 +00:00
Jeremi Piotrowski
bf21753ca5
Merge pull request #1131 from flatcar/azure-mana-vf
Pull in flatcar/init and bootengine changes  to ignore mana VF in networkd
2023-09-15 16:29:03 +02:00
Krzesimir Nowak
1ac17be8d5 overlay coreos-base/coreos-oem-gce: Pull in sys-apps/gentoo-functions too
Previously the sys-apps/gentoo-functions package was pulled in into
the GCE image by the sys-libs/glibc package. After the sys-libs/glibc
package update, the dependency disappeared. This resulted in
gentoo-functions not being installed and the build to fail a check for
dangling symlinks:

broken link: b'/etc/init.d/functions.sh' -> b'../../lib/gentoo/functions.sh'
ERROR   build_oem_aci: test_image_content: Failed symlink check

The `/etc/init.d/functions.sh` symlink is installed by
sys-apps/baselayout in postinst phase. The package also has a
dependency on sys-apps/gentoo-functions, but it is not pulled in into
the image, because baselayout is installed specially - without
dependencies.

It would probably be better to just drop the symlink, but it's here
for compatibility purposes. We also can't remove the symlink in the
manglefs script, as it gets executed after the filesystem checks.
2023-09-15 16:14:29 +02:00
Krzesimir Nowak
98e420f346 overlay profiles: Enable asm USE flag too
It is required by dev-libs/gmp's cpudetection USE flag, so it needs to
be enabled explicitly, otherwise it will be disabled during bootstrap.
2023-09-15 16:14:29 +02:00
Krzesimir Nowak
f06093854a overlay profiles: Enable cpudetection USE flag in dev-libs/gmp during bootstrap
It normally is enabled by default, but during bootstrap USE flags that
are not force-enabled are disabled. And we need to it avoid bindist
issues that pop up during stage 1 of the SDK build.
2023-09-15 16:14:29 +02:00
Krzesimir Nowak
b233ca2e15 sys-apps/locale-gen: Add from Gentoo
It's from Gentoo commit 9b2ee03ef894782d6d8d426a8eb8eeb8084ef4fc.
2023-09-15 16:14:29 +02:00
Krzesimir Nowak
1dc42011a5 sys-libs/glibc: Apply Flatcar modifications
- take care of nscd.conf via tmpfiles, add files/nscd-conf.tmpfiles.
  - comment out 'dostrip -x' to force the OS image binaries to be stripped
  - remove everything glibc wants to put under /etc since we use
    baselayout to provide that
2023-09-15 16:14:29 +02:00
Krzesimir Nowak
164934cc94 sys-libs/glibc: Sync with Gentoo
It's from Gentoo commit e0bfeb250d886e096fd861a5d280e798c1e16e9c.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
88d8874a87 sys-devel/gnuconfig: Sync with Gentoo
It's from Gentoo commit 6f7265991916ed9764eadca4ec23b77fa19ae296.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
a21f6b4aa6 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit fd5e866a711e198fd75481450040358d9e4adfb4.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
1a766eedf5 sys-devel/crossdev: Sync with Gentoo
It's from Gentoo commit 0f842a75da2c62bcad13ea63ec581767497af41f.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
0d805c854e sys-block/thin-provisioning-tools: Sync with Gentoo
It's from Gentoo commit f52ed5ee1893c8520dfd352fadd6c9e0f6d2aed6.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
c8cd5d7dbc sys-apps/portage: Sync with Gentoo
It's from Gentoo commit 7844750a4f0076dc1db0d4409a88d09246c73703.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
46fe0e3063 sys-apps/man-pages: Sync with Gentoo
It's from Gentoo commit f61e025edd6d7a0204aecba9c73ab5bb7c292302.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
057877c167 sys-apps/kbd: Sync with Gentoo
It's from Gentoo commit 2cfdcb85b112ef050c2a47021391db4c8f194db1.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
1ae429aa60 sys-apps/hwdata: Sync with Gentoo
It's from Gentoo commit f88400a8b5329fccd850e66a127170ba5cfc5d89.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
6703b119ed sys-apps/file: Sync with Gentoo
It's from Gentoo commit 7e5f2ded61f3226506d93ae2d182428124778543.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
9c594c9e2e profiles: Sync with Gentoo
It's from Gentoo commit f2bf975d8981bc119478ed475e833ae774b8528d.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
6421b6a494 net-misc/curl: Sync with Gentoo
It's from Gentoo commit 4f820e90165cb71b87c468dcd05b34c35e08898f.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
d6d74ea806 dev-util/glib-utils: Sync with Gentoo
It's from Gentoo commit f23ce422d808cf99e79767bb5653cc9d581e719f.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
0b99afe450 dev-util/gdbus-codegen: Sync with Gentoo
It's from Gentoo commit 48960abcf78b0443e97c640ad7e8ca9cf938ce1a.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
cc5b78fd78 dev-python/pygments: Sync with Gentoo
It's from Gentoo commit ca98e641054f296f8beff0fe733504a98302c9d7.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
9725a544fb dev-python/nspektr: Sync with Gentoo
It's from Gentoo commit f1a55368cc9ad7dec53d82cc5199497176b4fd11.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
7410d3e567 dev-python/jaraco-functools: Sync with Gentoo
It's from Gentoo commit ba3905d6313025b2f4d623ffdacdc00e0648e4fd.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
6f93a4e004 dev-libs/libpcre: Sync with Gentoo
It's from Gentoo commit 7d344897f457e460103e10b9b92f8bb098804bd8.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
3d13d014d9 dev-libs/libnl: Sync with Gentoo
It's from Gentoo commit db17b8b076ea58f0235c745b9d37a0a3e9119852.
2023-09-15 16:14:28 +02:00
Flatcar Buildbot
18ad5cdd18 dev-libs/gobject-introspection-common: Sync with Gentoo
It's from Gentoo commit 6dee395ba6adb811397e31cab0985aa4e47fd18c.
2023-09-15 16:14:28 +02:00
Flatcar Buildbot
fafc657f1c dev-libs/gobject-introspection: Sync with Gentoo
It's from Gentoo commit 4767794699c15871b7759a2d2b53717cbe269d40.
2023-09-15 16:14:28 +02:00
Flatcar Buildbot
53fe79963b dev-libs/gmp: Sync with Gentoo
It's from Gentoo commit fdf13622bc8247238caba73912518cfef2c6ce3b.
2023-09-15 16:14:28 +02:00
Flatcar Buildbot
833596d788 dev-libs/glib: Sync with Gentoo
It's from Gentoo commit 0e951387f42016b7d2d0533c651c8a939665690d.
2023-09-15 16:14:28 +02:00
Flatcar Buildbot
8adad996be dev-libs/cyrus-sasl: Sync with Gentoo
It's from Gentoo commit fb49d510b860364896096c1ae2ac7b4bfe236b60.
2023-09-15 16:14:28 +02:00
Flatcar Buildbot
11cf34ca56 dev-libs/cJSON: Sync with Gentoo
It's from Gentoo commit 03b0ccfb6541abbffb096bbd3ee84344c748d906.
2023-09-15 16:14:28 +02:00
Flatcar Buildbot
1d70c27f0e dev-lang/python: Sync with Gentoo
It's from Gentoo commit 89e8e49b91619a509c20fb99457c8fbd79571db7.
2023-09-15 16:14:28 +02:00
Flatcar Buildbot
842e241004 dev-cpp/gtest: Sync with Gentoo
It's from Gentoo commit c2604b771b585f12be9f353b343e8a4d684945cb.
2023-09-15 16:14:28 +02:00
Flatcar Buildbot
f89fd0f9a4 app-emulation/qemu: Sync with Gentoo
It's from Gentoo commit 0e33bcc6940a140cc273a66c41bd69d8ee4f5ba2.
2023-09-15 16:14:28 +02:00
Flatcar Buildbot
300b53696a app-crypt/rhash: Sync with Gentoo
It's from Gentoo commit 19f9f9e07885986dbfaf3701b4aa0041b30873da.
2023-09-15 16:14:28 +02:00
Flatcar Buildbot
84fc9e2382 app-crypt/libb2: Sync with Gentoo
It's from Gentoo commit a43333323de15b672079e0f4a32345f31e36f103.
2023-09-15 16:14:28 +02:00
Dongsu Park
9437eff0e4
Merge pull request #1139 from flatcar/linux-6.1.53-main
Upgrade Linux Kernel for main from 6.1.50 to 6.1.53
2023-09-15 14:43:16 +02:00
Jeremi Piotrowski
eb5db9b58d bootengine: Exclude mana VF from network management
The flatcar/bootengine commit includes a change to the azure sriov config file that
excludes devices managed by the mana driver from networkd management, just like
mlx4 and mlx5 devices.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-09-15 11:33:13 +02:00
Jeremi Piotrowski
52c69e2eb2 coreos-init: Exclude mana VF from network management
The flatcar/init commits includes a change to the azure sriov config file that
excludes devices managed by the mana driver from networkd management, just like
mlx4 and mlx5 devices.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-09-15 11:00:01 +02:00
Flatcar Buildbot
28eae1c7b6 sys-kernel/coreos-sources: Update from 6.1.50 to 6.1.53 2023-09-15 10:46:45 +02:00
Flatcar Buildbot
95f82e9f50 app-containers/containerd: Update from 1.7.5 to 1.7.6 2023-09-15 08:16:54 +00:00
Thilo Fromm
1066be40d0
Merge pull request #1141 from flatcar/t-lo/update-mime-types-to-upstream
app-misc/mime-types: sync to upstream
2023-09-15 10:05:04 +02:00
Sayan Chowdhury
320bf32f95
mantle ref update
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-09-15 13:29:19 +05:30
Sayan Chowdhury
5e8e282a4b
x11-drivers/nvidia-drivers: Fix RemainAfterExit in nvidia.service
Fixes https://github.com/flatcar/Flatcar/issues/1169

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-09-15 13:28:00 +05:30
Sayan Chowdhury
3e40773047
x11-drivers/nvidia-drivers: Update to 535.104.05
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-09-15 13:27:57 +05:30
flatcar-ci
1d1e1e7b2d New version: main-3727.0.0-nightly-20230914-2100 2023-09-14 21:00:27 +00:00
Thilo Fromm
f123944fb3 app-misc/mime-types: sync to upstream
Gentoo Upstream commit c2907c4650dc08334953577355e3e7493b62fc5a switches
to a new upstream mime-types (Fedora maintained). Upstream's new
upstream is mode active and more up to date.

Also, the mime-types-9 source tarball disappeared from most mirrors,
making OS builds less reliable.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-09-14 10:48:41 +02:00
Dongsu Park
fc3edbc729
Merge pull request #1129 from flatcar/go-1.19.13-and-1.20.8-main
Upgrade Go from 1.19.12 and 1.20.7 to 1.19.13 and 1.20.8
2023-09-14 09:51:20 +02:00
Flatcar Buildbot
f465256c80 Update mantle container image to latest HEAD 2023-09-13 21:01:04 +00:00
flatcar-ci
9a803effe1 New version: main-3726.0.0-nightly-20230913-2100 2023-09-13 21:00:44 +00:00
flatcar-ci
8bbbf9231f New version: main-3725.0.0-nightly-20230912-2100 2023-09-12 21:00:35 +00:00
Flatcar Buildbot
d966bb6dd3 dev-lang/go: Update from 1.20.7 to 1.20.8 2023-09-12 15:18:00 +02:00
Flatcar Buildbot
2c49cf4f64 dev-lang/go: Update from 1.19.12 to 1.19.13 2023-09-12 15:18:00 +02:00
Mathieu Tortuyaux
4b3fd0c6df
overlay coreos-base/coreos-init: bump revision
it pulls:
- https://github.com/flatcar/init/pull/105

which fixes:
```
 --- FAIL: cl.ignition.oem.regular (40.94s)
         harness.go:582: Found systemd unit failed to start (coreos-metadata Metadata Agent (SSH Keys).
) on machine 581c5b30-3313-45d9-ae82-d310681cba7e console
```

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-12 11:01:14 +02:00
flatcar-ci
e34e0ba212 New version: main-3724.0.0-nightly-20230911-2100 2023-09-11 21:00:43 +00:00
flatcar-ci
c4a1fbf750 New version: main-3721.0.0-nightly-20230908-2100 2023-09-09 02:15:34 +00:00
flatcar-ci
33dcb397b6 New version: main-3721.0.0-nightly-20230908-2100-INTERMEDIATE 2023-09-08 21:00:27 +00:00
Krzesimir Nowak
8716b3bf96
Merge pull request #1107 from flatcar/buildbot/weekly-portage-stable-package-updates-2023-09-04
Weekly portage-stable package updates 2023-09-04
2023-09-08 18:30:32 +02:00
Dongsu Park
4027b8908f
Merge pull request #1114 from flatcar/dongsu/torcx-yaml
overlay torcx: update gopkg.in/yaml.v3 to 3.0.0
2023-09-08 17:02:09 +02:00
Flatcar Buildbot
2f828d6d9d Update mantle container image to latest HEAD 2023-09-08 12:53:59 +00:00
Kai Lüke
6bec600278
Merge pull request #1016 from flatcar/kai/update-sysext
Support OEM systemd-sysext images and Flatcar extensions
2023-09-08 14:53:40 +02:00
Kai Lueke
995ae2cdbc Support OEM systemd-sysext images and Flatcar extensions
The vendor tools on the OEM partition weren't updated. We now want to
ship them as systemd-sysext images which we can easily update. This
change extends the Flatcar A/B update mechanism to cover the OEM
systemd-sysext images. The same mechanism is also able to support
"official" Flatcar extensions, e.g., a ZFS extension.
2023-09-08 14:50:43 +02:00
Krzesimir Nowak
4554baa2b2 overlay coreos/config: Add env override for libmicrohttpd 2023-09-08 11:17:17 +02:00
flatcar-ci
096b51b24a New version: main-3720.0.0-nightly-20230907-2100 2023-09-07 21:00:24 +00:00
Krzesimir Nowak
704cf88a1e overlay profiles: Add accept keywords for net-nds/openldap 2023-09-07 18:41:30 +02:00
Krzesimir Nowak
ca796a07fe overlay user patches: Refresh patch for sys-fs/xfsprogs 2023-09-07 17:21:39 +02:00
Krzesimir Nowak
2d8581c839 overlay profiles: Drop accept keywords for net-firewall/ipset 2023-09-07 17:21:39 +02:00
Krzesimir Nowak
71a4933fbb overlay profiles: Update accept keywords for dev-python/lxml 2023-09-07 17:21:39 +02:00
Krzesimir Nowak
85591c3c0a overlay profiles: Drop accept keywords for dev-libs/elfutils 2023-09-07 17:21:39 +02:00
Krzesimir Nowak
6140a59a5f overlay app-crypt/go-tspi: Stop inheriting unused eclass
The eutils eclass dropped support for EAPI 7 and we even didn't use
anything from the eclass.
2023-09-07 17:21:39 +02:00
Krzesimir Nowak
1d3f213526 virtual/perl-Data-Dumper: Sync with Gentoo
It's from Gentoo commit 23316bbef99a97476c72dcd0c41d8ad2d1a32c10.
2023-09-07 17:21:39 +02:00
Krzesimir Nowak
1ef3647682 virtual/perl-Encode: Sync with Gentoo
It's from Gentoo commit fc16066e0ffe475318fb1781f36e3f3738d49356.
2023-09-07 17:21:39 +02:00
Krzesimir Nowak
d236750840 eclass/out-of-source: Add from Gentoo
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2023-09-07 17:21:39 +02:00
Krzesimir Nowak
f8406da276 eclass/crossdev: Add from Gentoo
It's from Gentoo commit 00ee14eab35e0dad294da8efe1c9f6606c3e4794.
2023-09-07 17:21:39 +02:00
Krzesimir Nowak
cc280fa237 eclass/secureboot: Add from Gentoo
It's from Gentoo commit bc63496c267e26bb88db956fa818f4ec3775fac6.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
730508059c x11-base/xorg-proto: Sync with Gentoo
It's from Gentoo commit 9797f6d2167ceaf47d990a9f7434dbc351e667e9.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
110abc92ee virtual/perl-IO: Sync with Gentoo
It's from Gentoo commit 1f53d981ff5c048912fcecaeed3a168d308d779f.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
44d8ec2f89 virtual/perl-Getopt-Long: Sync with Gentoo
It's from Gentoo commit a4caf392e8b6a7604888ab4fa76cd939212205bd.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
826e445a66 virtual/perl-File-Spec: Sync with Gentoo
It's from Gentoo commit 26051c635ea53e199af0f11ea9e387f635c8d9c7.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
f6dd0cfa85 virtual/perl-ExtUtils-MakeMaker: Sync with Gentoo
It's from Gentoo commit 292240c939ae200d1652fdd7f5b69987e483d4fa.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
1815eea94a virtual/perl-Exporter: Sync with Gentoo
It's from Gentoo commit f336f4d6b5a654bf57237f9ad3def301ed94e1ba.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
006006c939 virtual/perl-Carp: Sync with Gentoo
It's from Gentoo commit e0af8ba081a103457a2e7372e0473a8e51bce7bf.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
2416ca8095 sys-process/procps: Sync with Gentoo
It's from Gentoo commit 6997d72cc73fb28fb11b25adca6f37b9a98e21cb.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
4bb663528d sys-process/lsof: Sync with Gentoo
It's from Gentoo commit 69666d02d861fb272bcb0d310b697a49221735a2.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
25f483eea7 sys-libs/zlib: Sync with Gentoo
It's from Gentoo commit e18e4412818bcffa768a1a8df4c100f3c6288b6f.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
0648691698 sys-libs/readline: Sync with Gentoo
It's from Gentoo commit 5bdef7240375df5c80acbe16cd3eec6b144340b2.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
bc87f404dc sys-libs/libnvme: Sync with Gentoo
It's from Gentoo commit 7e5372e7c0a160d634710f37e81c091893665566.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
c149eb7ad4 sys-libs/binutils-libs: Sync with Gentoo
It's from Gentoo commit f59a7bd3dfced5e4c5424393ce61efab98390d7c.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
68376e3480 sys-kernel/linux-headers: Sync with Gentoo
It's from Gentoo commit 2ffa9b816aff23487c6291e463fc93c1ad817b00.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
ca376a5a62 sys-fs/xfsprogs: Sync with Gentoo
It's from Gentoo commit b90479fe755dbdaeba0a26626ee3cfc0152a6da6.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
00d393a47c sys-firmware/ipxe: Sync with Gentoo
It's from Gentoo commit 46fb943fda974af0a22f1852fed312deb90c2ecf.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
5ba6601490 sys-firmware/edk2-ovmf-bin: Sync with Gentoo
It's from Gentoo commit fdb0612aa55f5c0fc321c3195ad07eae939e697e.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
018f318fb0 sys-devel/gdb: Sync with Gentoo
It's from Gentoo commit b295f9530d1b89178f88e88c1ab0bf20c493bed3.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
a654a2a7f2 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit b9a84271209d29f7573c70464305fd13d01b5690.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
f411740f09 sys-devel/crossdev: Sync with Gentoo
It's from Gentoo commit ac3e1265008b02455c9714b356d36fbbff2c019f.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
11a7ba2aa8 sys-devel/binutils: Sync with Gentoo
It's from Gentoo commit 6cc001a7406aa5263e796be00e8ba44c4a6a0762.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
0580dab252 sys-devel/automake: Sync with Gentoo
It's from Gentoo commit 2cd796d8905bf3e5f17e20423052b958cdb0c019.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
64cbb38ad5 sys-apps/util-linux: Sync with Gentoo
It's from Gentoo commit 282069f8658c651cb1eca5bf270ead09dd876c44.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
8a03903cbf sys-apps/texinfo: Sync with Gentoo
It's from Gentoo commit 4c4a03ca26cd7c3efb686cec8d4ab18d15be819f.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
caf3db4f15 sys-apps/sandbox: Sync with Gentoo
It's from Gentoo commit 91cac90d270e64f4375c381cdc09a0e32d479ccc.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
408100e631 sys-apps/pv: Sync with Gentoo
It's from Gentoo commit a096f4c4c4effb725921463b05e2e6dec3e36535.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
7c35765dae sys-apps/portage: Sync with Gentoo
It's from Gentoo commit a6a68c0255b6d3132dd555b1519a035204bffde2.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
8552a3bc77 sys-apps/nvme-cli: Sync with Gentoo
It's from Gentoo commit 9c4b5fc175246f78cfaabd9ddc4dc28c20c4cdd6.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
0652bdb919 sys-apps/lshw: Sync with Gentoo
It's from Gentoo commit 791ea6cb7a7ab2eb006a947bb74275e1fceaf98b.
2023-09-07 17:21:39 +02:00
Flatcar Buildbot
2900925669 sys-apps/kbd: Sync with Gentoo
It's from Gentoo commit 0f9b75d8d58528a0a92567d501e55a760d8d4314.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
097c659b86 sys-apps/iproute2: Sync with Gentoo
It's from Gentoo commit 6686f7885662bb1c4f89745b0f9c3544c8ba8b32.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
3af919bf4b sys-apps/hwdata: Sync with Gentoo
It's from Gentoo commit 1df3168f34731a8b3e12bb8980cfe6a40b23f187.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
2d5e196038 sys-apps/gptfdisk: Sync with Gentoo
It's from Gentoo commit 7a1379aaf6851999446e5a06e196a8956649f9f6.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
616267a392 sys-apps/gentoo-functions: Sync with Gentoo
It's from Gentoo commit 6bfc7422083df0d63bc1aa4399bf6e56c88bf2e2.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
f2ca13b0fb sys-apps/findutils: Sync with Gentoo
It's from Gentoo commit a193b9dd94651a1458bb0712d6774af418585a91.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
ae33b27ef1 sys-apps/ethtool: Sync with Gentoo
It's from Gentoo commit 013ca09ac265d8b185bc810ff28cd7e403984838.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
3a9c9ae439 sys-apps/debianutils: Sync with Gentoo
It's from Gentoo commit 8d9ba64800a7c6a6dbd36bdc12c66a2991b5d34d.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
5e753d99f7 sys-apps/coreutils: Sync with Gentoo
It's from Gentoo commit a3a11cfe962d506e6e6e5c96cdab2376c8167110.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
2bc88ea921 profiles: Sync with Gentoo
It's from Gentoo commit 73487def743e1d518a202d04af60b6b60c9a163b.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
eddbf565d9 net-misc/whois: Sync with Gentoo
It's from Gentoo commit a941d3cdfe78dc8851312cda80d5a451dde0cd5e.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
3c04a130d8 net-misc/curl: Sync with Gentoo
It's from Gentoo commit a4e4f560028082b774a6bc6950be4e2c39b26b24.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
e980e1de9e net-libs/libnsl: Sync with Gentoo
It's from Gentoo commit bc0374db2bf2402b9d6f583719efdaabe9d6e2cb.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
b0525ec920 net-libs/libnftnl: Sync with Gentoo
It's from Gentoo commit c86d2a15eb836c954877391da100e586c9bd5cd9.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
899d8e4d21 net-libs/libmicrohttpd: Sync with Gentoo
It's from Gentoo commit e828e60c489c9df6bb636b6f67e46657cd935c71.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
76d49e403a net-firewall/ipset: Sync with Gentoo
It's from Gentoo commit a15a9579c837875ee585643f4b9033878fd6a868.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
f78dab34fe net-dns/bind-tools: Sync with Gentoo
It's from Gentoo commit df536233e33d7e0488461cb3b29048881af96559.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
ba5923eb10 net-analyzer/traceroute: Sync with Gentoo
It's from Gentoo commit bb0f41dcf06cb6c84a33f0212b5ed323b2388468.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
1744507969 media-libs/libpng: Sync with Gentoo
It's from Gentoo commit 2c9b06f082f0e743205d59e852d4359248557da3.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
c8622d760d licenses: Sync with Gentoo
It's from Gentoo commit 5283821b45f5cc3575bb9dbeb67934a847bf5282.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
dc679f5166 eclass/toolchain: Sync with Gentoo
It's from Gentoo commit 9cd89e7d13a529ad439a9d8abae615943c08e78e.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
c2219291b3 eclass/toolchain-funcs: Sync with Gentoo
It's from Gentoo commit 1dd3378347f15c27b82237443f3a4825b4e70b3d.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
7c63d4bf93 eclass/python-utils-r1: Sync with Gentoo
It's from Gentoo commit 54d6fdbd179f158f4b9e0e21b1b03ff1ae46f404.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
a2118dda7b eclass/python-r1: Sync with Gentoo
It's from Gentoo commit bea2580bad608f1084d0768bfa6255d110851dba.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
2a689273b5 eclass/python-any-r1: Sync with Gentoo
It's from Gentoo commit f80b0acf7f78971b601aabb913e067a0dde70268.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
e19211ef43 eclass/kernel-2: Sync with Gentoo
It's from Gentoo commit c5f2fe5daab92a94070cfc41acb543941818c96b.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
8b2d075ee8 eclass/flag-o-matic: Sync with Gentoo
It's from Gentoo commit bc7f9e5b77e202ba568eaaf0f6a5638e5c0f6f23.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
130b932457 eclass/eutils: Sync with Gentoo
It's from Gentoo commit 39c5ef0fe227a4781d1b2ea79ac6f336ec64f879.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
f0ac212c0e eclass/elisp-common: Sync with Gentoo
It's from Gentoo commit 0da55ff6f4be98d9f9443c987fb7ee641f3ddeb2.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
b38bba3218 eclass/distutils-r1: Sync with Gentoo
It's from Gentoo commit 5c73e17393a246d5101ca6392d199ece9af2180b.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
e981f95b16 eclass/cmake: Sync with Gentoo
It's from Gentoo commit 603009a23553544f5dbd280ebd33d0d789db87b3.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
36f9d9a77b dev-vcs/git: Sync with Gentoo
It's from Gentoo commit 3616f2075354da406fe08d51e07666fb6010af7e.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
90e7789ad4 dev-util/strace: Sync with Gentoo
It's from Gentoo commit a06492de4ee694d13179fa0c975237d8e0520b97.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
e5289d3173 dev-util/pkgconf: Sync with Gentoo
It's from Gentoo commit 8f31c5a32dc20a57764a9b073cf989e9cf2ea615.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
183e457075 dev-util/patchelf: Sync with Gentoo
It's from Gentoo commit c6604aaa5fdfda4d1954438833fc783eee63f6d0.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
4278ccbad9 dev-util/meson: Sync with Gentoo
It's from Gentoo commit 0686381dfc3d39c0f844d25aeb8471b9a5de657e.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
48506a5d6e dev-util/glib-utils: Sync with Gentoo
It's from Gentoo commit 3f372fa7c41ce62d2d57e368f38eb76bddf19960.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
1ddeb88b0d dev-util/gdbus-codegen: Sync with Gentoo
It's from Gentoo commit 7ce86e293a39a51fea1148794f5660cd7095a5a0.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
5fb04a187f dev-util/cmake: Sync with Gentoo
It's from Gentoo commit faedafe4e99387082a8d5f20fa5e8a5d8ec917f6.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
d023a2b597 dev-util/checkbashisms: Sync with Gentoo
It's from Gentoo commit 3f5925f965737174e19609f90b97a27fc7cc78c1.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
db67eae180 dev-util/b2: Sync with Gentoo
It's from Gentoo commit b720a767fe098ae334c8053a761c584cd980e35b.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
727d973819 dev-python/wheel: Sync with Gentoo
It's from Gentoo commit 8a4a6821ded3cfb97143f239bb6d2874de1fa2b0.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
695b9ca309 dev-python/setuptools: Sync with Gentoo
It's from Gentoo commit b3e9f8fd458a77e067ccb50f8a7f0cd29587c18c.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
d91608b181 dev-python/pyparsing: Sync with Gentoo
It's from Gentoo commit 4f4b007b46b29c58caa4ba79edcd83a529045888.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
4fb2df2a8b dev-python/more-itertools: Sync with Gentoo
It's from Gentoo commit 9db443649de46b6e6d97548d2950bf9456c6f626.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
780fde721e dev-python/lxml: Sync with Gentoo
It's from Gentoo commit 789da710c735e15df26dff49c69c8c49b2cde72b.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
976a249ee6 dev-python/jaraco-text: Sync with Gentoo
It's from Gentoo commit 0bd64b03f3b844b345ca4b3e5dd89c3a48f7048e.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
cb6f03a41c dev-python/jaraco-functools: Sync with Gentoo
It's from Gentoo commit bf3e43e7cfb42ee453cf6a2974b1f2b2699dafa5.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
2f27ddd3d1 dev-python/inflect: Sync with Gentoo
It's from Gentoo commit d90405214380cbac1a8260a72f286fb07f5caf2c.
2023-09-07 17:21:38 +02:00
Flatcar Buildbot
28e613b11c dev-python/gpep517: Sync with Gentoo
It's from Gentoo commit 96519b52417e8bce08fa50642bd356aaf6cda12b.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
b850d8e95a dev-python/docutils: Sync with Gentoo
It's from Gentoo commit 900941b98b755063a0cb8f4f018aa992c2e34b14.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
99b27afd66 dev-python/cython: Sync with Gentoo
It's from Gentoo commit 21e4f05148f1c288b55c94823cf425bacc723af0.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
2acb0ac1d1 dev-libs/protobuf: Sync with Gentoo
It's from Gentoo commit 79bf402140741157a301a70ef9f89fecdbd646e7.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
65f5b26219 dev-libs/popt: Sync with Gentoo
It's from Gentoo commit 305933db1256ecd072359545e0734f0fb6fe2769.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
369b32e424 dev-libs/nettle: Sync with Gentoo
It's from Gentoo commit 46afa27d4429acac890bb44ddb10bee763f37861.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
543b1381db dev-libs/libxslt: Sync with Gentoo
It's from Gentoo commit 7f15a1b26434eca994ba22f99fc31ea4bf2b97de.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
8d2693e732 dev-libs/libnl: Sync with Gentoo
It's from Gentoo commit fbef733e3d9830a54563a44ae4dda03cdb78d1ae.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
aea8b7ea5d dev-libs/libksba: Sync with Gentoo
It's from Gentoo commit 2e997de2a4ac458cf73f4accc2caba27dac7bbba.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
d989b99acb dev-libs/inih: Sync with Gentoo
It's from Gentoo commit 9f68eb06a3e8bcbedc60f0c518006e25feb05ffd.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
884ce4e2fe dev-libs/glib: Sync with Gentoo
It's from Gentoo commit fc38e855213dfe477ef628fea853ab8c49f35b4f.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
eb808b4806 dev-libs/elfutils: Sync with Gentoo
It's from Gentoo commit d630c0e06f071649ab19f5c6289701a749dbb05d.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
e74a9ce77a dev-libs/boost: Sync with Gentoo
It's from Gentoo commit b2ec0a326279208ab3741c2d681e190c0b917846.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
37df50d2d2 dev-lang/python: Sync with Gentoo
It's from Gentoo commit ff65f5c822417e8347598fcb75a1e575ba35bf58.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
9c19cd2123 dev-lang/perl: Sync with Gentoo
It's from Gentoo commit 1cc2ee4fdbdbf318615d760d4465e81429a3aa6d.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
d7fec9821e dev-db/sqlite: Sync with Gentoo
It's from Gentoo commit e16156bfd1e78676d7c51603d00671949218b79c.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
66d8a2044b sec-keys/openpgp-keys-gentoo-release: Sync with Gentoo
It's from Gentoo commit 4363d89c9f73e596d31a4f458e9755a5ebb445ad.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
ab599f7606 app-portage/gentoolkit: Sync with Gentoo
It's from Gentoo commit c75ff47dde7dac5c7a48f498d08b814ea70cbb2c.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
b1b73e016c app-portage/portage-utils: Sync with Gentoo
It's from Gentoo commit 7a0799f8cf63575ea91f557319f976d3a58652b1.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
86cc2aa8c9 app-eselect/eselect-iptables: Sync with Gentoo
It's from Gentoo commit 542bdadecf34858785342d8e27007fe228b0f630.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
8b3cf0d502 app-emulation/qemu: Sync with Gentoo
It's from Gentoo commit dafdf8f41fe242a8b2b51d2b8982a6e447115a58.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
5b88d4f767 app-editors/vim-core: Sync with Gentoo
It's from Gentoo commit 35b1b620f61b5d1a1efbc8889d35781590561c18.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
77e4cf2a12 app-editors/vim: Sync with Gentoo
It's from Gentoo commit c3bd997ed95220cb76570e9a95b163041305286f.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
fb3c269231 app-crypt/rhash: Sync with Gentoo
It's from Gentoo commit 74c411795d3f134255c42bfcd3f6863eda2a0517.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
353f5b41ab app-crypt/mit-krb5: Sync with Gentoo
It's from Gentoo commit 89ae9a135fc72a539ae9e5603dff2524b78e8870.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
266674fa3f app-crypt/libmd: Sync with Gentoo
It's from Gentoo commit 9f21fa0e5baa285c1d63121c83495413d8cfe9f5.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
f0fced78b6 app-arch/tar: Sync with Gentoo
It's from Gentoo commit 6afabe7f5c9c7ed234cc6e7644b74e7154e21673.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
15cc510cd0 app-arch/pigz: Sync with Gentoo
It's from Gentoo commit 61138124d7506fd21a0343cd32af168caf524267.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
7df9868dbf app-arch/libarchive: Sync with Gentoo
It's from Gentoo commit dcba00efe53ae1a268078153373d3b3d7491d12c.
2023-09-07 17:21:37 +02:00
Flatcar Buildbot
5066fd0c80 app-arch/gzip: Sync with Gentoo
It's from Gentoo commit cc0029524b7b0ea02afabf2bbb738f005dfbb53c.
2023-09-07 17:21:37 +02:00
Dongsu Park
54ce3b4ed2 overlay torcx: update gopkg.in/yaml.v3 3.0.0
Update gopkg.in/yaml.v3 to 3.0.0, mainly to address CVE-2022-28948,
https://github.com/flatcar/torcx/security/dependabot/6.

Pulls in https://github.com/flatcar/torcx/pull/17.
2023-09-07 12:37:50 +02:00
flatcar-ci
d3c40cb033 New version: main-3719.0.0-nightly-20230906-2100 2023-09-06 21:00:26 +00:00
flatcar-ci
f83225e0d7 New version: main-3718.0.0-nightly-20230905-2100 2023-09-05 21:00:26 +00:00
Jeremi Piotrowski
142141498e
Merge pull request #1113 from flatcar/issuegen-if-rename-fix
coreos-init: Pull in bugfix for issuegen udev rule
2023-09-05 14:23:41 +02:00
Jeremi Piotrowski
e836c79015 coreos-init: Fix issuegen handling of renamed interface
This pulls in https://github.com/flatcar/init/pull/102 which moves the issuegen
udev rule to using $name. This lets the rule correctly handle renamed
interfaces.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-09-05 09:30:41 +02:00
flatcar-ci
6a46c20ab0 New version: main-3717.0.0-nightly-20230904-2100 2023-09-04 21:00:24 +00:00
Flatcar Buildbot
513fac8360 app-misc/ca-certificates: Update from 3.92 to 3.93 2023-09-04 07:19:24 +00:00
flatcar-ci
a506a2300d New version: main-3714.0.0-nightly-20230901-2100 2023-09-02 01:51:00 +00:00
flatcar-ci
9f7e2ea369 New version: main-3714.0.0-nightly-20230901-2100-INTERMEDIATE 2023-09-01 21:00:27 +00:00
Dongsu Park
a475d2971c
Merge pull request #1098 from flatcar/linux-6.1.50-main
Upgrade Linux Kernel for main from 6.1.45 to 6.1.50
2023-09-01 14:01:08 +02:00
Dongsu Park
fa28a3c751
Merge pull request #1101 from flatcar/vmware-12.3.0-main
Upgrade open-vm-tools in main from 12.2.5 to 12.3.0
2023-09-01 13:58:50 +02:00
Flatcar Buildbot
3012f4861a app-emulation/open-vm-tools: Update from 12.2.5 to 12.3.0 2023-09-01 13:58:02 +02:00
Flatcar Buildbot
0301efc335 sys-kernel/coreos-sources: Update from 6.1.45 to 6.1.50 2023-09-01 09:28:54 +02:00
Flatcar Buildbot
a391c15ca5 portage-stable/metadata: Monthly GLSA metadata updates 2023-09-01 07:14:04 +00:00
flatcar-ci
c8ca1167d8 New version: main-3713.0.0-nightly-20230831-2100 2023-08-31 21:00:28 +00:00
flatcar-ci
eac81cf426 New version: main-3712.0.0-nightly-20230830-2100 2023-08-30 21:00:23 +00:00
Dongsu Park
3a490b1353
Merge pull request #1094 from flatcar/rust-1.72.0-main
Upgrade dev-lang/rust and virtual/rust in main from 1.71.1 to 1.72.0
2023-08-30 12:04:39 +02:00
flatcar-ci
4192d2c4b5 New version: main-3711.0.0-nightly-20230829-2100 2023-08-29 21:00:29 +00:00
Flatcar Buildbot
650dc4ddb1 dev-lang/rust: Update from 1.71.1 to 1.72.0 2023-08-29 09:55:44 +02:00
Flatcar Buildbot
1ede3ab21e app-containers/containerd: Update from 1.7.4 to 1.7.5 2023-08-29 06:49:45 +00:00
flatcar-ci
af18bf17bf New version: main-3710.0.0-nightly-20230828-2100 2023-08-28 21:00:24 +00:00
Dongsu Park
159b7dbc09
Merge pull request #1084 from flatcar/containerd-1.7.4-main
Upgrade Containerd in main from 1.7.3 to 1.7.4
2023-08-28 18:07:54 +02:00
flatcar-ci
37af42a1c3 New version: main-3707.0.0-nightly-20230825-2100 2023-08-26 02:02:12 +00:00
flatcar-ci
3e3868526e New version: main-3707.0.0-nightly-20230825-2100-INTERMEDIATE 2023-08-25 21:00:26 +00:00
Sayan Chowdhury
b5b5f96b70
Merge pull request #1082 from flatcar/sayan/update-grub-2.06-back
sys-boot/grub: update to 2.06
2023-08-25 16:09:44 +05:30
Sayan Chowdhury
c07fd0b13f
sys-boot/grub: Apply Flatcar patches
Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-08-25 14:57:06 +05:30
Flatcar Buildbot
f95b18f24d app-containers/containerd: Update from 1.7.3 to 1.7.4 2023-08-25 08:16:37 +00:00
flatcar-ci
45fdda235f New version: main-3706.0.0-nightly-20230824-2100 2023-08-24 21:00:28 +00:00
Sayan Chowdhury
9b12fecc00
sys-boot/grub: Sync with Gentoo
It's from Gentoo commit 97daf89c0e60fa163c04990d17635cdebd83e579.
2023-08-24 13:22:50 +05:30
flatcar-ci
4358090dbf New version: main-3705.0.0-nightly-20230823-2100 2023-08-23 21:00:29 +00:00
flatcar-ci
0c22212da7 New version: main-3704.0.0-nightly-20230822-2100 2023-08-22 21:00:31 +00:00
flatcar-ci
4a26154016 New version: main-3703.0.0-nightly-20230821-2100 2023-08-21 21:00:33 +00:00
flatcar-ci
04c9c4316b New version: main-3700.0.0-nightly-20230818-2100-INTERMEDIATE 2023-08-18 21:00:31 +00:00
flatcar-ci
22712d33cc New version: main-3699.0.0-nightly-20230817-2100 2023-08-17 21:00:27 +00:00
Krzesimir Nowak
740b86bd5c
Merge pull request #931 from flatcar/krnowak/sys-apps-rest
Put the rest of system packages under automation
2023-08-17 09:35:43 +02:00
flatcar-ci
3d82154bab New version: main-3698.0.0-nightly-20230816-2100 2023-08-16 21:00:28 +00:00
Dongsu Park
23cb94b12b
Merge pull request #1068 from flatcar/linux-6.1.45-main
Upgrade Linux Kernel for main from 6.1.43 to 6.1.45
2023-08-16 14:13:36 +02:00
Dongsu Park
8e9b3c21ad
Merge pull request #1072 from flatcar/runc-1.1.9-main
Upgrade Runc in main from 1.1.8 to 1.1.9
2023-08-16 13:57:20 +02:00
flatcar-ci
e445a77051 New version: main-3697.0.0-nightly-20230815-2100 2023-08-15 21:00:27 +00:00
Flatcar Buildbot
879cb87846 app-containers/runc: Update from 1.1.8 to 1.1.9 2023-08-15 13:13:12 +00:00
Krzesimir Nowak
f17d6774df
Merge pull request #1070 from flatcar/buildbot/weekly-portage-stable-package-updates-2023-08-14
Weekly portage-stable package updates 2023-08-14
2023-08-15 14:50:27 +02:00
Dongsu Park
03d42a126b
Merge pull request #1059 from flatcar/dongsu/openldap-2.6.3
net-nds/openldap: update to 2.6.3
2023-08-15 13:47:36 +02:00
flatcar-ci
af2a2aed90 New version: main-3696.0.0-nightly-20230814-2100 2023-08-14 21:00:33 +00:00
Dongsu Park
44bf1a0994 overlay profiles: remove mask of net-nds/openldap
Now that Alpha 3689.0.0 was released with openldap 2.5.14, we do not
need to mask openldap >= 2.6. Drop the mask, to update openldap to
2.6.3-r7.
2023-08-14 17:22:01 +02:00
Flatcar Buildbot
d6a9e62e03 sys-kernel/coreos-sources: Update from 6.1.43 to 6.1.45 2023-08-14 17:19:55 +02:00
Dongsu Park
1206410cb7
Merge pull request #1071 from flatcar/dongsu/firmware-fix-manifest
overlay sys-kernel/coreos-firmware: regenerate Manifest
2023-08-14 17:18:55 +02:00
Krzesimir Nowak
66e64aa18d overlay profiles: Update accept keywords for app-editors/vim{,-core} 2023-08-14 16:12:55 +02:00
Dongsu Park
f181cbabe2 overlay sys-kernel/coreos-firmware: regenerate Manifest
Regenerate Manifest to fix builds.
2023-08-14 14:04:21 +02:00
Flatcar Buildbot
0d554e1ca7 x11-base/xorg-proto: Sync with Gentoo
It's from Gentoo commit de35dff8751a1031888337d855c28e23a8e006cb.
2023-08-14 07:13:43 +00:00