Commit Graph

14176 Commits

Author SHA1 Message Date
Sayan Chowdhury
2eb4764fb8
Merge pull request #815 from flatcar/linux-5.15.111-main
Upgrade Linux Kernel for main from 5.15.108 to 5.15.111
2023-05-12 17:12:29 +05:30
Krzesimir Nowak
b458ccb99f overlay sys-apps/baselayout: Fix commit hash
Point to the merge commit in flatcar-master branch that contains the
previous commit.
2023-05-12 12:20:18 +02:00
Dongsu Park
c16ce9316c
Merge pull request #813 from flatcar/dongsu/containerd-1.6.21
app-emulation/containerd: Upgrade Containerd from 1.6.20 to 1.6.21
2023-05-12 12:13:44 +02:00
Krzesimir Nowak
7cdec05602
Merge pull request #776 from flatcar/krnowak/bash-changes
Move bash to portage stable and update it
2023-05-12 11:54:57 +02:00
Flatcar Buildbot
c268054ed4 sys-kernel/coreos-sources: Update from 5.15.108 to 5.15.111 2023-05-12 07:11:23 +00:00
flatcar-ci
fd81de1342 New version: main-3601.0.0-nightly-20230511-2100 2023-05-11 21:00:26 +00:00
Dongsu Park
cea940ffad app-emulation/containerd: Upgrade Containerd from 1.6.20 to 1.6.21 2023-05-11 16:28:04 +02:00
Krzesimir Nowak
8b2f9414ff overlay profiles: Add accept keywords for just updated packages 2023-05-11 15:33:29 +02:00
Krzesimir Nowak
10383e5770 overlay sys-devel/gdb: Drop, moved to portage-stable 2023-05-11 15:33:29 +02:00
Krzesimir Nowak
b36a4d8561 overlay app-shells/bash: Drop, moved back to portage-stable 2023-05-11 15:33:29 +02:00
Krzesimir Nowak
33254e0aef app-shells/bash: Add from Gentoo
It's from Gentoo commit 06ae7be862ffb82a0cabb211ae274cde39587d9a.
2023-05-11 15:33:29 +02:00
Krzesimir Nowak
557f4057f6 sys-libs/readline: Sync with Gentoo
It's from Gentoo commit 198c9a129da31c9ab536f3680e967156eb4f11b6.
2023-05-11 15:33:29 +02:00
Krzesimir Nowak
f7a8d51370 sys-devel/gdb: Add from Gentoo
It's from Gentoo commit e32772476e61578dd91229d77b82f56822857d92.

It needed an update because the old version failed to build with the
new version of the readline library.
2023-05-11 15:33:29 +02:00
Krzesimir Nowak
0c4728937e net-libs/libnsl: Add from Gentoo
It's from Gentoo commit 912b3be04d9e5ee047d2d5c2006534a87bb03c36.

It's a dependency of the updated sys-devel/gdb package.
2023-05-11 15:33:29 +02:00
Krzesimir Nowak
73bcaf7464 sys-apps/baselayout: Do not install bash symlinks
Installation of bash symlinks in core home directory was taken over by
the `coreos-base/misc-files` package.
2023-05-11 15:33:29 +02:00
Krzesimir Nowak
3276763384 overlay coreos-base/misc-files: Generate bash symlinks for core user
The package will take over the symlink creation from the
sys-apps/baselayout package for the following reasons:

- We will use the new location of the bash files as targets for the
  symlinks (`/usr/share/flatcar/etc/skel/…`).

- This package makes sure that the symlinks won't dangle.

