22792 Commits

Author SHA1 Message Date
Krzesimir Nowak
e1e9975f53
Merge pull request #608 from flatcar/krnowak/bincache-for-dev-builds
common: Split binpkg and SDK tarball URLs
2023-01-25 16:12:29 +01:00
Dongsu Park
1c9bb64e35 app-emulation/docker: update ppc64 buildmode patch for docker 20.10.23
Docker 20.10.23 has changes around hack/make/.binary, so it is necessary
to adapt the ppc64 buildmode patch to make the build pass again.
2023-01-25 12:52:41 +01:00
Flatcar Buildbot
f675fe298d app-emulation: Upgrade Docker 20.10.22 to 20.10.23 2023-01-25 07:48:14 +00:00
flatcar-ci
1200f55550 New version: main-3493.0.0-nightly-20230123-2100 2023-01-23 21:00:25 +00:00
flatcar-ci
8a939513ff New version: main-3490.0.0-nightly-20230120-2100 2023-01-20 21:00:33 +00:00
Dongsu Park
98f0a8d6e1 Merge pull request #2389 from flatcar/dongsu/github-actions-fix-rust
.github: update PV in ebuilds of dev-lang/rust
2023-01-20 13:00:49 +01:00
Dongsu Park
3a8030047b Merge pull request #2400 from flatcar/linux-5.15.89-main
Upgrade Linux Kernel for main from 5.15.88 to 5.15.89
2023-01-20 12:56:09 +01:00
Krzesimir Nowak
532ea2755e Merge pull request #401 from flatcar/buildbot/weekly-package-updates-2023-01-02
Weekly package updates 2023-01-02
2023-01-20 12:52:44 +01:00
Krzesimir Nowak
7792f22b08 Merge pull request #2362 from flatcar/krnowak/weekly
Profile and app/shells/bash updates for the weekly update
2023-01-20 12:52:40 +01:00
Krzesimir Nowak
4b37814d5f changelog: Add entries 2023-01-20 12:10:24 +01:00
Kai Lüke
829965f384 Merge pull request #2390 from flatcar/kai/populate-always
sys-apps/baselayout: Always copy missing entries over to the database
2023-01-20 11:56:49 +01:00
Kai Lueke
363ac15ddb sys-apps/baselayout: Always copy missing entries over to the database
This pulls in
https://github.com/flatcar/baselayout/pull/26
to fix the regression in Alpha/Beta (itself a fix for another
regression) where systemd-tmpfiles bailed if /etc/passwd|group didn't
have the core user, now solved by always copying missing entries over
to the databases, not only if the files didn't exist.
2023-01-20 11:23:25 +01:00
Dongsu Park
c4df65e497 Merge pull request #2394 from flatcar/firmware-20230117-main
Upgrade Linux Firmware in main from 20221214 to 20230117
2023-01-20 09:52:31 +01:00
Krzesimir Nowak
6cd03f5370 coreos: Add user-patch for app-arch/ncompress
This should fix having a dangling symlink at /usr/bin/uncompress.
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
5ae5149cbe sys-apps/policycoreutils: Drop unnecessary modification
The split-usr flag is disabled for all packages in generic images, so
commenting out the symlink creation for split-usr images is not needed
any more.
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
e48a011b84 profiles: Disable split-usr for generic images completely
We do specify -split-usr in make.defaults for the USE variable but
it's not enough - the base profile in portage-stable forces this flag
and this overrides our defaults. As a workaround, we were using
package.use.force to force-disable split-usr for selected
packages. Now, with addition of more split-usr-using packages in
app-alternatives the list in package.use.force would grow. Instead of
listing all the packages having split-usr in their IUSE, use the
use.force and use.mask file to unforce and mask split-usr for all
packages in generic images.

As a bonus, this also allows us to drop a customization we did in
sys-apps/policycoreutils package.
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
9da62c4776 profiles: Drop accept keywords for perl-core/File-Path
It's an obsolete entry - we don't have such a package.
2023-01-20 07:29:59 +01:00
Sayan Chowdhury
55a14648c5 app-shells/bash: Apply Flatcar modifications
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
fa616acb18 app-shells/bash: Sync with Gentoo
It's from Gentoo commit 1323a3d70d1ead5379b997bd2ef048c898dd6712.
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
7ed1bf4c14 coreos-base/coreos: Pull in app-arch/ncompress
app-arch/gzip does not install uncompress any more, so pulling in
app-arch/ncompress instead to fill in the gap.
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
a43f393643 profiles: Add bison to bootstrap use flags
This is to fix the following error during stage2 SDK build:

  [[ (3/3) Emerging packages ]]

!!! The ebuild selected to satisfy "app-alternatives/yacc" has unmet requirements.
- app-alternatives/yacc-1-r2::portage-stable USE="-bison -byacc -reference"

  The following REQUIRED_USE flag constraints are unsatisfied:
    exactly-one-of ( bison byacc reference )

