Commit Graph

8838 Commits

Author SHA1 Message Date
Krzesimir Nowak
6e5e3f9991 profiles: Drop accept keywords for sys-kernel/linux-headers
The updated package is stable for both amd64 and arm64.
2023-01-19 16:51:21 +01:00
Krzesimir Nowak
2f6bb0a2d4 profiles: Drop accept_keywords for app-emulation/qemu
The updated package is stable for both amd64 and arm64.
2023-01-19 16:51:21 +01:00
Dongsu Park
2a45b6fefb sys-kernel/coreos-firmware: update cxgb4 version to 1.27.1.0
Fix build issues of coreos-firmware, by bumping the cxgb4 firmware
version to 1.27.1.0.
2023-01-19 15:41:05 +01:00
Flatcar Buildbot
977a8d4eca sys-kernel: Upgrade Linux Firmware 20221214 to 20230117 2023-01-19 15:41:05 +01:00
Dongsu Park
c348d2c12f Merge pull request #2393 from flatcar/dongsu/git-2.38.3-main
profiles: accept keywords ~arm64 for dev-vcs/git 2.38.3 for main
2023-01-19 15:24:20 +01:00
Flatcar Buildbot
3a53b93b6d sys-kernel: Upgrade Kernel 5.15.88 to 5.15.89 2023-01-19 07:31:25 +00:00
Dongsu Park
27c58279f5 Merge pull request #2384 from flatcar/linux-5.15.88-main
Upgrade Linux Kernel for main from 5.15.86 to 5.15.88
2023-01-19 08:17:02 +01:00
Jeremi Piotrowski
5cadf33fa0 Merge pull request #2387 from flatcar/jepio/shadow-update
update sys-apps/shadow to 4.13
2023-01-18 17:08:08 +01:00
Dongsu Park
df471d8985 sys-kernel/coreos-sources: remove ext4 deadlock fix
Remove ext4-Fix-deadlock-due-to-mbcache-en.patch, which is already
included in Kernel 5.15.87 or newer.
2023-01-18 16:30:46 +01:00
Flatcar Buildbot
cce78610d9 sys-kernel: Upgrade Kernel 5.15.86 to 5.15.88 2023-01-18 16:30:46 +01:00
Dongsu Park
fbf767b9cd Merge pull request #2388 from flatcar/rust-1.66.1-main
Upgrade dev-lang/rust and virtual/rust in main from 1.66.0 to 1.66.1
2023-01-18 16:13:01 +01:00
Jeremi Piotrowski
35e3a0f19e changelog: add entry for shadow-4.13 2023-01-18 15:07:56 +00:00
Jeremi Piotrowski
87dca7c2fd sys-apps/shadow: Apply Flatcar modifications to shadow-4.13
- Carry over our custom tmpfiles and securetty files
- Remove /etc files and install them to /usr, use tmpfiles
- Switch /etc/login.defs edits to /usr/share/shadow/login.defs
- Drop moving passwd out of /usr since we don't have split-usr
- Drop pkg_postinst
2023-01-18 14:43:08 +00:00
Jeremi Piotrowski
5a947a7afb sys-apps/shadow: Sync with Gentoo
Upstream commit a0436405ad053f94ac5f28111452bb9ba301bea5
2023-01-18 14:43:08 +00:00
Dongsu Park
98860a8a73 profiles: accept keywords ~arm64 for dev-vcs/git 2.38.3
Accept keywords ~arm64 for dev-vcs/git 2.38.3, mainly to address
CVE-2022-23521, CVE-2022-41903.
2023-01-18 11:41:22 +01:00
Krzesimir Nowak
8b6d275521 Merge pull request #2380 from flatcar/krnowak/user-patches
coreos: Add patches for gentoolkit, portage-utils and gcc-config
2023-01-18 10:16:48 +01:00
Dongsu Park
c8044959be changelog: add changelog for dev-lang/rust 1.66.1 2023-01-17 17:17:13 +01:00
Dongsu Park
a849150538 dev-lang/rust: bump version from 1.66.0 to 1.66.1 to fix build
As the Gentoo ebuild of dev-lang/rust >= 1.66.0 keeps workaround that
explicitly checks for a version like 1.66.0, that ebuild would obviously
make the build fail with 1.66.1.
Update the version from 1.66.0 to 1.66.1 to fix the build.
2023-01-17 17:15:27 +01:00
Dongsu Park
c9cdacfa53 .github: update PV in ebuilds of dev-lang/rust
Every dev-lang/rust ebuild does a specific check if PV is the version,
e.g.:

  if [[ "${PV}" == 1.66.1 ]]; then,

