Commit Graph

22984 Commits

Author SHA1 Message Date
Flatcar Buildbot
7495c3cfc2 app-editors/vim-core: Sync with Gentoo
It's from Gentoo commit 66156cb8007a8ee705a6a425693478753b33b86d.
2023-07-07 17:35:32 +02:00
Flatcar Buildbot
869b37f3b6 app-editors/vim: Sync with Gentoo
It's from Gentoo commit 7d84b6a194c63a687847147f72a5ce23f3cd0385.
2023-07-07 17:35:32 +02:00
Flatcar Buildbot
007e6644ab app-arch/bzip2: Sync with Gentoo
It's from Gentoo commit a8d934769ffbdcab11a222ca978aad6b2ca2ee2e.
2023-07-07 17:35:32 +02:00
Krzesimir Nowak
3ac8d07cb2
Merge pull request #970 from krishjainx/update-python3.11
Update from python3.10 to python3.11 in profile
2023-07-07 17:32:27 +02:00
Krzesimir Nowak
d3dbe8b374 changelog: Add an entry 2023-07-07 17:15:30 +02:00
Krzesimir Nowak
9c0a0f7af7 overlay coreos-base/coreos-oem-gce: Drop python test package
The /usr/lib/python*/test directory grew from 70mb in python3.10 to
118mb in python 3.11. Kill this directory - this hopefully will make
the ACI image small enough to fit into the OEM partition again.
2023-07-07 17:06:39 +02:00
Krzesimir Nowak
057b1b092f overlay profiles: Add accept keywords for x11-base/xorg-proto 2023-07-07 17:06:39 +02:00
Krzesimir Nowak
a2e2ffea16 overlay coreos/user-patches: Refresh patch for app-portage/gentoolkit 2023-07-07 17:06:39 +02:00
Krzesimir Nowak
6524396422 overlay profiles: Add accept keywords for app-misc/pax-utils 2023-07-07 17:06:39 +02:00
krishjainx
254f5a6f09 .github: Add newly added/updated packages to package update automation 2023-07-07 17:05:08 +02:00
krishjainx
4290358036 x11-base/xorg-proto: Sync with Gentoo
It's from Gentoo commit e59bcda0257406a0510c5a4c94e9479078b864b3.
2023-07-07 17:03:58 +02:00
krishjainx
a691420a70 sys-libs/tevent: Sync with Gentoo
It's from Gentoo commit e59bcda0257406a0510c5a4c94e9479078b864b3.
2023-07-07 17:03:58 +02:00
krishjainx
8830356999 sys-libs/tdb: Sync with Gentoo
It's from Gentoo commit e59bcda0257406a0510c5a4c94e9479078b864b3.
2023-07-07 17:03:58 +02:00
krishjainx
d62b52a080 sys-libs/talloc: Sync with Gentoo
It's from Gentoo commit e59bcda0257406a0510c5a4c94e9479078b864b3.
2023-07-07 17:03:58 +02:00
krishjainx
ade7cb2976 sys-libs/ldb: Sync with Gentoo
It's from Gentoo commit e59bcda0257406a0510c5a4c94e9479078b864b3.
2023-07-07 17:03:58 +02:00
krishjainx
3e4fead0a3 dev-cpp/gtest: Sync with Gentoo
It's from Gentoo commit e59bcda0257406a0510c5a4c94e9479078b864b3.
2023-07-07 17:03:57 +02:00
krishjainx
23b2e4ebfe app-portage/gentoolkit: Sync with Gentoo
It's from Gentoo commit e59bcda0257406a0510c5a4c94e9479078b864b3.
2023-07-07 17:03:57 +02:00
krishjainx
080da2bbe9 app-misc/pax-utils: Sync with Gentoo
It's from Gentoo commit e59bcda0257406a0510c5a4c94e9479078b864b3.
2023-07-07 17:03:57 +02:00
krishjainx
842c5cb9ec overlay: Bump PYTHON_COMPAT to 3.11 and update PYTHON_REQ_USE
Python 3.11 does not have the xml USE flag any more, so some older
packages needs to be updated to assume that xml USE flag is enabled if
it's missing from python.
2023-07-07 17:00:22 +02:00
krishjainx
3bb67d01dc app-crypt/libb2: Add the package as a dev-lang/python-3.11 dependency 2023-07-07 16:47:22 +02:00
krishjainx
06704ee646 overlay profiles: Switch to python-3.11 2023-07-07 16:46:18 +02:00
Jeremi Piotrowski
a8b046bec3 profiles/coreos: Account for python versions with minor > 10
The previous expression (sys.version[:3])) truncates 3.10 to 3.1 leading
to build failures in some ebuilds that depend on python.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-07-07 14:41:08 +00:00
Thilo Fromm
37b1d936c0
Merge pull request #983 from flatcar/t-lo/build_sysext-improvements
build_sysext: bugfixes, QoL changes, help updated
2023-07-07 15:20:45 +02:00
Thilo Fromm
1f2706d44e build_sysext: guess image build dir and auto-create it
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-07-07 14:49:50 +02:00
Thilo Fromm
657a276cc2 build_sysext: fix hard-coded arch, add -noappend
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-07-07 13:26:37 +02:00
Thilo Fromm
190fd2c38e build_sysext: bugfixes, QoL changes, help updated
This change improves build_sysext by sourcing a missing lib dependency,
adding a number of comfort / quality-of-life options, and updating the
output of '--help' accordingly.