(dependency required by "sys-devel/binutils-2.39-r4::portage-stable" [ebuild])
(dependency required by "sys-devel/gcc-11.3.1_p20221209::portage-stable" [ebuild])
(dependency required by "sys-libs/glibc-2.36-r5::coreos" [ebuild])
(dependency required by "sys-libs/glibc:2.2" [argument])
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
aa53bc2044 profiles: Bump net-misc/rsync version in accept keywords
The version we used so far was dropped, so pull something that's
newer.
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
3be777a9c5 profiles: Drop accept keywords for net-misc/curl
The package became stable for arm64.
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
60d186c4bc profiles: Add accept keywords for GLib packages
They are stable for amd64, but not for arm64. Add to avoid version
discrepancies.
2023-01-20 07:29:37 +01:00
Krzesimir Nowak
1bd177b516 profiles: Enable unicode for dev-libs/libpcre2 2023-01-20 07:27:44 +01:00
Krzesimir Nowak
470ade39c2 profiles: Drop accept keywords for app-portage/portage-utils
The package became stable for amd64 too.
2023-01-20 07:27:43 +01:00
Krzesimir Nowak
008ba273cb profiles: Bump accept keywords for app-crypt/adcli
This got released 3 months ago, so we could start using it.
2023-01-20 07:27:43 +01:00
Krzesimir Nowak
60136e23fb profiles: Drop accept keywords for app-editors/vim{,-core}
The updated packages are stable for amd64 and arm64.
2023-01-20 07:27:43 +01:00
Krzesimir Nowak
e406d826d8 profiles: Drop accept keywords for app-arch/cpio
The updated package is stable for amd64 and arm64.
2023-01-20 07:27:43 +01:00
Krzesimir Nowak
02fb72a8de .github: Add newly added packages to the list 2023-01-20 07:25:56 +01:00
Krzesimir Nowak
bac7cf2981 sys-apps/i2c-tools: Sync with Gentoo
It's from Gentoo commit b3f1a4d6918e7f07a3f78567bcd7d5b2136cae1e.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
0d775b1e5a app-arch/ncompress: Add from Gentoo
It's from Gentoo commit 906530eaf5c3f19e56d936a4afe59cddf5d8fdac.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
fa905b4696 app-arch/pbzip2: Sync with Gentoo
It's from Gentoo commit 6a05ae558abc3fa30efec7feb290ab039024d8ab.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
60d383afed app-arch/lbzip2: Sync with Gentoo
It's from Gentoo commit 524ac2e8f417bdbe556aa92b17121be3fb744e0a.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
197bd36ddb sys-apps/gawk: Sync with Gentoo
It's from Gentoo commit 638eafa4e1eef002d0296826dfe7c647e17cd08e.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
112e482ab1 virtual/perl-version: Sync with Gentoo
It's from Gentoo commit 2622066207e23be4e808656cbab1e537873798ff.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
bf283f3b60 dev-perl/libintl-perl: Sync with Gentoo
It's from Gentoo commit d0d63a5c3436a56c444c78bd9879d53772d10cd1.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
e96cdb8a29 dev-perl/Unicode-EastAsianWidth: Sync with Gentoo
It's from Gentoo commit b8d12578f5a1e129a7af340630c939ef965c0ff8.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
1047ff1eef dev-perl/Text-Unidecode: Sync with Gentoo
It's from Gentoo commit 236ed274bf6e297d2c7106c5637318da825ff93e.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
4d265cf98f dev-perl/Parse-Yapp: Sync with Gentoo
It's from Gentoo commit 3e62c5bf0414d558388da435d72c39472d5ea081.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
bd91967abf dev-perl/Locale-gettext: Sync with Gentoo
It's from Gentoo commit b058f398d19bf6114f21e4a009ccd7b003eab8eb.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
efc4860b55 virtual/perl-Carp: Sync with Gentoo
It's from Gentoo commit d32e7e85c728b2346a707514030a9aac27f55e80.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
bb756c4aef perl-core/File-Temp: Sync with Gentoo
It's from Gentoo commit 2931d00b7cd9fd7e7f62d812e16f60673b05e68e.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
113269b2df virtual/perl-File-Spec: Sync with Gentoo
It's from Gentoo commit c3c2fffaf03fdefc30bf7b9efe84ee65c9e0b23f.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
76567dd6d5 virtual/perl-Getopt-Long: Sync with Gentoo
It's from Gentoo commit e1c6d62ffdf4cf9f53a58ffd174d11ab6a3ed969.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
3dd72a2ea4 virtual/perl-Exporter: Sync with Gentoo
It's from Gentoo commit 094bcc3af82d39e29658265dedb7ef857a8e741d.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
73821916a4 virtual/perl-ExtUtils-MakeMaker: Sync with Gentoo
It's from Gentoo commit 7f1ba40b37a887251d61cde2de98891a9377a8f3.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
7a06d1d2ab virtual/perl-IO: Sync with Gentoo
It's from Gentoo commit 5da74d2e86418dc908f6ef49cc87a972eace3f72.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
637d0abcbf virtual/perl-File-Temp: Sync with Gentoo
It's from Gentoo commit 4b8f0d6176a05f766e5c112800c8eb44eccffb37.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
2f46728328 app-cdr/cdrtools: Sync with Gentoo
It's from Gentoo commit 7ed3f72db921a410788a6a4ae6507c517c80c444.
2023-01-20 07:24:29 +01:00