So it is needed to replace the hard-coded version with the new version.
2023-01-17 14:48:12 +01:00
Flatcar Buildbot
762651298c dev-lang: Upgrade dev-lang/rust 1.66.0 to 1.66.1 2023-01-17 07:31:37 +00:00
Dongsu Park
8eb7612f78 Merge pull request #2386 from flatcar/go-1.18.10-and-1.19.5-main
Upgrade Go from 1.19.4 and 1.18.9 to 1.19.5 and 1.18.10
2023-01-16 17:48:15 +01:00
Krzesimir Nowak
ca26be6b85 Merge pull request #2379 from flatcar/krnowak/acct-hack
profiles: Do not modify preexisting users
2023-01-16 12:26:52 +01:00
Flatcar Buildbot
bdcdee999d dev-lang: Upgrade Go 1.18.9 to 1.18.10 2023-01-16 07:26:38 +00:00
Flatcar Buildbot
4798ae1bac dev-lang: Upgrade Go 1.19.4 to 1.19.5 2023-01-16 07:26:38 +00:00
Kai Lüke
8527a36cc2 Merge pull request #2373 from flatcar/kai/sysext-oem-bootengine
sys-kernel/bootengine: Manage systemd-sysext images for A/B booting
2023-01-13 18:21:12 +01:00
Kai Lueke
5ef7826ff2 sys-kernel/bootengine: Manage systemd-sysext images for A/B booting
This pulls in
https://github.com/flatcar/bootengine/pull/50
to select the active sysext images for OEMs or Flatcar extensions
that are coupled to the OS version. Systemd 252 is needed for the
sysext images to load without error because earlier systemd versions
were too strict about the final filename target name of a symlink.
2023-01-13 18:18:37 +01:00
Dongsu Park
a50db210a2 changelog: add changelog for python-oem 3.9.16 2023-01-13 15:03:03 +01:00
Krzesimir Nowak
ce6bdc5915 dev-lang/python-oem: Apply Flatcar modifications
Apply Flatcar modifications.

Unlike python <= 3.9.12, it is now unnecessary to replace virtual/awk
with app-alternatives/awk, because the upstream python ebuild already
has app-alternatives/awk.

Based on 32b448f8ccbf5f814739f834151803532272b1f9.
2023-01-13 15:03:00 +01:00
Dongsu Park
ba76a751c5 dev-lang/python-oem: update to 3.9.16
Update dev-lang/python-oem to 3.9.16, the same version as
dev-lang/python in portage-stable.

Gentoo commit 8c8c938e158a9e10f1c5a4280c16e435e354122e.
2023-01-13 10:22:56 +01:00
Krzesimir Nowak
3db813eb32 profiles: Do not modify preexisting users
Add an ebuild phase hook that runs when pkg_postinst is about to be
executed. The hook sets up the environment for acct-user packages to
avoid modifications of the preexisting users - these are provided by
our baselayout and usermod can't change anything there anyway (it
complains that the user is not in /etc/passwd).
2023-01-12 16:24:10 +01:00
Krzesimir Nowak
32eb84eff2 coreos: Add a user patch for sys-devel/gcc-config
Makes a hack in script not necessary.
2023-01-12 08:36:32 +01:00
Krzesimir Nowak
b5e038fe71 coreos: Add user patches for app-portage/portage-utils
Fixes an issue I spotted when working on package updates automation.
2023-01-12 08:36:32 +01:00
Krzesimir Nowak
545a0b0f36 coreos: Add a user patch for app-portage/gentoolkit
Fixes an issue I had when working on package updates automation.
2023-01-12 08:36:32 +01:00
Krzesimir Nowak
4370512afd profiles: Drop accept keywords for sys-libs/libseccomp
The entry was out of date as we haven't even used this version for
some time. Currently used version is already stable for amd64 and
arm64.
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
524b712a5a profiles: Keep using bzip2 for compressing binary packages
This was a default so far, but updating portage resulted in a change
of the default binary packages compressor from bzip2 to zstd. We
eventually will want to follow this change too, but first some scripts
that assume bzip2 will need to be updated. So for now keep using bzip2
to limit the scope of updating portage.
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
5bf90df9a4 profiles: Disable binpkg-multi-instance feature
The binpkg-multi-instance feature seems to be about having multiple
binary packages of a single source package, in case those packages
were built with different USE flags and stuff.

