Commit Graph

3729 Commits

Author SHA1 Message Date
Krzesimir Nowak
c68b399d89 github: Fix package check
Packages in the list are not necessarily packages only, which are
represented as directories (like sys-apps/systemd), but also, in case
of eclasses, plain files. The check was checking for the path to be a
directory and emitted the warning if it was not, which resulted in
eclasses being kept not updated. Just check if the path exists.
2022-10-17 17:26:53 +02:00
Krzesimir Nowak
1d8feba460 github: Silence the warning about node 12 deprecation
The workflow was inconsistent with usage of actions/checkout. The
first checkout used v3, whereas the next two - v2. These are the same,
but v3 runs on currently supported node 16. Using v2 emits
warnings. To avoid them, update the action versions to v3.
2022-10-17 17:22:36 +02:00
Krzesimir Nowak
261210fe09 github: Gentoo is a proper name 2022-10-17 17:21:52 +02:00
Krzesimir Nowak
d1f85a99bd Merge pull request #368 from flatcar/buildbot/automatic-package-updates
Weekly package updates
2022-10-14 13:06:14 +02:00
Krzesimir Nowak
03106c74cc Merge pull request #370 from flatcar/krnowak/bind-tools-update
net-dns/bind-tools: Update to 9.16.33
2022-10-13 17:39:33 +02:00
Krzesimir Nowak
b96788b9f3 .github: Add entries to packages-list 2022-10-12 13:48:53 +02:00
Thilo Fromm
9ee5c87c96 scripts/bootstrap: Apply Flatcar modifications
- add static-libs, openmp

  'static-libs' and 'opempn' are added to the bootstrap emerge USE
  flags (stage 3 of the bootstrap-sh script, which is run in stage 2
  of the SDK catalyst bootstrapping process):

  - 'static-libs' un-breaks the zlib build: zlib installed has this
     flag set and zlib requested per emerge command line in
     bootstrap.sh stage 3 needs this flag to prevent a slot conflict.

  - 'openmp' is to honor requirements of newer versions of GCC and is
     added according to Gentoo guidelines published here:
     https://wiki.gentoo.org/wiki/User:Sakaki/Sakaki%27s_EFI_Install_Guide/Building_the_Gentoo_Base_System_Minus_Kernel#Gentoo_Bootstrap_Remix:_Progressing_from_Stage_1_to_Stage_2

- install curl before baselayout

  Now that Github rejects access to an unauthenticated URL with
  `git://`, we have to make git and libcurl work with
  `https://`. However, during the SDK stage2, curl is not explicitly
  installed, but just inherited from the stage1. As a result, curl is
  built without the `ssl` USE flag.  So installation of baselayout
  fails with:

```
git fetch https://github.com/flatcar-linux/baselayout.git --prune +HEAD:refs/git-r3/HEAD
fatal: unable to access 'https://github.com/flatcar-linux/baselayout.git/':
Protocol "https" not supported or disabled in libcurl
```

  To resolve the issue, we need to install curl with `BOOTSTRAP_USE=ssl`
  before trying to install baselayout.

- update openssl before stage3

  Right now our bootstrap flow is different then gentoo's - we don't
  update the seed when building stage1 and use a different ebuilds
  snapshot for stage1 compared to stage2 and stage3. This is causing
  us trouble now, because we introduced openssl-3, but seed/stage1
  still contains openssl-1.1. During `emerge -e @system` in stage3,
  some packages that depend on openssl may build against the stage1
  version, which results in an error during depcleaning (they would
  need to be rebuilt instead).  Stage3 is not extensible, so instead,
  explicitly update openssl in stage2. This workaround can be removed
  as soon as we release a seed with openssl-3.