- `/usr/share/flatcar/etc` does not exist in GCE OEM ACI image because
  we don't move `/etc` to `/usr/share/flatcar/etc` (actually, `/etc`
  gets completely removed) when building this image. It makes bash
  symlinks in core home directory to dangle and thus fail the rootfs
  check that happens right after installing the
  `coreos-base/coreos-oem-gce` package. Using the old location for the
  bash symlinks (that'd be `/usr/share/skel`) wouldn't help, because
  the files there also became symlinks, and they are dangling too.
  This can't fix it in the manglefs script because it's invoked too
  late, after the rootfs check. I decided to move the core home bash
  symlink creation to `coreos-base/misc-files` as this package won't
  be installed in ACI image.
2023-05-11 15:33:16 +02:00
Krzesimir Nowak
c2524a6d2d overlay: Move our bash modifications to a separate package
The new coreos-base/misc-files package will contain the compatibility
symlinks and other files we added as modifications to Gentoo
ebuilds. Now we will be moving the app-shells/bash package to
portage-stable, so move our bashrc snippet and symlink creation to the
new package.
2023-05-11 15:24:44 +02:00
Jeremi Piotrowski
0af494c988
Merge pull request #809 from flatcar/jepio/acl-coredump-fix
sys-apps/acl: Sync with Gentoo to fix crash
2023-05-11 10:44:07 +02:00
flatcar-ci
e019df290b New version: main-3600.0.0-nightly-20230510-2100 2023-05-10 21:00:24 +00:00
Jeremi Piotrowski
a09a0d0d3f sys-apps/acl: Sync with Gentoo
getacl is currently failing with a buffer overflow:

  $ getfacl /
  getfacl: Removing leading '/' from absolute path names
  # file: .
  # owner: root
  # group: root
  *** buffer overflow detected ***: terminated
  Aborted (core dumped)

This has been addressed upstream in acl-2.3.1-r1 by lowering
FORTIFY_SOURCE level.

Upstream commit 6273f7c0c37bc0fae7071ec6237654796bdcca55.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-05-10 10:00:40 +00:00
Kai Lueke
9f96951f23 app-admin/locksmith: Restore access to TTYs for reboot delay
This pulls in
https://github.com/flatcar/locksmith/pull/21
to have working reboot warnings and delays for non-SSH sessions.
This seems to have been broken for a longer time.
2023-05-10 11:43:03 +02:00
flatcar-ci
82ba93e567 New version: main-3599.0.0-nightly-20230509-2100 2023-05-09 21:00:26 +00:00
Flatcar Buildbot
b2edf63ed3 Update mantle container image to latest HEAD 2023-05-09 08:41:19 +00:00
Dongsu Park
ab814ddf9e
Merge pull request #787 from flatcar/dongsu/openssl-3.0.8-r4
dev-libs/openssl: update to 3.0.8-r4
2023-05-09 10:41:02 +02:00
Dongsu Park
74471f5f5e
Merge pull request #775 from flatcar/dongsu/openssh-9.3
net-misc/openssh: update to 9.3
2023-05-09 10:33:44 +02:00
flatcar-ci
cbd9294316 New version: main-3598.0.0-nightly-20230508-2100 2023-05-08 21:00:32 +00:00
Dongsu Park
d1a8681359
Merge pull request #798 from flatcar/cacerts-3.89.1-main
Update ca-certificates in main from 3.89 to 3.89.1
2023-05-08 17:41:01 +02:00
Flatcar Buildbot
f472aa27c4 app-misc/ca-certificates: Update from 3.89 to 3.89.1 2023-05-08 07:19:44 +00:00
flatcar-ci
ccf0236a3b New version: main-3595.0.0-nightly-20230505-2100 2023-05-06 01:24:51 +00:00
flatcar-ci
d4980cc06e New version: main-3595.0.0-nightly-20230505-2100-INTERMEDIATE 2023-05-05 21:00:24 +00:00
Krzesimir Nowak
a05a7ba03b
Merge pull request #791 from flatcar/krnowak/sys-packages-app-glob
Automate updates of system packages: app-*
2023-05-05 12:31:00 +02:00
Dongsu Park
3e30d4d6c1
Merge pull request #788 from flatcar/runc-1.1.7-main
Upgrade Runc in main from 1.1.6 to 1.1.7
2023-05-05 10:12:45 +02:00
flatcar-ci
565579a252 New version: main-3594.0.0-nightly-20230504-2100 2023-05-04 21:00:33 +00:00
Krzesimir Nowak
7f912c3376 app-text/manpager: Sync with Gentoo
It's from Gentoo commit c2fcf05a5cae7570813bfa2891b10b100ad24a3b.
2023-05-04 16:36:40 +02:00
Krzesimir Nowak
4630cf83f7 app-portage/elt-patches: Sync with Gentoo
It's from Gentoo commit ef119c1cd4899004a2eaee36f831600cb7b74693.
2023-05-04 16:36:21 +02:00
Krzesimir Nowak
ecd5076ecf app-misc/editor-wrapper: Sync with Gentoo
It's from Gentoo commit 2e20a1bb7a796a6fc35d7bf8a580e7ceb97f688d.
2023-05-04 16:35:58 +02:00
Krzesimir Nowak
276c264316 app-misc/c_rehash: Sync with Gentoo
It's from Gentoo commit 118a9ac89b872bab2127bb9704ab81c2d1ff9347.
2023-05-04 16:34:42 +02:00
Krzesimir Nowak
51578cabf8 app-editors/nano: Sync with Gentoo
It's from Gentoo commit 77ff03474aca79fbd510d686707bc98c051101d1.
2023-05-04 16:34:08 +02:00
Krzesimir Nowak
b5a13a9ba5 app-crypt/pinentry: Sync with Gentoo
It's from Gentoo commit 6008e86d6768480e3743fb43beb19bf3fc8d3e1c.
2023-05-04 16:33:34 +02:00
Krzesimir Nowak
3b466ae9f1 app-crypt/libmd: Sync with Gentoo
It's from Gentoo commit ab05255b246cfca95025d9f966e62028f4242dea.
2023-05-04 16:33:16 +02:00
Dongsu Park
6d31354e9f
Merge pull request #785 from flatcar/dongsu/c-ares-1.19
net-dns/c-ares: update to 1.19
2023-05-04 12:05:52 +02:00
Flatcar Buildbot
982c6098d1 app-emulation/docker-runc: Update from 1.1.6 to 1.1.7 2023-05-04 07:54:53 +00:00
Flatcar Buildbot
0ea3c7c0e7 Update mantle container image to latest HEAD 2023-05-04 06:52:54 +00:00
Dongsu Park
4de41e2d85
Merge pull request #786 from flatcar/go-1.12.17-and-1.18.10-and-1.19.9-main
Upgrade Go from 1.19.8 to 1.19.9
2023-05-04 08:52:34 +02:00
Mathieu Tortuyaux
cdfbbc5ed4 dev-libs/openssl: Apply Flatcar modifications
- remove unecessary files
- drop `pkg_postint`
- create `/etc/ssl` with tmpfiles
- mark openssl as stable for arm64 and amd64
- continue shipping app-misc/c_rehash

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Dongsu Park <dpark@linux.microsoft.com>
2023-05-04 08:38:25 +02:00
Dongsu Park
1d8ad4db03 dev-libs/openssl: update to 3.0.8-r4
Update dev-libs/openssl to 3.0.8-r4, mainly to address CVE-2023-0464,
CVE-2023-0465, CVE-2023-0466, CVE-2023-1255.

Gentoo commit: bebe8fa4ec3ef6b87551157f4e13755956936aa3
2023-05-04 08:37:58 +02:00
flatcar-ci
9e7ff133bb New version: main-3593.0.0-nightly-20230503-2100 2023-05-03 21:00:26 +00:00
Flatcar Buildbot
3e2f430fda dev-lang/go: Update from 1.19.8 to 1.19.9 2023-05-03 15:44:09 +00:00
Dongsu Park
03feeb2f83 net-dns/c-ares: update to 1.19.0
Update net-dns/c-ares to 1.19.0, mainly to address CVE-2022-4904.
2023-05-03 14:50:03 +02:00
Sayan Chowdhury
eec7dccc48 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>
2023-05-03 10:22:54 +02:00