So far we have not used this feature, and it looks like that the
update of portage has made this feature to be enabled by default. The
enabling broke the image build, because this feature makes portage to
use a bit different directory structure to store binary packages. So
instead of storing sys-devel/gcc binary package in
${PKGDIR}/sys-devel/gcc-${VERSION}.tbz2, the binary package is stored
in ${PKGDIR}/sys-devel/gcc/gcc-${VERSION}-${BUILD_ID}.xpak.

Maybe we could consider using this feature at some point in future,
but for now disable it to keep building things working.
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
1106e240a1 sys-apps/portage: Move to portage-stable 2023-01-11 10:47:14 +01:00
Krzesimir Nowak
37defc380c profiles: Disable rsync-verify USE flag for sys-apps/portage
So far we have been modifying the ebuild file to make rsync-verify to
be disabled by default instead of enabled by default as it's done by
upstream ebuild.

This will allow us to remove another modification from portage ebuild
and eventually move sys-apps/portage to portage-stable.
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
db14a01fc7 profiles: Do not install repos.conf from sys-apps/portage
The package installs a default repos.conf in
/usr/share/portage/config/repos.conf. Normally it contained a default
configuration for gentoo repository, but we have a modification in the
ebuild that clobbers the contents of the file with a comment
line. Which means that this configuration file is empty. We do so,
because we are putting our own configuration in /etc anyway.

To minimize the amount of modifications put into the ebuild, we can
add /usr/share/portage/config/repos.conf into INSTALL_MASK. This is
one modification less and it's putting us closer to moving
sys-apps/portage to portage-stable.
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
c850639660 Merge pull request #2372 from flatcar/krnowak/sshd-config
coreos-base/coreos-init: Pull in fixed sshd_config
2023-01-11 10:22:13 +01:00
Krzesimir Nowak
0103249bcb coreos-base/coreos-init: Pull in fixed sshd_config
According to sshd_config manual, only lines starting with a hash and
empty lines are treated as comments. Which means that comments coming
after the key value pairs are not really comments and sshd complains
about them like:

