Flatcar Buildbot
24f88361f6
app-emulation/qemu: Sync with Gentoo
...
It's from Gentoo commit 400c43932eeee1719b5c0329648922b4c6cd85a9.
2023-05-24 07:04:22 +02:00
Flatcar Buildbot
b734f2f6db
app-editors/vim-core: Sync with Gentoo
...
It's from Gentoo commit 125c33d1f97027216007b65615399d67b7eda1bc.
2023-05-24 07:04:22 +02:00
Flatcar Buildbot
fe2ffffec0
app-editors/vim: Sync with Gentoo
...
It's from Gentoo commit 1d3e28911fa71c27761e84d3134bd38263945920.
2023-05-24 07:04:22 +02:00
Flatcar Buildbot
b314803454
app-editors/nano: Sync with Gentoo
...
It's from Gentoo commit a093599e9e13decdb9095a19603cbb15eccdde16.
2023-05-24 07:04:22 +02:00
Flatcar Buildbot
f56404df76
app-crypt/pinentry: Sync with Gentoo
...
It's from Gentoo commit 19a3270cb5ba23f8b3b42b09cc411f5675d1dfc6.
2023-05-24 07:04:22 +02:00
Flatcar Buildbot
dd7e218ac1
app-crypt/adcli: Sync with Gentoo
...
It's from Gentoo commit af93f20e1a7b96523968f5709637a8ec98269728.
2023-05-24 07:04:22 +02:00
Flatcar Buildbot
8eff6bd63c
app-arch/zstd: Sync with Gentoo
...
It's from Gentoo commit 65ca41f9a34c453ec15e95009b36ac6958cd6025.
2023-05-24 07:04:22 +02:00
Flatcar Buildbot
85eebb5cb0
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit eb354521d92f416920ccdde617232c9c3f1a272b.
2023-05-24 07:04:22 +02:00
Flatcar Buildbot
b167fe2644
app-arch/tar: Sync with Gentoo
...
It's from Gentoo commit 5a7350c2ffc26cc9c07e83f8a54e6670c89e3632.
2023-05-24 07:04:22 +02:00
Flatcar Buildbot
80ea329df9
app-arch/cpio: Sync with Gentoo
...
It's from Gentoo commit 8b78649fb457fb8cfe48aa194af9233cd3cc5cc6.
2023-05-24 07:04:22 +02:00
flatcar-ci
2ba262df56
New version: main-3613.0.0-nightly-20230523-2100
2023-05-23 21:00:25 +00:00
Dongsu Park
af82ce6cda
Merge pull request #825 from flatcar/firmware-20230515-main
...
Upgrade Linux Firmware in main from 20230404 to 20230515
2023-05-23 10:47:55 +02:00
flatcar-ci
ef18f68e0d
New version: main-3612.0.0-nightly-20230522-2100
2023-05-22 21:00:23 +00:00
Flatcar Buildbot
7901797c26
sys-kernel/coreos-firmware: Update from 20230404 to 20230515
2023-05-22 15:24:55 +02:00
Flatcar Buildbot
297afa422e
Update mantle container image to latest HEAD
2023-05-22 09:38:13 +00:00
flatcar-ci
5161665848
New version: main-3607.0.0-nightly-20230517-2100
2023-05-17 21:00:28 +00:00
Krzesimir Nowak
67ab93aded
Merge pull request #810 from flatcar/krnowak/kernel-6.1
...
sys-kernel/*: Bump to kernel 6.1.27
2023-05-17 15:54:33 +02:00
Krzesimir Nowak
f505480950
net-nds/rpcbind: Sync with Gentoo
...
It's from Gentoo commit d56a8922ffd6b46a08a6c244a88427d2e43fb853.
2023-05-17 08:51:51 +02:00
Krzesimir Nowak
ea7d0590f8
net-libs/libnftnl: Sync with Gentoo
...
It's from Gentoo commit a467d215a6b4c87e6bc5d6db891db78e6811cea2.
2023-05-17 08:51:51 +02:00
Krzesimir Nowak
b92aef8983
net-firewall/ipset: Sync with Gentoo
...
It's from Gentoo commit 741ef8be1b312d576bd62eaa00ea92ed392ae069.
2023-05-17 08:51:50 +02:00
Krzesimir Nowak
391f1d1298
Merge pull request #811 from flatcar/krnowak/sys-packages-dev-glob
...
Automate updates of system packages: dev-*
2023-05-17 08:48:51 +02:00
flatcar-ci
dbc75c0ded
New version: main-3605.0.0-nightly-20230515-2100
2023-05-15 21:00:27 +00:00
Jeremi Piotrowski
0bd5089fdf
overlay sys-kernel: Unify kernel config between coreos-kernel and coreos-modules
...
The kernel config can affect btf generation, and we need btf information
to match between the two builds otherwise modules don't load. Accomplish
that by including an empty user specified initramfs in the vmlinux built
by coreos-modules. This vmlinux file is only used as a base for btf
generation, and is discarded after the build.
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-05-15 14:12:18 +02:00
Jeremi Piotrowski
f4dc89a00a
overlay sys-kernel/coreos-sources: Revert patch which parallelizes btf generation
...
This patch causes btf mismatches between coreos-kernel and
coreos-modules, which prevents modules from being loaded.
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-05-15 14:12:18 +02:00
Krzesimir Nowak
38118667f4
overlay sys-kernel/coreos-modules: Clean up config for linux 6.1.27
...
CLEANCACHE config was dropped in commit
0a4ee518185e902758191d968600399f3bc2be31 ("mm: remove cleancache").
EFI_VARS config was dropped in commit
0f5b2c69a4cbe4166ca24b76d5ada98ed2867741 ("efi: vars: Remove
deprecated 'efivars' sysfs interface").
DEBUG_INFO config became a config that is selected when kernel debug
info option other than "None" was selected. There are "toolchain
default", "dwarf4" and "dwarf5" choices. Picking "toolchain default"
as it was the default used in 5.15.
FRONTSWAP config was hidden and is normally selected by ZSWAP
config. We don't enable ZSWAP so drop FRONTSWAP.
MEMCG_SWAP config was dropped in commit
e55b9f96860f6c6026cff97966a740576285e07b ("mm: memcontrol: drop dead
CONFIG_MEMCG_SWAP config symbol"). It effectively meant MEMCG && SWAP,
which are enabled by us explicitly and implicitly, respectively.
NFT_COUNTER config was dropped in commit
023223dfbfb34fcc9b7dd41e21fbf9a5d5237989 ("netfilter: nf_tables: make
counter support built-in"). As the title says, this functionality is
built-in now.
VXGE was dropped in commit f05643a0f60bf67c09a5276b81258b845b0c73b4
("eth: remove neterion/vxge"). Looks like the driver was completely
dropped, because it was unmaintained.
ARCH_BCM2835 and ARCH_BCM_IPROC configs can be enabled only if
menuconfig ARCH_BCM is enabled, so enable ARCH_BCM too then. It's a
result of some reorganization in commit
96796c914b841a7658e9617b1325175b4d02c574 ("arm64: Kconfig.platforms:
Re-organized Broadcom menu").
ARM64_CRYPTO config was dropped in commit
4a329fecc9aaebb27a53fa7abfa53bbc2ee42f3f ("crypto: Kconfig - submenus
for arm and arm64"). Crypto algos can be selected without this config
now.
2023-05-15 14:12:18 +02:00
Krzesimir Nowak
1ee6e01db7
overlay sys-kernel: Bump kernel version to 6.1.27
...
Linux 6.1.x is the line of LTS kernel releases, so switch to it.
Dropped the already-merged patches for hyperv on arm64.
The patch for avoiding failures with new compilers is not necessary
any more as the build failues are already fixed.
2023-05-15 14:12:18 +02:00
Krzesimir Nowak
40a3c6be2d
overlay app-torcx/docker: Update app-emulation/docker-proxy version
2023-05-15 14:12:18 +02:00
Krzesimir Nowak
b27fbcc4f8
overlay app-emulation/docker-proxy: Apply Flatcar modifications
2023-05-15 14:12:18 +02:00
Krzesimir Nowak
9d72f1da74
overlay app-emulation/docker-proxy: Sync with Gentoo
...
Needed by synced app-emulation/docker package.
2023-05-15 14:12:18 +02:00
Krzesimir Nowak
9d6af12f1c
overlay app-emulation/docker: Apply Flatcar modifications
2023-05-15 14:12:18 +02:00
Krzesimir Nowak
964117a9a2
overlay app-emulation/docker: "Sync" with Gentoo
...
This is a kinda-sorta sync, because Gentoo has already dropped docker
20.x.y at 20.10.22, whereas we have 20.10.24. I updated our ebuild
based on the older version of Gentoo's and adapted the dependency
versions to ones mentioned on moby github page. The reason behind this
"syncing" is to pull in changes in the kernel config changes as there
are changes relevant to kernel 6.1.
2023-05-15 14:12:18 +02:00
Krzesimir Nowak
aeb9d8e2b9
Revert "New version: main-3602.0.0-nightly-20230512-2100"
...
This reverts commit da957f9f31
.
The actual SDK hasn't built due to the dev-lang/rust flakiness.
2023-05-15 08:10:58 +02:00
flatcar-ci
da957f9f31
New version: main-3602.0.0-nightly-20230512-2100
2023-05-13 01:28:35 +00:00
flatcar-ci
d5fd36e3cb
New version: main-3602.0.0-nightly-20230512-2100-INTERMEDIATE
2023-05-12 21:00:24 +00:00
Gabriel
8f44cbfb55
coreos-base/coreos-cloudinit: Update to latest commit ( #814 )
...
* Update coreos-cloudinit to latest commit
The latest commit sets the short form hostname that gets fetched from
the metadata provider instead of the FQDN.
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
Co-authored-by: Kai Lüke <pothos@users.noreply.github.com>
2023-05-12 18:52:53 +05:30
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
Krzesimir Nowak
d51dc7f01a
profiles: Drop disabling of the obsolete sys-apps/gptfdisk IUSE flag
...
It's long long gone, since the 1.0.0 version of the ebuild published
in 2015.
2023-05-10 16:30:26 +02:00
Krzesimir Nowak
a674fa2ebd
sys-apps/gptfdisk: Sync with Gentoo
...
It's from Gentoo commit b783faffc88d845229396a32951ed3f3d6564d00.
2023-05-10 16:30:26 +02:00
Krzesimir Nowak
642a47e3aa
dev-libs/userspace-rcu: Sync with Gentoo
...
It's from Gentoo commit 7ac8ab26e34df8121e2d64cba7c655a137b07fd2.
2023-05-10 16:30:26 +02:00
Krzesimir Nowak
f07a9cd5af
dev-libs/popt: Sync with Gentoo
...
It's from Gentoo commit 1d3c6ffb2cdda3399c9f4baffe600d9330ab7f5e.
2023-05-10 16:30:26 +02:00
Krzesimir Nowak
3da3da3e64
dev-libs/libusb: Sync with Gentoo
...
It's from Gentoo commit c7294a9fbd430edac6e849e738d8c927d9bc065c.
2023-05-10 16:30:26 +02:00
Krzesimir Nowak
61806e6a65
dev-libs/libpipeline: Sync with Gentoo
...
It's from Gentoo commit 324d2c5158af009a0e0671766a8332979955a4c1.
2023-05-10 16:30:26 +02:00
Krzesimir Nowak
70d2b806d4
dev-libs/libpcre: Sync with Gentoo
...
It's from Gentoo commit 204f1278dd6c5a1243d4aad36b1401bf0efacc85.
2023-05-10 16:30:26 +02:00
Krzesimir Nowak
0b5b86fdd5
dev-libs/libgpg-error: Sync with Gentoo
...
It's from Gentoo commit 601813af1925476e8afee2ea7ebfc68d2fa386a7.
2023-05-10 16:29:58 +02:00
Krzesimir Nowak
25f7bdabfd
profiles: Update accept keywords for dev-libs/libgcrypt
2023-05-10 16:29:53 +02:00
Krzesimir Nowak
a11e54b45c
dev-libs/libgcrypt: Sync with Gentoo
...
It's from Gentoo commit ffdfc5126fd494794f7ab8bf52eb6767bae84df6.
2023-05-10 16:29:42 +02:00
Krzesimir Nowak
fc567c8019
dev-libs/libbsd: Sync with Gentoo
...
It's from Gentoo commit 6d35e642cd7c454256eb22759ac1afe28a0c38ef.
2023-05-10 16:29:38 +02:00
Krzesimir Nowak
7b40c3dabd
dev-libs/libassuan: Sync with Gentoo
...
It's from Gentoo commit e18ed62e1f8bd278004327258642d684a6d1f396.
2023-05-10 16:27:17 +02:00
Krzesimir Nowak
1c4a83151b
dev-libs/inih: Sync with Gentoo
...
It's from Gentoo commit 83eca1e8b551660b41994262c226edb278d98da5.
2023-05-10 16:27:17 +02:00
Krzesimir Nowak
1f2ecc03e8
dev-lang/yasm: Sync with Gentoo
...
It's from Gentoo commit 8bce7d4b12920d27b7e710cc920598eebf38e06b.
2023-05-10 16:27:17 +02: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
Dongsu Park
c45f0de8ed
net-misc/openssh: update to 9.3_p1
...
Update net-misc/openssh to 9.3_p1, mainly to address CVE-2023-28531.
Gentoo commit: 30b24b8811c963483d996dfe66bdd9aaef8cdfd1
2023-05-03 10:22:53 +02:00
Krzesimir Nowak
7eec9c7e5c
overlay profiles: Do not install eselect stuff into generic images
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
dde19b3552
overlay profiles: Do not install lua binaries in generic images
...
We are installing lua only for the library it provides, we don't need
the interpreter or compiler.
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
70d169e633
overlay profiles: Update accept keywords for dev-util/bpftool
...
The package finally got a keyword for arm64, so we don't need to
forcibly enable it for this arch.
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
6370509b68
overlay profiles: Update accept keywords for app-editors-vim{,-core}
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
627438a213
overlay profiles: Drop accept keywords for app-portage/portage-utils
...
It became stable for arm64 too.
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
0298f48102
overlay app-torcx/docker: Relax a dep on dev-libs/libltdl
...
It does not need to be exactly this version, any revision should be
just as fine.
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
cb002c3466
overlay profiles: Add accept keywords for dev-libs/libxml2
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
b04435096f
overlay profiles: Drop accept keywords for dev-python/cython
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
90f455d79c
overlay profiles: Drop obsolete net-analyzer/nmap IUSE flags from package.use
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
19853731b3
overlay profiles: Default to lua 5.3
...
The net-analyzer/nmap package started pulling in dev-lang/lua instead
of using the vendored copy. Thus after adding the required packages to
portage-stable, we need to set them up.
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
5f24d6fadd
app-eselect/eselect-lua: Add from Gentoo
...
It's from Gentoo commit 06fa47c693d40e796c7ea5907970e0cc3cf2f4c7.
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
264a941f76
dev-lang/lua: Add from Gentoo
...
It's from Gentoo commit 6bdbc578b28bc576068247ac6a76931055532146.
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
986af6e691
overlay profiles: Updated accept keywords for net-misc/curl
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
53f6b38098
overlay profiles: Update accept keywords for net-misc/rsync
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
0000eebf6c
overlay profiles: Add accept keywords for sys-devel/binutils
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
b9b20a9c27
overlay profiles: Add accept keywords for sys-devel/gcc
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
5426263865
overlay coreos/user-patches: Drop patch for sys-devel/gcc-config
...
We updated to version 2.10, which includes it.
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
364573897c
profiles: Drop accept keywords for sys-fs/e2fsprogs
...
The updated package is stable for both amd64 and arm64.
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
b0241a6aa6
profiles: Add accept keywords for sys-fs/multipath-tools
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
b360d4767a
profiles: Add accept keywords for sys-libs/binutils-libs
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
f15cd647b6
virtual/perl-version: Drop unused package
...
It used to be pulled in by dev-perl/libintl-perl, but this package was
also dropped.
2023-05-03 07:51:51 +02:00
Flatcar Buildbot
9ea76a8c11
virtual/perl-version: Sync with Gentoo
...
It's from Gentoo commit 880e0771c571646372c074908c7184a7b81c5c13.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
bdf35912dc
virtual/perl-IO: Sync with Gentoo
...
It's from Gentoo commit 731b47af303c7ab44c7923f45d087764dd093b7f.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
d1ef614279
virtual/perl-Getopt-Long: Sync with Gentoo
...
It's from Gentoo commit bb835070eae903ff341e9785f4b370227d116a7e.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
1fbb3bc4db
virtual/perl-File-Temp: Sync with Gentoo
...
It's from Gentoo commit 86279f7b223d6d1d76674a233c4116e4aafa1231.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
31158312d0
virtual/perl-File-Spec: Sync with Gentoo
...
It's from Gentoo commit c81ab89d59c76aa25439b077c1ca4a9cbec3a4d9.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
5c7ac7ce7b
virtual/perl-ExtUtils-MakeMaker: Sync with Gentoo
...
It's from Gentoo commit b55285f31453b3d9632b0a8578f7d13d4fc436ee.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
946e053c2c
virtual/perl-Exporter: Sync with Gentoo
...
It's from Gentoo commit 41f4dbedc421c6bfc132db3d13396df55cc6dc54.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
80cf4a2221
virtual/perl-Carp: Sync with Gentoo
...
It's from Gentoo commit efeae7f1ad5ec331188ca548e3229f61bb77c83d.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
4c11cd0104
virtual/libcrypt: Sync with Gentoo
...
It's from Gentoo commit bdc2efcc6d375bf08b09660769d1f19178d0a5b2.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
a57a280afc
sys-libs/zlib: Sync with Gentoo
...
It's from Gentoo commit f584eb23972a01b87cee4de17473b07a7de3d4ea.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
17bdfe8e10
sys-libs/libcap: Sync with Gentoo
...
It's from Gentoo commit f27e5f2d5756035cd6ff0f8c4adfe9fbbac5f8f7.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
d11df2ece0
sys-libs/binutils-libs: Sync with Gentoo
...
It's from Gentoo commit 5ff305f24fb0641eb161a1bcee572983d91e7a36.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
fc2b384c57
sys-fs/multipath-tools: Sync with Gentoo
...
It's from Gentoo commit e15f6ba5d67459faff090252c50a9233c8de01bb.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
0ccb6caa9e
sys-fs/e2fsprogs: Sync with Gentoo
...
It's from Gentoo commit 559bf0980b4eb1758eb789e17ef86c8dc20609fb.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
445e7c5658
sys-devel/patch: Sync with Gentoo
...
It's from Gentoo commit a14d78b34df9a6ed1fef577b5a346c5ea12e147a.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
ed91270aca
sys-devel/m4: Sync with Gentoo
...
It's from Gentoo commit 3723cd059e8eb527390c7d455934dfe276677656.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
9801dd8788
sys-devel/libtool: Sync with Gentoo
...
It's from Gentoo commit 918b7a682294168d534e3e6736d2df1dcb5c7bb5.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
b427aa5f25
sys-devel/gcc-config: Sync with Gentoo
...
It's from Gentoo commit a7b33bc2499ed49b8879ebc36a437445b818083c.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
74ec0509e0
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 4d70d9c409edfa59e65a164d7a9b6651746395fc.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
aee9471b02
sys-devel/flex: Sync with Gentoo
...
It's from Gentoo commit a6a43da374cef37508c0b7872f64bd7922b569bf.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
3d69c844de
sys-devel/crossdev: Sync with Gentoo
...
It's from Gentoo commit 5fb7707f5d6f435d24639685a127f04b1c304787.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
51a6eecd1c
sys-devel/bison: Sync with Gentoo
...
It's from Gentoo commit f119021955c3db5fa235756840889dc3c14c8d6b.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
06cd739dc1
sys-devel/binutils-config: Sync with Gentoo
...
It's from Gentoo commit 53b3538a26af30f299580cd29e2fe566c8d411d6.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
70bca3f562
sys-devel/binutils: Sync with Gentoo
...
It's from Gentoo commit e1c9545326cf90002922f2437a4538241ded5c03.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
352f7b348c
sys-devel/automake-wrapper: Sync with Gentoo
...
It's from Gentoo commit efb514dd05c5977d4c32ade44f05bdcb1153a05c.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
bd88f728e8
sys-devel/automake: Sync with Gentoo
...
It's from Gentoo commit 5597f06d51ce417c86ef6633b93d926976d33b98.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
c877ce6b36
sys-devel/autoconf-wrapper: Sync with Gentoo
...
It's from Gentoo commit 456deee70a99232a1fdd589686ae6738bcf40e7d.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
72218e179b
sys-devel/autoconf-archive: Sync with Gentoo
...
It's from Gentoo commit 5a5aab7f4551092dbdb0abe5572e6f50a9644d9e.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
9e9d4a42f0
sys-devel/autoconf: Sync with Gentoo
...
It's from Gentoo commit 0e2dd31114a34d0864300c274058a9c8f70fe777.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
2eed9c7300
sys-apps/texinfo: Sync with Gentoo
...
It's from Gentoo commit da0d09d05985d80657f17813b209cdd48b15fcbf.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
580724d548
sys-apps/portage: Sync with Gentoo
...
It's from Gentoo commit d359373fa4b11cdf6b14761a157df0eb750e9687.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
f212d2db1a
sys-apps/less: Sync with Gentoo
...
It's from Gentoo commit fa09ed61c2bf5cdf9238d5a193b7305d36da3e95.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
cf4900f850
sys-apps/gentoo-functions: Sync with Gentoo
...
It's from Gentoo commit 51fa65a276736360ebcd3f9eb9ce2d3579677361.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
bb3a3e6392
sys-apps/gawk: Sync with Gentoo
...
It's from Gentoo commit 2b76f6ad02782afe52491d4c3d6901c44843b31e.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
4b32dda896
sys-apps/diffutils: Sync with Gentoo
...
It's from Gentoo commit f833da19cac0473a6799fdfe68a827a29e1aae95.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
da863f0cf3
profiles: Sync with Gentoo
...
It's from Gentoo commit 054b9ce7b4047e76b55e86a9396d1405367b475d.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
b369029070
perl-core/File-Temp: Sync with Gentoo
...
It's from Gentoo commit e54551a62ef0dad62192b22768142e9e8985f4e8.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
22257b72c6
net-misc/rsync: Sync with Gentoo
...
It's from Gentoo commit 5bfd43177e4833323b37466e6d5484e2faa145bb.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
90b9065c31
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit 74b1bf622848659d1a6d286cf32a2f4f4c30d805.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
048a0768b5
net-libs/libpcap: Sync with Gentoo
...
It's from Gentoo commit bf025ecdeb12596f0b0cd5f36b4f6fe8a2eab501.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
241156ebf8
net-libs/gnutls: Sync with Gentoo
...
It's from Gentoo commit 3d358ac4d52c39ebd6e917a28dcd28b8251ed2ff.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
c3e6cd63f6
net-dns/bind-tools: Sync with Gentoo
...
It's from Gentoo commit fcd1a7e280254072aa3ac8cdc3ef2fad564aa889.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
d0ced35123
net-analyzer/nmap: Sync with Gentoo
...
It's from Gentoo commit 54c3961cd8fd050411752bc036f2e6d24b1aa075.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
09c112443f
licenses: Sync with Gentoo
...
It's from Gentoo commit b06c2d881c1ee58615eeb96a4cd0324367457eb4.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
abd765baf5
eclass/toolchain: Sync with Gentoo
...
It's from Gentoo commit 70f21b8bd7fd130067ab5d4798371ae0ef7c6ea6.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
db7f7f45bc
eclass/preserve-libs: Sync with Gentoo
...
It's from Gentoo commit d7f5236d748d12d412ef1df9d5b392c0c671a8cb.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
769eda7161
eclass/linux-info: Sync with Gentoo
...
It's from Gentoo commit 79f3d423f3064b80d1f8a006b19df604d0c560f6.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
d4e5d1f201
eclass/gnome.org: Sync with Gentoo
...
It's from Gentoo commit 2933a4a80112e0efc31c9fe0b249bf3762974ed5.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
bed8166ba6
eclass/elisp-common: Sync with Gentoo
...
It's from Gentoo commit d8ac4fe35a9fb94bccf8fe3225ab3eeeabf6ee06.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
f0f5a01de8
eclass/distutils-r1: Sync with Gentoo
...
It's from Gentoo commit d665eb96ae193c1683b196461a39bdb8ae4039da.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
b4418fa396
eclass/acct-user: Sync with Gentoo
...
It's from Gentoo commit ee432231b51d98ad8e59537fd1f379270c4ffc31.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
aab836f848
eclass/acct-group: Sync with Gentoo
...
It's from Gentoo commit 17985edc4e2773adc8646c3ccc503d4c19102c24.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
eb0c5c355a
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit 0e696f0e18c7874c6bf07431a8f4aec315279104.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
66392b75e1
dev-util/strace: Sync with Gentoo
...
It's from Gentoo commit a596a549ab9fb5d9d769e92ed40cd2b397fac842.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
278856c33e
dev-util/re2c: Sync with Gentoo
...
It's from Gentoo commit 66728ad13d241fb386cadc08418142154b6db1d9.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
4ba4126eb7
dev-util/perf: Sync with Gentoo
...
It's from Gentoo commit d1a3661d06ab2036402024ea792bad26b7eb2cda.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
9b065d1378
dev-util/patchelf: Sync with Gentoo
...
It's from Gentoo commit 1450846720e1430478579435b387a36064620082.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
89130c8e06
dev-util/pahole: Sync with Gentoo
...
It's from Gentoo commit 38129134c152450573f54094a887126d545b71f5.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
33b6e8a2ae
dev-util/ninja: Sync with Gentoo
...
It's from Gentoo commit c645077d81a77905d66a4c152dc8e3df6867bae7.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
af1d61603d
dev-util/meson-format-array: Sync with Gentoo
...
It's from Gentoo commit 6355acee4532cbb0bf6be23fbf2d7df5d111f422.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
434926958b
dev-util/meson: Sync with Gentoo
...
It's from Gentoo commit 2689aa4bbe899815bf6acc2f77cc87338c03ed15.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
062a2641bc
dev-util/gtk-doc-am: Sync with Gentoo
...
It's from Gentoo commit 95fbe4b415c81e34004204cf36ff98157452ab12.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
34402973a6
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit 1333008b3edfea699a034b02d0ac1f670468b3e7.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
65437e7a18
dev-util/gdbus-codegen: Sync with Gentoo
...
It's from Gentoo commit 4900d8f12214570411b289d3c61196f63dfebbac.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
4acb21f1c1
dev-util/cmake: Sync with Gentoo
...
It's from Gentoo commit 0bf0b7e3d346cfb07980c54f2003c81ece2a5e88.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
d75633612f
dev-util/bpftool: Sync with Gentoo
...
It's from Gentoo commit 383aa3a39d95af76597b402fe0d048e4933392ca.
2023-05-03 07:51:49 +02:00
Flatcar Buildbot
7dac0dfd65
dev-util/b2: Sync with Gentoo
...
It's from Gentoo commit 93eefe41527dc757171f76dd9f3c32b8ad925ea4.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
cfd78f9121
dev-python/wheel: Sync with Gentoo
...
It's from Gentoo commit a16a70e326d93671103e083adb26e485c9b01481.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
8c0a0f7579
dev-python/typing-extensions: Sync with Gentoo
...
It's from Gentoo commit 4b5d0e1195a81db3deb35514a1bd2b9017ebd6a5.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
fd8064bd06
dev-python/tomli: Sync with Gentoo
...
It's from Gentoo commit 46d3697aebd2ac221f9c564be1949ba3c827efb1.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
d33751a1b3
dev-python/setuptools-scm: Sync with Gentoo
...
It's from Gentoo commit 9a20798094bd9adfd55356283aaa3dfa70f6fb90.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
80ff23d49a
dev-python/setuptools: Sync with Gentoo
...
It's from Gentoo commit cf46f89147ecabebde164d86d60ed7ca38b86836.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
de587a8c4d
dev-python/pyparsing: Sync with Gentoo
...
It's from Gentoo commit 132aa5a25593d7b1409fdc8d4921b847b4a77f2f.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
372ba44d67
dev-python/pygments: Sync with Gentoo
...
It's from Gentoo commit f91bde4b583cf04e3c18c64f08ed17023c4cd626.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
742323bde5
dev-python/platformdirs: Sync with Gentoo
...
It's from Gentoo commit 02d2333f3735e4effc38cffd5fc2680c109dd198.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
1944f03627
dev-python/packaging: Sync with Gentoo
...
It's from Gentoo commit c404fedb3dfa0edadbe427ef9badc8bb19a0f6f0.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
9e32963aa8
dev-python/ordered-set: Sync with Gentoo
...
It's from Gentoo commit fcfa4cf848dfd4c889e0922298ef8806bc7ec1df.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
b834ce6c03
dev-python/nspektr: Sync with Gentoo
...
It's from Gentoo commit 60150e129ed743a6dcd693001609396469e07a94.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
b597891135
dev-python/more-itertools: Sync with Gentoo
...
It's from Gentoo commit dbbb13d4171a8140aead328c6ea4d245d26b3ef0.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
6aef5640ce
dev-python/jaraco-functools: Sync with Gentoo
...
It's from Gentoo commit 175897e4c36499850339fb5050e5c669072766e0.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
2a771a14a8
dev-python/jaraco-context: Sync with Gentoo
...
It's from Gentoo commit abd234dd4cb9d9ad1e45dde154790ddc1382048f.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
fbb67aedc3
dev-python/installer: Sync with Gentoo
...
It's from Gentoo commit 2caec20e5357b199b873f0449326c46604bed589.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
a23c2238cc
dev-python/inflect: Sync with Gentoo
...
It's from Gentoo commit a543612c50615147a69217793af3252cb1f141a5.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
89dc9e511f
dev-python/gpep517: Sync with Gentoo
...
It's from Gentoo commit d137aede5926a25b190f50bd7a3f1526aa2679a6.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
8c2bfb1022
dev-python/flit_core: Sync with Gentoo
...
It's from Gentoo commit 2601926af19fcfbd1401554f9a39e318076ab35c.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
2fa2fe85b7
dev-python/cython: Sync with Gentoo
...
It's from Gentoo commit 8487b66a52d7cca53ac9bdcae815b24a86b16191.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
ee7d1eb179
dev-python/certifi: Sync with Gentoo
...
It's from Gentoo commit bce6aea42dd1eaaa933d32e078b3305b4dcbf834.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
5f3fd51127
dev-perl/Locale-gettext: Sync with Gentoo
...
It's from Gentoo commit db5b6ffb0e4dbfa0a53afbde82f154aa23ce8425.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
e0902ccabd
dev-libs/nettle: Sync with Gentoo
...
It's from Gentoo commit 95d27c7c97d18b401983b969a36cbfd923787302.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
f5e08d51ae
dev-libs/libxslt: Sync with Gentoo
...
It's from Gentoo commit b390bbc291696d0c5d2ee1a66ebcce387241fd1b.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
9223bb6946
dev-libs/libxml2: Sync with Gentoo
...
It's from Gentoo commit 828ac0530a7c91a969545b1de80e8dd03e49cdb3.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
982f06eb80
dev-libs/libtasn1: Sync with Gentoo
...
It's from Gentoo commit fcf4786b60f897f5ba29c4dd990ebea28a936c09.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
a5e50d633e
dev-libs/libpcre2: Sync with Gentoo
...
It's from Gentoo commit 1f7999ad5c0a423435bfc6fe6666aa5f59680f39.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
a1e487f61b
dev-libs/libltdl: Sync with Gentoo
...
It's from Gentoo commit 56ca8db10328c7a3bfbc9d2bfa4eea11f295dc40.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
3b2ea2d76b
dev-libs/libksba: Sync with Gentoo
...
It's from Gentoo commit 75efe69c4d49ba97f1aefd2a605f8d2d6f67f37c.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
b2f768eb72
dev-libs/gobject-introspection-common: Sync with Gentoo
...
It's from Gentoo commit 84c233a78b72a28c43b096081e12b8efa4fec177.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
fae5c0c3e2
dev-libs/gobject-introspection: Sync with Gentoo
...
It's from Gentoo commit 9942ce7e9572b99610f625b09b0ef5aeee7bc96d.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
619ae435c9
dev-libs/gmp: Sync with Gentoo
...
It's from Gentoo commit b164180485c685489c7d00a6912596263575b499.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
73e3a05388
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit b80ff683899231c5b4cb9fb2c0ccb5be7d39485c.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
9e9c9f6227
dev-libs/expat: Sync with Gentoo
...
It's from Gentoo commit fe1409dd9bb57d79dbad05f5793e6a1ff69183e4.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
f7550973ae
dev-libs/elfutils: Sync with Gentoo
...
It's from Gentoo commit 7b275b0494c46be76ee85251716d5f7e3dc0fddf.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
d84cc4a724
dev-libs/boost: Sync with Gentoo
...
It's from Gentoo commit b9d18a95aec369542dab3459c793fb93cf41687d.
2023-05-03 07:51:48 +02:00
Flatcar Buildbot
0385533e05
dev-lang/python-exec-conf: Sync with Gentoo
...
It's from Gentoo commit ca4f0c57c6ec5e2c39558180b9290e1469aa1b53.
2023-05-03 07:51:47 +02:00
Flatcar Buildbot
d51fd5712f
dev-lang/python-exec: Sync with Gentoo
...
It's from Gentoo commit 82e8d5d0e4d4231f7beb9c60254a65b689a5d118.
2023-05-03 07:51:47 +02:00
Flatcar Buildbot
852b2b8980
dev-lang/python: Sync with Gentoo
...
It's from Gentoo commit 82692290c64f6dd2f11f25625489dab7f7749fab.
2023-05-03 07:51:47 +02:00
Flatcar Buildbot
e9f39a2b0b
dev-lang/perl: Sync with Gentoo
...
It's from Gentoo commit 2bf7513a079d263c0f5d87abd679331105434c73.
2023-05-03 07:51:47 +02:00
Flatcar Buildbot
e046333ac6
dev-db/sqlite: Sync with Gentoo
...
It's from Gentoo commit fce2faa23846e0a42bd22be4b5defca6be544156.
2023-05-03 07:51:47 +02:00
Flatcar Buildbot
95447e0aac
app-text/sgml-common: Sync with Gentoo
...
It's from Gentoo commit 0678ce2c252f635e6f9729412f4b952494aa06c8.
2023-05-03 07:51:47 +02:00
Flatcar Buildbot
05d4177304
app-text/docbook-xsl-stylesheets: Sync with Gentoo
...
It's from Gentoo commit 4634bb6be55b8023fb127910f2919d47533668bb.
2023-05-03 07:51:47 +02:00
Flatcar Buildbot
fa890edbcc
app-text/docbook-xml-dtd: Sync with Gentoo
...
It's from Gentoo commit 6462af4f7cfecb443f1647dacf81bbf95ae16305.
2023-05-03 07:51:47 +02:00
Flatcar Buildbot
0840b69546
app-text/build-docbook-catalog: Sync with Gentoo
...
It's from Gentoo commit ff092d5cfb21c99ec4f6be9279087aa1ca9bee2e.
2023-05-03 07:51:47 +02:00
Flatcar Buildbot
3139715efc
app-portage/portage-utils: Sync with Gentoo
...
It's from Gentoo commit 1b5c94a0ad47c6060534918f3265680805e68e9d.
2023-05-03 07:51:47 +02:00
Flatcar Buildbot
72fe18f651
app-emulation/qemu: Sync with Gentoo
...
It's from Gentoo commit 6574ed72af5cc538aafbf125189cf6cc5437c4ed.
2023-05-03 07:51:47 +02:00
Flatcar Buildbot
06f5410206
app-editors/vim-core: Sync with Gentoo
...
It's from Gentoo commit ddd46838b3f1a7ea99d68265a9f7ae723793af77.
2023-05-03 07:51:47 +02:00
Flatcar Buildbot
b07e74cd2b
app-editors/vim: Sync with Gentoo
...
It's from Gentoo commit 676fcaa7d02ff23e040d903da0d621f784033912.
2023-05-03 07:51:47 +02:00
Flatcar Buildbot
90d37471c9
app-arch/zstd: Sync with Gentoo
...
It's from Gentoo commit 79c199aa182bfcf07e8ebabad83aaef3d07697a2.
2023-05-03 07:51:47 +02:00
Flatcar Buildbot
e41bb113c6
app-arch/zip: Sync with Gentoo
...
It's from Gentoo commit 0e2d85999128ffd8df2b17b1ba1379b81ad69ea0.
2023-05-03 07:51:47 +02:00
Flatcar Buildbot
00969262ad
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit c64546c51a27adb3a34e1120975251f0cd292e2f.
2023-05-03 07:51:47 +02:00
Flatcar Buildbot
6d6544d9c7
app-arch/unzip: Sync with Gentoo
...
It's from Gentoo commit dc99787ca1e47f495979f73941d342dec8f804e8.
2023-05-03 07:51:47 +02:00
Flatcar Buildbot
7631431a01
app-arch/tar: Sync with Gentoo
...
It's from Gentoo commit ef1e3dad5e18f887a56ae06c02eff74ab5c33a40.
2023-05-03 07:51:47 +02:00
Flatcar Buildbot
91ac8638e3
app-arch/libarchive: Sync with Gentoo
...
It's from Gentoo commit 627770d73219a3e28d806b1bf9996f65a3c60c87.
2023-05-03 07:51:47 +02:00
flatcar-ci
3f574f3f21
New version: main-3592.0.0-nightly-20230502-2100
2023-05-02 21:00:28 +00:00
Flatcar Buildbot
7deef75853
portage-stable/metadata: Monthly GLSA metadata updates
2023-05-02 07:57:20 +00:00
flatcar-ci
87b0e3649f
New version: main-3591.0.0-nightly-20230501-2100
2023-05-01 21:00:32 +00:00
flatcar-ci
f88f136709
New version: main-3587.0.0-nightly-20230427-2100
2023-04-27 21:00:23 +00:00
Flatcar Buildbot
4f106d331b
Update mantle container image to latest HEAD
2023-04-27 11:22:36 +00:00
Dongsu Park
1e4c44cc71
Merge pull request #741 from flatcar/rust-1.69.0-main
...
Upgrade dev-lang/rust and virtual/rust in main from 1.68.2 to 1.69.0
2023-04-27 13:22:15 +02:00
Flatcar Buildbot
07a1a0cad0
Update mantle container image to latest HEAD
2023-04-26 21:00:47 +00:00
flatcar-ci
3e65df3763
New version: main-3586.0.0-nightly-20230426-2100
2023-04-26 21:00:25 +00:00
Flatcar Buildbot
3ac29b39ff
Update mantle container image to latest HEAD
2023-04-26 09:22:56 +00:00
flatcar-ci
fb8b1371b7
New version: main-3585.0.0-nightly-20230425-2100
2023-04-25 21:00:24 +00:00
Dongsu Park
aba3b7ac30
Merge pull request #723 from flatcar/runc-1.1.6-main
...
Upgrade Runc in main from 1.1.5 to 1.1.6
2023-04-25 17:06:33 +02:00
Flatcar Buildbot
2c24be59ad
dev-lang/rust: Update from 1.68.2 to 1.69.0
2023-04-25 07:41:03 +00:00
flatcar-ci
4a6cc1fbac
New version: main-3584.0.0-nightly-20230424-2100
2023-04-24 21:00:23 +00:00
Sayan Chowdhury
0c7fbc7f28
Merge pull request #730 from flatcar/linux-5.15.108-main
...
Upgrade Linux Kernel for main from 5.15.106 to 5.15.108
2023-04-25 00:36:13 +05:30
Sayan Chowdhury
0fc0b518f6
x11-drivers/nvidia-drivers: Updates to 525.105.17
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-04-24 14:44:49 +05:30
Flatcar Buildbot
b8b1add24a
sys-kernel/coreos-sources: Update from 5.15.106 to 5.15.108
2023-04-24 07:12:43 +00:00
Flatcar Buildbot
1a6621a7aa
Update mantle container image to latest HEAD
2023-04-24 06:50:00 +00:00
Mathieu Tortuyaux
2f9b4ba8b9
sys-apps/baselayout: bump revision
...
let's bump it for main branch and backport branch to stay consistent.
this has to be backported to flatcar-3459
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-04-20 18:40:27 +02:00
Flatcar Buildbot
ecfc209fb5
app-emulation/docker-runc: Update from 1.1.5 to 1.1.6
2023-04-20 07:54:57 +00:00
flatcar-ci
25d249439d
New version: main-3579.0.0-nightly-20230419-2100
2023-04-19 21:00:27 +00:00
Flatcar Buildbot
701a317d8c
Update mantle container image to latest HEAD
2023-04-18 21:01:03 +00:00
flatcar-ci
42dec178d5
New version: main-3578.0.0-nightly-20230418-2100
2023-04-18 21:00:42 +00:00
flatcar-ci
7869e556ba
New version: main-3577.0.0-nightly-20230417-2100
2023-04-17 21:00:29 +00:00
Thilo Fromm
401af830d1
scripts, CI, workflows: remove submodule handling (main)
2023-04-13 12:26:36 +02:00
Thilo Fromm
15b3beb5a0
sdk_container/src/third_party/portage-stable : merge contents of version main
2023-04-13 12:23:48 +02:00
Thilo Fromm
3629545e72
sdk_container/src/third_party/coreos-overlay : merge contents of version main
2023-04-13 12:22:51 +02:00
Thilo Fromm
61016341d3
remove submodules
2023-04-13 12:22:25 +02:00
flatcar-ci
d30ded653f
New version: main-3572.0.0-nightly-20230412-2100
2023-04-12 21:00:36 +00:00
Dongsu Park
7854450064
Merge pull request #2574 from flatcar/dongsu/containerd-1.6.20
...
app-emulation: Upgrade Containerd 1.6.19 to 1.6.20
2023-04-12 13:41:52 +02:00
Dongsu Park
51e2e4bfeb
Merge pull request #2569 from flatcar/linux-5.15.106-main
...
Upgrade Linux Kernel for main from 5.15.103 to 5.15.106
2023-04-12 11:57:14 +02:00
Dongsu Park
140fea3394
app-emulation: Upgrade Containerd 1.6.19 to 1.6.20
2023-04-12 16:55:35 +09:00
Dongsu Park
97583abf7f
changelog: add security changelog for docker 20.10.24
2023-04-12 16:00:39 +09:00
Dongsu Park
8a4e5de1a3
app-emulation: Upgrade Docker 20.10.23 to 20.10.24
2023-04-12 16:00:39 +09:00
Dongsu Park
5b3be7c4c8
Merge pull request #2557 from flatcar/runc-1.1.5-main
...
Upgrade Runc in main from 1.1.4 to 1.1.5
2023-04-12 08:57:20 +02:00
Dongsu Park
5a229ea71b
Merge pull request #2572 from flatcar/go-1.18.10-and-1.19.8-main
...
Upgrade Go from 1.19.7 to 1.19.8
2023-04-12 02:51:16 +02:00
flatcar-ci
a05508d1be
New version: main-3571.0.0-nightly-20230411-2100
2023-04-11 21:00:43 +00:00
Flatcar Buildbot
62a357c2f2
dev-lang: Upgrade dev-lang/rust 1.68.0 to 1.68.2
2023-04-11 22:53:18 +09:00
Dongsu Park
93b9258adc
changelog: add security changelog for 1.19.8
2023-04-11 22:23:11 +09:00
Dongsu Park
b97064a4cf
changelog: add security changelog for runc 1.1.5
2023-04-11 17:18:08 +09:00
Dongsu Park
218cbf26f6
app-emulation/docker-runc: fix build error for 1.1.5
...
Now that nsexec() makes use of a new wrapper try_unshare(), the
third-party patch for delaying unshare of ipc namespace should make
use of that as well. Otherwise the build will not work.
2023-04-11 17:18:08 +09:00
flatcar-ci
83f2c4e6a7
New version: main-3570.0.0-nightly-20230410-2100
2023-04-10 21:00:32 +00:00
Flatcar Buildbot
85029540b9
dev-lang: Upgrade Go 1.19.7 to 1.19.8
2023-04-10 07:23:53 +00:00
Flatcar Buildbot
895c82e329
sys-kernel: Upgrade Kernel 5.15.103 to 5.15.106
2023-04-06 07:16:12 +00:00
Flatcar Buildbot
40f60a74d9
sys-kernel: Upgrade Linux Firmware 20230310 to 20230404
2023-04-06 07:10:23 +00:00
flatcar-ci
fa22b2fe23
New version: main-3565.0.0-nightly-20230405-2100
2023-04-05 21:00:35 +00:00
Krzesimir Nowak
bf181a904e
Merge pull request #435 from flatcar/krnowak/package-updates-job-update
...
.github: Update package updates action
2023-04-05 08:25:26 +02:00
Kai Lüke
4e976d007b
Merge pull request #2565 from flatcar/kai/flatcar-reset-backup
...
coreos-base/coreos-init: Add preview/backup/restore to flatcar-reset
2023-04-05 07:44:48 +02:00
Kai Lüke
db4b1a0be8
Merge pull request #2558 from flatcar/kai/var-setup
...
Use tmpfiles to set up /var/log/journal/ from initrd
2023-04-04 17:46:24 +02:00
Kai Lueke
a59c004693
Use tmpfiles to set up /var/log/journal/ from initrd
...
This pulls in https://github.com/flatcar/bootengine/pull/60
and https://github.com/flatcar/baselayout/pull/29
to fix the persisting of the journal on first boot.
2023-04-05 00:46:07 +09:00
Kai Lueke
02ed377807
coreos-base/coreos-init: Add preview/backup/restore to flatcar-reset
...
This pulls in https://github.com/flatcar/init/pull/94
to prevent data loss by having a preview mode and a backup/restore
option.
2023-04-05 00:12:30 +09:00
Krzesimir Nowak
5ded4cc88e
Merge pull request #2554 from flatcar/krnowak/weekly
...
Changes for weekly updates 27.03.2023
2023-04-04 09:44:07 +02:00
flatcar-ci
8dfbed5a84
New version: main-3559.0.0-nightly-20230330-2100
2023-03-30 21:00:34 +00:00
Mathieu Tortuyaux
bc657a83ba
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-03-30 14:44:54 +02:00
Mathieu Tortuyaux
51fbc89789
sys-kernel/bootengine: fix journalctl --user issue
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-03-30 14:43:15 +02:00
Flatcar Buildbot
cf928a0d65
app-emulation: Upgrade Runc 1.1.4 to 1.1.5
2023-03-30 07:55:47 +00:00
Krzesimir Nowak
003f8a4481
.github: Update package updates action
...
Create a PR as a draft. Update the body to use a template that I
usually use for package updates PRs. With these changes, stop counting
the updated packages, as we don't use this info any more.
2023-03-29 15:49:40 +02:00
Krzesimir Nowak
ae585bc17e
changelog: Add entries
2023-03-28 13:03:06 +02:00
flatcar-ci
09f5302f4d
New version: main-3556.0.0-nightly-20230327-2100
2023-03-27 21:00:25 +00:00
Krzesimir Nowak
6fbbef8210
.github: Add new packages to the list
2023-03-27 18:38:28 +02:00
Krzesimir Nowak
e443212d7a
profiles: Add accept keywords for app-arch/tar
2023-03-27 18:37:21 +02:00
Krzesimir Nowak
9a9e75d324
profiles: Update accept keywords for app-editors/vim-{,core}
2023-03-27 18:26:31 +02:00
Krzesimir Nowak
919a46c68c
profiles: Add accept keywords for app-portage/portage-utils
2023-03-27 18:19:59 +02:00
Krzesimir Nowak
c393727ada
coreos/user-patches: Drop patches for app-portage/portage-utils
...
We are about to update to version 0.95, which already contains these
patches.
2023-03-27 18:18:06 +02:00
Krzesimir Nowak
9eec8cb39f
virtual/perl-Encode: Add from Gentoo
...
It's from Gentoo commit f37ce4d63a7f9d1388372a10f14f7d599dc60906.
2023-03-27 15:21:12 +02:00
Krzesimir Nowak
54d51a380f
virtual/perl-Data-Dumper: Add from Gentoo
...
It's from Gentoo commit aa995b5a10b6cd2de47c4cea5a0b89b8d9a3a08f.
2023-03-27 15:20:58 +02:00
Krzesimir Nowak
64e1541d8b
profiles: Drop accept keywords for sys-firmware/intel-microcode
...
It became stable for amd64. Not used in arm64.
2023-03-27 14:33:45 +02:00
Flatcar Buildbot
ab886dfb24
virtual/libcrypt: Sync with Gentoo
...
It's from Gentoo commit ae69460e1b30361fc27606530f4a205c723a1822.
2023-03-27 07:24:28 +00:00
Flatcar Buildbot
45db029f99
sys-fs/multipath-tools: Sync with Gentoo
...
It's from Gentoo commit fd7626e3647bc6b81d7b538e4b690845ff2fa32f.
2023-03-27 07:24:26 +00:00
Flatcar Buildbot
a4f38d4c0e
sys-firmware/intel-microcode: Sync with Gentoo
...
It's from Gentoo commit c13aabef2ed599990622af47ed0ee16fe20ff859.
2023-03-27 07:24:21 +00:00
Flatcar Buildbot
c9e08a208b
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit b8f2c10a957d7dbb93174015bb692a7bab56b97f.
2023-03-27 07:24:18 +00:00
Flatcar Buildbot
8fe0b4b029
sys-devel/crossdev: Sync with Gentoo
...
It's from Gentoo commit d1e06321f7bdb1382288305c0314adec374a61f7.
2023-03-27 07:24:17 +00:00
Flatcar Buildbot
8d539b241b
sys-devel/automake-wrapper: Sync with Gentoo
...
It's from Gentoo commit f6b6f84e45b5b7837f450f65c14b4324c5561e15.
2023-03-27 07:24:14 +00:00
Flatcar Buildbot
a166ff2b6f
sys-devel/autoconf-wrapper: Sync with Gentoo
...
It's from Gentoo commit 63674f6d7a1342109ef33a54201e2e9b469e6b1d.
2023-03-27 07:24:13 +00:00
Flatcar Buildbot
0557278275
sys-apps/texinfo: Sync with Gentoo
...
It's from Gentoo commit cd230f48e1d915142a56850e534b3d69e9714e37.
2023-03-27 07:24:12 +00:00
Flatcar Buildbot
b935452428
sys-apps/portage: Sync with Gentoo
...
It's from Gentoo commit e5eface0cbc95ed300c005937f35b7da40d63d8a.
2023-03-27 07:24:12 +00:00
Flatcar Buildbot
725d71c0e4
profiles: Sync with Gentoo
...
It's from Gentoo commit c07171f9b11f56778cef8606138907393f2e7478.
2023-03-27 07:24:04 +00:00
Flatcar Buildbot
9fe4ee9cdf
net-misc/iperf: Sync with Gentoo
...
It's from Gentoo commit 25c09bd142c3e133aa20fc91a684bda5431674a4.
2023-03-27 07:23:56 +00:00
Flatcar Buildbot
27514d4b88
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit 467268668fb1f89414b460457d80402636fb8a26.
2023-03-27 07:23:55 +00:00
Flatcar Buildbot
4329dba915
licenses: Sync with Gentoo
...
It's from Gentoo commit 792646df12bf370243ae02f7d9165a2586e678f7.
2023-03-27 07:23:46 +00:00
Flatcar Buildbot
4fdd30fb9a
eclass/xdg-utils: Sync with Gentoo
...
It's from Gentoo commit 704a44803ba8097b75392d814208d8d480dcc6ef.
2023-03-27 07:23:46 +00:00
Flatcar Buildbot
1379f4c4e5
eclass/waf-utils: Sync with Gentoo
...
It's from Gentoo commit a7241d60c477e8117dcd3794977e16fd7b32ae0a.
2023-03-27 07:23:43 +00:00
Flatcar Buildbot
92f7976dbd
eclass/virtualx: Sync with Gentoo
...
It's from Gentoo commit ff34b7df01906142b9fbc2f4b18a2de6a5703511.
2023-03-27 07:23:43 +00:00
Flatcar Buildbot
f5a300842a
eclass/vim-plugin: Sync with Gentoo
...
It's from Gentoo commit 46eac0f4c0fe74ae74f7a7e1f27008880f3c6345.
2023-03-27 07:23:43 +00:00
Flatcar Buildbot
e1ae5ab10f
eclass/verify-sig: Sync with Gentoo
...
It's from Gentoo commit f75f76f331c5f92d73bc94ea8a53555a4f174bf6.
2023-03-27 07:23:41 +00:00
Flatcar Buildbot
3028ca52b2
eclass/toolchain: Sync with Gentoo
...
It's from Gentoo commit bbb6ddebd2df8deb3d6f269663f04ee6720a1811.
2023-03-27 07:23:35 +00:00
Flatcar Buildbot
b7fe8d3d35
eclass/toolchain-funcs: Sync with Gentoo
...
It's from Gentoo commit edac7f3ace362f7fcffb119989aa6f5b6880f07b.
2023-03-27 07:23:35 +00:00
Flatcar Buildbot
92b9546fd1
eclass/readme.gentoo-r1: Sync with Gentoo
...
It's from Gentoo commit 1d1381a88148344beb4e7804039a0a8c40b78eee.
2023-03-27 07:23:27 +00:00
Flatcar Buildbot
03df767647
eclass/pypi: Sync with Gentoo
...
It's from Gentoo commit 58fd31f892cd8315d8c67b08cfd1fad64be431b0.
2023-03-27 07:23:25 +00:00
Flatcar Buildbot
a14930a9dc
eclass/portability: Sync with Gentoo
...
It's from Gentoo commit ae0cf28b48bcb07e4bef155f00ae34fb7c31b951.
2023-03-27 07:23:19 +00:00
Flatcar Buildbot
ca047cf1c7
eclass/pam: Sync with Gentoo
...
It's from Gentoo commit 4b5641aec1f591e15ba913706a41fc9ac51d9500.
2023-03-27 07:23:14 +00:00
Flatcar Buildbot
62f306a4f5
eclass/ninja-utils: Sync with Gentoo
...
It's from Gentoo commit 23b8b4a1d7098caf5c183709c9dff7595c74e348.
2023-03-27 07:23:13 +00:00
Flatcar Buildbot
fc24d9b8c2
eclass/multilib: Sync with Gentoo
...
It's from Gentoo commit 0b560084f47867a258e78aa909d991fcdc3b116a.
2023-03-27 07:23:11 +00:00
Flatcar Buildbot
921b31e82a
eclass/meson: Sync with Gentoo
...
It's from Gentoo commit 9cf10896dac4f232ad3aff32fb39d4225a527b14.
2023-03-27 07:23:06 +00:00
Flatcar Buildbot
d8a05a9eac
eclass/linux-mod: Sync with Gentoo
...
It's from Gentoo commit bcecd378c02f0950356d7bf924d54d87a03baa54.
2023-03-27 07:23:03 +00:00
Flatcar Buildbot
fa0c571aef
eclass/linux-info: Sync with Gentoo
...
It's from Gentoo commit 7f2310fc184793507f6ed29129f6718fcda1163f.
2023-03-27 07:23:03 +00:00
Flatcar Buildbot
cbe3cb7f2b
eclass/kernel-2: Sync with Gentoo
...
It's from Gentoo commit 4d60eb0b3e7724943b2acb26ea8ff9bfb5cfd0d3.
2023-03-27 07:23:03 +00:00
Flatcar Buildbot
368d4e5854
eclass/java-utils-2: Sync with Gentoo
...
It's from Gentoo commit 468cd4a6ee46651f0d3c0e700ee352bac164c958.
2023-03-27 07:23:03 +00:00
Flatcar Buildbot
df881df39c
eclass/gnome.org: Sync with Gentoo
...
It's from Gentoo commit 40288765d981ef1a590223a07f92b99f8dbcdcf3.
2023-03-27 07:23:00 +00:00
Flatcar Buildbot
9eeb8779c2
eclass/git-r3: Sync with Gentoo
...
It's from Gentoo commit 9315b23e457de621464ed68481fd85a6b4007269.
2023-03-27 07:23:00 +00:00
Flatcar Buildbot
48751e27cf
eclass/flag-o-matic: Sync with Gentoo
...
It's from Gentoo commit 6458a1bf2e81f8e031e3907cbcde82f59d49ba27.
2023-03-27 07:23:00 +00:00
Flatcar Buildbot
57c421bd81
eclass/epatch: Sync with Gentoo
...
It's from Gentoo commit d0f772a98c7a25d3b1016935e5f3b478e10965c9.
2023-03-27 07:22:51 +00:00
Flatcar Buildbot
4ab2bfafb6
eclass/elisp-common: Sync with Gentoo
...
It's from Gentoo commit be6fac4e3812ef82278b8b2679f1de7a3c6d8f2b.
2023-03-27 07:22:51 +00:00
Flatcar Buildbot
fde7837906
eclass/distutils-r1: Sync with Gentoo
...
It's from Gentoo commit 5d895eed4f5a14b62bb69c5de5251198f28bf31d.
2023-03-27 07:22:39 +00:00
Flatcar Buildbot
a72c6c1cbf
eclass/cmake: Sync with Gentoo
...
It's from Gentoo commit a0e313b883d68d1f58c007a2b431a0d544dd6871.
2023-03-27 07:22:38 +00:00
Flatcar Buildbot
5c9ff03b62
eclass/cmake-multilib: Sync with Gentoo
...
It's from Gentoo commit 4bdf7a22c512ceea048f161965d92dbcfdb155be.
2023-03-27 07:22:38 +00:00
Flatcar Buildbot
1130600f7c
eclass/autotools: Sync with Gentoo
...
It's from Gentoo commit 6874cc329b1be230c62bbec5819507af881823a6.
2023-03-27 07:22:38 +00:00
Flatcar Buildbot
9c508eb7f8
eclass/acct-user: Sync with Gentoo
...
It's from Gentoo commit c083407e4d375a4df8b5f67b7949922250b36dff.
2023-03-27 07:22:36 +00:00
Flatcar Buildbot
1c71e62be9
eclass/acct-group: Sync with Gentoo
...
It's from Gentoo commit 3c2a9b254c60e9cfe4d5ff61ef6d644f9e29d2c7.
2023-03-27 07:22:36 +00:00
Flatcar Buildbot
2af32294c0
dev-util/pahole: Sync with Gentoo
...
It's from Gentoo commit 133003b472673b7f635e365e87d7a0ff974018aa.
2023-03-27 07:22:30 +00:00
Flatcar Buildbot
8e6d723b9d
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit 5e989a485da3222b3313aac71b57dfbbacde8e48.
2023-03-27 07:22:27 +00:00
Flatcar Buildbot
ffdf065a3a
dev-util/gdbus-codegen: Sync with Gentoo
...
It's from Gentoo commit 38a3f207f2d3da9a2a49857e6023442336007677.
2023-03-27 07:22:27 +00:00
Flatcar Buildbot
9387a26bbd
dev-util/cmake: Sync with Gentoo
...
It's from Gentoo commit 61621cd1fa2c774bf86d5dcee1702f1de197c2ea.
2023-03-27 07:22:23 +00:00
Flatcar Buildbot
c5dfbb2d6f
dev-util/b2: Sync with Gentoo
...
It's from Gentoo commit e535444e3e0fc8e23069e7fb02d19d6f7d003250.
2023-03-27 07:22:21 +00:00
Flatcar Buildbot
1c6e9b725c
dev-python/pygments: Sync with Gentoo
...
It's from Gentoo commit eee848f7ff3e4547606966b2181fced6e65273a1.
2023-03-27 07:22:17 +00:00
Flatcar Buildbot
997e8c1292
dev-python/pydantic: Sync with Gentoo
...
It's from Gentoo commit ccd52abca665dc22c2a6319b0525b2ea15b638f7.
2023-03-27 07:22:16 +00:00
Flatcar Buildbot
92ea3a3a13
dev-python/platformdirs: Sync with Gentoo
...
It's from Gentoo commit 0f8e269bdcdf28cdb3c7341f21216b1d3f4f9111.
2023-03-27 07:22:15 +00:00
Flatcar Buildbot
9dce6cfdfc
dev-python/markupsafe: Sync with Gentoo
...
It's from Gentoo commit d4a550d975cc3a577aaab2ff11fca5f8830cc813.
2023-03-27 07:22:13 +00:00
Flatcar Buildbot
dd39780e53
dev-python/jaraco-text: Sync with Gentoo
...
It's from Gentoo commit 73f1e2f440562315d77c95c9ab881435344ce4f8.
2023-03-27 07:22:12 +00:00
Flatcar Buildbot
b7bfc21949
dev-python/jaraco-functools: Sync with Gentoo
...
It's from Gentoo commit 1033118aa0f16af02340850558d1571f34f9887c.
2023-03-27 07:22:12 +00:00
Flatcar Buildbot
22e9c7d5b3
dev-python/jaraco-context: Sync with Gentoo
...
It's from Gentoo commit 5161a3f99d6ffe4b49f85c28c60430554289d0fe.
2023-03-27 07:22:12 +00:00
Flatcar Buildbot
091e17820f
dev-python/cython: Sync with Gentoo
...
It's from Gentoo commit 7ab3a69ccc2bef6752e6b9c98c5ab58ac996295c.
2023-03-27 07:22:08 +00:00
Flatcar Buildbot
1978e9ba93
dev-libs/gobject-introspection-common: Sync with Gentoo
...
It's from Gentoo commit 88129ec21017c1f5e8b2e1a4c75ce7101159bec8.
2023-03-27 07:21:47 +00:00
Flatcar Buildbot
ec7a542171
dev-libs/gobject-introspection: Sync with Gentoo
...
It's from Gentoo commit 828cdd8d7f81301fa416f6dcfd2eb1d944c5d4e2.
2023-03-27 07:21:47 +00:00
Flatcar Buildbot
b4aa031baa
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit b2bf5ffa5032971ae1ba0e0886b8095f95f17f63.
2023-03-27 07:21:47 +00:00
Flatcar Buildbot
aca0ec7e2c
dev-libs/elfutils: Sync with Gentoo
...
It's from Gentoo commit 841c181bcfa1725454bd1cbfefe1064608dbc726.
2023-03-27 07:21:45 +00:00
Flatcar Buildbot
c37d5b1c03
dev-lang/perl: Sync with Gentoo
...
It's from Gentoo commit 1e31e5d0e5717d179b7b5d7e1bce22711058d110.
2023-03-27 07:21:40 +00:00
Flatcar Buildbot
f650b207cb
dev-db/sqlite: Sync with Gentoo
...
It's from Gentoo commit 25227e6e5dbc77672a3586312432810c1e2811fe.
2023-03-27 07:21:39 +00:00
Flatcar Buildbot
d4ff362fec
app-portage/portage-utils: Sync with Gentoo
...
It's from Gentoo commit 7c910e46292661b7bbbf80d44b19f8dfaaed464a.
2023-03-27 07:21:32 +00:00
Flatcar Buildbot
93b447b643
app-editors/vim-core: Sync with Gentoo
...
It's from Gentoo commit b71e739479c33bcb561b6305f0d2df8f3f7ab480.
2023-03-27 07:21:29 +00:00
Flatcar Buildbot
51c01ccb44
app-editors/vim: Sync with Gentoo
...
It's from Gentoo commit 38ad187c29e86a5f6dffb2a717d8f11af07b78cd.
2023-03-27 07:21:29 +00:00
Flatcar Buildbot
5b7e0f3243
app-arch/zstd: Sync with Gentoo
...
It's from Gentoo commit 0e73875786392261ea9354c39728a49ef951521b.
2023-03-27 07:21:26 +00:00
Flatcar Buildbot
61b7fca2dc
app-arch/tar: Sync with Gentoo
...
It's from Gentoo commit a8320b2610a082aa0766200884c69a76f21829b2.
2023-03-27 07:21:25 +00:00
Thilo Fromm
42161a59d7
emerge-gitclone: bump to include support for git ref versions
...
This change bumps the CROS_WORKON_COMMIT of emerge-gitclone to include
the latest flatcar-master tip. emerge-gitclone now supports developer OS
versions and uses the version's git ref suffix to check out the correct
scripts repo version.
See
401e84df7b
for details.
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-03-24 18:29:10 +01:00
flatcar-ci
d413d035f7
New version: main-3552.0.0-nightly-20230323-2100
2023-03-23 21:00:33 +00:00
Krzesimir Nowak
7cb148237c
Merge pull request #2551 from flatcar/krnowak/squashfs-in-dev-container
...
coreos-base/coreos-dev: Add squashfs tools to developer container
2023-03-23 13:51:31 +01:00
Krzesimir Nowak
e49221b42f
coreos-base/coreos-dev: Add squashfs tools to developer container
...
May come in handy if someone wants to create a sysext image.
2023-03-23 09:41:35 +01:00
flatcar-ci
92351d2eb2
New version: main-3550.0.0-nightly-20230321-2100
2023-03-21 21:00:33 +00:00
Krzesimir Nowak
740ea78e27
changelog: Add an entry
2023-03-21 15:09:49 +01:00
Krzesimir Nowak
df13cbcf6e
.github: Add updated packages to the list
2023-03-21 15:07:53 +01:00
Krzesimir Nowak
1458163fca
profiles: Drop accept keywords for app-arch/zstd
...
The updated packages is now stable for both amd64 and arm64.
2023-03-21 14:59:28 +01:00
Krzesimir Nowak
89dfa8cbaa
app-arch/zstd: Sync with Gentoo
...
It's from Gentoo commit 0d9fc63ebed2c44bb7912aab9b457c2f3b66b6c5.
2023-03-21 14:43:55 +01:00
Krzesimir Nowak
23c8f0bb19
app-arch/zip: Sync with Gentoo
...
It's from Gentoo commit df5eeb6269ea4ab0a4a701da76ada8e5a0628061.
2023-03-21 14:43:55 +01:00
Krzesimir Nowak
f029407c03
app-arch/sharutils: Sync with Gentoo
...
It's from Gentoo commit e32e2263d94fdac827172dd8f333bd50fc1b2731.
2023-03-21 14:43:54 +01:00
Krzesimir Nowak
2902941d1b
app-arch/rpm2targz: Sync with Gentoo
...
It's from Gentoo commit fdac1b1322aedeeb65dd6ee7c66498ff0022e18c.
2023-03-21 14:43:53 +01:00
Krzesimir Nowak
5bdcb6eca9
changelog: Update weekly updates entry
...
Python was still at version 3.10.10, so the entry here is not
necessary. The _p3 suffix is not an official new version, but instead
a note from Gentoo maintainers about having some extra patches on top
of the release.
Also use the official version number for pahole.
2023-03-21 11:14:59 +01:00
Sayan Chowdhury
e29c89bab8
changelog: Add weekly 20230320 changelog entries
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-03-21 15:11:48 +05:30
flatcar-ci
adae222547
New version: main-3549.0.0-nightly-20230320-2100
2023-03-20 21:00:29 +00:00
Kai Lüke
93eef4eeac
Merge pull request #2542 from flatcar/kai/initrd-oem-ordering
...
sys-kernel/bootengine: Prevent OEM mount point from showing up early
2023-03-20 13:37:38 +01:00
Flatcar Buildbot
c1d32abe8e
Update mantle container image to latest HEAD
2023-03-20 12:37:36 +00:00
Kai Lueke
fd56d1736f
sys-kernel/bootengine: Prevent OEM mount point from showing up early
...
This pulls in
https://github.com/flatcar/bootengine/pull/58
to prevent the OEM mount point from showing up before Ignition mounts.
It also makes it simpler to write files to the OEM partition without
having to specify the partition first as initrd mount point.
Fixes https://github.com/flatcar/Flatcar/issues/979
2023-03-20 21:31:21 +09:00
Flatcar Buildbot
1aef3760b9
virtual/libcrypt: Sync with Gentoo
...
It's from Gentoo commit 1d86e13a6b6be300f4223115c638bbda6d999fb9.
2023-03-20 07:26:35 +00:00
Flatcar Buildbot
18aa0ea4a9
sys-libs/libseccomp: Sync with Gentoo
...
It's from Gentoo commit fade17c365155fc535fa3fcab4799effdcd58825.
2023-03-20 07:26:34 +00:00
Flatcar Buildbot
1f8e0a9576
sys-devel/libtool: Sync with Gentoo
...
It's from Gentoo commit dd04356572de7d570b230f62c2094eaa68ef4fdc.
2023-03-20 07:26:23 +00:00
Flatcar Buildbot
de619dbcc4
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 48488786b8625ce64b1d88402a90741cfc8e661c.
2023-03-20 07:26:21 +00:00
Flatcar Buildbot
a9b2b6d6e2
sys-devel/autoconf-archive: Sync with Gentoo
...
It's from Gentoo commit 49a5e118cf99d4d6b09698f92dae03e2b732f6ec.
2023-03-20 07:26:15 +00:00
Flatcar Buildbot
e6bec5f53d
sys-apps/texinfo: Sync with Gentoo
...
It's from Gentoo commit f02f2ec7415bfef02b2318366dec9a5a7b0899ad.
2023-03-20 07:26:14 +00:00
Flatcar Buildbot
74dba4c963
sys-apps/portage: Sync with Gentoo
...
It's from Gentoo commit 3009f682e74a46a4a88ecab250c59f8e921ea2f9.
2023-03-20 07:26:13 +00:00
Flatcar Buildbot
d1389b85a0
sys-apps/diffutils: Sync with Gentoo
...
It's from Gentoo commit 9083aec7b4e8c779439f8340423660e16841a2d6.
2023-03-20 07:26:05 +00:00
Flatcar Buildbot
d16d129a29
profiles: Sync with Gentoo
...
It's from Gentoo commit 178b21ba0df784d9aa045a2c1e113974928a2e5a.
2023-03-20 07:26:04 +00:00
Flatcar Buildbot
3870f84718
net-misc/whois: Sync with Gentoo
...
It's from Gentoo commit 98488a2aeaf46d03ed4b734262e331585039288f.
2023-03-20 07:25:55 +00:00
Flatcar Buildbot
aa5d61af4e
net-misc/wget: Sync with Gentoo
...
It's from Gentoo commit 6efa842ac4114bb18af18474883260cba12722ad.
2023-03-20 07:25:55 +00:00
Flatcar Buildbot
ccaaba8cee
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit c6b3f26466c6770b5f0db1218e014f9c8dbb3444.
2023-03-20 07:25:52 +00:00
Flatcar Buildbot
08c9c116cb
net-libs/nghttp2: Sync with Gentoo
...
It's from Gentoo commit 7b6a8a611e16d50a03c4aa7314e06e50c3b33367.
2023-03-20 07:25:48 +00:00
Flatcar Buildbot
d8a3d42560
net-libs/libpcap: Sync with Gentoo
...
It's from Gentoo commit 2ca0b4b88d683c8b34d61337eaf5c0a020111c4f.
2023-03-20 07:25:45 +00:00
Flatcar Buildbot
edc81da305
net-dns/bind-tools: Sync with Gentoo
...
It's from Gentoo commit 0ff8693edb3ea593f16db544f314ab7f4cfa3638.
2023-03-20 07:25:43 +00:00
Flatcar Buildbot
6842f4dc2b
eclass/virtualx: Sync with Gentoo
...
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2023-03-20 07:25:35 +00:00
Flatcar Buildbot
1e28faef28
eclass/vim-plugin: Sync with Gentoo
...
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2023-03-20 07:25:35 +00:00
Flatcar Buildbot
a23b80f3db
eclass/verify-sig: Sync with Gentoo
...
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2023-03-20 07:25:32 +00:00
Flatcar Buildbot
5da03e91c3
eclass/toolchain: Sync with Gentoo
...
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2023-03-20 07:25:25 +00:00
Flatcar Buildbot
e21b300e09
eclass/savedconfig: Sync with Gentoo
...
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2023-03-20 07:25:14 +00:00
Flatcar Buildbot
22e857267b
eclass/python-r1: Sync with Gentoo
...
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2023-03-20 07:25:09 +00:00
Flatcar Buildbot
3df94e8446
eclass/optfeature: Sync with Gentoo
...
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2023-03-20 07:24:52 +00:00
Flatcar Buildbot
6e10bbc495
eclass/meson: Sync with Gentoo
...
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2023-03-20 07:24:40 +00:00
Flatcar Buildbot
3e9b4d2709
eclass/meson-multilib: Sync with Gentoo
...
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2023-03-20 07:24:40 +00:00
Flatcar Buildbot
afad7f489a
eclass/linux-info: Sync with Gentoo
...
It's from Gentoo commit 8435a16eb3e375dfe0a37f076eb6a1ebfed0a55b.
2023-03-20 07:24:36 +00:00
Flatcar Buildbot
24da7a9e51
eclass/libtool: Sync with Gentoo
...
It's from Gentoo commit ef47037c0df3bd254d6fe1601c34d24316762fa3.
2023-03-20 07:24:36 +00:00
Flatcar Buildbot
de985a5696
eclass/git-r3: Sync with Gentoo
...
It's from Gentoo commit 0dbbdfc6c6485614f2f84914dec2326cdb2a08e9.
2023-03-20 07:24:27 +00:00
Flatcar Buildbot
52344a97d7
eclass/fcaps: Sync with Gentoo
...
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2023-03-20 07:24:26 +00:00
Flatcar Buildbot
d76c6f14d9
eclass/eapi8-dosym: Sync with Gentoo
...
It's from Gentoo commit 3dbeacb046899daf891f6c9f2ed8539c2e8855f9.
2023-03-20 07:24:01 +00:00
Flatcar Buildbot
57444e7cbc
eclass/distutils-r1: Sync with Gentoo
...
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2023-03-20 07:23:56 +00:00
Flatcar Buildbot
a7e2ed12df
eclass/cmake: Sync with Gentoo
...
It's from Gentoo commit c9a840065a2553871dd298e933da2874bf26062b.
2023-03-20 07:23:55 +00:00
Flatcar Buildbot
bd90dc4fae
eclass/cmake-multilib: Sync with Gentoo
...
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2023-03-20 07:23:55 +00:00
Flatcar Buildbot
e5204a88c9
eclass/autotools: Sync with Gentoo
...
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2023-03-20 07:23:55 +00:00
Flatcar Buildbot
a04731d2cd
eclass/acct-user: Sync with Gentoo
...
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2023-03-20 07:23:53 +00:00
Flatcar Buildbot
a9b80c4966
eclass/acct-group: Sync with Gentoo
...
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2023-03-20 07:23:53 +00:00
Flatcar Buildbot
b3382292d2
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit 37305aa8f6bd146c01c41ae9aca55b52c82c5193.
2023-03-20 07:23:52 +00:00
Flatcar Buildbot
6761c2d61d
dev-util/pahole: Sync with Gentoo
...
It's from Gentoo commit 5455dc2798ff4b1b84ca0f97d0bd3dc068e82199.
2023-03-20 07:23:45 +00:00
Flatcar Buildbot
2a48125ab6
dev-util/cmake: Sync with Gentoo
...
It's from Gentoo commit 9888a7cbe8db8b96827b9310181b0efb4a04ac7a.
2023-03-20 07:23:36 +00:00
Flatcar Buildbot
f2a644220d
dev-python/wheel: Sync with Gentoo
...
It's from Gentoo commit cb0738a21d9e41c19c64f252b921f54619b88c92.
2023-03-20 07:23:34 +00:00
Flatcar Buildbot
09ce1bc5be
dev-python/typing-extensions: Sync with Gentoo
...
It's from Gentoo commit ac57b2b4b773d98ab53067a4dbb25211ca0c2da9.
2023-03-20 07:23:33 +00:00
Flatcar Buildbot
7b3eebf07f
dev-python/snakeoil: Sync with Gentoo
...
It's from Gentoo commit 1829a785a34cfae8351be19bef396ffe67ffb1d3.
2023-03-20 07:23:32 +00:00
Flatcar Buildbot
f674287fd7
dev-python/six: Sync with Gentoo
...
It's from Gentoo commit c82fe86e03a75820aafd059c8e079548e5c6d6e1.
2023-03-20 07:23:32 +00:00
Flatcar Buildbot
89de9b8ae1
dev-python/platformdirs: Sync with Gentoo
...
It's from Gentoo commit c2919f73b580cd3e2dd0ecb04c5ab72dba0dc453.
2023-03-20 07:23:26 +00:00
Flatcar Buildbot
e6a1051dae
dev-python/ordered-set: Sync with Gentoo
...
It's from Gentoo commit 8bf862bd59598d8828bafcdee02ff675e1a92b7a.
2023-03-20 07:23:25 +00:00
Flatcar Buildbot
0195eb8479
dev-python/markupsafe: Sync with Gentoo
...
It's from Gentoo commit 85e4ebc989148329346a6a9238579998b3af2d9f.
2023-03-20 07:23:24 +00:00
Flatcar Buildbot
8c278dee82
dev-python/lazy-object-proxy: Sync with Gentoo
...
It's from Gentoo commit a674ecce60870110f23c84d475fccdb902a10ac6.
2023-03-20 07:23:23 +00:00
Flatcar Buildbot
7a21a94ea7
dev-python/jinja: Sync with Gentoo
...
It's from Gentoo commit cd19a78ac797e77d6c751b1cbcb7a7be5f3c36b7.
2023-03-20 07:23:23 +00:00
Flatcar Buildbot
87b7b67133
dev-python/installer: Sync with Gentoo
...
It's from Gentoo commit 7d193bde719f4e70ec95a9526c5a2eb7af4bfdad.
2023-03-20 07:23:21 +00:00
Flatcar Buildbot
cbbbd445af
dev-python/flit_core: Sync with Gentoo
...
It's from Gentoo commit 79dcf57af0985f6b25244096b84efb6dc1f7bbed.
2023-03-20 07:23:18 +00:00
Flatcar Buildbot
810afd8fba
dev-python/docutils: Sync with Gentoo
...
It's from Gentoo commit fd6ee56f48251c245bb2ce7664db9766fdd55f65.
2023-03-20 07:23:17 +00:00
Flatcar Buildbot
efcb41bea6
dev-python/distro: Sync with Gentoo
...
It's from Gentoo commit 4116f95231531c2c7b259c2a908d302b4c39e428.
2023-03-20 07:23:17 +00:00
Flatcar Buildbot
0ed67cac7d
dev-python/cython: Sync with Gentoo
...
It's from Gentoo commit 2e1d6c51afc17d5f1b26b62e2cea582fcec0847a.
2023-03-20 07:23:16 +00:00
Flatcar Buildbot
4f4eb24eee
dev-python/boto: Sync with Gentoo
...
It's from Gentoo commit 11706cd5ae38960e081221efd8a4d481785756c0.
2023-03-20 07:23:14 +00:00
Flatcar Buildbot
abb367a35f
dev-libs/gobject-introspection-common: Sync with Gentoo
...
It's from Gentoo commit f9c933e1cdcdcb090a7d4a83ad3033f6daa89c2b.
2023-03-20 07:22:51 +00:00
Flatcar Buildbot
51fb3e0b03
dev-libs/gobject-introspection: Sync with Gentoo
...
It's from Gentoo commit 15eff33f646f4d0b8ea878c51c1c492d530bb547.
2023-03-20 07:22:51 +00:00
Flatcar Buildbot
2db65e00b4
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit ab4518e2e6285248b51674cff0987eb0ca86fd5d.
2023-03-20 07:22:50 +00:00
Flatcar Buildbot
e641c0ba7f
dev-lang/python: Sync with Gentoo
...
It's from Gentoo commit 81f95e3e7d6d140172d0afc8411bc0f214c74c2b.
2023-03-20 07:22:41 +00:00
Flatcar Buildbot
42cf769f6a
dev-lang/duktape: Sync with Gentoo
...
It's from Gentoo commit 1e3350db8b7f8bb429acb86a20a0a966280c34f4.
2023-03-20 07:22:40 +00:00
Flatcar Buildbot
17c809e473
dev-db/sqlite: Sync with Gentoo
...
It's from Gentoo commit 3b2fa301882d5deb5b245025652fc4f0d608c6c0.
2023-03-20 07:22:40 +00:00
Flatcar Buildbot
52cac2fecd
app-text/asciidoc: Sync with Gentoo
...
It's from Gentoo commit 7aa289fdeb138fbe1b87ed0e0e9c045c73df740a.
2023-03-20 07:22:31 +00:00
Flatcar Buildbot
24610457a2
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit 99529e3e30d71d892944629cfa1ac862d8327dc3.
2023-03-20 07:22:24 +00:00
Krzesimir Nowak
c442bec3de
sys-kernel/coreos-modules: Drop CONFIG_NET_CLS_TCINDEX
...
Was retired in Linux commit 8c710f75256bb3cf05ac7b1672c82b92c43f3d28
and backported to 5.15 LTS branch.
8c710f7525
2023-03-20 07:55:35 +01:00
Flatcar Buildbot
327e345105
sys-kernel: Upgrade Kernel 5.15.98 to 5.15.103
2023-03-17 11:24:41 +00:00
Flatcar Buildbot
6880e73521
Update mantle container image to latest HEAD
2023-03-16 21:00:47 +00:00
flatcar-ci
67ce13cc01
New version: main-3545.0.0-nightly-20230316-2100
2023-03-16 21:00:29 +00:00
Dongsu Park
2065adfb8f
Merge pull request #2535 from flatcar/firmware-20230310-main
...
Upgrade Linux Firmware in main from 20230210 to 20230310
2023-03-16 14:36:37 +01:00
Krzesimir Nowak
425a141f6d
Merge pull request #2533 from flatcar/krnowak/weekly
...
Weekly profiles updates and python-oem sync
2023-03-16 10:32:31 +01:00
Flatcar Buildbot
abf54b3e8b
sys-kernel: Upgrade Linux Firmware 20230210 to 20230310
2023-03-16 07:10:55 +00:00
flatcar-ci
b5bda8ae04
New version: main-3544.0.0-nightly-20230315-2100
2023-03-15 21:00:32 +00:00
Krzesimir Nowak
e71652331e
changelog: Add entries
2023-03-15 13:06:52 +01:00
Krzesimir Nowak
04682cf683
.github: Update some entries
...
One package changed the name, another was dropped.
2023-03-14 13:12:17 +01:00
Krzesimir Nowak
dfba2b05f9
dev-perl/libintl-perl: Drop unused package
2023-03-14 13:12:14 +01:00
Krzesimir Nowak
8ebe4adb48
dev-python/setuptools-scm: Rename from setuptools_scm and sync
...
It's from Gentoo commit 20a310b95d42e4ccef8eaa539c7654c39394a0cb.
2023-03-14 13:12:14 +01:00
Krzesimir Nowak
17060b7a23
profiles: Drop accept keywords for app-arch/ncompress
...
It became stable for both amd64 and arm64.
2023-03-14 13:10:56 +01:00
Krzesimir Nowak
5517d085ee
profiles: Add accept keywords for app-editors/vim{,-core}
2023-03-14 13:10:56 +01:00
Krzesimir Nowak
e54ea81201
profiles: Drop accept keywords for dev-lang/python-oem
...
It became stable for arm64 too now.
2023-03-14 13:10:56 +01:00
Krzesimir Nowak
f0833eeb45
dev-lang/python-oem: Apply Flatcar modifications
...
I changed the way we modify the ebuild by keeping the modifications as
minimal as possible, leaving disabling whatever that can be disabled
to the USE flags.
2023-03-14 13:10:56 +01:00
Krzesimir Nowak
981ed883d8
dev-lang/python-oem: Sync with Gentoo
2023-03-14 13:10:56 +01:00
Krzesimir Nowak
32ffc00460
profiles: Drop accept keywords for dev-lang/python
...
It became stable for arm64 too now.
2023-03-14 13:10:56 +01:00
Krzesimir Nowak
37f3f7d049
coreos/config: Add a note when env override can be dropped for net-dns/bind-tools
2023-03-14 13:10:56 +01:00
Krzesimir Nowak
1a422ef716
profiles: Drop accept keywords for net-dns/dnsmasq
...
It became stable for arm64 too now.
2023-03-14 13:10:56 +01:00
Dongsu Park
4fb8136f5f
dev-lang/rust: fix build issues for 1.68.0
...
Since tests of 1.68.0 are located under "tests" instead of "src/test",
update the path to get the patch applied without build failures.
2023-03-14 11:43:17 +01:00
Flatcar Buildbot
472d6e9b6d
dev-lang: Upgrade dev-lang/rust 1.67.1 to 1.68.0
2023-03-14 07:47:35 +00:00
flatcar-ci
e2b8c90476
New version: main-3542.0.0-nightly-20230313-2100
2023-03-13 21:00:34 +00:00
Dongsu Park
b1b0f1dba5
Merge pull request #2525 from flatcar/go-1.18.10-and-1.19.7-main
...
Upgrade Go from 1.19.6 to 1.19.7
2023-03-13 16:23:14 +01:00
Flatcar Buildbot
cde06445b5
sys-libs/libseccomp: Sync with Gentoo
...
It's from Gentoo commit d596eadc351da3793792b13fc0b67f93ae54cddd.
2023-03-13 13:18:35 +00:00
Flatcar Buildbot
a58d8ae9c1
sys-libs/libcap-ng: Sync with Gentoo
...
It's from Gentoo commit 8f5a4031027e25d719725acd0b00e708ac58f1c9.
2023-03-13 13:18:35 +00:00
Flatcar Buildbot
e94290fbcf
sys-libs/binutils-libs: Sync with Gentoo
...
It's from Gentoo commit cacbae14b712df541df3f3ac6bae67fc7736bcbf.
2023-03-13 13:18:34 +00:00
Flatcar Buildbot
650becf585
sys-fs/e2fsprogs: Sync with Gentoo
...
It's from Gentoo commit 54a16359d45b62cd43065419d3e8db87cf05811e.
2023-03-13 13:18:33 +00:00
Flatcar Buildbot
d0ec792a65
sys-kernel/linux-headers: Sync with Gentoo
...
It's from Gentoo commit 98ec1010e8ddfc2fb5bad2521cb724ae6201e87e.
2023-03-13 13:18:33 +00:00
Flatcar Buildbot
39ffd1ff3f
sys-devel/m4: Sync with Gentoo
...
It's from Gentoo commit 44e4aa5e68aff8e24f7be06f65474b1a336958b5.
2023-03-13 13:18:27 +00:00
Flatcar Buildbot
8b2180ba43
sys-devel/libtool: Sync with Gentoo
...
It's from Gentoo commit 69a172f1fd6bc1c4ef51269c0c043a58a96caee7.
2023-03-13 13:18:27 +00:00
Flatcar Buildbot
6284d5a2ca
sys-devel/gnuconfig: Sync with Gentoo
...
It's from Gentoo commit 1e18b4d30b602506eeddf48151436339592be04f.
2023-03-13 13:18:27 +00:00
Flatcar Buildbot
5b4c1796d1
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 2606be7476e42550a21222d20c2e887aff19c5ab.
2023-03-13 13:18:26 +00:00
Flatcar Buildbot
6a74d9675b
sys-devel/crossdev: Sync with Gentoo
...
It's from Gentoo commit aa153e0662a8c78bae68eaf1f56348788de62b8c.
2023-03-13 13:18:26 +00:00
Flatcar Buildbot
255f976a2d
sys-devel/binutils: Sync with Gentoo
...
It's from Gentoo commit 5ad2f733fa08756c4d025caee0280c37a5780101.
2023-03-13 13:18:24 +00:00
Flatcar Buildbot
3178184916
sys-devel/automake-wrapper: Sync with Gentoo
...
It's from Gentoo commit 831f63aec707355751da0bee0dfe3e4fd832aa18.
2023-03-13 13:18:24 +00:00
Flatcar Buildbot
f5e880a5ad
sys-apps/portage: Sync with Gentoo
...
It's from Gentoo commit f52d2611a9b2dc690a0765055efddb0f1d33349e.
2023-03-13 13:18:21 +00:00
Flatcar Buildbot
302d481fb0
sys-apps/less: Sync with Gentoo
...
It's from Gentoo commit 2580d310c9ad0c967fe4d96d2fccd7e735346ae5.
2023-03-13 13:18:21 +00:00
Flatcar Buildbot
1db8c1a9ac
sys-apps/help2man: Sync with Gentoo
...
It's from Gentoo commit a6a9f246423bab34d521eb6482016ad55d9f00a8.
2023-03-13 13:18:18 +00:00
Flatcar Buildbot
de1859aa90
sys-apps/file: Sync with Gentoo
...
It's from Gentoo commit a66499f6dd7b9e1643e8d6062206c56ca31971fe.
2023-03-13 13:18:17 +00:00
Flatcar Buildbot
e42b77a1de
sys-apps/diffutils: Sync with Gentoo
...
It's from Gentoo commit 58786d62f2d41b03e9f97e0456ab97860cf4b317.
2023-03-13 13:18:15 +00:00
Flatcar Buildbot
d7a8fed88c
profiles: Sync with Gentoo
...
It's from Gentoo commit 9d6900c9f522737c185db83045ddacbe1ca5413c.
2023-03-13 13:18:14 +00:00
Flatcar Buildbot
17de0756d8
net-misc/socat: Sync with Gentoo
...
It's from Gentoo commit 2423a54ed09f45830693b41ff495bb2fe1754e09.
2023-03-13 13:18:07 +00:00
Flatcar Buildbot
6788977e2d
net-libs/nghttp2: Sync with Gentoo
...
It's from Gentoo commit 7a31eceb1d95b0a7e5c80736e56511aa59cc78c2.
2023-03-13 13:18:03 +00:00
Flatcar Buildbot
b069bcbfe9
net-libs/libpcap: Sync with Gentoo
...
It's from Gentoo commit b0cac28a052decc390cb3a6710f07dd06d56e370.
2023-03-13 13:18:00 +00:00
Flatcar Buildbot
85c80564d7
net-dns/dnsmasq: Sync with Gentoo
...
It's from Gentoo commit d4207588b7a562338cea9137323b7d61018c3d41.
2023-03-13 13:17:59 +00:00
Flatcar Buildbot
21adac22e5
net-dns/bind-tools: Sync with Gentoo
...
It's from Gentoo commit 1d1a6031e0277b4d7d20a4ededeab386491a3b80.
2023-03-13 13:17:59 +00:00