Co-authored-by: Dongsu Park <dpark@linux.microsoft.com>
Co-authored-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2022-10-12 13:47:58 +02:00
Krzesimir Nowak
5fcd463a96 scripts: Sync with Gentoo
It's from Gentoo commit c26dfbbcfeb7239fbb527b0fceab36c7371f4b9d.
2022-10-12 12:45:11 +02:00
Krzesimir Nowak
d5d1484f91 licenses: Sync with Gentoo
It's from Gentoo commit 2858ad389e5915858639f10c1b608d743a137f24.
2022-10-12 12:45:11 +02:00
Krzesimir Nowak
d9b3cc2355 profiles: Sync with Gentoo
It's from Gentoo commit 0cf5e94dbab424b05dc7934a484d4ec60c17de80.
2022-10-12 12:45:10 +02:00
Krzesimir Nowak
801fc122da changelog: Add an entry 2022-10-11 16:06:48 +02:00
Krzesimir Nowak
06e7631f88 changelog: Add entries 2022-10-11 14:31:57 +02:00
Krzesimir Nowak
bf46114abc .github/workflows/packages-list: Add entries 2022-10-11 12:13:32 +02:00
Krzesimir Nowak
bf25f19beb eclass/wrapper: Sync with Gentoo
It's from Gentoo commit 13c48b178beee52c5eccc023fd3e8c0feead4de4.
2022-10-11 12:09:58 +02:00
Krzesimir Nowak
26b0abe054 eclass/ltprune: Sync with Gentoo
It's from Gentoo commit 8a0fd695c886081083e2ed8dcd8ad2d876ef947d.
2022-10-11 12:09:58 +02:00
Krzesimir Nowak
b4ddc5080d sys-apps/iucode_tool: Sync with Gentoo
It's from Gentoo commit 7d2c2b61259608ceeef2b9e4713ea55e12ed6519.
2022-10-11 12:09:58 +02:00
Krzesimir Nowak
32f4e13473 eclass/perl-functions: Sync with Gentoo
It's from Gentoo commit 595adf6faec43e273e6c73a7821f86bafb65e203.
2022-10-11 12:09:58 +02:00
Krzesimir Nowak
7fd636819e .github: Add an entry to packages list 2022-10-10 12:04:21 +02:00
Krzesimir Nowak
894556aee6 net-dns/bind-tools: Sync with Gentoo
It's from Gentoo commit 177e9121245d12032d0dd198919bdc33c081d35c.
2022-10-10 12:02:51 +02:00
Flatcar Buildbot
a729108048 sys-libs/zlib: Sync with Gentoo
It's from Gentoo commit 31b2c136145e3fbb9ccbbf461c7e74e16ad02d32.
2022-10-10 07:38:06 +00:00
Flatcar Buildbot
7f12542ecc sys-libs/binutils-libs: Sync with Gentoo
It's from Gentoo commit d44f7aa2eb9733dc6143e8b70e73e7ddb66f1adc.
2022-10-10 07:38:06 +00:00
Flatcar Buildbot
8678f3912c sys-devel/gnuconfig: Sync with Gentoo
It's from Gentoo commit f979de4a92ffd3be637bc82a67dbf629216f4c8b.
2022-10-10 07:37:59 +00:00
Flatcar Buildbot
1a202e7406 sys-devel/gcc-config: Sync with Gentoo
It's from Gentoo commit b6b625695cad967782ae5a9c52eb755f87d1aa10.
2022-10-10 07:37:59 +00:00
Flatcar Buildbot
dfa91f902d sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit 2e8d3818c0d760367637e9781b83dc5d6468fee4.
2022-10-10 07:37:59 +00:00
Flatcar Buildbot
fc91bb28ab sys-devel/binutils: Sync with Gentoo
It's from Gentoo commit 4982f3666ad8cf981fbd8477220393f51b5c7183.
2022-10-10 07:37:55 +00:00
Flatcar Buildbot
0ef29adbf3 net-misc/rsync: Sync with Gentoo
It's from Gentoo commit 9d26a6b263f804564af069dfe943c7851c637055.
2022-10-10 07:37:49 +00:00
Flatcar Buildbot
779e3285f3 net-fs/cifs-utils: Sync with Gentoo
It's from Gentoo commit cce7da3c8e02fb9aa620c9a1e52365b11de1e909.
2022-10-10 07:37:48 +00:00
Flatcar Buildbot
f291fdd9e9 dev-vcs/git: Sync with Gentoo
It's from Gentoo commit 6e67f60fe48bd32c0ce5e4889c6015307b26fc47.
2022-10-10 07:37:48 +00:00
Flatcar Buildbot
9f9b67f024 dev-util/patchelf: Sync with Gentoo
It's from Gentoo commit 6bcca7585766247889abeefedf7d24708138ca82.
2022-10-10 07:37:42 +00:00
Flatcar Buildbot
979888c4a8 dev-util/catalyst: Sync with Gentoo
It's from Gentoo commit aba9bb58fceaf075f2829dcbfc3f9ab918a23a68.
2022-10-10 07:37:35 +00:00
Flatcar Buildbot
cc9d1abdc8 dev-util/bpftool: Sync with Gentoo
It's from Gentoo commit 037531248c696c612d870b79506029ac9d24e860.
2022-10-10 07:37:35 +00:00
Flatcar Buildbot
4f6e91a098 dev-libs/libxslt: Sync with Gentoo
It's from Gentoo commit ad7fe6b96d6a74a408aefa3c0e86781769ba4062.
2022-10-10 07:37:33 +00:00
Flatcar Buildbot
71b5f1bb2d dev-libs/libxml2: Sync with Gentoo
It's from Gentoo commit c533aa9765d12c3ecf351838567fa48ab61ba59b.
2022-10-10 07:37:33 +00:00
Krzesimir Nowak
ea3051e7e6 changelog: Add an entry 2022-10-04 14:50:34 +02:00
Krzesimir Nowak
efef41e31d .github/workflows/packages-list: Add entries 2022-10-04 14:50:34 +02:00
Krzesimir Nowak
6621fcf787 eclass/linux-mod: Sync with Gentoo
It's from Gentoo commit eee74b9fca1b5237299ee08fd041997e7271304a.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
7986606ee5 eclass/llvm: Sync with Gentoo
It's from Gentoo commit ef5a901254202fbcc79a4dab658a231c1187d3e1.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
126d4c4017 eclass/gnome.org: Sync with Gentoo
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
fdc7cf15dd eclass/meson: Sync with Gentoo
It's from Gentoo commit 5a465ec448ea48b9dd9471e4d15b7669a77e4536.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
9942f96787 eclass/cmake-utils.eclass: Remove obsolete eclass 2022-10-04 14:48:17 +02:00
Krzesimir Nowak
97535477c8 eclass/cmake-multilib: Sync with Gentoo
It's from Gentoo commit 88275b401b115efd63847d4ee979593e87915ec5.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
a99f896cd6 eclass/ninja-utils: Sync with Gentoo
It's from Gentoo commit 5a34097c8957c40d5b09fe6d249449c22f7f1ea5.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
e855d3dfc7 eclass/virtualx: Sync with Gentoo
It's from Gentoo commit aa7fdc965621b413d85624ea30e9452a4130aced.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
b58940ccf3 eclass/elisp-common: Sync with Gentoo
It's from Gentoo commit 424bd8ae7cbb3ce55e0567e8c9057d8d23c6cb57.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
6b973e990a eclass/cmake: Sync with Gentoo
It's from Gentoo commit 759cec852497f888d93cccfedbc83f16eb765fb4.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
7b4897eebf eclass/bash_completion-r1: Backport the fix for paths from systemd.eclass
The paths returned by pkg-config seem to have sysroot prepended
twice. The systemd eclass has a workaround for that - use it for bash
completion files too, then.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
1059e54407 eclass/bash-completion-r1: Sync with Gentoo
It's from Gentoo commit 424acdc15be08f7c2b13c0d1bb8c31f55d26655d.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
cc61cd455d eclass/optfeature: Sync with Gentoo
It's from Gentoo commit 23ad91eda1e35bbe3eb8ce63822ecd8755fb049c.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
5a9282cce5 eclass/linux-info: Sync with Gentoo
It's from Gentoo commit bd03dc08515969a9ce74ca1304c8374cb7a88416.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
af44411e90 dev-util/strace: Sync with Gentoo
It's from Gentoo commit b95e21368252ad592083b193849d4e950f9f04f0.
2022-10-04 14:48:17 +02:00