/etc/ssh/sshd_config line 6: keyword PrintLastLog extra arguments at end of line
/etc/ssh/sshd_config line 7: keyword PrintMotd extra arguments at end of line
/etc/ssh/sshd_config: terminating, 2 bad configuration options
2023-01-11 08:52:38 +01:00
Sayan Chowdhury
487ba9efcf Merge pull request #2360 from flatcar/linux-5.15.86-main
Upgrade Linux Kernel for main from 5.15.81 to 5.15.86
2023-01-10 21:40:04 +05:30
Kai Lüke
32d8a64206 Merge pull request #2371 from flatcar/kai/backport-initrd-setup-root
sys-kernel/bootengine: Always run initrd-setup-root
2023-01-10 11:12:52 +01:00
Kai Lueke
abfaba8374 sys-kernel/bootengine: Always run initrd-setup-root
This pulls in
c8399e42bb9651c3c108f916f6645557ab41884b which is a backport of the
relevant parts of https://github.com/flatcar/bootengine/pull/50 to fix
https://github.com/flatcar/Flatcar/issues/944
2023-01-10 11:12:19 +01:00
Dongsu Park
285051316b Merge pull request #2370 from flatcar/cacerts-3.87-main
Upgrade ca-certificates in main from 3.86 to 3.87
2023-01-09 16:12:54 +01:00
Krzesimir Nowak
ba0743743d changelog: Add entries 2023-01-09 10:51:03 +01:00
Krzesimir Nowak
3b29f965e2 profiles: Cleanups for systemd
Sort the use flags, drop obsolete ones and nonexistent packages, drop
unnecessary accept keywords file (as it would potentially introduce a
version mismatch between amd64 and arm64).
2023-01-09 08:31:16 +01:00
Krzesimir Nowak
490ec0dc59 sys-apps/systemd: Apply Flatcar modifications 2023-01-09 08:31:16 +01:00
Krzesimir Nowak
45cc76db62 sys-apps/systemd: Sync with Gentoo
It's from Gentoo commit ef3b51926ede813b240e807911eef302ac0c4fdb.
2023-01-09 08:31:16 +01:00
Flatcar Buildbot
f2abbf09fe app-misc: Upgrade ca-certificates 3.86 to 3.87 2023-01-09 07:15:31 +00:00
Mathieu Tortuyaux
e9ec604f42 Merge pull request #2351 from flatcar/tormath1/ignition-vagrant
sys-apps/ignition: bring back noop OEM
2023-01-09 07:09:00 +01:00
Flatcar Buildbot
9ccfcc3c55 app-emulation: Upgrade Containerd 1.6.14 to 1.6.15 2023-01-06 08:22:37 +00:00
Mathieu Tortuyaux
43479cf6ae changelog: add entry
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-01-03 09:12:58 +01:00
Flatcar Buildbot
595603a0e6 sys-kernel: Upgrade Kernel 5.15.81 to 5.15.86 2023-01-01 07:16:32 +00:00
Flatcar Buildbot
2d2c3e61cc app-emulation: Upgrade Containerd 1.6.13 to 1.6.14 2022-12-23 08:21:45 +00:00
Mathieu Tortuyaux
8a6cbb8880 sys-apps/ignition: bring back noop OEM
it mainly brings back Vagrant which was failing with Ignition 2.14.0
even if no Ignition is provided.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-12-21 17:28:38 +01:00
Dongsu Park
0b3beed6fe Merge pull request #2350 from flatcar/docker-20.10.22-main
Upgrade Docker in main from 20.10.21 to 20.10.22
2022-12-21 16:56:14 +01:00
Flatcar Buildbot
7f1d5313e7 app-emulation: Upgrade Docker 20.10.21 to 20.10.22 2022-12-21 07:45:33 +00:00
Dongsu Park
5c8d650a98 dev-lang/rust: bump version from 1.65 to 1.66 to fix build
As the Gentoo ebuild of dev-lang/rust >= 1.65 keeps workaround that
explicitly checks for a version like 1.65, that ebuild would obviously
make the build fail with 1.66.
Update the version from 1.65 to 1.66 to fix the build.
2022-12-20 12:10:33 +01:00
Flatcar Buildbot
f87210ba5c dev-lang: Upgrade dev-lang/rust 1.65.0 to 1.66.0 2022-12-20 07:33:57 +00:00
Krzesimir Nowak
1e5bd7893f changelog: Add an entry 2022-12-19 10:22:48 +01:00
Krzesimir Nowak
5c4757654f profiles: Update USE name for sys-apps/systemd 2022-12-19 10:22:48 +01:00
Krzesimir Nowak
d313a77d29 sys-apps/systemd: Apply Flatcar modifications 2022-12-19 10:22:48 +01:00
Krzesimir Nowak
c0b3c67e51 sys-apps/systemd: Sync with Gentoo
It's from Gentoo commit 5ee96ebd12ec053d626f2e717bb4ba9f38991b4f.
2022-12-19 10:22:48 +01:00
Flatcar Buildbot
0a55fafbb7 app-emulation: Upgrade Containerd 1.6.12 to 1.6.13 2022-12-16 08:21:10 +00:00
Dongsu Park
27311821b3 Merge pull request #2336 from flatcar/firmware-20221214-main
Upgrade Linux Firmware in main from 20221109 to 20221214
2022-12-15 15:28:24 +01:00
Mathieu Tortuyaux
fa4fac2e51 Merge pull request #2318 from flatcar/tormath1/update-engine
coreos-base/update_engine: pull new update-engine
2022-12-15 12:32:35 +01:00
Krzesimir Nowak
17dfbf3365 Merge pull request #2335 from flatcar/krnowak/user-patches
coreos/user-patches: New directory for user-patches
2022-12-15 11:06:22 +01:00
Krzesimir Nowak
68c56b0c11 coreos/user-patches: New directory for user-patches 2022-12-15 11:05:56 +01:00
Flatcar Buildbot
252d052d22 sys-kernel: Upgrade Linux Firmware 20221109 to 20221214 2022-12-15 07:11:08 +00:00
Krzesimir Nowak
bc70d8bb4e Merge pull request #2333 from flatcar/krnowak/weekly
Changes for weekly updates (update glibc to 2.36)
2022-12-14 14:50:21 +01:00
Dongsu Park
f7564880d7 .github: run apt-get update before installing native Ubuntu packages
We should run apt-get update before installing native Ubuntu packages
like qemu-user-static. Otherwise apt-get install could fail like:

```
Err:1 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe
amd64 qemu-user-static amd64 1:6.2+dfsg-2ubuntu6.5
  404  Not Found [IP: 52.252.75.106 80]
```

