Commit Graph

14356 Commits

Author SHA1 Message Date
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