The OEM sysext finction in build_library/vm_image_util.sh is also
updated to use new command line format.

1. Include missing dependency toolchain_util.sh to fix an error in
   board_options.sh (get_board_arch undefined).
2. Use positional parameters for mandatory arguments.
   build_dir and sysext_name are mandatory and are now positional
   arguments instead of options.
   binary_package is the third positional argument but can be omitted
   if --metapkgs was specified.
3. --squashfs_base is now guessed better and will use the most recent
   build by default.
4. A new boolean flag --ignore_version_mismatch for the more daring
   developer was added. The flag will cause the script to continue if a
   version mismatch between SDK board packages and squashfs base is
   detected.
5. Error messages were improved for when mandatory parameters were not
   provided.
6. The '--help' message was improved and adjusted to the new parameters.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-07-07 11:44:39 +02:00
flatcar-ci
5a2cceffac New version: main-3657.0.0-nightly-20230706-2100 2023-07-06 21:00:25 +00:00
Kai Lüke
9f9c67f0d5
Merge pull request #973 from flatcar/kai/curl-dns-retry
sys-kernel/bootengine: Add DNS retry waiter for OEM sysext fallback
2023-07-06 20:13:50 +02:00
Kai Lueke
ec52667b23 sys-kernel/bootengine: Add DNS retry waiter for OEM sysext fallback
This pulls in
https://github.com/flatcar/bootengine/pull/66
to add a workaround for missing DNS resolve retry.
2023-07-06 20:13:24 +02:00
Dongsu Park
8ae80c6841
Merge pull request #974 from flatcar/firmware-20230625-main
Upgrade Linux Firmware in main from 20230515 to 20230625
2023-07-06 17:08:28 +02:00
Dongsu Park
e3ad29e8f7 sys-kernel/coreos-firmware: update cxgb4 version to 1.27.3.0
Fix build issues of coreos-firmware, by bumping the cxgb4 firmware
version to 1.27.3.0.
2023-07-06 12:48:20 +02:00
Flatcar Buildbot
2775e56dec sys-kernel/coreos-sources: Update from 6.1.37 to 6.1.38 2023-07-06 07:14:34 +00:00
Flatcar Buildbot
3d3c7c3809 sys-kernel/coreos-firmware: Update from 20230515 to 20230625 2023-07-06 07:14:05 +00:00
Sayan Chowdhury
722631528a
Merge pull request #899 from flatcar/containerd-1.7.2-main
Upgrade Containerd in main from 1.6.21 to 1.7.2
2023-07-06 11:31:08 +05:30
Sayan Chowdhury
8689304734
Fix the plugin key URI to match io.containerd.x.vx
The containerd service was failing with
```
invalid plugin key URI containerd.runtime.v1.linux expect io.containerd.x.vx
```

Migrating the plugin URI to the given format gixes the issue.

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-07-06 11:24:36 +05:30
Flatcar Buildbot
48e7a030ac
app-containers/containerd: Update from 1.6.21 to 1.7.2 2023-07-06 11:24:33 +05:30
flatcar-ci
cc946799a1 New version: main-3656.0.0-nightly-20230705-2100 2023-07-05 21:00:26 +00:00
Krzesimir Nowak
9a7e476019
Merge pull request #972 from flatcar/krnowak/drop-dev-null
Drop a random file
2023-07-05 17:17:27 +02:00
Flatcar Buildbot
b9183c6a71 Drop a random file
Must have been added by mistake.
2023-07-05 16:32:54 +02:00
Krzesimir Nowak
c1c90fc26f
Merge pull request #971 from flatcar/krnowak/drop-niftycloud-and-interoute
Drop niftycloud and interoute OEM support
2023-07-05 16:07:12 +02:00
Krzesimir Nowak
f9ed3888e2 changelog: Add an entry 2023-07-05 16:05:27 +02:00
Krzesimir Nowak
5a41fed5f7 overlay sys-apps/ignition: Bump revision for patch updates 2023-07-05 16:05:27 +02:00
Krzesimir Nowak
00ac7586a4 *: Remove support for niftycloud OEM 2023-07-05 14:34:17 +02:00
Krzesimir Nowak
ad0360e744 *: Remove support for interoute OEM 2023-07-05 14:33:26 +02:00
Krzesimir Nowak
3a879fb7c2
Merge pull request #969 from flatcar/krnowak/test-new-oem-script
Use `build_sysext` for building OEM sysext images, drop old stuff
2023-07-05 12:44:04 +02:00
Dongsu Park
e5b1b9bdea
Merge pull request #960 from flatcar/buildbot/monthly-glsa-metadata-updates-2023-07-01
Monthly GLSA metadata 2023-07-01
2023-07-05 09:24:55 +02:00
Krzesimir Nowak
2c1d89277d *: Drop unused oem sysext files 2023-07-05 08:43:25 +02:00
Krzesimir Nowak
e69801b982 build_sysext: Generate reports 2023-07-05 08:43:25 +02:00
Krzesimir Nowak
ec723be9d9 *: Drop unused pkgdb stuff 2023-07-05 08:43:25 +02:00
Krzesimir Nowak
16fee4f5b1 build_library/vm_image_util.sh: Switch OEM sysext image building to build_sysext 2023-07-05 08:43:25 +02:00