That happens because meanwhile the qemu-user-static deb package in the
Azure mirror was updated from 6.5 to 6.6, without keeping the old
version. Its index of the Azure mirror was updated, but
setup-flatcra-sdk.sh did not sync that, as apt-get update did not run.
2022-12-14 09:50:07 +01:00
Dongsu Park
d147ba2b79 Merge pull request #2332 from flatcar/go-1.18.9-and-1.19.4-main
Upgrade Go from 1.19.3 and 1.18.8 to 1.19.4 and 1.18.9
2022-12-13 10:02:04 +01:00
Krzesimir Nowak
d5244cd84b changelog: Add an entry 2022-12-12 14:52:54 +01:00
Krzesimir Nowak
1c7d3ad34d 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
2022-12-12 14:25:09 +01:00
Dongsu Park
ec387e32fa changelog: add security changelog for Go 1.19.4, 1.18.9 2022-12-12 10:00:14 +01:00
Krzesimir Nowak
20a7d491a1 sys-libs/glibc: Sync with Gentoo
It's from Gentoo commit aebe34585bd927ece8a8984ff9a27a4032378a6c.
2022-12-12 09:07:16 +01:00
Flatcar Buildbot
c481e616b8 dev-lang: Upgrade Go 1.18.8 to 1.18.9 2022-12-12 07:28:28 +00:00
Flatcar Buildbot
31c8095542 dev-lang: Upgrade Go 1.19.3 to 1.19.4 2022-12-12 07:28:28 +00:00
Flatcar Buildbot
8c8f3f97ef app-misc: Upgrade ca-certificates 3.85 to 3.86 2022-12-12 07:15:27 +00:00
Dongsu Park
94ee295e6e changelog: add security changelog for containerd 1.6.12 2022-12-09 13:13:56 +01:00
Flatcar Buildbot
4f0dd682f9 app-emulation: Upgrade Containerd 1.6.10 to 1.6.12 2022-12-09 08:22:42 +00:00
Krzesimir Nowak
ec5f6ca252 Merge pull request #2317 from flatcar/krnowak/libarchive-update
profiles: Drop accept keywords for app-arch/libarchive
2022-12-08 12:50:24 +01:00
Mathieu Tortuyaux
1fab9ca500 coreos-base/coreos: add libsodium
update_engine needs to access context from SHA256 to store it and
restore it for further computations on it.
With OpenSSL SHA256 v3 implementation is not possible, let's use the
libsodium implementation.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-12-08 11:18:52 +01:00
Mathieu Tortuyaux
018198129a coreos-base/update_engine: bump commit ID
this pulls the OpenSSL 3 upgrade.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-12-08 11:18:52 +01:00
Krzesimir Nowak
246bc58053 Merge pull request #2316 from flatcar/krnowak/weekly
Updates for weekly update 2022-12-05
2022-12-08 09:43:33 +01:00
Mathieu Tortuyaux
c40db9d10f Revert "coreos-base/update_engine: remove -Werror flag"
This reverts commit 5f720f7b9987bf8b7d15a9569b4a340bdf253260.
2022-12-07 13:33:48 +01:00
Krzesimir Nowak
5cae1e12de profiles: Drop accept keywords for app-arch/libarchive
The updated package is stable for both amd64 and arm64.
2022-12-07 11:37:28 +01:00
Flatcar Buildbot
b134ce0bb9 sys-kernel: Upgrade Kernel 5.15.79 to 5.15.81 2022-12-07 00:22:20 +05:30
Sayan Chowdhury
bcf2bb0b77 sys-libs/pam: Apply Flatcar patches
-  sys-libs/pam: Make /sbin/unix_chkpwd suid

This is to avoid importing fcaps eclass which adds a dependency on
sys-libs/libcap, which in turn depends on sys-libs/pam. To get out of
this conundrum, we could specify a "-filecaps" use flag for
sys-libs/pam. Problem with this solution would be no capability
override for the binary making it unable to read /etc/shadow. Thus we
make the binary suid. This is strictly less secure than overriding its
capabilities, but I have no idea how to solve it in a less hacky way.

-  sys-libs/pam: Install configuration into /usr

Also provide a tmpfiles fragment to bring it back.

- sys-libs/pam: Locked accounts functionality

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-12-06 15:06:47 +01:00
Krzesimir Nowak
ef09c88d70 sys-libs/pam: Reset to vanilla ebuild 2022-12-06 15:03:29 +01:00
Dongsu Park
eec5d85328 sys-devel/gdb: Apply Flatcar modifications
- Fix cross build issues with configuring gmp libs

  As gdb 11 or newer requires gmp libs as dependency, a cross build of
  gdb 11.2 started to fail when its configure scripts try to detect if
  gmp exists.  The failure occurs mainly because the build still
  passes '-L/usr/lib64` to LDFLAGS. Let's say, for example, host
  toolchains outside of sysroot have amd64 libs, while the target
  inside of sysroot should have arm64 libs. However, configure scripts
  of gdb 11.2 still try to find its libs outside of sysroot,
  /usr/lib64, although it should find its libs inside of sysroot,
  e.g. /build/arm64/usr/lib64.

  To fix the cross build issues, pass --with-sysroot as well as
  --libdir, correctly with ${ESYSROOT}.

  As a side note, for some reason, upstream gdb configure scripts are
  not able to correctly make use of its gmp-specific options like
  --with-gmp or --with-gmp-lib. Passing those options does not bring
  anything.  Also configure must have both --with-sysroot and
  --libdir, to make the build work.

- Replace dependency on virtual/yacc with app-alternatives/yacc

  The former is gone in favor of the latter in Gentoo. This change
  will be dropped when we sync the package with Gentoo again.
2022-12-06 14:53:36 +01:00
Krzesimir Nowak
1f88c934c0 sys-devel/gdb: Reset to vanilla ebuild 2022-12-06 14:51:21 +01:00
Sayan Chowdhury
f6efb50cb6 net-firewall/iptables: Apply the Flatcar patches
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2022-12-06 14:49:54 +01:00
Krzesimir Nowak
fd2b43d9cf net-firewall/iptables: Reset to vanilla ebuild 2022-12-06 14:42:47 +01:00
Sayan Chowdhury
b621893c2e app-shells/bash: Apply Flatcar patches
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-12-06 14:41:10 +01:00
Krzesimir Nowak
0a0f1733f4 app-shells/bash: Reset to vanilla ebuild 2022-12-06 14:40:14 +01:00
Krzesimir Nowak
4bd509277a 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
  - replace virtual/awk with app-alternatives/awk
2022-12-06 14:38:29 +01:00
Krzesimir Nowak
43ccab8e9d sys-libs/glibc: Reset to vanilla ebuild 2022-12-06 14:36:54 +01:00
Krzesimir Nowak
a4326957df dev-lang/python-oem: Apply Flatcar modifications 2022-12-06 14:34:48 +01:00
Krzesimir Nowak
4dc2f9a83d dev-lang/python-oem: Reset to vanilla ebuild 2022-12-06 14:32:39 +01:00
Krzesimir Nowak
f76441eaeb dev-lang/python-oem: Update dependency
The `virtual/awk` package is replaced with `app-alternatives/awk`, so
reflect that in the ebuild.
2022-12-06 14:32:39 +01:00
Krzesimir Nowak
33d5bace3f profiles: Do not pull in pip stuff from dev-lang/python 2022-12-06 14:32:39 +01:00
Krzesimir Nowak
990b2749a3 coreos/config: Update description for app-crypt/mit-krb5 overrides 2022-12-06 14:32:39 +01:00
Jeremi Piotrowski
1db12d110d Merge pull request #2315 from flatcar/bug-847-kernel-fix-backport
sys-kernel/coreos-sources: Add backport of bugfix for #847
2022-12-06 13:35:15 +01:00
Jeremi Piotrowski
b7eec9eed7 changelog: add entry for Flatcar#847 bugfix 2022-12-06 11:42:15 +01:00
Sayan Chowdhury
9700f36c3f Merge pull request #2309 from flatcar/sayan/update-sudo-1.9.12_p1
add-admin/sudo: Sync with Gentoo upstream; updates to 1.9.12_p1
2022-12-05 19:17:44 +05:30
Jeremi Piotrowski
61592da5ec sys-kernel/coreos-sources: Add backport of bugfix for #847
Users reported a deadlock in ext4 that occurs under loads after kernel 5.15.72.
We debugged and found that this issue is also present upstream (6.x) and found
a fix. The fix has been validated to fix the issue, but we're still waiting for
a reponse from the ext4 maintainer.

In the meantime, apply the backport to our kernel sources, so that users can be
unblocked from updating. This will be released to alpha/beta first, and
hopefully by the time it is promoted to stable, the fix will be merged to the
kernel tree and backported to 5.15.
2022-12-05 13:31:20 +01:00
Sayan Chowdhury
f2ea162fae changelog: Update the changelog for the sudo-1.9.12_p1
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-12-02 17:22:04 +05:30
Krzesimir Nowak
7542bbf3f5 Merge pull request #2307 from flatcar/krnowak/weekly
Changes for weekly updates
2022-12-01 19:39:23 +01:00
Flatcar Buildbot
7b019787ee app-emulation: Upgrade open-vm-tools 12.1.0 to 12.1.5 2022-11-30 07:19:01 +00:00
Krzesimir Nowak
642a90d29b profiles: Drop accept keywords for sys-libs/zlib
It became stable for amd64 and arm64.
2022-11-29 15:13:45 +01:00
Krzesimir Nowak
cf28added0 profiles: Drop accept keywords for sys-fs/multipath-tools
The updated package is now stable for both amd64 and arm64.
2022-11-29 15:08:35 +01:00
Krzesimir Nowak
8064d1c3d5 profiles: Updated accept keywords for net-misc/curl 2022-11-29 14:13:49 +01:00
Krzesimir Nowak
33b0d3e235 coreos-devel/sdk-depends: Replace dev-util/boost-build with dev-util/b2
dev-libs/boost now needs the latter to build.
2022-11-29 10:58:18 +01:00
Dongsu Park
78c4fb88d1 Merge pull request #2299 from flatcar/dongsu/cpio-2.13
profiles: accept keywords for app-arch/cpio 2.13-r3
2022-11-23 17:32:37 +01:00
Krzesimir Nowak
bfbf8b3135 Merge pull request #2298 from flatcar/krnowak/weekly
profiles: Updates for weekly package updates
2022-11-23 14:32:46 +01:00
Dongsu Park
f8d0d4bd13 Merge pull request #2292 from flatcar/linux-5.15.79-main
Upgrade Linux Kernel for main from 5.15.77 to 5.15.79
2022-11-23 14:20:35 +01:00
Krzesimir Nowak
5b6cd2ab0a profiles: Update accept keywords for net-misc/curl
Revision was bumped to r2, but it kept the keywords intact.
2022-11-22 13:39:22 +01:00
Krzesimir Nowak
4c7180dca0 profiles: Update accept keywords for sys-libs/zlib
It became stable for arm64, still unstable for amd64. Probably will be
stabilized for the latter during the week.
2022-11-22 13:35:13 +01:00
Dongsu Park
384ce45da9 profiles: accept keywords for app-arch/cpio 2.13-r3
Accept keywords for app-arch/cpio 2.13-r3, mainly to address
CVE-2021-38185.
2022-11-22 11:00:41 +01:00
Dongsu Park
69e9bcc0f7 Merge pull request #2296 from flatcar/containerd-1.6.10-main
Upgrade Containerd in main from 1.6.9 to 1.6.10
2022-11-18 13:08:02 +01:00
Krzesimir Nowak
02b93bd55a Merge pull request #2288 from flatcar/krnowak/weekly
profiles: Cleanups for weekly package updates
2022-11-18 10:14:47 +01:00
Flatcar Buildbot
88af01b531 app-emulation: Upgrade Containerd 1.6.9 to 1.6.10 2022-11-18 08:24:29 +00:00
Krzesimir Nowak
052c0553ae Merge pull request #2268 from flatcar/krnowak/openssh-update
net-misc/openssh: Bump to 9.1
2022-11-17 11:19:32 +01:00
Krzesimir Nowak
e596583d76 profiles: Build static libraries for dev-libs/libpcre2
app-emulation/qemu depends on dev-libs/glib preferentially built with
static libraries. The GLib library started to depend on
dev-libs/libpcre2 after the update. Since dev-libs/glib is built with
static-libs USE flag, it propagates the requirement to
dev-libs/libpcre2 too. Thus update the line with old dev-libs/libpcre
in package.use to new dev-libs/libpcre2 now. Hopefully nothing needs
static libs of old dev-libs/libpcre.
2022-11-17 11:15:54 +01:00
Krzesimir Nowak
11d976f352 profiles: Drop arm64 from accept keywords for net-misc/curl 2022-11-17 11:15:54 +01:00
Krzesimir Nowak
8eff949fff profiles: drop dev-util/glib-utils from packages.provided
Should not be necessary - dev-libs/glib is not pulling it anymore, and
other ebuilds needing the package pull it with BDEPEND, which means
that the package on SDK is being used.
2022-11-17 11:15:54 +01:00
Krzesimir Nowak
1a045b9ccc profiles: Update accept keywords for app-editors/vim-core 2022-11-17 11:15:54 +01:00
Krzesimir Nowak
8957817186 profiles: Update accept keywords for app-editors/vim 2022-11-17 11:15:54 +01:00
Flatcar Buildbot
5c6e3b3fe0 sys-kernel: Upgrade Kernel 5.15.77 to 5.15.79 2022-11-17 07:19:16 +00:00
Dongsu Park
4a4289ebc8 Merge pull request #2283 from flatcar/cacerts-3.85-main
Upgrade ca-certificates in main from 3.84 to 3.85
2022-11-16 15:09:07 +01:00
Kai Lueke
ee0c1e654c Support Hardware Security Keys in update-ssh-keys
This pulls in
https://github.com/flatcar/update-ssh-keys/pull/7
to support Hardware Security Keys in update-ssh-keys.
Until we have a new crates.io release of openssh-keys with
https://github.com/coreos/openssh-keys/pull/68 we need to host it on
Origin or find a way to make the eclass more flexible. Here it was
hosted on Origin (from "cargo package") and the Cargo.toml/lock patched
on build to think it would come from crates.io because the Gentoo
eclass only supports that location.
2022-11-16 11:52:16 +01:00
Sayan Chowdhury
d340dda71a app-admin/sudo: Apply Flatcar patches
- Remove Perl Runtime Dependency
- Remove OpenLDAP schema files for sudo
- Remove sudo.conf file as it is shipped via baselayout

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-11-15 05:24:42 +00:00
Sayan Chowdhury
32089482da add-admin/sudo: Sync with Gentoo upstream; updates to 1.9.12_p1
gentoo syncref: 82f5b130cc
2022-11-15 05:18:23 +00:00
Flatcar Buildbot
0986cc7377 app-misc: Upgrade ca-certificates 3.84 to 3.85 2022-11-14 07:17:45 +00:00
Krzesimir Nowak
db546fb6d4 changelog: Add an entry 2022-11-11 09:17:27 +01:00
Dongsu Park
340f597eae Merge pull request #2276 from flatcar/firmware-20221109-main
Upgrade Linux Firmware in main from 20221012 to 20221109
2022-11-11 09:13:13 +01:00
Mathieu Tortuyaux
3d882f6f73 changelog: add entry
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-11-10 17:02:28 +01:00
Mathieu Tortuyaux
3a9541cd7e sys-apps/ignition: fix OEM detection
In case the OEM partition was specified with the name "OEM",
the btrfs format was not forced because it only considered the name "oem".

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-11-10 16:58:37 +01:00
Krzesimir Nowak
bbc47ca7ab profiles: Cleanup net-misc/openssh stuff
We mark the package as stable in ebuild, so drop the accept
keywords. Also, bindist is not a thing any more.
2022-11-10 16:11:42 +01:00
Sayan Chowdhury
9393631719 net-misc/openssh: Apply Flatcar patches
- Drop the init.d files.
- Remove the socket unit's rate limiting.
- Mark the package as stable.

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
Signed-off-by: Dongsu Park <dpark@linux.microsoft.com>
2022-11-10 16:11:42 +01:00
Krzesimir Nowak
8d0734b440 net-misc/openssh: Sync with Gentoo
It's from Gentoo commit 591c528cc536c3e28daaf6356084d356c5e82eec.
2022-11-10 16:11:42 +01:00
Flatcar Buildbot
909e4e5a85 sys-kernel: Upgrade Linux Firmware 20221012 to 20221109 2022-11-10 15:23:58 +01:00
Krzesimir Nowak
a8467c41ec Merge pull request #2266 from flatcar/krnowak/weekly
Profile cleanups for weekly package updates
2022-11-10 09:46:51 +01:00
Krzesimir Nowak
e6c3da9063 Merge pull request #2249 from flatcar/sync-maintainers
Sync MAINTAINERS.md
2022-11-09 13:26:17 +01:00
Krzesimir Nowak
1c76e1b569 profiles: Update accept keywords for net-misc/curl 2022-11-09 13:23:54 +01:00
Krzesimir Nowak
c2709f7f01 sys-devel/sysroot-wrappers: Bump to 0.2
Pull things from flatcar org, updates the build system, so we can
depend on autoconf 2.71, install symlink for cc too.
2022-11-08 17:42:05 +01:00
Krzesimir Nowak
4ce207765b profiles: Drop accept keywords for dev-libs/libxml2
It became stable in portage-stable.
2022-11-08 17:42:05 +01:00
Krzesimir Nowak
e4fbf8c8b7 profiles: Drop accept keyword for dev-util/patchelf 2022-11-08 17:42:05 +01:00