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
Krzesimir Nowak
6b94515c74
app-arch/tar: Sync with Gentoo
...
It's from Gentoo commit da87c7a0f40c0e6a28fb139c668c3de6dc25631f.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
93857860ce
app-alternatives/tar: Add from Gentoo
...
It's from Gentoo commit 67c702b9cab2c3366f855b5a083ae33da982891b.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
f198ea5a52
app-alternatives/sh: Add from Gentoo
...
It's from Gentoo commit bdfbc6b12be8b6a186f27adc63308b93edac9c7b.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
7ba020ed15
app-arch/pigz: Sync with Gentoo
...
It's from Gentoo commit 8ee8f63ef9313e478246cffcd855f0d5e73bc962.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
5aa67763e2
app-arch/gzip: Sync with Gentoo
...
It's from Gentoo commit 320f20babbe68947121b65c0e233f63234afd542.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
3a5c07c0b1
app-alternatives/gzip: Add from Gentoo
...
It's from Gentoo commit d06f9f0d0d1ddb309e4a028a8f0f44a5247d85e9.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
48eddefb71
app-alternatives/lex: Add from Gentoo
...
It's from Gentoo commit 3a54dcaa7467beb24e340830f870062cd33fa939.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
cb1a92605e
app-alternatives/bc: Add from Gentoo
...
It's from Gentoo commit 0f71b145bffd812f36dbcdeba84f47f44bffa7e8.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
8614424344
app-alternatives/cpio: Add from Gentoo
...
It's from Gentoo commit 1b81b16c37298cabcfdcbb367941d9e0ea51aac2.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
763b1ac69b
app-alternatives/bzip2: Add from Gentoo
...
It's from Gentoo commit ca66920b8d97794aeea2fe783c17b55328821e17.
2023-01-20 07:24:29 +01:00
Flatcar Buildbot
c372b5d0e3
sys-libs/binutils-libs: Sync with Gentoo
...
It's from Gentoo commit e3e710629008967b98b976edbb05e31988a75a72.
2023-01-20 07:24:29 +01:00
Flatcar Buildbot
497ad2ae73
sys-firmware/intel-microcode: Sync with Gentoo
...
It's from Gentoo commit 339f7825ecb9ee0ea13172efbb403ebd27ef7e1d.
2023-01-20 07:24:29 +01:00
Flatcar Buildbot
ff1b8ef69f
sys-devel/m4: Sync with Gentoo
...
It's from Gentoo commit 46157aa6b7e7bd9f041e5ac61a4a218fc33280e4.
2023-01-20 07:24:29 +01:00
Flatcar Buildbot
7d5be102f0
sys-devel/gnuconfig: Sync with Gentoo
...
It's from Gentoo commit 8e2f466796d1d00897aa85116d8ec43c3f70e834.
2023-01-20 07:24:29 +01:00
Flatcar Buildbot
ed9df79edb
sys-devel/gettext: Sync with Gentoo
...
It's from Gentoo commit f5f24066cabccbf90516efa8534a376c95b437be.
2023-01-20 07:24:29 +01:00
Flatcar Buildbot
9a6bad53fc
sys-devel/gcc-config: Sync with Gentoo
...
It's from Gentoo commit 47f7d0085b02dfd5f7b6f1419f03e89fa4ad9f79.
2023-01-20 07:24:29 +01:00
Flatcar Buildbot
76ee0eb214
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 82c0fc3ec18f17474f3da6278cf68e58a4fa3128.
2023-01-20 07:24:29 +01:00
Flatcar Buildbot
af91bf1c6d
sys-devel/flex: Sync with Gentoo
...
It's from Gentoo commit a288f455ec1f527b20e3c90ae4b3662413bf68fe.
2023-01-20 07:24:29 +01:00
Flatcar Buildbot
95fe736c3e
sys-devel/crossdev: Sync with Gentoo
...
It's from Gentoo commit 8f98a5aa67503ee63823e4114cce2a418aa1a7c2.
2023-01-20 07:24:29 +01:00
Flatcar Buildbot
7debe3d53b
sys-devel/bison: Sync with Gentoo
...
It's from Gentoo commit a83b4567294ae59ffa494e6b06d457849ed01767.
2023-01-20 07:24:29 +01:00
Flatcar Buildbot
e1c16cd0c4
sys-devel/binutils-config: Sync with Gentoo
...
It's from Gentoo commit 403413f03f0172364caa4702a80ec810f9b9afb3.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
138678a42a
sys-devel/binutils: Sync with Gentoo
...
It's from Gentoo commit bdea4017e3a87b222602dfe322a0088b04696ad7.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
043224e597
sys-devel/bc: Sync with Gentoo
...
It's from Gentoo commit de6f891b89556613397371b7836431c6bd7645ef.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
261cb2cc68
sys-devel/autoconf-wrapper: Sync with Gentoo
...
It's from Gentoo commit df8b29f1d0ea2904a48e7f5664bfd88e7df9cf53.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
379bc9d493
sys-apps/help2man: Sync with Gentoo
...
It's from Gentoo commit aaa3705c057d9f821df683332172033f9a2f003b.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
12fd18604c
sys-apps/diffutils: Sync with Gentoo
...
It's from Gentoo commit f99b695c6e03826324d8946b47c9da221d591a66.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
f77cf60d16
profiles: Sync with Gentoo
...
It's from Gentoo commit 3fa4871bcb4bb45442a9bdf2535d19e65e03586f.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
572226d211
net-misc/whois: Sync with Gentoo
...
It's from Gentoo commit 1fd06a2044954576b1a6770850c86f7cde8822d6.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
06eb940651
net-misc/wget: Sync with Gentoo
...
It's from Gentoo commit 12e71805cf984fd7078a8701816eb247b4ff00e4.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
6ef12b7fc8
net-misc/rsync: Sync with Gentoo
...
It's from Gentoo commit 29afd28a7951b03e73158f5d4f3e8e83a35d6df8.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
6dc15810e3
net-misc/iperf: Sync with Gentoo
...
It's from Gentoo commit 74113f46e5667787c3f0aa7df13e437bbc6f4069.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
51622f3a4d
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit 80a271c641255263e69e23c7956789d4cf917a2d.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
aa627d7f4a
net-libs/libpcap: Sync with Gentoo
...
It's from Gentoo commit f7a0467760358bdf4042b0a162dd61f880ff1b90.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
0ab90ae41c
net-dns/bind-tools: Sync with Gentoo
...
It's from Gentoo commit 97dcce90584d6b566fb10b842e9f7a822723b1e9.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
e7b7b7b264
net-analyzer/traceroute: Sync with Gentoo
...
It's from Gentoo commit 72bdb1761d38191c816f1cb81d2a243055189664.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
122efa1c90
net-analyzer/nmap: Sync with Gentoo
...
It's from Gentoo commit 69cba480c48a85602263bb2f7d2398d78b0240e2.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
8b9603e59b
eclass/toolchain: Sync with Gentoo
...
It's from Gentoo commit 288bc9aff2e91f6a443e8c09f080ffc9f633b07e.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
a4f1ac3612
eclass/plocale: Sync with Gentoo
...
It's from Gentoo commit 0e7ca3befcef611d37c31f834316e2b5f0d03901.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
1f287b5e91
eclass/ninja-utils: Sync with Gentoo
...
It's from Gentoo commit cf7738d1259d466a912822c2ef4b067d358d332d.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
f1e24691c7
eclass/llvm: Sync with Gentoo
...
It's from Gentoo commit c59b3081a81aafa79fe1b0283eeee6e21122b56f.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
11672706d2
eclass/linux-mod: Sync with Gentoo
...
It's from Gentoo commit 1a5ab4ef2b57c8b60c16e29303274c7094ee07b7.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
05331e71db
eclass/linux-info: Sync with Gentoo
...
It's from Gentoo commit 917d3e5c87b8e6bd1a197d450b6e0304e4e75bf2.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
0fb8d40580
eclass/fcaps: Sync with Gentoo
...
It's from Gentoo commit 5f2a29035a921b483456f0b2d10256688d2197b3.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
6e3389c3f5
eclass/alternatives: Sync with Gentoo
...
It's from Gentoo commit 8195a0e3dc65b66fd417f8cf5351ca78af4d4b5f.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
b119831327
dev-util/strace: Sync with Gentoo
...
It's from Gentoo commit 900597e08d7f5c7718b5da45ed40ffec1a9e43f1.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
045bb7e955
dev-util/patchelf: Sync with Gentoo
...
It's from Gentoo commit 06be5b2db54fe7295a35b00e6db97f438154786c.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
3299954ddf
dev-util/ninja: Sync with Gentoo
...
It's from Gentoo commit 1b2e342378aaba49fbd1351fee19f8bc754b93c9.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
127ea20eaf
dev-util/meson: Sync with Gentoo
...
It's from Gentoo commit 247d39cc72b242e078d9798705e5b482dcea822e.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
5499ef252f
dev-util/gperf: Sync with Gentoo
...
It's from Gentoo commit abd5793a3cb6183dfb5d39cefc4a8d835c24e584.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
767967aae4
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit 141ed6d7e3e7744a12819adee4a10f1a85ef7126.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
d0ce40d348
dev-util/gdbus-codegen: Sync with Gentoo
...
It's from Gentoo commit 248bcd33405e0535d948991db787917ff683ab7a.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
ed6cd9d3f8
dev-util/bpftool: Sync with Gentoo
...
It's from Gentoo commit c7c9b0d3f7a21a0abacf5a3e031f9b6a5ebf00c3.
2023-01-20 07:24:28 +01:00
Flatcar Buildbot
ab606d7651
dev-libs/libpcre2: Sync with Gentoo
...
It's from Gentoo commit 74e43e322f835bfa7a851dd040c4a950b373dc04.
2023-01-20 07:24:27 +01:00
Flatcar Buildbot
2ec76d6160
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit b32ccd05f45ee9fbf65d425cafd0e459057b54fc.
2023-01-20 07:24:27 +01:00
Flatcar Buildbot
d03302a331
dev-libs/cJSON: Sync with Gentoo
...
It's from Gentoo commit a430a504403651f8408ae8cfa48309242afccc44.
2023-01-20 07:24:27 +01:00
Flatcar Buildbot
7eaa7a134c
dev-libs/boost: Sync with Gentoo
...
It's from Gentoo commit 5297062bb5b595e8a37fdd0cad3bb3c79c5a52db.
2023-01-20 07:24:27 +01:00
Flatcar Buildbot
1ee4848813
dev-lang/python: Sync with Gentoo
...
It's from Gentoo commit 8c8c938e158a9e10f1c5a4280c16e435e354122e.
2023-01-20 07:24:27 +01:00
Flatcar Buildbot
58f20f985e
dev-lang/perl: Sync with Gentoo
...
It's from Gentoo commit 3e983ce0f8e0fd0c52658e04555755546ba18987.
2023-01-20 07:24:27 +01:00
Flatcar Buildbot
64c3b07ef2
dev-db/sqlite: Sync with Gentoo
...
It's from Gentoo commit a6e2e54d29b754848ed65b506230fe1270eec5b8.
2023-01-20 07:24:27 +01:00
Flatcar Buildbot
b9a08ce54f
app-portage/portage-utils: Sync with Gentoo
...
It's from Gentoo commit ced4a956f000e381994da57fe6168f723296f4d7.
2023-01-20 07:24:27 +01:00
Flatcar Buildbot
a07d2ead01
app-editors/vim-core: Sync with Gentoo
...
It's from Gentoo commit 7ad43f9670fa4ecdbb734854caaa5a7e83b69d28.
2023-01-20 07:24:27 +01:00
Flatcar Buildbot
6f95901364
app-editors/vim: Sync with Gentoo
...
It's from Gentoo commit e5afd542c7b580c1a276cdcf9efbf8bf0559064c.
2023-01-20 07:24:27 +01:00
Flatcar Buildbot
1c7ae6030b
app-crypt/adcli: Sync with Gentoo
...
It's from Gentoo commit 8c808775e00fdd8b614164009de5357502ead697.
2023-01-20 07:24:27 +01:00
Flatcar Buildbot
96fe827af0
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit cf644448a57f295c019a9b2dc5c1411415dc6e2d.
2023-01-20 07:24:27 +01:00
Flatcar Buildbot
aa21a2a215
app-arch/unzip: Sync with Gentoo
...
It's from Gentoo commit a73b8193b39630b9d17a4c66adde3dd0b7cefcd9.
2023-01-20 07:24:27 +01:00
Flatcar Buildbot
96ad354541
app-arch/cpio: Sync with Gentoo
...
It's from Gentoo commit 7b3b13e2b23c0df42ee8b478c2506e2ca6d99184.
2023-01-20 07:24:27 +01:00
Flatcar Buildbot
fc75d61e2f
app-arch/bzip2: Sync with Gentoo
...
It's from Gentoo commit b531a4e0c53bc0299725fbea05b0fd5ad45dae13.
2023-01-20 07:24:27 +01:00
Flatcar Buildbot
590aa5949b
app-alternatives/yacc: Sync with Gentoo
...
It's from Gentoo commit b89f1ba57111f1f319e6eff64b73aedfec26398d.
2023-01-20 07:24:27 +01:00
Flatcar Buildbot
12284b533d
app-alternatives/awk: Sync with Gentoo
...
It's from Gentoo commit 0a76df521dd7b668607ba7f366b853cd01adfc20.
2023-01-20 07:24:27 +01:00
flatcar-ci
a5e0bcda03
New version: main-3489.0.0-nightly-20230119-2100
2023-01-19 21:00:30 +00:00
Krzesimir Nowak
3558cc3291
changelog: Add an entry
2023-01-19 17:35:39 +01:00
Krzesimir Nowak
7401ea8764
profiles: Drop accept keywords for sys-power/iasl
2023-01-19 16:51:21 +01:00
Krzesimir Nowak
9fa757bb21
coreos-base/hard-host-depends: Drop sys-power/iasl
...
Used to be pulled by some sys-firmware packages, but not any more.
2023-01-19 16:51:21 +01:00
Krzesimir Nowak
806d089296
coreos-devel/sdk-depends: Replace a package
...
We are now pulling sys-firmware/edk2-ovmf-bin instead.
2023-01-19 16:51:21 +01:00
Krzesimir Nowak
11c2d903cd
coreos-devel/board-packages: Replace a package
...
We are now pulling sys-firmware/edk2-ovmf-bin instead.
2023-01-19 16:51:21 +01:00
Krzesimir Nowak
6e5e3f9991
profiles: Drop accept keywords for sys-kernel/linux-headers
...
The updated package is stable for both amd64 and arm64.
2023-01-19 16:51:21 +01:00
Krzesimir Nowak
2f6bb0a2d4
profiles: Drop accept_keywords for app-emulation/qemu
...
The updated package is stable for both amd64 and arm64.
2023-01-19 16:51:21 +01:00
Krzesimir Nowak
ef672dab8e
.github: Update packages list
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
c39017f141
x11-libs/pixman: Sync with Gentoo
...
It's from Gentoo commit 3a0fb4286088b159f80569ece08b9eeae1a5dd65.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
965c5d3619
virtual/libelf: Sync with Gentoo
...
It's from Gentoo commit 2e7e910a3989b5e7daf97e2e25073f5fabf25e4f.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
3ae5000f24
sys-power/iasl: Drop unnecessary package
...
Used to be pulled in by some sys-firmware packages, but not any more.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
e2a58af22d
sys-libs/libcap-ng: Sync with Gentoo
...
It's from Gentoo commit 3a1c067853f12e6da742b59a5b1e586f94b2b445.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
1910e5ef99
sys-kernel/linux-headers: Sync with Gentoo
...
It's from Gentoo commit 60cd062ce054981fa2a863bf43647d0e98298795.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
c5cdc2c6c7
sys-firmware/sgabios: Sync with Gentoo
...
It's from Gentoo commit 9f513abc819807681cf5f7eb7a673fb5a40741cf.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
b757f51710
sys-firmware/seabios: Drop unused package
...
It's replaced by the sys-firmware/seabios-bin package.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
6b4072d012
sys-firmware/seabios-bin: Add from Gentoo
...
It's from Gentoo commit 02c3f6f9add5655d01f33b7cd94c8aa6e598df0c.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
e564f05693
sys-firmware/ipxe: Sync with Gentoo
...
It's from Gentoo commit f61cc08e54ab7d8f86be5f6fa0e4696d7076eeb1.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
bbda4de1e4
sys-firmware/edk2-ovmf: Drop unused package
...
It's replaced by the sys-firmware/edk2-ovmf-bin package.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
2cc0900162
sys-firmware/edk2-ovmf-bin: Add from Gentoo
...
It's from Gentoo commit f171d54b255e3434b040af42aaca725cfbaa0788.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
a238aedae6
sys-apps/dtc: Sync with Gentoo
...
It's from Gentoo commit 38c4e6130d616269ba70a8f1bef4e38fda68da3f.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
197fc9e824
sys-apps/attr: Sync with Gentoo
...
It's from Gentoo commit cab7a58fc4eb39c994fbdf820ca83f192513c5c2.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
d9047e2c17
net-libs/libslirp: Sync with Gentoo
...
It's from Gentoo commit e27f9fcd0438635704ff03e768be51c21bce8642.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
0c54ab35af
media-libs/libpng: Sync with Gentoo
...
It's from Gentoo commit 40af91c8ebe68735e380845beba69a96a2e69b26.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
2e9a1c5b5b
eclass/xdg-utils: Sync with Gentoo
...
It's from Gentoo commit 75c077cf32fee0bd5c496487e53c68f460775f12.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
5672e725cf
eclass/unpacker: Drop unused
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
5d584ff97f
eclass/udev: Sync with Gentoo
...
It's from Gentoo commit 2085b70b547ced7e2f9519316db7d0df617d8180.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
c543b458cd
eclass/savedconfig: Sync with Gentoo
...
It's from Gentoo commit b4e9cef639f16613feabe5275fca088409135eb0.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
2835473e9c
eclass/readme.gentoo-r1: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
818fe4de3e
eclass/portability: Sync with Gentoo
...
It's from Gentoo commit 09d9af3a3a5f21bbb4da24b5da35e41c87aaa402.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
5f2d1bf2d9
eclass/perl-module: Sync with Gentoo
...
It's from Gentoo commit 972e7788b4720c18da02ec164bbb16126e5c3f5e.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
8de2e550e1
eclass/out-of-source-utils: Add from Gentoo
...
It's from Gentoo commit 579b4fc3cc9e0f055eb5cc257b822358dddf7fb8.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
f5c8846f8c
eclass/multibuild: Sync with Gentoo
...
It's from Gentoo commit 68b99c1c59935641b354ae51fa6a1762d6316c2d.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
4362090122
eclass/meson-multilib: Sync with Gentoo
...
It's from Gentoo commit 6cfbfa98d0ce5a33a608d1357643ad6642a01921.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
9e7df3d422
eclass/kernel-2: Sync with Gentoo
...
It's from Gentoo commit c47ceebdc3239de7b1f5acda4ce8882c850779b4.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
4935a404f3
eclass/eutils: Sync with Gentoo
...
It's from Gentoo commit 77b4d89d0fa056317e53d8a80e216531ee192f8e.
2023-01-19 16:50:58 +01:00
Krzesimir Nowak
dfb818cb2d
eclass/eqawarn: Add from Gentoo
...
It's from Gentoo commit c54b9fc0e02e07d4af019d81de611c865521b369.
2023-01-19 16:50:57 +01:00
Krzesimir Nowak
c660c19d29
eclass/epatch: Sync with Gentoo
...
It's from Gentoo commit 2a6897bf5a3ac6b8b8c16aa4a330b17edf994566.
2023-01-19 16:50:57 +01:00
Krzesimir Nowak
2094660701
eclass/desktop: Sync with Gentoo
...
It's from Gentoo commit 60f30e1ae6f8aa1d3dc75424acb4a030679b22fb.
2023-01-19 16:50:57 +01:00
Krzesimir Nowak
42a19dc5aa
dev-libs/nettle: Sync with Gentoo
...
It's from Gentoo commit 5cbd73313ea7907047e614d4b3009eea044f0fad.
2023-01-19 16:50:57 +01:00
Krzesimir Nowak
079ab0679f
dev-libs/libaio: Sync with Gentoo
...
It's from Gentoo commit 28dbca461e35f42c1159d62a7613b0a56e98110a.
2023-01-19 16:50:57 +01:00
Krzesimir Nowak
39469ca19e
dev-libs/gmp: Sync with Gentoo
...
It's from Gentoo commit bddccb7e144cb5fd20c2e775a228e16702083fe2.
2023-01-19 16:50:57 +01:00
Krzesimir Nowak
1f6ba36d82
dev-libs/elfutils: Sync with Gentoo
...
It's from Gentoo commit 741a870f29fe2b0927e6f5b80edd72593a72991d.
2023-01-19 16:50:57 +01:00
Krzesimir Nowak
7c740e1cb0
app-portage/elt-patches: Sync with Gentoo
...
It's from Gentoo commit 66ef9c583a0688d3d9ade0a6d6ba81f921d2a9ac.
2023-01-19 16:50:57 +01:00
Krzesimir Nowak
12de753360
app-emulation/qemu: Sync with Gentoo
...
It's from Gentoo commit f91f43c34d93c3d9ea4fb703e1bd29531b1fe563.
2023-01-19 16:50:57 +01:00
Dongsu Park
2a45b6fefb
sys-kernel/coreos-firmware: update cxgb4 version to 1.27.1.0
...
Fix build issues of coreos-firmware, by bumping the cxgb4 firmware
version to 1.27.1.0.
2023-01-19 15:41:05 +01:00
Flatcar Buildbot
977a8d4eca
sys-kernel: Upgrade Linux Firmware 20221214 to 20230117
2023-01-19 15:41:05 +01:00
Dongsu Park
c348d2c12f
Merge pull request #2393 from flatcar/dongsu/git-2.38.3-main
...
profiles: accept keywords ~arm64 for dev-vcs/git 2.38.3 for main
2023-01-19 15:24:20 +01:00
flatcar-ci
e78ae6efe3
New version: main-3488.0.0-nightly-20230118-2100
2023-01-19 08:37:39 +00:00
Flatcar Buildbot
3a53b93b6d
sys-kernel: Upgrade Kernel 5.15.88 to 5.15.89
2023-01-19 07:31:25 +00:00
Dongsu Park
27c58279f5
Merge pull request #2384 from flatcar/linux-5.15.88-main
...
Upgrade Linux Kernel for main from 5.15.86 to 5.15.88
2023-01-19 08:17:02 +01:00
flatcar-ci
4347a2cded
New version: main-3488.0.0-nightly-20230118-2100
2023-01-18 21:00:29 +00:00
Jeremi Piotrowski
5cadf33fa0
Merge pull request #2387 from flatcar/jepio/shadow-update
...
update sys-apps/shadow to 4.13
2023-01-18 17:08:08 +01:00
Dongsu Park
df471d8985
sys-kernel/coreos-sources: remove ext4 deadlock fix
...
Remove ext4-Fix-deadlock-due-to-mbcache-en.patch, which is already
included in Kernel 5.15.87 or newer.
2023-01-18 16:30:46 +01:00
Flatcar Buildbot
cce78610d9
sys-kernel: Upgrade Kernel 5.15.86 to 5.15.88
2023-01-18 16:30:46 +01:00
Dongsu Park
fbf767b9cd
Merge pull request #2388 from flatcar/rust-1.66.1-main
...
Upgrade dev-lang/rust and virtual/rust in main from 1.66.0 to 1.66.1
2023-01-18 16:13:01 +01:00
Jeremi Piotrowski
35e3a0f19e
changelog: add entry for shadow-4.13
2023-01-18 15:07:56 +00:00
Jeremi Piotrowski
87dca7c2fd
sys-apps/shadow: Apply Flatcar modifications to shadow-4.13
...
- Carry over our custom tmpfiles and securetty files
- Remove /etc files and install them to /usr, use tmpfiles
- Switch /etc/login.defs edits to /usr/share/shadow/login.defs
- Drop moving passwd out of /usr since we don't have split-usr
- Drop pkg_postinst
2023-01-18 14:43:08 +00:00
Jeremi Piotrowski
5a947a7afb
sys-apps/shadow: Sync with Gentoo
...
Upstream commit a0436405ad053f94ac5f28111452bb9ba301bea5
2023-01-18 14:43:08 +00:00
Dongsu Park
89ea270d13
changelog: add changelog for git 2.38.3
2023-01-18 11:51:43 +01:00
Dongsu Park
4ca5b85a8a
dev-vcs/git: update to 2.38.3
...
Update dev-vcs/git to 2.38.3, mainly address CVE-2022-23521,
CVE-2022-41903.
2023-01-18 11:51:34 +01:00
Dongsu Park
98860a8a73
profiles: accept keywords ~arm64 for dev-vcs/git 2.38.3
...
Accept keywords ~arm64 for dev-vcs/git 2.38.3, mainly to address
CVE-2022-23521, CVE-2022-41903.
2023-01-18 11:41:22 +01:00
Krzesimir Nowak
8b6d275521
Merge pull request #2380 from flatcar/krnowak/user-patches
...
coreos: Add patches for gentoolkit, portage-utils and gcc-config
2023-01-18 10:16:48 +01:00
Flatcar Buildbot
63d8bf97a7
Update mantle container image to latest HEAD
2023-01-18 08:29:31 +00:00
Dongsu Park
c8044959be
changelog: add changelog for dev-lang/rust 1.66.1
2023-01-17 17:17:13 +01:00
Dongsu Park
a849150538
dev-lang/rust: bump version from 1.66.0 to 1.66.1 to fix build
...
As the Gentoo ebuild of dev-lang/rust >= 1.66.0 keeps workaround that
explicitly checks for a version like 1.66.0, that ebuild would obviously
make the build fail with 1.66.1.
Update the version from 1.66.0 to 1.66.1 to fix the build.
2023-01-17 17:15:27 +01:00
Dongsu Park
c9cdacfa53
.github: update PV in ebuilds of dev-lang/rust
...
Every dev-lang/rust ebuild does a specific check if PV is the version,
e.g.:
if [[ "${PV}" == 1.66.1 ]]; then,
So it is needed to replace the hard-coded version with the new version.
2023-01-17 14:48:12 +01:00
Flatcar Buildbot
762651298c
dev-lang: Upgrade dev-lang/rust 1.66.0 to 1.66.1
2023-01-17 07:31:37 +00:00
flatcar-ci
4f76d2b93c
New version: main-3486.0.0-nightly-20230116-2100
2023-01-16 21:00:28 +00:00
Dongsu Park
8eb7612f78
Merge pull request #2386 from flatcar/go-1.18.10-and-1.19.5-main
...
Upgrade Go from 1.19.4 and 1.18.9 to 1.19.5 and 1.18.10
2023-01-16 17:48:15 +01:00
Krzesimir Nowak
ca26be6b85
Merge pull request #2379 from flatcar/krnowak/acct-hack
...
profiles: Do not modify preexisting users
2023-01-16 12:26:52 +01:00
Flatcar Buildbot
bdcdee999d
dev-lang: Upgrade Go 1.18.9 to 1.18.10
2023-01-16 07:26:38 +00:00
Flatcar Buildbot
4798ae1bac
dev-lang: Upgrade Go 1.19.4 to 1.19.5
2023-01-16 07:26:38 +00:00
Flatcar Buildbot
75686e009c
Update mantle container image to latest HEAD
2023-01-13 21:00:46 +00:00
flatcar-ci
c053759db1
New version: main-3483.0.0-nightly-20230113-2100
2023-01-13 21:00:27 +00:00
Kai Lüke
8527a36cc2
Merge pull request #2373 from flatcar/kai/sysext-oem-bootengine
...
sys-kernel/bootengine: Manage systemd-sysext images for A/B booting
2023-01-13 18:21:12 +01:00
Kai Lueke
5ef7826ff2
sys-kernel/bootengine: Manage systemd-sysext images for A/B booting
...
This pulls in
https://github.com/flatcar/bootengine/pull/50
to select the active sysext images for OEMs or Flatcar extensions
that are coupled to the OS version. Systemd 252 is needed for the
sysext images to load without error because earlier systemd versions
were too strict about the final filename target name of a symlink.
2023-01-13 18:18:37 +01:00
Dongsu Park
a50db210a2
changelog: add changelog for python-oem 3.9.16
2023-01-13 15:03:03 +01:00
Krzesimir Nowak
ce6bdc5915
dev-lang/python-oem: Apply Flatcar modifications
...
Apply Flatcar modifications.
Unlike python <= 3.9.12, it is now unnecessary to replace virtual/awk
with app-alternatives/awk, because the upstream python ebuild already
has app-alternatives/awk.
Based on 32b448f8ccbf5f814739f834151803532272b1f9.
2023-01-13 15:03:00 +01:00
Dongsu Park
ba76a751c5
dev-lang/python-oem: update to 3.9.16
...
Update dev-lang/python-oem to 3.9.16, the same version as
dev-lang/python in portage-stable.
Gentoo commit 8c8c938e158a9e10f1c5a4280c16e435e354122e.
2023-01-13 10:22:56 +01:00
flatcar-ci
c41f37f39a
New version: main-3482.0.0-nightly-20230112-2100
2023-01-12 21:00:44 +00:00
Krzesimir Nowak
78258ad33a
.github: Add user and group packages and eclasses to list
2023-01-12 16:25:35 +01:00
Krzesimir Nowak
866e218c5a
eclass/user.eclass: Drop unused
2023-01-12 16:25:35 +01:00
Krzesimir Nowak
680e1e1834
eclass/user-info: Sync with Gentoo
...
It's from Gentoo commit 0e7f86f5c50d3c71371e7c6d0385b78f481c3d32.
2023-01-12 16:25:34 +01:00
Krzesimir Nowak
e83a5a73bf
eclass/acct-user: Sync with Gentoo
...
It's from Gentoo commit 097e514e36f2fc55ef9f83f7375f380bf061628b.
2023-01-12 16:25:34 +01:00
Krzesimir Nowak
51b160c341
eclass/acct-group: Sync with Gentoo
...
It's from Gentoo commit 1f755588e9c4d7ee2e0f70f55d0e6029e8d6b160.
2023-01-12 16:25:34 +01:00
Krzesimir Nowak
383c012aa3
acct-group/pcap: Sync with Gentoo
...
It's from Gentoo commit 86f1cf927f6a27a19482e1eb25430e47d5f58ff7.
2023-01-12 16:25:34 +01:00
Krzesimir Nowak
4ac531a3c4
acct-user/pcap: Sync with Gentoo
...
It's from Gentoo commit 86f1cf927f6a27a19482e1eb25430e47d5f58ff7.
2023-01-12 16:25:34 +01:00
Krzesimir Nowak
3db813eb32
profiles: Do not modify preexisting users
...
Add an ebuild phase hook that runs when pkg_postinst is about to be
executed. The hook sets up the environment for acct-user packages to
avoid modifications of the preexisting users - these are provided by
our baselayout and usermod can't change anything there anyway (it
complains that the user is not in /etc/passwd).
2023-01-12 16:24:10 +01:00
Krzesimir Nowak
32eb84eff2
coreos: Add a user patch for sys-devel/gcc-config
...
Makes a hack in script not necessary.
2023-01-12 08:36:32 +01:00
Krzesimir Nowak
b5e038fe71
coreos: Add user patches for app-portage/portage-utils
...
Fixes an issue I spotted when working on package updates automation.
2023-01-12 08:36:32 +01:00
Krzesimir Nowak
545a0b0f36
coreos: Add a user patch for app-portage/gentoolkit
...
Fixes an issue I had when working on package updates automation.
2023-01-12 08:36:32 +01:00
flatcar-ci
a17015daf4
New version: main-3481.0.0-nightly-20230111-2100
2023-01-11 21:00:32 +00:00
Krzesimir Nowak
4370512afd
profiles: Drop accept keywords for sys-libs/libseccomp
...
The entry was out of date as we haven't even used this version for
some time. Currently used version is already stable for amd64 and
arm64.
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
524b712a5a
profiles: Keep using bzip2 for compressing binary packages
...
This was a default so far, but updating portage resulted in a change
of the default binary packages compressor from bzip2 to zstd. We
eventually will want to follow this change too, but first some scripts
that assume bzip2 will need to be updated. So for now keep using bzip2
to limit the scope of updating portage.
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
5bf90df9a4
profiles: Disable binpkg-multi-instance feature
...
The binpkg-multi-instance feature seems to be about having multiple
binary packages of a single source package, in case those packages
were built with different USE flags and stuff.
So far we have not used this feature, and it looks like that the
update of portage has made this feature to be enabled by default. The
enabling broke the image build, because this feature makes portage to
use a bit different directory structure to store binary packages. So
instead of storing sys-devel/gcc binary package in
${PKGDIR}/sys-devel/gcc-${VERSION}.tbz2, the binary package is stored
in ${PKGDIR}/sys-devel/gcc/gcc-${VERSION}-${BUILD_ID}.xpak.
Maybe we could consider using this feature at some point in future,
but for now disable it to keep building things working.
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
1106e240a1
sys-apps/portage: Move to portage-stable
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
37defc380c
profiles: Disable rsync-verify USE flag for sys-apps/portage
...
So far we have been modifying the ebuild file to make rsync-verify to
be disabled by default instead of enabled by default as it's done by
upstream ebuild.
This will allow us to remove another modification from portage ebuild
and eventually move sys-apps/portage to portage-stable.
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
db14a01fc7
profiles: Do not install repos.conf from sys-apps/portage
...
The package installs a default repos.conf in
/usr/share/portage/config/repos.conf. Normally it contained a default
configuration for gentoo repository, but we have a modification in the
ebuild that clobbers the contents of the file with a comment
line. Which means that this configuration file is empty. We do so,
because we are putting our own configuration in /etc anyway.
To minimize the amount of modifications put into the ebuild, we can
add /usr/share/portage/config/repos.conf into INSTALL_MASK. This is
one modification less and it's putting us closer to moving
sys-apps/portage to portage-stable.
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
c850639660
Merge pull request #2372 from flatcar/krnowak/sshd-config
...
coreos-base/coreos-init: Pull in fixed sshd_config
2023-01-11 10:22:13 +01:00
Krzesimir Nowak
0103249bcb
coreos-base/coreos-init: Pull in fixed sshd_config
...
According to sshd_config manual, only lines starting with a hash and
empty lines are treated as comments. Which means that comments coming
after the key value pairs are not really comments and sshd complains
about them like:
/etc/ssh/sshd_config line 6: keyword PrintLastLog extra arguments at end of line
/etc/ssh/sshd_config line 7: keyword PrintMotd extra arguments at end of line
/etc/ssh/sshd_config: terminating, 2 bad configuration options
2023-01-11 08:52:38 +01:00
flatcar-ci
36099964a4
New version: main-3480.0.0-nightly-20230110-2100
2023-01-10 21:00:27 +00:00
Krzesimir Nowak
4e5fd29775
changelog: Add an entry
2023-01-10 19:35:53 +01:00
Krzesimir Nowak
54c094d7df
.github: Add updated packages to packages list
2023-01-10 19:35:53 +01:00
Krzesimir Nowak
77aa2e0361
sys-libs/libseccomp: Sync with Gentoo
...
It's from Gentoo commit f1d0273dc3070fd511e8f65017ea87481934d0b2.
2023-01-10 19:35:44 +01:00
Sayan Chowdhury
487ba9efcf
Merge pull request #2360 from flatcar/linux-5.15.86-main
...
Upgrade Linux Kernel for main from 5.15.81 to 5.15.86
2023-01-10 21:40:04 +05:30
Krzesimir Nowak
25146d3df0
sys-apps/portage: Add from Gentoo
...
It's from Gentoo commit 8767926bf095a46dc88564302acb89f34fd3ef8a.
2023-01-10 16:46:06 +01:00
Krzesimir Nowak
a49767dc1f
sys-apps/file: Sync with Gentoo
...
It's from Gentoo commit 356c6e44a078df5dd408db2f931d668911cae354.
2023-01-10 16:46:06 +01:00
Kai Lüke
32d8a64206
Merge pull request #2371 from flatcar/kai/backport-initrd-setup-root
...
sys-kernel/bootengine: Always run initrd-setup-root
2023-01-10 11:12:52 +01:00
Kai Lueke
abfaba8374
sys-kernel/bootengine: Always run initrd-setup-root
...
This pulls in
c8399e42bb9651c3c108f916f6645557ab41884b which is a backport of the
relevant parts of https://github.com/flatcar/bootengine/pull/50 to fix
https://github.com/flatcar/Flatcar/issues/944
2023-01-10 11:12:19 +01:00
flatcar-ci
c937b53c6c
New version: main-3479.0.0-nightly-20230109-2100
2023-01-09 21:00:35 +00:00
Dongsu Park
285051316b
Merge pull request #2370 from flatcar/cacerts-3.87-main
...
Upgrade ca-certificates in main from 3.86 to 3.87
2023-01-09 16:12:54 +01:00
Flatcar Buildbot
ea881a3ab7
metadata: Monthly GLSA metadata updates
2023-01-09 11:27:32 +01:00
Krzesimir Nowak
ba0743743d
changelog: Add entries
2023-01-09 10:51:03 +01:00
Krzesimir Nowak
3b29f965e2
profiles: Cleanups for systemd
...
Sort the use flags, drop obsolete ones and nonexistent packages, drop
unnecessary accept keywords file (as it would potentially introduce a
version mismatch between amd64 and arm64).
2023-01-09 08:31:16 +01:00
Krzesimir Nowak
490ec0dc59
sys-apps/systemd: Apply Flatcar modifications
2023-01-09 08:31:16 +01:00
Krzesimir Nowak
45cc76db62
sys-apps/systemd: Sync with Gentoo
...
It's from Gentoo commit ef3b51926ede813b240e807911eef302ac0c4fdb.
2023-01-09 08:31:16 +01:00
Flatcar Buildbot
f2abbf09fe
app-misc: Upgrade ca-certificates 3.86 to 3.87
2023-01-09 07:15:31 +00:00
Mathieu Tortuyaux
e9ec604f42
Merge pull request #2351 from flatcar/tormath1/ignition-vagrant
...
sys-apps/ignition: bring back noop OEM
2023-01-09 07:09:00 +01:00
flatcar-ci
8d50292a75
New version: main-3476.0.0-nightly-20230106-2100
2023-01-06 21:00:26 +00:00
Flatcar Buildbot
1baaf1f0c2
Update mantle container image to latest HEAD
2023-01-06 16:31:51 +00:00
Flatcar Buildbot
f1403d9724
changelog: update changelog for libksba 1.6.3
2023-01-06 11:04:33 +01:00
Flatcar Buildbot
9ccfcc3c55
app-emulation: Upgrade Containerd 1.6.14 to 1.6.15
2023-01-06 08:22:37 +00:00
Flatcar Buildbot
2d1ec3e737
dev-libs/libksba: update to 1.6.3
...
Update dev-libs/libksba to 1.6.3 mainly to address CVE-2022-47629.
2023-01-05 18:20:51 +01:00
flatcar-ci
ee7df1d6d5
New version: main-3473.0.0-nightly-20230103-2100
2023-01-03 21:00:27 +00:00
Mathieu Tortuyaux
43479cf6ae
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-01-03 09:12:58 +01:00
flatcar-ci
c4237aa095
New version: main-3472.0.0-nightly-20230102-2100
2023-01-02 21:00:24 +00:00
Flatcar Buildbot
595603a0e6
sys-kernel: Upgrade Kernel 5.15.81 to 5.15.86
2023-01-01 07:16:32 +00:00
flatcar-ci
0e2845e475
New version: main-3465.0.0-nightly-20221226-2100
2022-12-26 21:00:27 +00:00
flatcar-ci
4a6f70a021
New version: main-3462.0.0-nightly-20221223-2100
2022-12-23 21:00:26 +00:00
Flatcar Buildbot
2d2c3e61cc
app-emulation: Upgrade Containerd 1.6.13 to 1.6.14
2022-12-23 08:21:45 +00:00
flatcar-ci
9340f2e8c0
New version: main-3460.0.0-nightly-20221221-2100
2022-12-21 21:00:32 +00:00
Mathieu Tortuyaux
8a6cbb8880
sys-apps/ignition: bring back noop OEM
...
it mainly brings back Vagrant which was failing with Ignition 2.14.0
even if no Ignition is provided.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-12-21 17:28:38 +01:00
Dongsu Park
0b3beed6fe
Merge pull request #2350 from flatcar/docker-20.10.22-main
...
Upgrade Docker in main from 20.10.21 to 20.10.22
2022-12-21 16:56:14 +01:00
Flatcar Buildbot
7f1d5313e7
app-emulation: Upgrade Docker 20.10.21 to 20.10.22
2022-12-21 07:45:33 +00:00
Dongsu Park
5c8d650a98
dev-lang/rust: bump version from 1.65 to 1.66 to fix build
...
As the Gentoo ebuild of dev-lang/rust >= 1.65 keeps workaround that
explicitly checks for a version like 1.65, that ebuild would obviously
make the build fail with 1.66.
Update the version from 1.65 to 1.66 to fix the build.
2022-12-20 12:10:33 +01:00
Flatcar Buildbot
f87210ba5c
dev-lang: Upgrade dev-lang/rust 1.65.0 to 1.66.0
2022-12-20 07:33:57 +00:00
flatcar-ci
489bf4d182
New version: main-3458.0.0-nightly-20221219-2100
2022-12-19 21:00:25 +00:00
Krzesimir Nowak
1e5bd7893f
changelog: Add an entry
2022-12-19 10:22:48 +01:00
Krzesimir Nowak
5c4757654f
profiles: Update USE name for sys-apps/systemd
2022-12-19 10:22:48 +01:00
Krzesimir Nowak
d313a77d29
sys-apps/systemd: Apply Flatcar modifications
2022-12-19 10:22:48 +01:00
Krzesimir Nowak
c0b3c67e51
sys-apps/systemd: Sync with Gentoo
...
It's from Gentoo commit 5ee96ebd12ec053d626f2e717bb4ba9f38991b4f.
2022-12-19 10:22:48 +01:00
flatcar-ci
6d2102450b
New version: main-3455.0.0-nightly-20221216-2100
2022-12-16 21:00:30 +00:00
Flatcar Buildbot
0a55fafbb7
app-emulation: Upgrade Containerd 1.6.12 to 1.6.13
2022-12-16 08:21:10 +00:00
flatcar-ci
7187a9d9ac
New version: main-3454.0.0-nightly-20221215-2100
2022-12-15 21:00:30 +00:00
Dongsu Park
27311821b3
Merge pull request #2336 from flatcar/firmware-20221214-main
...
Upgrade Linux Firmware in main from 20221109 to 20221214
2022-12-15 15:28:24 +01:00
Mathieu Tortuyaux
fa4fac2e51
Merge pull request #2318 from flatcar/tormath1/update-engine
...
coreos-base/update_engine: pull new update-engine
2022-12-15 12:32:35 +01:00
Flatcar Buildbot
559b9bf10a
Update mantle container image to latest HEAD
2022-12-15 10:06:49 +00:00
Krzesimir Nowak
17dfbf3365
Merge pull request #2335 from flatcar/krnowak/user-patches
...
coreos/user-patches: New directory for user-patches
2022-12-15 11:06:22 +01:00
Krzesimir Nowak
68c56b0c11
coreos/user-patches: New directory for user-patches
2022-12-15 11:05:56 +01:00
Flatcar Buildbot
252d052d22
sys-kernel: Upgrade Linux Firmware 20221109 to 20221214
2022-12-15 07:11:08 +00:00
flatcar-ci
14ca6ff24c
New version: main-3453.0.0-nightly-20221214-2100
2022-12-14 21:00:27 +00:00
Krzesimir Nowak
bc70d8bb4e
Merge pull request #2333 from flatcar/krnowak/weekly
...
Changes for weekly updates (update glibc to 2.36)
2022-12-14 14:50:21 +01:00
Dongsu Park
f7564880d7
.github: run apt-get update before installing native Ubuntu packages
...
We should run apt-get update before installing native Ubuntu packages
like qemu-user-static. Otherwise apt-get install could fail like:
```
Err:1 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe
amd64 qemu-user-static amd64 1:6.2+dfsg-2ubuntu6.5
404 Not Found [IP: 52.252.75.106 80]
```
That happens because meanwhile the qemu-user-static deb package in the
Azure mirror was updated from 6.5 to 6.6, without keeping the old
version. Its index of the Azure mirror was updated, but
setup-flatcra-sdk.sh did not sync that, as apt-get update did not run.
2022-12-14 09:50:07 +01:00
flatcar-ci
293c89c151
New version: main-3452.0.0-nightly-20221213-2100
2022-12-13 21:00:24 +00:00
Dongsu Park
d147ba2b79
Merge pull request #2332 from flatcar/go-1.18.9-and-1.19.4-main
...
Upgrade Go from 1.19.3 and 1.18.8 to 1.19.4 and 1.18.9
2022-12-13 10:02:04 +01:00
flatcar-ci
7761d4f1a0
New version: main-3451.0.0-nightly-20221212-2100
2022-12-12 21:00:28 +00:00
Krzesimir Nowak
445a393a05
changelog: Add an entry
2022-12-12 15:34:22 +01:00
Krzesimir Nowak
d5244cd84b
changelog: Add an entry
2022-12-12 14:52:54 +01:00
Krzesimir Nowak
1c7d3ad34d
sys-libs/glibc: Apply Flatcar modifications
...
- take care of nscd.conf via tmpfiles, add files/nscd-conf.tmpfiles.
- comment out 'dostrip -x' to force the OS image binaries to be stripped
- remove everything glibc wants to put under /etc since we use
baselayout to provide that
2022-12-12 14:25:09 +01:00
Krzesimir Nowak
96bf0f8f2a
.github: Add app-alternatives eclass to packages list
2022-12-12 14:21:28 +01:00
Krzesimir Nowak
df881b4508
eclass/app-alternatives: Add from Gentoo
...
It's from Gentoo commit b0c939c07feb8d0158925dce14735a5c8439d7e4.
2022-12-12 14:19:49 +01:00
Dongsu Park
ec387e32fa
changelog: add security changelog for Go 1.19.4, 1.18.9
2022-12-12 10:00:14 +01:00
Krzesimir Nowak
20a7d491a1
sys-libs/glibc: Sync with Gentoo
...
It's from Gentoo commit aebe34585bd927ece8a8984ff9a27a4032378a6c.
2022-12-12 09:07:16 +01:00
Flatcar Buildbot
c481e616b8
dev-lang: Upgrade Go 1.18.8 to 1.18.9
2022-12-12 07:28:28 +00:00
Flatcar Buildbot
31c8095542
dev-lang: Upgrade Go 1.19.3 to 1.19.4
2022-12-12 07:28:28 +00:00
Flatcar Buildbot
8c8f3f97ef
app-misc: Upgrade ca-certificates 3.85 to 3.86
2022-12-12 07:15:27 +00:00
Flatcar Buildbot
03fda422c6
sys-devel/libtool: Sync with Gentoo
...
It's from Gentoo commit 111847c60008231e6329949ec6ce2c8e18ffe41b.
2022-12-12 07:15:24 +00:00
Flatcar Buildbot
835e1dd756
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 7a15ea9bb126f10a499fe6eed806d7c19418b44b.
2022-12-12 07:15:23 +00:00
Flatcar Buildbot
168409ac2f
sys-devel/autoconf-wrapper: Sync with Gentoo
...
It's from Gentoo commit 17cd20efce18f133cfb0977703bd1a5027c6a607.
2022-12-12 07:15:19 +00:00
Flatcar Buildbot
c41817e200
profiles: Sync with Gentoo
...
It's from Gentoo commit 13c4058a167d8061a2f5615bc19a5333855d8b0c.
2022-12-12 07:15:14 +00:00
Flatcar Buildbot
59175f199b
net-misc/iperf: Sync with Gentoo
...
It's from Gentoo commit b8f2426293071246cf6bb749f16dadfe63c884d6.
2022-12-12 07:15:11 +00:00
Flatcar Buildbot
621d335329
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit bc57bee3e73decce0bce78f3636228969749b1cc.
2022-12-12 07:15:11 +00:00
Flatcar Buildbot
07bcf8ae60
net-analyzer/nmap: Sync with Gentoo
...
It's from Gentoo commit 350458ecda5f78ef834191b50029b1e48548f188.
2022-12-12 07:15:06 +00:00
Flatcar Buildbot
2cdaf14981
licenses: Sync with Gentoo
...
It's from Gentoo commit e31085dbd2d920a435b1bebc7f132d4d8f20ea63.
2022-12-12 07:15:06 +00:00
Flatcar Buildbot
04ae6b27c8
eclass/toolchain-funcs: Sync with Gentoo
...
It's from Gentoo commit 65f7023eaf9b4456a018a2e973df0b7f067a2600.
2022-12-12 07:15:00 +00:00
Flatcar Buildbot
d72742215e
eclass/llvm: Sync with Gentoo
...
It's from Gentoo commit 8599d81ad63fc46bf04061c99292f1814e022333.
2022-12-12 07:14:38 +00:00
Flatcar Buildbot
f598342f7f
eclass/linux-mod: Sync with Gentoo
...
It's from Gentoo commit f59498ed6e49ef1c6e87392e71680877f8a705ca.
2022-12-12 07:14:38 +00:00
Flatcar Buildbot
cbe659043f
eclass/flag-o-matic: Sync with Gentoo
...
It's from Gentoo commit 0af9e8d12524b8ce286bcdad23a0a3d8d8ae9b40.
2022-12-12 07:14:26 +00:00
Flatcar Buildbot
a592757f93
eclass/cmake: Sync with Gentoo
...
It's from Gentoo commit b75eb1da707e7917830e37b4f4319ef52fc30d53.
2022-12-12 07:14:23 +00:00
Flatcar Buildbot
13b6075d8a
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit d7aff30faa0328c8cc4097d99ca88fa7b5e95b1b.
2022-12-12 07:14:20 +00:00
Flatcar Buildbot
ebc37402dc
dev-util/meson: Sync with Gentoo
...
It's from Gentoo commit 867748f9941c20e9d369311d3ae67d7b9de0409e.
2022-12-12 07:14:12 +00:00
Flatcar Buildbot
8eccb08b66
dev-util/gperf: Sync with Gentoo
...
It's from Gentoo commit 2ea07b25e4bdcbf5af59008efddf89e0e7525711.
2022-12-12 07:14:11 +00:00
Flatcar Buildbot
8392df7499
dev-util/b2: Sync with Gentoo
...
It's from Gentoo commit a7764bed64842d82a4bcfa787c2d60896c20d269.
2022-12-12 07:14:07 +00:00
Flatcar Buildbot
07e5de6b53
dev-libs/libxslt: Sync with Gentoo
...
It's from Gentoo commit 01b65c1ab8739171aa41a3ff28bc1c2fef2f8f46.
2022-12-12 07:14:05 +00:00
Flatcar Buildbot
3d07340f66
dev-libs/libpcre2: Sync with Gentoo
...
It's from Gentoo commit 087a2d2ec18b57f889c5e0d1ddf94b91057efd99.
2022-12-12 07:14:05 +00:00
Flatcar Buildbot
1a83b32742
dev-libs/libltdl: Sync with Gentoo
...
It's from Gentoo commit 22cafa1b14162e5b0441bc7f3a0d81552f0e3901.
2022-12-12 07:14:05 +00:00
Flatcar Buildbot
7de0e5f8a9
dev-libs/boost: Sync with Gentoo
...
It's from Gentoo commit ad6496f10ac3e6101a9886d73997245f7ff0a69b.
2022-12-12 07:14:02 +00:00
Flatcar Buildbot
e6613dff2e
dev-lang/python: Sync with Gentoo
...
It's from Gentoo commit 4ff0f9bdbf50fa1b729a3d5335f9cae63ff66a7f.
2022-12-12 07:14:02 +00:00
Flatcar Buildbot
b333307dca
app-portage/portage-utils: Sync with Gentoo
...
It's from Gentoo commit bed995908f73ac2603ac9153d0f6274c1f13ee61.
2022-12-12 07:14:01 +00:00
Flatcar Buildbot
8ad8667287
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit 08fdfad386278271137bdda1eb3d482d51a3e829.
2022-12-12 07:14:00 +00:00
Flatcar Buildbot
28cbbcc92d
app-arch/libarchive: Sync with Gentoo
...
It's from Gentoo commit bb54c4d5f1b0b8b0beb35d7081e42070dccdb29a.
2022-12-12 07:13:59 +00:00
Flatcar Buildbot
d769f45218
app-alternatives/yacc: Sync with Gentoo
...
It's from Gentoo commit e773377026c28a1324d074e8af1039cc8c432eb4.
2022-12-12 07:13:59 +00:00
Flatcar Buildbot
54dc427086
app-alternatives/awk: Sync with Gentoo
...
It's from Gentoo commit d4c96a45f9e0c5401a6d4df4867dc85348fd7989.
2022-12-12 07:13:59 +00:00
flatcar-ci
e0f1da0e46
New version: main-3448.0.0-nightly-20221209-2100
2022-12-09 21:00:23 +00:00
Dongsu Park
94ee295e6e
changelog: add security changelog for containerd 1.6.12
2022-12-09 13:13:56 +01:00
Flatcar Buildbot
4f0dd682f9
app-emulation: Upgrade Containerd 1.6.10 to 1.6.12
2022-12-09 08:22:42 +00:00
flatcar-ci
8c583cb5a1
New version: main-3447.0.0-nightly-20221208-2100
2022-12-08 21:00:31 +00:00
Krzesimir Nowak
ec5f6ca252
Merge pull request #2317 from flatcar/krnowak/libarchive-update
...
profiles: Drop accept keywords for app-arch/libarchive
2022-12-08 12:50:24 +01:00
Krzesimir Nowak
fed5a37dec
Merge pull request #397 from flatcar/krnowak/libarchive-update
...
Update app-arch/libarchive
2022-12-08 12:50:18 +01:00
Mathieu Tortuyaux
1fab9ca500
coreos-base/coreos: add libsodium
...
update_engine needs to access context from SHA256 to store it and
restore it for further computations on it.
With OpenSSL SHA256 v3 implementation is not possible, let's use the
libsodium implementation.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-12-08 11:18:52 +01:00
Mathieu Tortuyaux
018198129a
coreos-base/update_engine: bump commit ID
...
this pulls the OpenSSL 3 upgrade.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-12-08 11:18:52 +01:00
Krzesimir Nowak
246bc58053
Merge pull request #2316 from flatcar/krnowak/weekly
...
Updates for weekly update 2022-12-05
2022-12-08 09:43:33 +01:00
Krzesimir Nowak
eaad06ebc7
Merge pull request #396 from flatcar/buildbot/weekly-package-updates-2022-12-05
...
Weekly package updates 2022-12-05
2022-12-08 09:43:29 +01:00
Krzesimir Nowak
ba22599eff
changelog: Add entries
2022-12-08 09:41:08 +01:00
Krzesimir Nowak
6bf8f7603c
.github: Update packages list
2022-12-08 09:38:04 +01:00
Krzesimir Nowak
82e387e979
changelog: Add an entry
2022-12-08 09:37:46 +01:00
flatcar-ci
4169c67698
New version: main-3446.0.0-nightly-20221207-2100
2022-12-07 21:00:26 +00:00
Mathieu Tortuyaux
c40db9d10f
Revert "coreos-base/update_engine: remove -Werror
flag"
...
This reverts commit 5f720f7b9987bf8b7d15a9569b4a340bdf253260.
2022-12-07 13:33:48 +01:00
Krzesimir Nowak
5cae1e12de
profiles: Drop accept keywords for app-arch/libarchive
...
The updated package is stable for both amd64 and arm64.
2022-12-07 11:37:28 +01:00
Krzesimir Nowak
0e234985c1
app-arch/libarchive: Sync with Gentoo
...
It's from Gentoo commit b618d6ec93c66f91c071c99c65775aaef2471bdf.
2022-12-07 11:30:47 +01:00
flatcar-ci
ee28e6c793
New version: main-3445.0.0-nightly-20221206-2100
2022-12-06 21:00:29 +00:00
Flatcar Buildbot
b134ce0bb9
sys-kernel: Upgrade Kernel 5.15.79 to 5.15.81
2022-12-07 00:22:20 +05:30
Krzesimir Nowak
f46187dccc
.github: Update packages list
2022-12-06 15:08:07 +01:00
Krzesimir Nowak
f3f210208c
dev-lang/python: Sync with Gentoo
...
It's from Gentoo commit 1b39922b75edcd897083f7b0d91aded7ba0523e4.
2022-12-06 15:08:07 +01:00
Krzesimir Nowak
56977d879b
net-libs/libpcap: Sync with Gentoo
...
It's from Gentoo commit 02b17c9bb64e147affc4acecaa0ff4151b2329bf.
2022-12-06 15:08:07 +01:00
Krzesimir Nowak
dd8444f6b6
app-crypt/mit-krb5: Sync with Gentoo
...
It's from Gentoo commit 02b17c9bb64e147affc4acecaa0ff4151b2329bf.
2022-12-06 15:08:07 +01:00
Sayan Chowdhury
bcf2bb0b77
sys-libs/pam: Apply Flatcar patches
...
- sys-libs/pam: Make /sbin/unix_chkpwd suid
This is to avoid importing fcaps eclass which adds a dependency on
sys-libs/libcap, which in turn depends on sys-libs/pam. To get out of
this conundrum, we could specify a "-filecaps" use flag for
sys-libs/pam. Problem with this solution would be no capability
override for the binary making it unable to read /etc/shadow. Thus we
make the binary suid. This is strictly less secure than overriding its
capabilities, but I have no idea how to solve it in a less hacky way.
- sys-libs/pam: Install configuration into /usr
Also provide a tmpfiles fragment to bring it back.
- sys-libs/pam: Locked accounts functionality
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-12-06 15:06:47 +01:00
Krzesimir Nowak
ef09c88d70
sys-libs/pam: Reset to vanilla ebuild
2022-12-06 15:03:29 +01:00
Dongsu Park
eec5d85328
sys-devel/gdb: Apply Flatcar modifications
...
- Fix cross build issues with configuring gmp libs
As gdb 11 or newer requires gmp libs as dependency, a cross build of
gdb 11.2 started to fail when its configure scripts try to detect if
gmp exists. The failure occurs mainly because the build still
passes '-L/usr/lib64` to LDFLAGS. Let's say, for example, host
toolchains outside of sysroot have amd64 libs, while the target
inside of sysroot should have arm64 libs. However, configure scripts
of gdb 11.2 still try to find its libs outside of sysroot,
/usr/lib64, although it should find its libs inside of sysroot,
e.g. /build/arm64/usr/lib64.
To fix the cross build issues, pass --with-sysroot as well as
--libdir, correctly with ${ESYSROOT}.
As a side note, for some reason, upstream gdb configure scripts are
not able to correctly make use of its gmp-specific options like
--with-gmp or --with-gmp-lib. Passing those options does not bring
anything. Also configure must have both --with-sysroot and
--libdir, to make the build work.
- Replace dependency on virtual/yacc with app-alternatives/yacc
The former is gone in favor of the latter in Gentoo. This change
will be dropped when we sync the package with Gentoo again.
2022-12-06 14:53:36 +01:00
Krzesimir Nowak
1f88c934c0
sys-devel/gdb: Reset to vanilla ebuild
2022-12-06 14:51:21 +01:00
Sayan Chowdhury
f6efb50cb6
net-firewall/iptables: Apply the Flatcar patches
...
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2022-12-06 14:49:54 +01:00
Krzesimir Nowak
fd2b43d9cf
net-firewall/iptables: Reset to vanilla ebuild
2022-12-06 14:42:47 +01:00
Sayan Chowdhury
b621893c2e
app-shells/bash: Apply Flatcar patches
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-12-06 14:41:10 +01:00
Krzesimir Nowak
0a0f1733f4
app-shells/bash: Reset to vanilla ebuild
2022-12-06 14:40:14 +01:00
Krzesimir Nowak
4bd509277a
sys-libs/glibc: Apply Flatcar modifications
...
- take care of nscd.conf via tmpfiles, add files/nscd-conf.tmpfiles.
- comment out 'dostrip -x' to force the OS image binaries to be stripped
- remove everything glibc wants to put under /etc since we use
baselayout to provide that
- replace virtual/awk with app-alternatives/awk
2022-12-06 14:38:29 +01:00
Krzesimir Nowak
43ccab8e9d
sys-libs/glibc: Reset to vanilla ebuild
2022-12-06 14:36:54 +01:00
Krzesimir Nowak
a4326957df
dev-lang/python-oem: Apply Flatcar modifications
2022-12-06 14:34:48 +01:00
Krzesimir Nowak
4dc2f9a83d
dev-lang/python-oem: Reset to vanilla ebuild
2022-12-06 14:32:39 +01:00
Krzesimir Nowak
f76441eaeb
dev-lang/python-oem: Update dependency
...
The `virtual/awk` package is replaced with `app-alternatives/awk`, so
reflect that in the ebuild.
2022-12-06 14:32:39 +01:00
Krzesimir Nowak
33d5bace3f
profiles: Do not pull in pip stuff from dev-lang/python
2022-12-06 14:32:39 +01:00
Krzesimir Nowak
990b2749a3
coreos/config: Update description for app-crypt/mit-krb5 overrides
2022-12-06 14:32:39 +01:00
Jeremi Piotrowski
1db12d110d
Merge pull request #2315 from flatcar/bug-847-kernel-fix-backport
...
sys-kernel/coreos-sources: Add backport of bugfix for #847
2022-12-06 13:35:15 +01:00
Flatcar Buildbot
29186d73ad
metadata: Monthly GLSA metadata updates
2022-12-06 11:44:15 +01:00
Jeremi Piotrowski
b7eec9eed7
changelog: add entry for Flatcar#847 bugfix
2022-12-06 11:42:15 +01:00
Krzesimir Nowak
962a694804
virtual/awk: Drop package (replaced by app-alternative/awk)
2022-12-06 11:34:37 +01:00
Krzesimir Nowak
ffbe56f80f
virtual/yacc: Drop package (replaced by app-alternative/yacc)
2022-12-06 11:34:37 +01:00
Krzesimir Nowak
ca76eaf945
app-alternatives/awk: Add from Gentoo
...
It's from Gentoo commit a88b50da320f6eca75f92a5e59b1657674775d85.
2022-12-06 10:51:53 +01:00
Flatcar Buildbot
f4827dc3f1
Update mantle container image to latest HEAD
2022-12-05 21:00:46 +00:00
flatcar-ci
0cbd825c13
New version: main-3444.0.0-nightly-20221205-2100
2022-12-05 21:00:25 +00:00
Sayan Chowdhury
9700f36c3f
Merge pull request #2309 from flatcar/sayan/update-sudo-1.9.12_p1
...
add-admin/sudo: Sync with Gentoo upstream; updates to 1.9.12_p1
2022-12-05 19:17:44 +05:30
Jeremi Piotrowski
61592da5ec
sys-kernel/coreos-sources: Add backport of bugfix for #847
...
Users reported a deadlock in ext4 that occurs under loads after kernel 5.15.72.
We debugged and found that this issue is also present upstream (6.x) and found
a fix. The fix has been validated to fix the issue, but we're still waiting for
a reponse from the ext4 maintainer.
In the meantime, apply the backport to our kernel sources, so that users can be
unblocked from updating. This will be released to alpha/beta first, and
hopefully by the time it is promoted to stable, the fix will be merged to the
kernel tree and backported to 5.15.
2022-12-05 13:31:20 +01:00
Krzesimir Nowak
6ef13eea5f
app-alternatives/yacc: Add from Gentoo
...
It's from Gentoo commit 3465091539af22c037e3c910c3acf84d889e49fd.
2022-12-05 10:33:57 +01:00
Flatcar Buildbot
5502013370
sys-libs/libcap: Sync with Gentoo
...
It's from Gentoo commit 450a93f8953e3ccab40aa54308bec115f80e526c.
2022-12-05 07:15:10 +00:00
Flatcar Buildbot
861c2f3ebb
sys-fs/multipath-tools: Sync with Gentoo
...
It's from Gentoo commit b7d704bb699c8e4a9ea411ec19e6421a0f51c812.
2022-12-05 07:15:10 +00:00
Flatcar Buildbot
2fcac2f49b
sys-devel/gettext: Sync with Gentoo
...
It's from Gentoo commit 7c722927a4f2dd11f79057783e68cd985e517f93.
2022-12-05 07:15:06 +00:00
Flatcar Buildbot
9885955422
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 230cc85ab3b4ba8030e3c2addfa7b74aed099315.
2022-12-05 07:15:06 +00:00
Flatcar Buildbot
f9f0fd83c2
sys-devel/flex: Sync with Gentoo
...
It's from Gentoo commit 0f4c0cca41ac0cb32d7632f6278d58d4a8cf88f1.
2022-12-05 07:15:06 +00:00
Flatcar Buildbot
b5f4feda7e
sys-devel/bison: Sync with Gentoo
...
It's from Gentoo commit 196cd46d3dd27eddb3ea226ac1276a0be3b0f4ff.
2022-12-05 07:15:05 +00:00
Flatcar Buildbot
6d04bbad55
sys-devel/binutils: Sync with Gentoo
...
It's from Gentoo commit 02b17c9bb64e147affc4acecaa0ff4151b2329bf.
2022-12-05 07:15:03 +00:00
Flatcar Buildbot
ae17690cbb
sys-devel/bc: Sync with Gentoo
...
It's from Gentoo commit 5d625775a8d03535e7eea28b56eff54f7a63ebb5.
2022-12-05 07:15:03 +00:00
Flatcar Buildbot
5c7b3e508b
profiles: Sync with Gentoo
...
It's from Gentoo commit 6a98e5e60500a55da0bf7f74fa171636e4fe00af.
2022-12-05 07:14:58 +00:00
Flatcar Buildbot
5c8d6b597f
net-misc/rsync: Sync with Gentoo
...
It's from Gentoo commit 7a1ecd6cc46b1f97eef4b3d79c1bb03d41c133d0.
2022-12-05 07:14:55 +00:00
Flatcar Buildbot
7a2868dc94
net-misc/iputils: Sync with Gentoo
...
It's from Gentoo commit 12635498f4822b7e1ead9b8e500c9638f8cf7590.
2022-12-05 07:14:55 +00:00
Flatcar Buildbot
6476172ee3
net-misc/ethertypes: Sync with Gentoo
...
It's from Gentoo commit a75356bfaf6c5f614006ed0a9b7a5a43a6449556.
2022-12-05 07:14:54 +00:00
Flatcar Buildbot
df3b1543d7
eclass/toolchain: Sync with Gentoo
...
It's from Gentoo commit 5bb51e9a29ab1683a36ed45c5aa56228b6968d3f.
2022-12-05 07:14:44 +00:00
Flatcar Buildbot
8d4dd68e0a
eclass/linux-info: Sync with Gentoo
...
It's from Gentoo commit eab470730a49f9de7d047f4ba4face78b65b1b62.
2022-12-05 07:14:22 +00:00
Flatcar Buildbot
e639a14623
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit 128f0d0b967059c5564bb96efee2586b84c2f83d.
2022-12-05 07:14:03 +00:00
Flatcar Buildbot
edcf872850
dev-util/strace: Sync with Gentoo
...
It's from Gentoo commit 80acc93961ca22f0a6ea0b616940578e4fd4e8a4.
2022-12-05 07:14:03 +00:00
Flatcar Buildbot
cc9457a619
dev-util/patchelf: Sync with Gentoo
...
It's from Gentoo commit c2ad249beddea9ecfa4e76baf3bc9ce325dcb773.
2022-12-05 07:13:58 +00:00
Flatcar Buildbot
15565b1d4b
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit ed071d36c494437c4ac88c7bc2e7b5caa1b904c1.
2022-12-05 07:13:54 +00:00
Flatcar Buildbot
3ba026e589
dev-util/gdbus-codegen: Sync with Gentoo
...
It's from Gentoo commit 01fbb72240e8a3bf42a8929420569ae581d97783.
2022-12-05 07:13:54 +00:00
Flatcar Buildbot
e42bd191fe
dev-util/cmake: Sync with Gentoo
...
It's from Gentoo commit 41fc7cdfd08eeefdcdd13d88243b70324755195d.
2022-12-05 07:13:52 +00:00
Flatcar Buildbot
77485187cc
dev-util/catalyst: Sync with Gentoo
...
It's from Gentoo commit 45ef9f6e6a2ae027e7184770f32289d422b554f2.
2022-12-05 07:13:51 +00:00
Flatcar Buildbot
0444b33631
dev-libs/libxml2: Sync with Gentoo
...
It's from Gentoo commit bee4fbd32b0225d09bf7fca8d38b83a9ac368bfd.
2022-12-05 07:13:49 +00:00
Flatcar Buildbot
e8a492282b
dev-libs/libtasn1: Sync with Gentoo
...
It's from Gentoo commit 02b17c9bb64e147affc4acecaa0ff4151b2329bf.
2022-12-05 07:13:49 +00:00
Flatcar Buildbot
b6ecfd7737
dev-libs/gobject-introspection-common: Sync with Gentoo
...
It's from Gentoo commit d921d64514abca425b4b13560cdd2b86042128b1.
2022-12-05 07:13:46 +00:00
Flatcar Buildbot
f43cbffce8
dev-libs/gobject-introspection: Sync with Gentoo
...
It's from Gentoo commit e41b4401c64a1de901c9a4d772b584cb8c15996d.
2022-12-05 07:13:46 +00:00
Flatcar Buildbot
6f386de935
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit a744a169b8a2f1837fcb0ee56a938e3ea106b66d.
2022-12-05 07:13:46 +00:00
Flatcar Buildbot
508470d878
dev-libs/boost: Sync with Gentoo
...
It's from Gentoo commit 0bb9a31349a6b269decaf4f04085b83cb9d1ad7a.
2022-12-05 07:13:45 +00:00
Flatcar Buildbot
d6a8851507
app-editors/vim-core: Sync with Gentoo
...
It's from Gentoo commit d4418a7735c5ce9a3f2c59a6609ec3682553e40d.
2022-12-05 07:13:43 +00:00
Flatcar Buildbot
9ec31729be
app-editors/vim: Sync with Gentoo
...
It's from Gentoo commit d57070c6622ac94dba516c4adc656515c8f26d7e.
2022-12-05 07:13:43 +00:00
Flatcar Buildbot
045a0f4e6e
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit 8bc1f100128ace83ba25e76e29ada60392ee2760.
2022-12-05 07:13:43 +00:00
Flatcar Buildbot
0c1ffade57
app-arch/cpio: Sync with Gentoo
...
It's from Gentoo commit db94bf8a3ec5214312cb4f3c5679d844014925f4.
2022-12-05 07:13:42 +00:00
Flatcar Buildbot
369d03e83f
app-arch/bzip2: Sync with Gentoo
...
It's from Gentoo commit 90657783651efa366c78e2dfdd44e15a4f372e49.
2022-12-05 07:13:42 +00:00
Sayan Chowdhury
f2ea162fae
changelog: Update the changelog for the sudo-1.9.12_p1
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-12-02 17:22:04 +05:30
flatcar-ci
380f972329
New version: main-3440.0.0-nightly-20221201-2100
2022-12-01 21:00:31 +00:00
Krzesimir Nowak
7542bbf3f5
Merge pull request #2307 from flatcar/krnowak/weekly
...
Changes for weekly updates
2022-12-01 19:39:23 +01:00
Krzesimir Nowak
d2944c7d76
Merge pull request #392 from flatcar/buildbot/weekly-package-updates-2022-11-28
...
Weekly package updates 2022-11-28
2022-12-01 19:39:22 +01:00
Dongsu Park
a6964cd47b
.github: set Author name to update-metadata-glsa
...
Set a correct Author name and its email address to the commit message
of monthly GLSA metadata PRs, Flatcar Buildbot
<buildbot@flatcar-linux.org>.
2022-12-01 09:48:04 +01:00
flatcar-ci
886e56c6ea
New version: main-3439.0.0-nightly-20221130-2100
2022-11-30 21:00:26 +00:00
Krzesimir Nowak
b28d8a4669
changelog: Add an entry
2022-11-30 14:22:33 +01:00
Flatcar Buildbot
7b019787ee
app-emulation: Upgrade open-vm-tools 12.1.0 to 12.1.5
2022-11-30 07:19:01 +00:00
Krzesimir Nowak
642a90d29b
profiles: Drop accept keywords for sys-libs/zlib
...
It became stable for amd64 and arm64.
2022-11-29 15:13:45 +01:00
Krzesimir Nowak
cf28added0
profiles: Drop accept keywords for sys-fs/multipath-tools
...
The updated package is now stable for both amd64 and arm64.
2022-11-29 15:08:35 +01:00
Krzesimir Nowak
872994012e
dev-libs/cJSON: Add from Gentoo
...
It's from Gentoo commit ce2861de5c1921bcde21f9cd4f0ce961d8fd61be.
2022-11-29 14:20:02 +01:00
Krzesimir Nowak
8064d1c3d5
profiles: Updated accept keywords for net-misc/curl
2022-11-29 14:13:49 +01:00
Krzesimir Nowak
33b0d3e235
coreos-devel/sdk-depends: Replace dev-util/boost-build with dev-util/b2
...
dev-libs/boost now needs the latter to build.
2022-11-29 10:58:18 +01:00
Krzesimir Nowak
84a8308b30
dev-util/boost-build: Drop unused package
2022-11-29 10:36:06 +01:00
Krzesimir Nowak
76955bacd8
dev-util/b2: Add from Gentoo
...
It's from Gentoo commit 1c34050916f7eeeada1c36d11e2032c0d0e4582c.
It's a build dependency of dev-libs/boost.
2022-11-29 10:26:58 +01:00
flatcar-ci
af1754044e
New version: main-3437.0.0-nightly-20221128-2100
2022-11-28 21:00:26 +00:00
Flatcar Buildbot
1697d8a3bd
sys-libs/zlib: Sync with Gentoo
...
It's from Gentoo commit ee92c1551e10c7237f46e8abee3e6b024e6d6c4f.
2022-11-28 07:15:39 +00:00
Flatcar Buildbot
8be9422da0
sys-fs/multipath-tools: Sync with Gentoo
...
It's from Gentoo commit ab840db288d84813a5108cf276d817ebff0700a5.
2022-11-28 07:15:39 +00:00
Flatcar Buildbot
9c28457bd2
sys-devel/gnuconfig: Sync with Gentoo
...
It's from Gentoo commit 42c5524cb9db3d6bfa53834abdce17da15276082.
2022-11-28 07:15:36 +00:00
Flatcar Buildbot
0619f01b76
sys-devel/gettext: Sync with Gentoo
...
It's from Gentoo commit eb79211789dfec00a2ed3e1e94eaa2a3089692c5.
2022-11-28 07:15:36 +00:00
Flatcar Buildbot
ee07c5a351
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 2a42234ba501c3328476db97d366b3555933a5f4.
2022-11-28 07:15:36 +00:00
Flatcar Buildbot
cdedee7586
sys-devel/automake-wrapper: Sync with Gentoo
...
It's from Gentoo commit ebd01773cd2cb43602b7237f5f59b6a403e8e770.
2022-11-28 07:15:32 +00:00
Flatcar Buildbot
6161893c6b
sys-devel/autoconf-wrapper: Sync with Gentoo
...
It's from Gentoo commit 19a2a580469777a228a33f9cef13813fe428519f.
2022-11-28 07:15:31 +00:00
Flatcar Buildbot
aa60e96f3a
sys-devel/autoconf: Sync with Gentoo
...
It's from Gentoo commit 92b752821df4e7aff8639bce4660000016d7db8b.
2022-11-28 07:15:30 +00:00
Flatcar Buildbot
dd57921969
profiles: Sync with Gentoo
...
It's from Gentoo commit 1a5499ece7be858c7b06025771198c78435f97b4.
2022-11-28 07:15:28 +00:00
Flatcar Buildbot
38f64bfe40
net-misc/socat: Sync with Gentoo
...
It's from Gentoo commit f335bad455c9308a8a4df5997f9e772b6288f056.
2022-11-28 07:15:25 +00:00
Flatcar Buildbot
fb0d1fe154
net-misc/rsync: Sync with Gentoo
...
It's from Gentoo commit 835f0179694d35eec8af5e167eaabfa789d686f7.
2022-11-28 07:15:25 +00:00
Flatcar Buildbot
2416f97f3a
net-misc/iperf: Sync with Gentoo
...
It's from Gentoo commit ff588382efce7fd9d156cc7185379191c68434a1.
2022-11-28 07:15:24 +00:00
Flatcar Buildbot
aa4f10f860
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit 44e414f97c75686fe3aa921c1fbabef7c403020c.
2022-11-28 07:15:22 +00:00
Flatcar Buildbot
42f920f4d4
net-libs/gnutls: Sync with Gentoo
...
It's from Gentoo commit 45f4b9ed0200e1b8a21cca9e80ab9c84b58b8718.
2022-11-28 07:15:20 +00:00
Flatcar Buildbot
9887808d48
licenses: Sync with Gentoo
...
It's from Gentoo commit b18b79b26598ccc72123fa988a16e0e9b2e848dd.
2022-11-28 07:15:18 +00:00
Flatcar Buildbot
6600e3d1fd
eclass/toolchain: Sync with Gentoo
...
It's from Gentoo commit 476e425a52e834eb067f44c98a8c1faefdef260b.
2022-11-28 07:15:13 +00:00
Flatcar Buildbot
f5a623e11c
eclass/ninja-utils: Sync with Gentoo
...
It's from Gentoo commit b591f294b6fa096b0cf9b489169a79a5525cea1d.
2022-11-28 07:14:59 +00:00
Flatcar Buildbot
3aacc4b38a
eclass/autotools: Sync with Gentoo
...
It's from Gentoo commit 141c29e6e6a3bf3ffdcfa3be99c0ef410dcb8bc9.
2022-11-28 07:14:36 +00:00
Flatcar Buildbot
941e52400e
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit a7914359ecabafa39a4169ac7671d0e83e123eab.
2022-11-28 07:14:34 +00:00
Flatcar Buildbot
28da858b47
dev-util/meson: Sync with Gentoo
...
It's from Gentoo commit 23ade3b518eac7f67c44d9e082963bab47c882fb.
2022-11-28 07:14:27 +00:00
Flatcar Buildbot
36a1325164
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit 72d177ef10f930d10f3c0c82646f0704d2445a3c.
2022-11-28 07:14:26 +00:00
Flatcar Buildbot
946c9c822b
dev-util/gdbus-codegen: Sync with Gentoo
...
It's from Gentoo commit f732fbfaa4e6bfc2647b7d6f2beed2014558bd6b.
2022-11-28 07:14:26 +00:00
Flatcar Buildbot
c3f0c0c328
dev-libs/gobject-introspection-common: Sync with Gentoo
...
It's from Gentoo commit ef340e844fae544e308894704a9b3498f4178c5e.
2022-11-28 07:14:17 +00:00
Flatcar Buildbot
2cc25906f3
dev-libs/gobject-introspection: Sync with Gentoo
...
It's from Gentoo commit c4903a86dafda4b523ef9e5b92d6b92d448598f1.
2022-11-28 07:14:17 +00:00
Flatcar Buildbot
9404d0656e
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit 425790bb76e60276526d035f760468fad190ac0f.
2022-11-28 07:14:17 +00:00
Flatcar Buildbot
4f648cc04f
dev-libs/boost: Sync with Gentoo
...
It's from Gentoo commit 96d01d868eeca692d472bfba5fbca7f4f11aae76.
2022-11-28 07:14:16 +00:00
Flatcar Buildbot
659588f5d1
dev-db/sqlite: Sync with Gentoo
...
It's from Gentoo commit 8a77c12985b94ad7d6a4826847c0b8ab4286c571.
2022-11-28 07:14:15 +00:00
Flatcar Buildbot
583eabcecb
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit 061c297997df6748b83e48e46ab3905f6aa33b4f.
2022-11-28 07:14:14 +00:00
flatcar-ci
6013706a57
New version: main-3434.0.0-nightly-20221125-2100
2022-11-25 21:00:24 +00:00
Dongsu Park
59874b3c1f
Merge pull request #387 from flatcar/buildbot/monthly-glsa-metadata-updates-2022-11-18
...
Monthly GLSA metadata 2022-11-18
2022-11-25 09:48:06 +01:00
Flatcar Buildbot
f64a4ce60d
metadata: Monthly GLSA metadata updates
2022-11-25 09:46:45 +01:00
flatcar-ci
1bb929caa9
New version: main-3433.0.0-nightly-20221124-2100
2022-11-24 21:00:26 +00:00
Krzesimir Nowak
df8713d9c5
Merge pull request #391 from flatcar/krnowak/glsa-commit-message
...
.github: Specify a commit message for monthly GLSA updates
2022-11-24 14:04:35 +01:00
Krzesimir Nowak
7890755443
.github: Specify a commit message for monthly GLSA updates
2022-11-24 11:09:34 +01:00
flatcar-ci
9f64ca801f
New version: main-3432.0.0-nightly-20221123-2100
2022-11-23 21:00:30 +00:00
Dongsu Park
78c4fb88d1
Merge pull request #2299 from flatcar/dongsu/cpio-2.13
...
profiles: accept keywords for app-arch/cpio 2.13-r3
2022-11-23 17:32:37 +01:00
Dongsu Park
96c95a65db
Merge pull request #390 from flatcar/dongsu/cpio-2.13
...
app-arch/cpio: update to 2.13-r3
2022-11-23 17:32:30 +01:00
Dongsu Park
b5cb3c8c29
Merge pull request #389 from flatcar/dongsu/libksba-1.6.2
...
dev-libs/libksba: update to 1.6.2
2022-11-23 17:30:30 +01:00
Flatcar Buildbot
057bb0000f
Update mantle container image to latest HEAD
2022-11-23 13:54:15 +00:00
Krzesimir Nowak
bfbf8b3135
Merge pull request #2298 from flatcar/krnowak/weekly
...
profiles: Updates for weekly package updates
2022-11-23 14:32:46 +01:00
Dongsu Park
f8d0d4bd13
Merge pull request #2292 from flatcar/linux-5.15.79-main
...
Upgrade Linux Kernel for main from 5.15.77 to 5.15.79
2022-11-23 14:20:35 +01:00
Flatcar Buildbot
33d40bf4d0
Update mantle container image to latest HEAD
2022-11-22 21:00:52 +00:00
flatcar-ci
c18298dad4
New version: main-3431.0.0-nightly-20221122-2100
2022-11-22 21:00:31 +00:00
Krzesimir Nowak
f6083bb7db
changelog: Add an entry
2022-11-22 13:40:26 +01:00
Krzesimir Nowak
5b6cd2ab0a
profiles: Update accept keywords for net-misc/curl
...
Revision was bumped to r2, but it kept the keywords intact.
2022-11-22 13:39:22 +01:00
Krzesimir Nowak
4c7180dca0
profiles: Update accept keywords for sys-libs/zlib
...
It became stable for arm64, still unstable for amd64. Probably will be
stabilized for the latter during the week.
2022-11-22 13:35:13 +01:00
Dongsu Park
80639fc3d8
.github: add app-arch/cpio to weekly packages list
2022-11-22 11:07:16 +01:00
Dongsu Park
d75f6300f8
changelog: add changelog for cpio 2.13
2022-11-22 11:06:40 +01:00
Dongsu Park
384ce45da9
profiles: accept keywords for app-arch/cpio 2.13-r3
...
Accept keywords for app-arch/cpio 2.13-r3, mainly to address
CVE-2021-38185.
2022-11-22 11:00:41 +01:00
Dongsu Park
9234cfb4f9
app-arch/cpio: update to 2.13-r3
...
Update app-arch/cpio to 2.13-r3, mainly to address CVE-2021-38185.
Gentoo ref: 372a7b0084f0e8bf8ced7bba804f42c79a3b35f8
2022-11-22 10:58:19 +01:00
Flatcar Buildbot
d97366e82a
Update mantle container image to latest HEAD
2022-11-21 21:00:47 +00:00
flatcar-ci
e57707aa1a
New version: main-3430.0.0-nightly-20221121-2100
2022-11-21 21:00:26 +00:00
Flatcar Buildbot
e55e640694
Update mantle container image to latest HEAD
2022-11-21 12:59:51 +00:00
Dongsu Park
23ef4e2cf8
.github: add dev-libs/libksba to packages-list
2022-11-21 09:11:54 +01:00
Dongsu Park
70b07f56d8
changelog: add changelog for libksba 1.6.2
2022-11-21 09:10:57 +01:00
Dongsu Park
4b98e3d07e
dev-libs/libksba: update to 1.6.2
...
Update dev-libs/libksba to 1.6.2 mainly to address CVE-2022-3515.
2022-11-21 09:06:06 +01:00
Flatcar Buildbot
92c0043f5e
sys-libs/zlib: Sync with Gentoo
...
It's from Gentoo commit 2b667b0352e47d2bbcf928df1b32fd94c59ad3da.
2022-11-21 07:16:32 +00:00
Flatcar Buildbot
8728c4ff94
sys-libs/binutils-libs: Sync with Gentoo
...
It's from Gentoo commit a67d952c82a327f1e8cae7ac83ce96d9e0b25e64.
2022-11-21 07:16:31 +00:00
Flatcar Buildbot
a2e414bb9e
sys-devel/gettext: Sync with Gentoo
...
It's from Gentoo commit 729ab751290c5da1da3a93fcddaa22647b1db352.
2022-11-21 07:16:28 +00:00
Flatcar Buildbot
f36c197317
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 38b43372af28e9046c17f1c82359f046edb9cbdd.
2022-11-21 07:16:28 +00:00
Flatcar Buildbot
b02a6639a3
sys-devel/flex: Sync with Gentoo
...
It's from Gentoo commit 37ebd2afe651c59457d2040bda4bbdd786ea689d.
2022-11-21 07:16:28 +00:00
Flatcar Buildbot
4b97feb5d4
sys-devel/crossdev: Sync with Gentoo
...
It's from Gentoo commit c39920e08570c4a771905ca7a7b63b95ecdad756.
2022-11-21 07:16:28 +00:00
Flatcar Buildbot
139509a606
sys-devel/autoconf-wrapper: Sync with Gentoo
...
It's from Gentoo commit f49bcd6145161142a76f91a38ddccbdce8039902.
2022-11-21 07:16:22 +00:00
Flatcar Buildbot
26e8436314
sys-devel/autoconf: Sync with Gentoo
...
It's from Gentoo commit 541ccf270b9b9b5631072a654cd3add5ccd433e7.
2022-11-21 07:16:22 +00:00
Flatcar Buildbot
c1aa5bf2ec
profiles: Sync with Gentoo
...
It's from Gentoo commit d0e673c6f516fdffe8b43c77c1f13dbddde4fdb3.
2022-11-21 07:16:20 +00:00
Flatcar Buildbot
2d3eeb423a
net-misc/whois: Sync with Gentoo
...
It's from Gentoo commit ac82c2ef7508169844632e059b2cb319bf187a81.
2022-11-21 07:16:18 +00:00
Flatcar Buildbot
89333ea244
net-misc/wget: Sync with Gentoo
...
It's from Gentoo commit 7c6deb877943d16495c908f338b23cc2fb04f22b.
2022-11-21 07:16:17 +00:00
Flatcar Buildbot
f2628ae573
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit 91d61efd7851b7c912c7ce0b45bc10889f2cf61e.
2022-11-21 07:16:13 +00:00
Flatcar Buildbot
8b460493b2
net-dns/bind-tools: Sync with Gentoo
...
It's from Gentoo commit c42c6e7e345f5f5146af2c965fff98576a67248d.
2022-11-21 07:16:11 +00:00
Flatcar Buildbot
4957a542d2
licenses: Sync with Gentoo
...
It's from Gentoo commit 1ec6328bd09c77fafee1658f625f435bc896aba8.
2022-11-21 07:16:09 +00:00
Flatcar Buildbot
358316ef75
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit 5ac28ff4f72910a07074752dd3c3a954738bf400.
2022-11-21 07:15:24 +00:00
Flatcar Buildbot
d1adf8e061
dev-util/perf: Sync with Gentoo
...
It's from Gentoo commit 41355d5ee50bb0cb7af9058f0af753a7cf73d602.
2022-11-21 07:15:21 +00:00
Flatcar Buildbot
7dfd57e21f
dev-util/patchelf: Sync with Gentoo
...
It's from Gentoo commit b0ff99ced46ecf03f52581c3425998dc9921e1e2.
2022-11-21 07:15:19 +00:00
Flatcar Buildbot
92c0336b61
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit 34553dcf5c5611e01e53683c3f6d904c046aac89.
2022-11-21 07:15:16 +00:00
Flatcar Buildbot
0f27f78b51
dev-util/gdbus-codegen: Sync with Gentoo
...
It's from Gentoo commit dd107e18e58f954a738e8608912783787ca6d9c7.
2022-11-21 07:15:16 +00:00
Flatcar Buildbot
3c0fbe09b2
dev-util/cmake: Sync with Gentoo
...
It's from Gentoo commit ba5807bd908d9f78dbd76f08d8429a29061626ad.
2022-11-21 07:15:13 +00:00
Flatcar Buildbot
3095256ee7
dev-libs/gobject-introspection-common: Sync with Gentoo
...
It's from Gentoo commit 26b4d97fd62734ddc72426511d1ec38b8f49ce9e.
2022-11-21 07:15:07 +00:00
Flatcar Buildbot
48764b7910
dev-libs/gobject-introspection: Sync with Gentoo
...
It's from Gentoo commit ad68a615a582b889b6e4c12be2affaa2313b6178.
2022-11-21 07:15:07 +00:00
Flatcar Buildbot
b7b81d2fac
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit 226753674ad9e72e74b27593c367ebc855c979cd.
2022-11-21 07:15:07 +00:00
Flatcar Buildbot
d3c7100128
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit e8bd5f703fe4b3daab6ff133f921a845da3cf503.
2022-11-21 07:15:04 +00:00
Flatcar Buildbot
6dafc46647
app-arch/unzip: Sync with Gentoo
...
It's from Gentoo commit 5ed7ef1c1f72418e5e4cd71eb5bcc7c84bd7bd64.
2022-11-21 07:15:04 +00:00
flatcar-ci
e933b33df1
New version: main-3427.0.0-nightly-20221118-2100
2022-11-18 21:00:27 +00:00
Flatcar Buildbot
8f39358b1d
Update mantle container image to latest HEAD
2022-11-18 13:43:58 +00:00
Dongsu Park
a70ddb5b2b
Merge pull request #385 from flatcar/dongsu/github-actions-glsa-metadata
...
.github: add monthly workflow update-metadata-glsa
2022-11-18 13:10:35 +01:00
Dongsu Park
69e9bcc0f7
Merge pull request #2296 from flatcar/containerd-1.6.10-main
...
Upgrade Containerd in main from 1.6.9 to 1.6.10
2022-11-18 13:08:02 +01:00
Krzesimir Nowak
02b93bd55a
Merge pull request #2288 from flatcar/krnowak/weekly
...
profiles: Cleanups for weekly package updates
2022-11-18 10:14:47 +01:00
Krzesimir Nowak
04e90140a2
Merge pull request #384 from flatcar/buildbot/weekly-package-updates-2022-11-14
...
Weekly package updates 2022-11-14
2022-11-18 10:14:45 +01:00
Flatcar Buildbot
88af01b531
app-emulation: Upgrade Containerd 1.6.9 to 1.6.10
2022-11-18 08:24:29 +00:00
flatcar-ci
ddc401d6eb
New version: main-3426.0.0-nightly-20221117-2100
2022-11-17 21:00:33 +00:00
Dongsu Park
27d0680bc2
.github: remove unnecessary options in update-packages-from-list
...
As we already merged necessary changes for sync-with-gentoo into master
branch of the flatcar-build-scripts repo, it is not necessary any more
to point to krnowak/stuff branch. Remove it.
2022-11-17 17:49:48 +01:00
Dongsu Park
3a1f70a123
.github: add monthly workflow update-metadata-glsa
...
Add a new monthly workflow update-metadata-glsa, to sync GLSA(Gentoo
Linux Security Advisories) with upstream Gentoo.
While most individual metadata xml files are available on the upstream
mirror repo https://github.com/gentoo-mirror/gentoo , its binary data
as well as timestamp files do not exist on the public Git repo. So it
is necessary to rsync those data from rsync.gentoo.org, instead of
running sync-with-gentoo script.
2022-11-17 17:02:52 +01:00
Krzesimir Nowak
052c0553ae
Merge pull request #2268 from flatcar/krnowak/openssh-update
...
net-misc/openssh: Bump to 9.1
2022-11-17 11:19:32 +01:00
Krzesimir Nowak
e596583d76
profiles: Build static libraries for dev-libs/libpcre2
...
app-emulation/qemu depends on dev-libs/glib preferentially built with
static libraries. The GLib library started to depend on
dev-libs/libpcre2 after the update. Since dev-libs/glib is built with
static-libs USE flag, it propagates the requirement to
dev-libs/libpcre2 too. Thus update the line with old dev-libs/libpcre
in package.use to new dev-libs/libpcre2 now. Hopefully nothing needs
static libs of old dev-libs/libpcre.
2022-11-17 11:15:54 +01:00
Krzesimir Nowak
11d976f352
profiles: Drop arm64 from accept keywords for net-misc/curl
2022-11-17 11:15:54 +01:00
Krzesimir Nowak
8eff949fff
profiles: drop dev-util/glib-utils from packages.provided
...
Should not be necessary - dev-libs/glib is not pulling it anymore, and
other ebuilds needing the package pull it with BDEPEND, which means
that the package on SDK is being used.
2022-11-17 11:15:54 +01:00
Krzesimir Nowak
1a045b9ccc
profiles: Update accept keywords for app-editors/vim-core
2022-11-17 11:15:54 +01:00
Krzesimir Nowak
8957817186
profiles: Update accept keywords for app-editors/vim
2022-11-17 11:15:54 +01:00
Flatcar Buildbot
5c6e3b3fe0
sys-kernel: Upgrade Kernel 5.15.77 to 5.15.79
2022-11-17 07:19:16 +00:00
flatcar-ci
cc41007056
New version: main-3425.0.0-nightly-20221116-2100
2022-11-16 21:00:29 +00:00
Dongsu Park
4a4289ebc8
Merge pull request #2283 from flatcar/cacerts-3.85-main
...
Upgrade ca-certificates in main from 3.84 to 3.85
2022-11-16 15:09:07 +01:00
Kai Lueke
ee0c1e654c
Support Hardware Security Keys in update-ssh-keys
...
This pulls in
https://github.com/flatcar/update-ssh-keys/pull/7
to support Hardware Security Keys in update-ssh-keys.
Until we have a new crates.io release of openssh-keys with
https://github.com/coreos/openssh-keys/pull/68 we need to host it on
Origin or find a way to make the eclass more flexible. Here it was
hosted on Origin (from "cargo package") and the Cargo.toml/lock patched
on build to think it would come from crates.io because the Gentoo
eclass only supports that location.
2022-11-16 11:52:16 +01:00
Krzesimir Nowak
35c1c67d9f
changelog: Add entries
2022-11-15 09:46:04 +01:00
Sayan Chowdhury
d340dda71a
app-admin/sudo: Apply Flatcar patches
...
- Remove Perl Runtime Dependency
- Remove OpenLDAP schema files for sudo
- Remove sudo.conf file as it is shipped via baselayout
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-11-15 05:24:42 +00:00
Sayan Chowdhury
32089482da
add-admin/sudo: Sync with Gentoo upstream; updates to 1.9.12_p1
...
gentoo syncref: 82f5b130cc
2022-11-15 05:18:23 +00:00
flatcar-ci
1627ea9f18
New version: main-3423.0.0-nightly-20221114-2100
2022-11-14 21:00:29 +00:00
Dongsu Park
fe2768632c
.github: add dev-db/sqlite to packages-list
...
Get dev-db/sqlite included in weekly updates.
2022-11-14 16:30:55 +01:00
Dongsu Park
24ac64bbf9
changelog: add changelog for sqlite 3.39.4
2022-11-14 16:30:53 +01:00
Dongsu Park
f321302e32
dev-db/sqlite: update to 3.39.4
...
Update dev-db/sqlite to 3.39.4.
This is not for a security issue.
CVE-2022-35737, addressed by sqlite 3.39.2, affects only sqlite compiled
with SQLITE_ENABLE_STAT4 being enabled. As Flatcar does not enable that
option, that CVE means nothing. See also
https://sqlite.org/forum/forumpost/3607259d3c .
However, Gentoo has GLSA 202210-40
https://security.gentoo.org/glsa/202210-40 . So it is anyway better for
Flatcar to update sqlite to 3.39, to avoid having to add another GLSA
allowlist entry.
2022-11-14 14:25:03 +01:00
Flatcar Buildbot
0986cc7377
app-misc: Upgrade ca-certificates 3.84 to 3.85
2022-11-14 07:17:45 +00:00
Flatcar Buildbot
db44f8350d
sys-libs/libcap: Sync with Gentoo
...
It's from Gentoo commit 4cd85750c92be620a9c25f28cadd4457e8c943b9.
2022-11-14 07:16:59 +00:00
Flatcar Buildbot
1b2bf1ee50
sys-firmware/intel-microcode: Sync with Gentoo
...
It's from Gentoo commit a7c7d8c63bc8f3b77494f7bffb22f7e714de54fd.
2022-11-14 07:16:59 +00:00
Flatcar Buildbot
4922d25cce
sys-devel/gettext: Sync with Gentoo
...
It's from Gentoo commit 716412d69835fff2868e4c61078c6e5ed97509d2.
2022-11-14 07:16:56 +00:00
Flatcar Buildbot
59ac74b406
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 77ac295d77408e582f92df01a2271dd63a7eeb90.
2022-11-14 07:16:56 +00:00
Flatcar Buildbot
181d161ccc
sys-devel/crossdev: Sync with Gentoo
...
It's from Gentoo commit 501127c2649457ae5411179c898577c5c469108f.
2022-11-14 07:16:55 +00:00
Flatcar Buildbot
88ef86b7ce
sys-devel/bc: Sync with Gentoo
...
It's from Gentoo commit 98a9032309d47b1bc77e5e258acb28f849854b85.
2022-11-14 07:16:53 +00:00
Flatcar Buildbot
e4dd71621f
sys-devel/autoconf: Sync with Gentoo
...
It's from Gentoo commit 076ee2e058cc932dee7e4d9cf61547287b3c3630.
2022-11-14 07:16:48 +00:00
Flatcar Buildbot
b1875bd2d2
sys-apps/help2man: Sync with Gentoo
...
It's from Gentoo commit d77bb42425e9f1cedef3aae1965cfa690a787f1d.
2022-11-14 07:16:47 +00:00
Flatcar Buildbot
64fca8cc4e
profiles: Sync with Gentoo
...
It's from Gentoo commit aac544fa8e1756344acb764d6b7335010170e5d3.
2022-11-14 07:16:46 +00:00
Flatcar Buildbot
8990f07cac
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit 4dcf470b90326814ba9c7d139bffd7924d818004.
2022-11-14 07:16:40 +00:00
Flatcar Buildbot
97d32e7b95
eclass/verify-sig: Sync with Gentoo
...
It's from Gentoo commit 48b23e4578736c4e9d29c270ce3be72be73a9405.
2022-11-14 07:16:30 +00:00
Flatcar Buildbot
52c18363a5
eclass/toolchain: Sync with Gentoo
...
It's from Gentoo commit 803ac64d367c4c865a2c30f1196dfec95dc7fee1.
2022-11-14 07:16:30 +00:00
Flatcar Buildbot
ca29dc9c51
eclass/git-r3: Sync with Gentoo
...
It's from Gentoo commit 207a50da440b7c6bea060972a7684e792c2a84fc.
2022-11-14 07:15:58 +00:00
Flatcar Buildbot
3e25373959
dev-util/patchelf: Sync with Gentoo
...
It's from Gentoo commit a1c68dec259a290272d5f147dee141681a358c48.
2022-11-14 07:15:46 +00:00
Flatcar Buildbot
0dd719fbc7
dev-util/meson: Sync with Gentoo
...
It's from Gentoo commit aa81809e61771ab9c5a752cfeb6c02e3207c3a39.
2022-11-14 07:15:44 +00:00
Flatcar Buildbot
46da90c3b4
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit cbd410beae228cac59cdc85afe04c16435b6a551.
2022-11-14 07:15:43 +00:00
Flatcar Buildbot
43c29c8674
dev-util/gdbus-codegen: Sync with Gentoo
...
It's from Gentoo commit c757d326648e96a636574a1fee0d27ad6260684e.
2022-11-14 07:15:43 +00:00
Flatcar Buildbot
67b125a282
dev-util/cmake: Sync with Gentoo
...
It's from Gentoo commit 47d0075c6b7cf1e14bb1fa5486324f09453553de.
2022-11-14 07:15:41 +00:00
Flatcar Buildbot
734386c60d
dev-libs/libxml2: Sync with Gentoo
...
It's from Gentoo commit e07628f6e8bffb7e8f154e6610e0f5d0393a901f.
2022-11-14 07:15:38 +00:00
Flatcar Buildbot
50829ccf1c
dev-libs/gobject-introspection-common: Sync with Gentoo
...
It's from Gentoo commit 10b5e0ad8903301a03701fd7af2dc26ed189fd3d.
2022-11-14 07:15:36 +00:00
Flatcar Buildbot
03e466ff60
dev-libs/gobject-introspection: Sync with Gentoo
...
It's from Gentoo commit 0c192606ef05cd7b8853b3ae3f31805b12fc2d19.
2022-11-14 07:15:36 +00:00
Flatcar Buildbot
b6d4704bf7
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit 443017f9e70d04f78e76cef58d2fee8558e16be1.
2022-11-14 07:15:36 +00:00
Flatcar Buildbot
9528a4a2da
dev-libs/boost: Sync with Gentoo
...
It's from Gentoo commit dccc798b9d6c58ca245b20055c6cab0430a12692.
2022-11-14 07:15:35 +00:00
Flatcar Buildbot
47088be291
app-editors/vim-core: Sync with Gentoo
...
It's from Gentoo commit 9f5d3532993ce5e69c1726d6cc077237801f338d.
2022-11-14 07:15:34 +00:00
Flatcar Buildbot
c0c4d1afbe
app-editors/vim: Sync with Gentoo
...
It's from Gentoo commit ebd7f86c37d809236671924e401244ee140434d3.
2022-11-14 07:15:34 +00:00
Flatcar Buildbot
0c41731033
app-crypt/adcli: Sync with Gentoo
...
It's from Gentoo commit 92a7750f829b5ceff0d806ee1329f37c1bff16de.
2022-11-14 07:15:34 +00:00
Flatcar Buildbot
7b9ddd8069
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit e4cd220771462b097e4306da0bb32f38ca3c38fc.
2022-11-14 07:15:33 +00:00
Flatcar Buildbot
ae04f1307e
app-arch/unzip: Sync with Gentoo
...
It's from Gentoo commit 21b5f65e3130f0a523e8e1d3367e187cfb814f1d.
2022-11-14 07:15:33 +00:00
flatcar-ci
42d0042fbf
New version: main-3420.0.0-nightly-20221111-2100
2022-11-11 21:00:27 +00:00
Krzesimir Nowak
db546fb6d4
changelog: Add an entry
2022-11-11 09:17:27 +01:00
Dongsu Park
340f597eae
Merge pull request #2276 from flatcar/firmware-20221109-main
...
Upgrade Linux Firmware in main from 20221012 to 20221109
2022-11-11 09:13:13 +01:00
flatcar-ci
7a7cabf2d9
New version: main-3419.0.0-nightly-20221110-2100
2022-11-10 21:00:29 +00:00
Mathieu Tortuyaux
3d882f6f73
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-11-10 17:02:28 +01:00
Mathieu Tortuyaux
3a9541cd7e
sys-apps/ignition: fix OEM detection
...
In case the OEM partition was specified with the name "OEM",
the btrfs format was not forced because it only considered the name "oem".
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-11-10 16:58:37 +01:00
Krzesimir Nowak
bbc47ca7ab
profiles: Cleanup net-misc/openssh stuff
...
We mark the package as stable in ebuild, so drop the accept
keywords. Also, bindist is not a thing any more.
2022-11-10 16:11:42 +01:00
Sayan Chowdhury
9393631719
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>
2022-11-10 16:11:42 +01:00
Krzesimir Nowak
8d0734b440
net-misc/openssh: Sync with Gentoo
...
It's from Gentoo commit 591c528cc536c3e28daaf6356084d356c5e82eec.
2022-11-10 16:11:42 +01:00
Flatcar Buildbot
909e4e5a85
sys-kernel: Upgrade Linux Firmware 20221012 to 20221109
2022-11-10 15:23:58 +01:00
Flatcar Buildbot
9985345a92
Update mantle container image to latest HEAD
2022-11-10 08:47:05 +00:00
Krzesimir Nowak
a8467c41ec
Merge pull request #2266 from flatcar/krnowak/weekly
...
Profile cleanups for weekly package updates
2022-11-10 09:46:51 +01:00
flatcar-ci
fe20da0877
New version: main-3418.0.0-nightly-20221109-2100
2022-11-09 21:00:32 +00:00
Krzesimir Nowak
dbb80587fc
changelog: Add entries
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
7766dd89ef
sys-devel/patch: Sync with Gentoo
...
It's from Gentoo commit 4f3a2f4276d716c11d39f2851d781225b777f053.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
e0083b60e6
sys-devel/gnuconfig: Sync with Gentoo
...
It's from Gentoo commit 89c8f2df23bb716fdb856a22c41e713ba4b7e439.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
ae7d91e702
sys-devel/gettext: Sync with Gentoo
...
It's from Gentoo commit 3113641984d5e37c0c5f29255604f96d63357924.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
6d43df0749
sys-devel/gcc-config: Sync with Gentoo
...
It's from Gentoo commit 834542f335b50ba4b99f218821b2164436c51825.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
1243ffc856
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 37b1438beb0a974add1ead0bdf9c0f56b43f09d9.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
0d65778cdb
sys-devel/flex: Sync with Gentoo
...
It's from Gentoo commit 51ce26ce6dd264cab35669505333ce7bea95b545.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
635afa927c
sys-devel/autoconf-archive: Sync with Gentoo
...
It's from Gentoo commit 64a6e0367576b220ee69300c4ea38081aedf88ae.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
346b40780b
sys-devel/autoconf: Sync with Gentoo
...
It's from Gentoo commit db27d0e82a44717ec536e0905d7d0639ac223bd2.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
8f4360c97b
sys-apps/diffutils: Sync with Gentoo
...
It's from Gentoo commit de0cb1948b5e2bf8bdd73e4e9142696da31f432e.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
3341fd9e5b
profiles: Sync with Gentoo
...
It's from Gentoo commit afde79b7fe751fd80f2dc951f2a3d75ae8c38143.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
a0f5c132b5
net-misc/socat: Sync with Gentoo
...
It's from Gentoo commit 99435e83537f0582b186184649e2ae49aae94be0.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
ea2f7a4f24
net-misc/rsync: Sync with Gentoo
...
It's from Gentoo commit 339057afef6d53cd247531371bfe9063103572ea.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
1b09ef3efa
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit 261b72f05a316d2a9b860315af4b1316b328d7f3.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
0b370ec628
net-fs/cifs-utils: Sync with Gentoo
...
It's from Gentoo commit ea0a944c6571ebf7ddac7b6221e7b07b1208e4c0.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
487c80dc47
net-dns/bind-tools: Sync with Gentoo
...
It's from Gentoo commit 47033ea393993395b38465b0054d7e85e45ca04a.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
19964b3212
net-analyzer/nmap: Sync with Gentoo
...
It's from Gentoo commit 0fe19fdc6d362149e8f6df90f04fa1423ff8c010.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
39aac269da
dev-util/strace: Sync with Gentoo
...
It's from Gentoo commit adfb52d21a78c5b701f75f7ae66545845cec4578.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
d517d287c7
dev-util/patchelf: Sync with Gentoo
...
It's from Gentoo commit 42929f6e48e000a5f4eef65ba4457e807e871a3d.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
c227f0cce5
dev-util/meson: Sync with Gentoo
...
It's from Gentoo commit cf1bbbc51fc08f9b0377ab23c6cdb4b84073bf9a.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
5c2bb2c378
dev-util/gtk-doc-am: Sync with Gentoo
...
It's from Gentoo commit a44be5a5e9f294a1e521ad1cd0e818637883355c.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
dcdda611d0
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit 64957764efb75674f6635fd6a72446684b965df0.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
a4b3aff37f
dev-util/gdbus-codegen: Sync with Gentoo
...
It's from Gentoo commit 2d78c4d1e296979d7cb30388568412e84d0a80bb.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
e62cbde72a
dev-util/checkbashisms: Sync with Gentoo
...
It's from Gentoo commit 1c07ccd49ffa21494a0a93caf66c984db0c2f136.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
a07f540ef6
dev-util/bpftool: Sync with Gentoo
...
It's from Gentoo commit b8f1dbf55cc768d8da938dd70fa1b90389745ccc.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
d33a524cf7
dev-libs/libxslt: Sync with Gentoo
...
It's from Gentoo commit 570bd59226ea7e89fb24ddd168b9a8dab1c76a58.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
634544a6c0
dev-libs/libxml2: Sync with Gentoo
...
It's from Gentoo commit 9bc11acc1c95f55b4a33c3c32d3f7a1acbe19374.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
dfdc2dacf8
dev-libs/libpcre2: Sync with Gentoo
...
It's from Gentoo commit 69fa0da881f7a33a0d94123dd5b2ba888d9c7912.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
9929b043ce
dev-libs/gobject-introspection-common: Sync with Gentoo
...
It's from Gentoo commit dd28813fbb739b0f998db350f805458aeb144ac4.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
f002b99dd6
dev-libs/gobject-introspection: Sync with Gentoo
...
It's from Gentoo commit cb04704ca851ac619113906dcc2b0220860665f3.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
79e3f7b729
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit 53ceb3bcc42f6b9e450fdd8a02b65b24748977a8.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
67907959e2
dev-libs/expat: Sync with Gentoo
...
It's from Gentoo commit 3480e24192229551e3680e5a9ffdfb222339ddf7.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
b8a05b338b
dev-lang/perl: Sync with Gentoo
...
It's from Gentoo commit 6aa1c4d810e67092ac80f42f006e086a42269fcf.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
bfc44a53a6
app-portage/portage-utils: Sync with Gentoo
...
It's from Gentoo commit b18d7087629ab2bf00421de03b35e7be6b9cec64.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
0efade79a5
app-emulation/qemu-guest-agent: Sync with Gentoo
...
It's from Gentoo commit a2c58194f0ef00329d85704e432fa9bd7f649041.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
d827fca6c1
app-editors/vim-core: Sync with Gentoo
...
It's from Gentoo commit 44fab8c616c29f77e1eccbff55127f81eb6d3275.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
432fad6b9f
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit de5d7d9bb743106a4e5637d8dec7bc79aa944ab5.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
3225bbb952
app-arch/bzip2: Sync with Gentoo
...
It's from Gentoo commit f727ff81056ed97e0d834f878e750e6e65c738e4.
2022-11-09 17:29:45 +01:00
Krzesimir Nowak
e6c3da9063
Merge pull request #2249 from flatcar/sync-maintainers
...
Sync MAINTAINERS.md
2022-11-09 13:26:17 +01:00
Krzesimir Nowak
1c76e1b569
profiles: Update accept keywords for net-misc/curl
2022-11-09 13:23:54 +01:00
flatcar-ci
f2eb074ea8
New version: main-3417.0.0-nightly-20221108-2100
2022-11-08 21:00:27 +00:00
Krzesimir Nowak
c2709f7f01
sys-devel/sysroot-wrappers: Bump to 0.2
...
Pull things from flatcar org, updates the build system, so we can
depend on autoconf 2.71, install symlink for cc too.
2022-11-08 17:42:05 +01:00
Krzesimir Nowak
4ce207765b
profiles: Drop accept keywords for dev-libs/libxml2
...
It became stable in portage-stable.
2022-11-08 17:42:05 +01:00
Krzesimir Nowak
e4fbf8c8b7
profiles: Drop accept keyword for dev-util/patchelf
2022-11-08 17:42:05 +01:00
Krzesimir Nowak
78df8c3cc8
profiles: Drop accept keyword for dev-util/meson
2022-11-08 17:42:05 +01:00
Krzesimir Nowak
a4c2fc83b5
profiles: Add accept keywords for app-portage/portage-utils
...
Still unstable for amd64, will likely be marked as stable by next week.
2022-11-08 17:42:05 +01:00
Dongsu Park
9ac87490bd
dev-lang/rust: Apply Flatcar modifications
...
- Apply crossdev patch.
- Enable keywords again
- Remove dependency on sys-apps/lsb-release, which conflicts with
sys-apps/baselayout of Flatcar.
Based on commit 036e8f53c2280eadb070bab9f6bd434368e56643
2022-11-08 13:17:14 +01:00
Dongsu Park
3312437919
dev-lang/rust: update to 1.65.0, sync with Gentoo
...
Sync with Gentoo to update dev-lang/rust to 1.65.0
Gentoo ref: ec128832c39662fec523d84fb344b0f4a1fbf7be
2022-11-08 13:16:51 +01:00
Flatcar Buildbot
33da35a429
Update mantle container image to latest HEAD
2022-11-08 11:46:54 +00:00
Flatcar Buildbot
e3d9709ca6
dev-lang: Upgrade dev-lang/rust 1.64.0 to 1.65.0
2022-11-08 07:57:41 +00:00
flatcar-ci
34325ca66f
New version: main-3416.0.0-nightly-20221107-2100
2022-11-07 21:00:28 +00:00
Sayan Chowdhury
71174cb35e
Merge pull request #2274 from flatcar/linux-5.15.77-main
...
Upgrade Linux Kernel for main from 5.15.74 to 5.15.77
2022-11-07 16:56:24 +05:30
flatcar-ci
3836f9c98d
New version: main-3413.0.0-nightly-20221104-2100
2022-11-04 21:00:24 +00:00
Dongsu Park
969f346b2f
Merge pull request #2269 from flatcar/dongsu/go-1.19.3-1.18.8
...
dev-lang/go: add 1.19.3, update 1.18.8, remove 1.17
2022-11-04 12:23:49 +01:00
Dongsu Park
638873e3d9
.github: add Go 1.19, remove 1.17
...
Add Go 1.19 and remove 1.17 from go-releases-main.yml.
Fix a broken URL in go-apply-patch.sh, from
https://go.dev/doc/devel/release#${VERSION} to
https://go.dev/doc/devel/release#go${VERSION} .
2022-11-04 09:10:43 +01:00
Dongsu Park
d837ff3a0c
changelog: add changelog for Go 1.19.3
...
Add changelog for Go 1.19.3.
Update its URL to https://go.dev/doc/devel/release#go1.19.3 .
2022-11-04 09:09:27 +01:00
Flatcar Buildbot
32d4322019
sys-kernel: Upgrade Kernel 5.15.74 to 5.15.77
2022-11-04 07:20:37 +00:00
flatcar-ci
80c56eb975
New version: main-3412.0.0-nightly-20221103-2100
2022-11-03 21:00:55 +00:00
Jeremi Piotrowski
58343de423
Sync maintainers file from flatcar/flatcar repository
2022-11-03 15:37:32 +01:00
Jeremi Piotrowski
c70a98d6d1
Sync maintainers file from flatcar/flatcar repository
2022-11-03 15:37:27 +01:00
Krzesimir Nowak
ed5a239a9a
Merge pull request #2267 from flatcar/krnowak/openssl-update
...
dev-libs/openssl: Bump to 3.0.7
2022-11-03 12:24:58 +01:00
Dongsu Park
c9b1606109
coreos-base/hard-host-depends: remove Go 1.17, add Go 1.19
...
Make hard-host-depends pull in dev-lang/go:1.19 instead of 1.17,
to avoid build failures.
2022-11-03 09:38:35 +01:00
Dongsu Park
0c267f156e
eclass: update list of required docs of dev-lang/go
...
Now that the source tree of Go 1.19 or newer does not have files like
AUTHORS or CONTRIBUTORS, we need to remove the files from the list of
required docs of dev-lang/go.
Also add CONTRIBUTING.md to the list of docs, as all Go versions have
the file.
2022-11-03 09:36:45 +01:00
Dongsu Park
3d8b7b67ce
dev-lang/go: Add Go 1.19.3
...
Add Go 1.19.3. https://go.dev/doc/devel/release#go1.19.3
Update the default Go version to 1.19.
Note, we still keep COREOS_GO_VERSION=go1.18 in containerd, docker,
docker-cli, docker-proxy, docker-runc following the default version
of the upstream repos.
2022-11-03 09:36:45 +01:00
Dongsu Park
a17469f602
dev-lang/go: update Go to 1.18.8
...
Update dev-lang/go to 1.18.8.
https://go.dev/doc/devel/release#go1.18.8
Note, the security issue of the release does not affect Flatcar,
as that affects only Windows.
2022-11-03 09:36:45 +01:00
Dongsu Park
bb67d7f126
dev-lang/go: clean up Go 1.17.13
...
Go 1.17 is no longer used anywhere. Clean up.
2022-11-03 09:36:45 +01:00
Krzesimir Nowak
38b47df9ac
changelog: Add an entry
2022-11-03 08:59:44 +01:00
flatcar-ci
60f214508a
New version: main-3411.0.0-nightly-20221102-2100
2022-11-02 21:00:37 +00:00
Krzesimir Nowak
52addedfda
changelog: Add an entry
2022-11-02 16:04:19 +01:00
Krzesimir Nowak
8df2647e0e
sys-libs/glibc: Apply Flatcar modifications
...
- take care of nscd.conf via tmpfiles, add files/nscd-conf.tmpfiles.
- comment out 'dostrip -x' to force the OS image binaries to be stripped
- remove everything glibc wants to put under /etc since we use
baselayout to provide that
2022-11-02 16:04:19 +01:00
Krzesimir Nowak
2608c4e79c
sys-libs/glibc: Sync with Gentoo
...
It's from Gentoo commit a3d93f81ed9442703de09b684f309d8e1d596571.
2022-11-02 16:04:19 +01:00
Krzesimir Nowak
4dfba02e59
Merge pull request #2238 from flatcar/krnowak/actions-update
...
github: Modernize the actions a bit
2022-11-02 15:59:45 +01:00
Mathieu Tortuyaux
c49c230f1b
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
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-11-02 14:36:25 +01:00
Krzesimir Nowak
704380a2e0
dev-libs/openssl: Sync with Gentoo
...
It's from Gentoo commit 9ffdcaba89a94dc933e722339fe9471ad16af62a.
2022-11-02 14:30:31 +01:00
Dongsu Park
69e68c98c2
Merge pull request #2265 from flatcar/dongsu/multipath-tools-0.9.3
...
profiles: accept keywords for multipath-tools 0.9.3
2022-11-02 12:58:31 +01:00
Dongsu Park
fd0fd8c472
Merge pull request #381 from flatcar/dongsu/multipath-tools-0.9.3
...
sys-fs/multipath-tools: update to 0.9.3
2022-11-02 12:58:16 +01:00
Flatcar Buildbot
3794a38edb
Update mantle container image to latest HEAD
2022-11-02 10:09:32 +00:00
Dongsu Park
36e7ed9405
Merge pull request #379 from flatcar/dongsu/github-actions-date-title
...
.github: print date of today in the PR title
2022-11-02 10:35:36 +01:00
Flatcar Buildbot
3c14b081d6
Update mantle container image to latest HEAD
2022-11-01 21:00:43 +00:00
flatcar-ci
5f3a7fad10
New version: main-3410.0.0-nightly-20221101-2100
2022-11-01 21:00:26 +00:00
Kai Lueke
8cc6058a64
dev-libs/openssl: Fix security issue
...
This applies a patch to fix a security issue. There will be an upstream
release available soon and we can drop the patch after updating to it.
2022-11-01 17:25:27 +01:00
Dongsu Park
2f32d72231
.github: print date of today in the PR title
...
Let's add date of today in the PR title, to avoid confusion when
seeing the same title for multiple different weekly update PRs.
2022-11-01 16:46:39 +01:00
Dongsu Park
6895fef204
changelog: add changelog for multipath-tools 0.9.3
2022-11-01 12:28:24 +01:00
Dongsu Park
1892b20a22
.github: add multipath-tools to packages-list
2022-11-01 12:23:52 +01:00
Dongsu Park
c207188a81
profiles: accept keywords for multipath-tools 0.9.3
...
Accept keywords ~amd64, ~arm64 for sys-fs/multipath-tools 0.9.3
to address CVE-2022-41973, CVE-2022-41974.
2022-11-01 12:21:09 +01:00
Dongsu Park
24e0232070
sys-fs/multipath-tools: update to 0.9.3
...
Update sys-fs/multipath-tools mainly to address CVE-2022-41973,
CVE-2022-41974.
2022-11-01 12:18:54 +01:00
Flatcar Buildbot
dbd1511ccf
Update mantle container image to latest HEAD
2022-10-31 21:00:44 +00:00
flatcar-ci
352e20b406
New version: main-3409.0.0-nightly-20221031-2100
2022-10-31 21:00:25 +00:00
Flatcar Buildbot
5d5ac63ec5
Update mantle container image to latest HEAD
2022-10-31 09:35:43 +00:00
flatcar-ci
b04b138fb0
New version: main-3406.0.0-nightly-20221028-2100
2022-10-28 21:00:28 +00:00
Flatcar Buildbot
2c2af1fa7a
app-emulation: Upgrade Containerd 1.6.8 to 1.6.9
2022-10-28 08:58:19 +00:00
Dongsu Park
9225503a6c
Merge pull request #2250 from flatcar/docker-20.10.21-main
...
Upgrade Docker in main from 20.10.20 to 20.10.21
2022-10-28 10:53:55 +02:00
flatcar-ci
9167c7cfbd
New version: main-3405.0.0-nightly-20221027-2100
2022-10-27 21:00:30 +00:00
Kai Lueke
b5f2777a6e
app-admin/toolbox: Use containerd
...
This pulls in
https://github.com/flatcar/toolbox/pull/7
to download and mount the image with containerd instead of requiring
Docker.
2022-10-27 16:13:51 +02:00
Krzesimir Nowak
6e8ce540fd
Merge pull request #377 from flatcar/buildbot/automatic-package-updates
...
Weekly package updates
2022-10-27 12:19:29 +02:00
Krzesimir Nowak
47bf270880
Merge pull request #2248 from flatcar/krnowak/weekly
...
Profile additions and cleanups for weekly update
2022-10-27 12:19:29 +02:00
Krzesimir Nowak
e2e83ce608
Merge pull request #375 from flatcar/krnowak/net-misc-update
...
net-misc packages update (and some of their deps)
2022-10-27 12:17:29 +02:00
Krzesimir Nowak
f8a6a2be8d
Merge pull request #2245 from flatcar/krnowak/net-misc-update
...
Profile cleanups for net-misc packages update
2022-10-27 12:17:29 +02:00
Flatcar Buildbot
139db5ad3f
app-emulation: Upgrade Docker 20.10.20 to 20.10.21
2022-10-26 07:50:01 +00:00
flatcar-ci
3730bc644a
New version: main-3403.0.0-nightly-20221025-2100
2022-10-25 21:00:27 +00:00
Flatcar Buildbot
a4fdcf8d15
Update mantle container image to latest HEAD
2022-10-24 21:00:49 +00:00
flatcar-ci
dfdeac6b7a
New version: main-3402.0.0-nightly-20221024-2100
2022-10-24 21:00:28 +00:00
Krzesimir Nowak
1bb650c94e
profiles: Update accept keywords for sys-libs/zlib
...
The package is still unstable and 1.2.13 is gone in favor of 1.2.13-r1.
2022-10-24 19:16:54 +02:00
Krzesimir Nowak
e38f3c7ded
changelog: Add entries
2022-10-24 19:03:23 +02:00
Krzesimir Nowak
8172ba5da7
profiles: Drop unnecessary unmask for dev-vcs/git
...
We have updated the package to a different version now. Also, it's not
masked any more.
2022-10-24 18:51:02 +02:00
Krzesimir Nowak
112001a419
profiles: Add accept keywords for dev-util/patchelf
2022-10-24 18:50:46 +02:00
Krzesimir Nowak
9511ff75bf
profiles: Drop accept keywords for dev-util/cmake
...
It became stable for amd64 too.
2022-10-24 18:40:41 +02:00
Krzesimir Nowak
a1d4afd659
profiles: Add accept keywords for dev-util/meson
2022-10-24 18:40:12 +02:00
Krzesimir Nowak
c7d70dd1a2
profiles: Update accept keywords for dev-util/bpftool
2022-10-24 18:38:12 +02:00
Flatcar Buildbot
00b6f861db
sys-libs/zlib: Sync with Gentoo
...
It's from Gentoo commit 9bd91fc24085d18d19bc622dd9c306ee8a3b9c85.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
d1030a5b86
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 201ed022afc286de68bfcd87fb2cf961b0e99d0a.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
014f7317e0
sys-devel/crossdev: Sync with Gentoo
...
It's from Gentoo commit 1fb427e81d571fc51fbb48ae7b48aa197103ebfc.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
dfdbeb4abb
profiles: Sync with Gentoo
...
It's from Gentoo commit ed189588a071f88186a3a9de25abfbd7582b9c69.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
af99246a92
eclass/llvm: Sync with Gentoo
...
It's from Gentoo commit 64a5154944610c040453e46284a20b9c2bde4d0e.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
41738efbd2
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit 3b65b5f075975e96f59c091378ddd266a5e94992.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
8c1f70f2ab
dev-util/perf: Sync with Gentoo
...
It's from Gentoo commit 43dc41c72037c3923e949b2a810732bf4082c8aa.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
9459e80c56
dev-util/patchelf: Sync with Gentoo
...
It's from Gentoo commit 19570971c61d5ca302ef895cee58bbf4b6d4705c.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
96e5b8a4f4
dev-util/meson: Sync with Gentoo
...
It's from Gentoo commit 84d71be7b3f45b4d16af26334b9dc934875d0ca3.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
7db1b73496
dev-util/cmake: Sync with Gentoo
...
It's from Gentoo commit d96e38025b3737febc2f962418503564a78e9d12.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
4a99ece716
dev-util/bpftool: Sync with Gentoo
...
It's from Gentoo commit 7e9fa49e51fce383555849a29f985acba9024f09.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
8e745d2b40
dev-python/fasteners: Sync with Gentoo
...
It's from Gentoo commit 810903a0aec52ecc2872eaad1f93440ee5b1bb39.
2022-10-24 17:48:14 +02:00
Jeremi Piotrowski
369a2fd99c
Merge pull request #2240 from flatcar/jepio/qemu-guest-agent
...
coreos: add qemu-guest-agent to images
2022-10-24 11:06:23 +02:00
Jeremi Piotrowski
cb1916a257
qemu-guest-agent: add changelog and to auto-update package-list
2022-10-24 09:58:58 +02:00
jenkins
75cbb7be90
app-emulation/qemu-guest-agent: Import from Gentoo
...
Upstream commit 18974c258b2fe62ef81dd0287c34d86ac712c11a
2022-10-24 09:58:32 +02:00
Jeremi Piotrowski
e535a18d7c
Merge pull request #2239 from flatcar/jepio/arm64-kernel-shrink
...
arm64 kernel shrink by changing kernel options to module and disabling unsupported options.
2022-10-24 09:34:43 +02:00
Jeremi Piotrowski
8f23ec18c2
Merge pull request #2197 from flatcar/jepio/arm64-parent-profile
...
profile/coreos/arm64: switch parent profile to 17.0/hardened
2022-10-24 09:32:51 +02:00
Jeremi Piotrowski
f261312db5
changelog: add entry for changes needed to bring down arm64 kernel size
2022-10-24 09:30:39 +02:00
flatcar-ci
6e229b1e9e
New version: main-3399.0.0-nightly-20221021-2100
2022-10-21 21:00:27 +00:00
Jeremi Piotrowski
83610f44d1
Merge pull request #2235 from Snaipe/fix-arm64-boot
...
sys-kernel: enable IOMMU on arm64
2022-10-21 14:33:22 +02:00
Mathieu Tortuyaux
16b9cbb3d3
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-10-21 14:20:48 +02:00
Mathieu Tortuyaux
503114256f
coreos-base/oem-ec2-compat: pull ssh keys from metadata server
...
Without this Ignition configuration, the SSH keys are
not installed from the Openstack metadata server.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-10-21 14:20:48 +02:00
Krzesimir Nowak
83323fe9ea
changelog: Add an entry
2022-10-21 09:16:30 +02:00
flatcar-ci
b4946ab997
New version: main-3398.0.0-nightly-20221020-2100
2022-10-20 21:00:31 +00:00
Krzesimir Nowak
c601736c27
Merge pull request #369 from flatcar/krnowak/vim-update
...
app-editors/vim: Sync with Gentoo
2022-10-20 16:22:19 +02:00
Krzesimir Nowak
fd81c9ade2
Merge pull request #2210 from flatcar/krnowak/vim-update
...
app-editors/vim: Move back to portage-stable
2022-10-20 16:22:18 +02:00
Krzesimir Nowak
5c783ce9c1
profiles: Remove unnecessary package.provided for app-arch/xz-utils
...
The circular dep used to be:
app-arch/xz-utils
libtool.eclass
app-portage/elt-patches
app-arch/xz-utils
The circular dep should be gone now, because app-arch/xz-utils is a
BDEPEND, so for building production images the package from SDK will
be used. For building SDK the package from seed SDK should be used.
2022-10-20 15:20:36 +02:00
Krzesimir Nowak
830d3e424a
profiles: Drop redundant package.use.force for net-misc/wget
...
It already is a part of the base profile in portage-stable.
2022-10-20 15:20:36 +02:00
Krzesimir Nowak
eea6bf76b1
profiles: Drop accept_keywords for net-misc/wget
...
The updated package is stable for both amd64 and arm64.
2022-10-20 15:20:36 +02:00
Krzesimir Nowak
1d9b15ea3e
profiles: Drop obsolete USE flag for net-misc/iputils
...
The net-misc/iputils package stopped providing traceroute. We are
pulling in a different package instead.
2022-10-20 15:20:36 +02:00
Krzesimir Nowak
d87266cbf0
coreos-base/coreos{,-dev}: Add net-analyzer/traceroute
...
These packages are pulling in iputils, that used to provide the
traceroute utility. The updated iputils package stopped doing that
altogether, recommending to install net-analyzer/traceroute or
net-analyzer/mtr instead. We are going with the former here.
2022-10-20 15:19:20 +02:00
Krzesimir Nowak
fc7362e1d6
.github: Add updated packages and eclasses to the list
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
da5532d4ce
net-analyzer/traceroute: Add from Gentoo
...
It's from Gentoo commit ed7fdde21ae3ac3cc4ba9005bce92cfa3e76c96a.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
63d7a4f410
sys-apps/diffutils: Sync with Gentoo
...
It's from Gentoo commit b735b055d4a7974ed211d87b8bd8769d55a7e9ba.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
f1a1d0180f
sys-libs/libcap: Sync with Gentoo
...
It's from Gentoo commit ca1ee8658964db3cafefd5692d90a8e8361232d0.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
f5c91e6a81
eclass/plocale: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
43edca0383
eclass/fcaps: Sync with Gentoo
...
It's from Gentoo commit 619f45e405c8525af36c8b860df263838a26ab6e.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
1364673673
eclass/systemd: Sync with Gentoo
...
It's from Gentoo commit 456501e78c64d3d76d8c9a404c68a13d352acb21.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
818929912e
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit 5a8ce9b83b02f2b5a2e276e3d02f5436d3dce4ac.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
76a5595359
net-misc/whois: Sync with Gentoo
...
It's from Gentoo commit 7ef76bbf5cdac2c3da2bd8e3ba295ad1e8855870.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
3165bac3ea
net-misc/wget: Sync with Gentoo
...
It's from Gentoo commit 033a5bd35ac10fed6e1b0d5f757d1472ebe5f0f2.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
0eeeaadd08
net-misc/socat: Sync with Gentoo
...
It's from Gentoo commit 1453c71e49a7f0af6adeda01c269d45ac394a5a1.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
748a5dbbab
net-misc/iputils: Sync with Gentoo
...
It's from Gentoo commit 4cd0fbd620b0f3210d047a5139bef8e866331c8f.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
08ece529ce
net-misc/iperf: Sync with Gentoo
...
It's from Gentoo commit 438ea9dc75590e4bc0bfc602a9bb7f84fd0dbc53.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
42c42b5699
net-misc/ethertypes: Sync with Gentoo
...
It's from Gentoo commit 83782baa8ef6589a7594df50c74923ca7b5d772e.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
ebef2b816e
net-misc/bridge-utils: Sync with Gentoo
...
It's from Gentoo commit f479cc80ee08a51b73e4c8aa50421e4ccf761bd7.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
9d5fc0ff03
Merge pull request #2243 from flatcar/krnowak/curl-update
...
profiles: Accept keywords for curl 7.85
2022-10-20 15:00:53 +02:00
Krzesimir Nowak
7499c24a52
changelog: Add entries
2022-10-20 14:34:18 +02:00
Sayan Chowdhury
1296ae7ef6
Merge pull request #2244 from flatcar/sayan/update-wireguard-tools-1.0.20210914
...
net-vpn/wireguard-tools: Move to portage-stable
2022-10-20 15:32:36 +05:30
Sayan Chowdhury
28fea2a907
Merge pull request #374 from flatcar/sayan/update-wireguard-tools-1.0.20210914
...
net-vpn/wireguard-tools: Move to portage-stable; Sync with Gentoo; Updates to wireguard-tools-1.0.20210914
2022-10-20 14:28:56 +05:30
Sayan Chowdhury
ec6793ae83
.github: Add net-vpn/wireguard-tools to packages-list
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-10-20 10:20:09 +05:30
flatcar-ci
a327082956
New version: main-3397.0.0-nightly-20221019-2100
2022-10-19 21:00:30 +00:00
Sayan Chowdhury
8797830870
net-vpn/wireguard-tools: Move to portage-stable; Sync with Gentoo
...
upstream
gentoo sync ref:
717ed38536
2022-10-19 23:54:11 +05:30
Sayan Chowdhury
d009528d60
changelog: Add the entry for wireguard-tools-1.0.20210914
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-10-19 23:54:11 +05:30
Krzesimir Nowak
e4bda5bbf3
Merge pull request #2242 from flatcar/docker-20.10.20-main
...
Upgrade Docker in main from 20.10.18 to 20.10.20
2022-10-19 18:53:00 +02:00
Krzesimir Nowak
0f99e5dcf6
Merge pull request #2241 from flatcar/krnowak/weekly
...
Profile changes for the weekly updates
2022-10-19 18:12:03 +02:00
Krzesimir Nowak
092ae3d567
github: Use recommended way of setting output
2022-10-19 18:06:31 +02:00
Krzesimir Nowak
76cdd99843
github: Bump action versions
...
This updates checkout and create-pull-request action versions to v3
and v4, respectively, to avoid warnings about deprecated node 12.
2022-10-19 18:04:32 +02:00
Krzesimir Nowak
6f1a2a0cab
Merge pull request #2221 from flatcar/krnowak/deduplicate-workflows
...
github: Deduplicate kernel and ca-certificates workflows
2022-10-19 18:02:32 +02:00
Krzesimir Nowak
3ce9099727
profiles: Remove obsolete USE flag of net-misc/curl
...
Also drop the comment, it was related to the media-libs/mesa package
that was dropped over 9 years ago in commit
de91081f00a4ab07332759b1bbfc3072d530c9fd.
2022-10-19 10:08:25 +02:00
Krzesimir Nowak
eb2d5da242
profiles: Add accept keywords for net-misc/curl
2022-10-19 10:08:07 +02:00
Flatcar Buildbot
7d7ff9c223
app-emulation: Upgrade Docker 20.10.18 to 20.10.20
2022-10-19 08:07:25 +00:00
Krzesimir Nowak
40e0917023
profiles: Add accept keywords for sys-libs/zlib
2022-10-19 08:51:13 +02:00
Krzesimir Nowak
6b4e3b2d93
changelog: Add entries
2022-10-19 08:45:04 +02:00
flatcar-ci
263d83514d
New version: main-3396.0.0-nightly-20221018-2100
2022-10-18 21:00:24 +00:00
jenkins
cee408b4a6
coreos: add qemu-guest-agent to images
...
Qemu-guest-agent gets activated using a udev rule, and so will only run
when the correct virtio-port name is detected. Qemu-guest-agent is used
across several oems so we include it in the usr partition.
2022-10-18 17:01:44 +00:00
Krzesimir Nowak
9ea66f917a
profiles: Drop accept keywords for dev-vcs/git
...
The updated package became stable on both amd64 and arm64.
2022-10-18 18:18:33 +02:00
Krzesimir Nowak
e7863f5ab1
profiles: Add accept keywords for dev-util/cmake
2022-10-18 18:13:43 +02:00
Krzesimir Nowak
d8f81f4442
profiles: Add accept keywords for dev-libs/libxml2
2022-10-18 18:07:24 +02:00
Flatcar Buildbot
5ccd77bf8a
sys-libs/zlib: Sync with Gentoo
...
It's from Gentoo commit 4efe01ba2e5b6a4696ce14f70006f4ec05ac14ac.
2022-10-18 15:58:07 +00:00
Flatcar Buildbot
8874b8b562
sys-devel/m4: Sync with Gentoo
...
It's from Gentoo commit 9421f0d8a455a2f09c8555ba156297b06331d20c.
2022-10-18 15:58:04 +00:00
Flatcar Buildbot
c80bc4e5d1
sys-devel/gettext: Sync with Gentoo
...
It's from Gentoo commit 22abbfd63a3d84dd063e300eeaa5b8c15b33d0d4.
2022-10-18 15:58:02 +00:00
Flatcar Buildbot
29f1ebe5c3
sys-devel/gcc-config: Sync with Gentoo
...
It's from Gentoo commit 90de032e647c1ab386151ab9ad04dede8cab4db5.
2022-10-18 15:58:02 +00:00
Flatcar Buildbot
31427847c6
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 6359da299fc35ad35f193ce005b2b1c0ae5da28d.
2022-10-18 15:58:02 +00:00
Flatcar Buildbot
0bc4dd139d
sys-devel/bison: Sync with Gentoo
...
It's from Gentoo commit 8fa39bfcd76e459f5b95f642f84a0b9611ae6869.
2022-10-18 15:58:01 +00:00
Flatcar Buildbot
511c634c0b
sys-devel/binutils: Sync with Gentoo
...
It's from Gentoo commit 8db889827661b38cfbe74f335e095a4288a83ff7.
2022-10-18 15:57:59 +00:00
Flatcar Buildbot
cbe8bcadec
sys-devel/autoconf: Sync with Gentoo
...
It's from Gentoo commit 3c9ccf651585632364416458ab52ca7be2ff2436.
2022-10-18 15:57:55 +00:00
Flatcar Buildbot
4fae768ab9
profiles: Sync with Gentoo
...
It's from Gentoo commit 955cb7098a87be09d519a9ebc5ef73fc0ce64a62.
2022-10-18 15:57:53 +00:00
Flatcar Buildbot
eeeb4ae51c
net-libs/gnutls: Sync with Gentoo
...
It's from Gentoo commit 54129afda5119acd43615ca57d6c004f35aa13df.
2022-10-18 15:57:52 +00:00
Flatcar Buildbot
0961dcbcd1
net-analyzer/nmap: Sync with Gentoo
...
It's from Gentoo commit 3115ab568925606e26785f49d40aceeb34d9d47e.
2022-10-18 15:57:52 +00:00
Flatcar Buildbot
91fe294a2b
licenses: Sync with Gentoo
...
It's from Gentoo commit f1231fa3a4a50b5d4d235f2a9de93b08d52da8bf.
2022-10-18 15:57:51 +00:00
Flatcar Buildbot
9c78b78dce
eclass/toolchain: Sync with Gentoo
...
It's from Gentoo commit b2534ce5456f3d70a25035f573eb8747d7341d3d.
2022-10-18 15:57:45 +00:00
Flatcar Buildbot
a73204d43f
eclass/toolchain-funcs: Sync with Gentoo
...
It's from Gentoo commit 96ddadb40ddba1bfdba68ff8f2fd889cfd004f03.
2022-10-18 15:57:45 +00:00
Flatcar Buildbot
7651e9ef7c
eclass/linux-mod: Sync with Gentoo
...
It's from Gentoo commit 73a0e712c04bc84b642b9ee5f8fdf3ab52233804.
2022-10-18 15:57:30 +00:00
Flatcar Buildbot
c9ac737ae5
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit 3c834f5516ea38cb6c90d1937c98f02116ebeda3.
2022-10-18 15:57:13 +00:00
Flatcar Buildbot
4fb3f3402a
dev-util/ninja: Sync with Gentoo
...
It's from Gentoo commit 4c6daafd2e5188fd304f45b8f7f37d4a957a191c.
2022-10-18 15:57:07 +00:00
Flatcar Buildbot
ee0e4644a3
dev-util/gperf: Sync with Gentoo
...
It's from Gentoo commit 4f154ab273d8371e14bb3d5963a2f41b446b306b.
2022-10-18 15:57:04 +00:00
Flatcar Buildbot
0eaf048d53
dev-util/cmake: Sync with Gentoo
...
It's from Gentoo commit 5d2e81a6bc33d743fffae2af549b9e4ef5c5b719.
2022-10-18 15:57:01 +00:00
Flatcar Buildbot
2af1a203ea
dev-libs/libxml2: Sync with Gentoo
...
It's from Gentoo commit 337cb12f6ac4729d216e81eda3552012ad065b87.
2022-10-18 15:56:59 +00:00
Flatcar Buildbot
da24078619
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit be9b6cc2dcdba8005503824981f36cd34a30775f.
2022-10-18 15:56:56 +00:00
Flatcar Buildbot
8e954a83ac
dev-lang/perl: Sync with Gentoo
...
It's from Gentoo commit 38f097b4daa0c859038a9c7e804ee52c3347ad66.
2022-10-18 15:56:55 +00:00
Krzesimir Nowak
9f7bb31f84
Merge pull request #2228 from flatcar/linux-5.15.74-main
...
Upgrade Linux Kernel in main from 5.15.73 to 5.15.74
2022-10-18 16:16:58 +02:00
Jeremi Piotrowski
99ff470847
sys-kernel/coreos-modules: make wireguard a module
...
The wireguard module has some crypto dependencies, we benefit from making them
all modules so that they don't increase the arm64 kernel size.
2022-10-18 13:12:56 +02:00
Jeremi Piotrowski
d3d07fc959
sys-kernel/coreos-modules: disable arm64 board specific kconfig settings
...
Disable ARCH_QCOM, ARCH_ZYNQMP, ARCH_MEDIATEK which enable other options that
are only relevant on the respective boards, none of which are supported targets
for Flatcar. Since the arm64 kernel does not support compression, these
settings have a significant impact on kernel size. The boot partition size is
only 128MB and needs to fit 2 kernels, so we have set ourselves a target of
60MB per kernel. This commit brings down the arm64 kernel size by 3MB.
At the same time, enable the settings that are actually relevant: ARCH_BCM,
because that one is relevant for Raspberry Pi 4 that runs Linux.
2022-10-18 13:12:01 +02:00
Krzesimir Nowak
053fe006d3
.github: Simplify kernel patch script
...
No point in setting UPDATE_NEEDED to zero if we exit the script
without doing anything with the just set variable.
Also to avoid mismatches in branch names, export the branch name as a
github workflow step output, so the follow-up steps can pick it up and
use.
2022-10-18 11:37:01 +02:00
Krzesimir Nowak
b15055684e
.github: Deduplicate kernel workflows
...
Also use a newer version of the create pull request action, and apply
correct labels ("alpha" or "stable" instead of "flatcar-XXXX").
2022-10-18 11:37:01 +02:00
Krzesimir Nowak
8d00adc16c
.github: Simplify ca-certificates patch script
...
No point in setting UPDATE_NEEDED to zero if we exit the script
without doing anything with the just set variable.
Also fix the mismatch in branch names - we normally create a branch
like "cacerts-${NSS_VERSION}-${BRANCH}" in the last workflow step
whereas we were checking if a branch like "${NSS_VERSION}-${BRANCH}"
existed in the script. To avoid repetition, export the branch name as
a github workflow step output, so the follow-up steps can pick it up
and use.
2022-10-18 11:37:01 +02:00
Krzesimir Nowak
c1a9aa5a97
.github: Deduplicate ca-certificates workflows
...
Also use a newer version of the create pull request action, and apply
correct labels ("alpha" or "stable" instead of "flatcar-XXXX").
2022-10-18 11:37:01 +02:00
Krzesimir Nowak
522749197c
.github: Add a script for figuring out a branch from channel name
...
It will be used for deduplicating the github workflows.
2022-10-18 11:32:10 +02:00
Krzesimir Nowak
7c4b588a5c
github: Make workflows fork-friendly
...
This sets up the coreos-overlay submodule inside the SDK container to
use the remote of the fork and the base branch from that fork. That
way, we can test the workflows in the forks too.
2022-10-18 11:32:10 +02:00
Krzesimir Nowak
8b2f073207
github: Use non-deprecated way of setting output
...
The warnings are currently emitted if the `::set_output` stuff is
used.
2022-10-17 17:55:23 +02:00
Krzesimir Nowak
ba9d159004
github: Limit the depth of Gentoo checkout
...
It is quite a bit of data to download for no real reason. We are
trying to update packages here, so we will be grabbing them from the
most recent commit that made the changes to the package. With the
advancement the package updates effort, we possibly can later lower
the number of the fetched commits even further.
2022-10-17 17:51:51 +02:00
Krzesimir Nowak
e07dc35011
github: Add a warning about moved or obsoleted packages
...
Packages (and eclasses) in Gentoo are sometimes moved around or
completely removed. It's good to know about this when it happens,
because such package won't be updated any more, so print a warning.
2022-10-17 17:27:52 +02:00
Krzesimir Nowak
c68b399d89
github: Fix package check
...
Packages in the list are not necessarily packages only, which are
represented as directories (like sys-apps/systemd), but also, in case
of eclasses, plain files. The check was checking for the path to be a
directory and emitted the warning if it was not, which resulted in
eclasses being kept not updated. Just check if the path exists.
2022-10-17 17:26:53 +02:00
Krzesimir Nowak
1d8feba460
github: Silence the warning about node 12 deprecation
...
The workflow was inconsistent with usage of actions/checkout. The
first checkout used v3, whereas the next two - v2. These are the same,
but v3 runs on currently supported node 16. Using v2 emits
warnings. To avoid them, update the action versions to v3.
2022-10-17 17:22:36 +02:00
Krzesimir Nowak
261210fe09
github: Gentoo is a proper name
2022-10-17 17:21:52 +02:00
Franklin "Snaipe" Mathieu
81a35f0027
sys-kernel: enable IOMMU on arm64
...
On Gigabyte R152-P31 arm64 servers, the Flatcar PXE images hang during the boot
process, making them unusable, while Fedora CoreOS images work.
The kernel seems to start correctly, however it invariably ends up printing
this message and hanging:
ata1.00: qc timeout (cmd 0xec)
ahci 000c:01:00.0: AHCI controller unavailable!
pcieport 000c:00:01.0: AER: Uncorrected (Non-Fatal) error received: 000c:00:00.0
ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
pcieport 000c:00:01.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, (Requester ID)
pcieport 000c:00:01.0: device [1def:e101] error status/mask=00004000/00400000
pcieport 000c:00:01.0: [14] CmpltTO (First)
ahci 000c:01:00.0: AHCI controller unavailable!
ahci 000c:01:00.0: AER: can't recover (no error_detected callback)
pcieport 000c:00:01.0: AER: device recovery failed
pcieport 000c:00:01.0: AER: Multiple Uncorrected (Non-Fatal) error received: 000c:00:00.0
Enabling IOMMU seems to make the problem disappear.
2022-10-17 16:50:07 +02:00
Flatcar Buildbot
1166d236f9
app-misc: Upgrade ca-certificates 3.83 to 3.84
2022-10-17 07:53:26 +00:00
Flatcar Buildbot
c3d3fe075f
sys-kernel: Upgrade Kernel 5.15.73 to 5.15.74
2022-10-15 07:31:35 +00:00
flatcar-ci
291e56f2e4
New version: main-3392.0.0-nightly-20221014-2100
2022-10-14 21:00:29 +00:00
Krzesimir Nowak
d1f85a99bd
Merge pull request #368 from flatcar/buildbot/automatic-package-updates
...
Weekly package updates
2022-10-14 13:06:14 +02:00
Krzesimir Nowak
78429927ca
Merge pull request #2209 from flatcar/krnowak/weekly-package-updates
...
Profile changes for weekly package updates
2022-10-14 13:06:12 +02:00
Sayan Chowdhury
937fac6d07
net-vpn/wireguard-tools: Move to portage-stable
2022-10-14 10:38:46 +00:00
flatcar-ci
d6dd3109e2
New version: main-3391.0.0-nightly-20221013-2100
2022-10-13 21:00:30 +00:00
Krzesimir Nowak
03106c74cc
Merge pull request #370 from flatcar/krnowak/bind-tools-update
...
net-dns/bind-tools: Update to 9.16.33
2022-10-13 17:39:33 +02:00
Dongsu Park
4388c058bb
Merge pull request #2216 from flatcar/firmware-20221012-main
...
Upgrade Linux Firmware in main from 20220913 to 20221012
2022-10-13 16:55:12 +02:00
Krzesimir Nowak
977e0affcc
changelog: Fix a link
2022-10-13 10:47:34 +02:00
Dongsu Park
75b7a21d40
sys-kernel/coreos-firmware: update cxgb4 version to 1.27.0.0
...
Fix build issues of coreos-firmware, by bumping the cxgb4 firmware
version to 1.27.0.0.
2022-10-13 09:46:52 +02:00
Flatcar Buildbot
c1c8edd5a0
sys-kernel: Upgrade Kernel 5.15.72 to 5.15.73
2022-10-13 07:40:15 +00:00
Flatcar Buildbot
de054baecd
sys-kernel: Upgrade Linux Firmware 20220913 to 20221012
2022-10-13 07:29:55 +00:00
flatcar-ci
dadb20c83e
New version: main-3390.0.0-nightly-20221012-2100
2022-10-12 21:00:32 +00:00
Krzesimir Nowak
b96788b9f3
.github: Add entries to packages-list
2022-10-12 13:48:53 +02:00
Thilo Fromm
9ee5c87c96
scripts/bootstrap: Apply Flatcar modifications
...
- add static-libs, openmp
'static-libs' and 'opempn' are added to the bootstrap emerge USE
flags (stage 3 of the bootstrap-sh script, which is run in stage 2
of the SDK catalyst bootstrapping process):
- 'static-libs' un-breaks the zlib build: zlib installed has this
flag set and zlib requested per emerge command line in
bootstrap.sh stage 3 needs this flag to prevent a slot conflict.
- 'openmp' is to honor requirements of newer versions of GCC and is
added according to Gentoo guidelines published here:
https://wiki.gentoo.org/wiki/User:Sakaki/Sakaki%27s_EFI_Install_Guide/Building_the_Gentoo_Base_System_Minus_Kernel#Gentoo_Bootstrap_Remix:_Progressing_from_Stage_1_to_Stage_2
- install curl before baselayout
Now that Github rejects access to an unauthenticated URL with
`git://`, we have to make git and libcurl work with
`https://`. However, during the SDK stage2, curl is not explicitly
installed, but just inherited from the stage1. As a result, curl is
built without the `ssl` USE flag. So installation of baselayout
fails with:
```
git fetch https://github.com/flatcar-linux/baselayout.git --prune +HEAD:refs/git-r3/HEAD
fatal: unable to access 'https://github.com/flatcar-linux/baselayout.git/ ':
Protocol "https" not supported or disabled in libcurl
```
To resolve the issue, we need to install curl with `BOOTSTRAP_USE=ssl`
before trying to install baselayout.
- update openssl before stage3
Right now our bootstrap flow is different then gentoo's - we don't
update the seed when building stage1 and use a different ebuilds
snapshot for stage1 compared to stage2 and stage3. This is causing
us trouble now, because we introduced openssl-3, but seed/stage1
still contains openssl-1.1. During `emerge -e @system` in stage3,
some packages that depend on openssl may build against the stage1
version, which results in an error during depcleaning (they would
need to be rebuilt instead). Stage3 is not extensible, so instead,
explicitly update openssl in stage2. This workaround can be removed
as soon as we release a seed with openssl-3.
Co-authored-by: Dongsu Park <dpark@linux.microsoft.com>
Co-authored-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2022-10-12 13:47:58 +02:00
Krzesimir Nowak
5fcd463a96
scripts: Sync with Gentoo
...
It's from Gentoo commit c26dfbbcfeb7239fbb527b0fceab36c7371f4b9d.
2022-10-12 12:45:11 +02:00
Krzesimir Nowak
d5d1484f91
licenses: Sync with Gentoo
...
It's from Gentoo commit 2858ad389e5915858639f10c1b608d743a137f24.
2022-10-12 12:45:11 +02:00
Krzesimir Nowak
d9b3cc2355
profiles: Sync with Gentoo
...
It's from Gentoo commit 0cf5e94dbab424b05dc7934a484d4ec60c17de80.
2022-10-12 12:45:10 +02:00
Krzesimir Nowak
13e5c2598f
changelog: Add entries
2022-10-12 12:41:49 +02:00
Aniruddha Basak
a1a96c009d
app-admin/logrotate: Apply Flatcar modifications
2022-10-12 12:41:49 +02:00
Krzesimir Nowak
40e891505e
app-admin/logrotate: Sync with Gentoo
...
It's from Gentoo commit fef4d6517bb66698022978cd835a56d5701e318a.
2022-10-12 12:24:45 +02:00
Krzesimir Nowak
8a6b90ffc1
Merge pull request #2211 from flatcar/krnowak/dbus-update
...
sys-apps/dbus: Update to 1.14.4
2022-10-12 12:09:02 +02:00
Dongsu Park
8394036bc7
Merge pull request #2188 from flatcar/rust-1.64.0-main
...
Upgrade dev-lang/rust and virtual/rust in main from 1.63.0 to 1.64.0
2022-10-12 10:31:17 +02:00
flatcar-ci
3e64ac5164
New version: main-3389.0.0-nightly-20221011-2100
2022-10-11 21:00:30 +00:00
Dongsu Park
835970dc2c
coreos-base/update_engine: check ld-linux-*.so.2 for glibc 2.34
...
While glibc 2.33 has /lib64/ld-2.33.so, glibc 2.34 does not have that,
but only /lib64/ld-linux-x86-64.so.2. So we should also check ld-linux-*
as well.
Pulls in https://github.com/flatcar-linux/update_engine/pull/17 .
2022-10-11 17:06:44 +02:00
Flatcar Buildbot
69c232a097
Update mantle container image to latest HEAD
2022-10-11 14:20:29 +00:00
Dongsu Park
448e9aca9b
changelog: add changelog for glibc 2.34
2022-10-11 16:11:53 +02:00
Krzesimir Nowak
176b1cc152
sys-libs/glibc: Apply Flatcar modifications
...
- take care of nscd.conf via tmpfiles, add files/nscd-conf.tmpfiles.
- don't run sanity checks in pkg_pretend to prevent gcc checks when
only the binary package is installed.
- comment out 'dostrip -x' to force the OS image binaries to be stripped
- remove everything glibc wants to put under /etc since we use
baselayout to provide that
2022-10-11 16:11:53 +02:00
Krzesimir Nowak
f2f8da03f9
sys-libs/glibc: Sync with Gentoo
...
It's from Gentoo commit a3d93f81ed9442703de09b684f309d8e1d596571.
2022-10-11 16:11:52 +02:00
Krzesimir Nowak
801fc122da
changelog: Add an entry
2022-10-11 16:06:48 +02:00
Krzesimir Nowak
06e7631f88
changelog: Add entries
2022-10-11 14:31:57 +02:00
Krzesimir Nowak
0a266b2209
changelog: Add entries
2022-10-11 14:04:55 +02:00
Dongsu Park
8e82ad0b20
changelog: add changelog for Rust 1.64.0
2022-10-11 13:41:32 +02:00
Flatcar Buildbot
0dc33cdd0c
dev-lang: Upgrade dev-lang/rust 1.63.0 to 1.64.0
2022-10-11 13:41:32 +02:00
Krzesimir Nowak
9d3024be79
changelog: Add an entry
2022-10-11 13:03:03 +02:00
Krzesimir Nowak
6128c49a80
Merge pull request #2208 from flatcar/go-1.17.13-and-1.18.7-main
...
Upgrade Go from 1.18.6 to 1.18.7
2022-10-11 12:55:33 +02:00
Krzesimir Nowak
2b5c65a3a1
changelog: Add entries
2022-10-11 12:36:13 +02:00
Krzesimir Nowak
075c1a498d
.github: Add vim to packages list
2022-10-11 12:19:16 +02:00
Krzesimir Nowak
cdeff90764
app-editors/vim: Add from Gentoo
...
It's from Gentoo commit 3457953fd0a7146f097ae40776ee261172ce7c67.
2022-10-11 12:19:16 +02:00
Krzesimir Nowak
8bb1b7da52
app-editors/vim-core: Add from Gentoo
...
It's from Gentoo commit 8c9920ee622755bf6c61b1347a6883be5dd06c75.
2022-10-11 12:19:16 +02:00
Krzesimir Nowak
bf46114abc
.github/workflows/packages-list: Add entries
2022-10-11 12:13:32 +02:00
Krzesimir Nowak
bf25f19beb
eclass/wrapper: Sync with Gentoo
...
It's from Gentoo commit 13c48b178beee52c5eccc023fd3e8c0feead4de4.
2022-10-11 12:09:58 +02:00
Krzesimir Nowak
26b0abe054
eclass/ltprune: Sync with Gentoo
...
It's from Gentoo commit 8a0fd695c886081083e2ed8dcd8ad2d876ef947d.
2022-10-11 12:09:58 +02:00
Krzesimir Nowak
b4ddc5080d
sys-apps/iucode_tool: Sync with Gentoo
...
It's from Gentoo commit 7d2c2b61259608ceeef2b9e4713ea55e12ed6519.
2022-10-11 12:09:58 +02:00
Krzesimir Nowak
32f4e13473
eclass/perl-functions: Sync with Gentoo
...
It's from Gentoo commit 595adf6faec43e273e6c73a7821f86bafb65e203.
2022-10-11 12:09:58 +02:00
Kai Lüke
ff185a491c
Merge pull request #2207 from genesiscloud/nftables-bridge-conntrack-meta
...
Enable nf_conntrack_bridge and nft_meta_bridge kernel modules
2022-10-11 11:28:37 +02:00
Lukas Stockner
46ff05ed65
Update changelog
...
Co-authored-by: Kai Lüke <pothos@users.noreply.github.com>
2022-10-11 11:23:32 +02:00
Krzesimir Nowak
7fd636819e
.github: Add an entry to packages list
2022-10-10 12:04:21 +02:00
Krzesimir Nowak
894556aee6
net-dns/bind-tools: Sync with Gentoo
...
It's from Gentoo commit 177e9121245d12032d0dd198919bdc33c081d35c.
2022-10-10 12:02:51 +02:00
Krzesimir Nowak
f3a354c8d1
sys-apps/dbus: Apply Flatcar modifications
2022-10-10 11:59:12 +02:00
Krzesimir Nowak
0d9aaf7b05
sys-apps/dbus: Sync with Gentoo
...
It's from Gentoo commit 42b645e918ddd5fd999926bc8c0a417a9f8c3be4.
2022-10-10 11:59:12 +02:00
Krzesimir Nowak
5be55ae97d
profiles: Add accept keywords for app-editors/{vim,vim-core}
2022-10-10 11:29:55 +02:00
Krzesimir Nowak
48bf9a6645
app-editors/{vim,vim-core}: Move back to portage-stable
2022-10-10 11:29:34 +02:00
Krzesimir Nowak
de55948ac3
profiles: Disable python stuff for dev-libs/libxslt
...
The libxslt upstream fixed their python bindings, so they are not
python2 only. Gentoo then started to build them. Since we have fared
well so far without the bindings, keep on not building them.
2022-10-10 10:28:26 +02:00
Krzesimir Nowak
1d3daed50a
profiles: Update accept keywords for dev-util/bpftool
...
Bpftool 5.18.11 is gone from portage-stable, 5.19.2 is the new stable
version for amd64. There's still no keyword for arm64, so we need to
keep the entry in the profiles for arm64.
2022-10-10 10:14:20 +02:00
Krzesimir Nowak
501c6ca99c
profiles: Drop accept keywords for dev-libs/libxml2
...
The updated package became stable for both amd64 and arm64.
2022-10-10 10:05:46 +02:00
Flatcar Buildbot
d4ead663b9
dev-lang: Upgrade Go 1.18.6 to 1.18.7
2022-10-10 07:54:23 +00:00
Flatcar Buildbot
a729108048
sys-libs/zlib: Sync with Gentoo
...
It's from Gentoo commit 31b2c136145e3fbb9ccbbf461c7e74e16ad02d32.
2022-10-10 07:38:06 +00:00
Flatcar Buildbot
7f12542ecc
sys-libs/binutils-libs: Sync with Gentoo
...
It's from Gentoo commit d44f7aa2eb9733dc6143e8b70e73e7ddb66f1adc.
2022-10-10 07:38:06 +00:00
Flatcar Buildbot
8678f3912c
sys-devel/gnuconfig: Sync with Gentoo
...
It's from Gentoo commit f979de4a92ffd3be637bc82a67dbf629216f4c8b.
2022-10-10 07:37:59 +00:00
Flatcar Buildbot
1a202e7406
sys-devel/gcc-config: Sync with Gentoo
...
It's from Gentoo commit b6b625695cad967782ae5a9c52eb755f87d1aa10.
2022-10-10 07:37:59 +00:00
Flatcar Buildbot
dfa91f902d
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 2e8d3818c0d760367637e9781b83dc5d6468fee4.
2022-10-10 07:37:59 +00:00
Flatcar Buildbot
fc91bb28ab
sys-devel/binutils: Sync with Gentoo
...
It's from Gentoo commit 4982f3666ad8cf981fbd8477220393f51b5c7183.
2022-10-10 07:37:55 +00:00
Flatcar Buildbot
0ef29adbf3
net-misc/rsync: Sync with Gentoo
...
It's from Gentoo commit 9d26a6b263f804564af069dfe943c7851c637055.
2022-10-10 07:37:49 +00:00
Flatcar Buildbot
779e3285f3
net-fs/cifs-utils: Sync with Gentoo
...
It's from Gentoo commit cce7da3c8e02fb9aa620c9a1e52365b11de1e909.
2022-10-10 07:37:48 +00:00
Flatcar Buildbot
f291fdd9e9
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit 6e67f60fe48bd32c0ce5e4889c6015307b26fc47.
2022-10-10 07:37:48 +00:00
Flatcar Buildbot
9f9b67f024
dev-util/patchelf: Sync with Gentoo
...
It's from Gentoo commit 6bcca7585766247889abeefedf7d24708138ca82.
2022-10-10 07:37:42 +00:00
Flatcar Buildbot
979888c4a8
dev-util/catalyst: Sync with Gentoo
...
It's from Gentoo commit aba9bb58fceaf075f2829dcbfc3f9ab918a23a68.
2022-10-10 07:37:35 +00:00
Flatcar Buildbot
cc9d1abdc8
dev-util/bpftool: Sync with Gentoo
...
It's from Gentoo commit 037531248c696c612d870b79506029ac9d24e860.
2022-10-10 07:37:35 +00:00
Flatcar Buildbot
4f6e91a098
dev-libs/libxslt: Sync with Gentoo
...
It's from Gentoo commit ad7fe6b96d6a74a408aefa3c0e86781769ba4062.
2022-10-10 07:37:33 +00:00
Flatcar Buildbot
71b5f1bb2d
dev-libs/libxml2: Sync with Gentoo
...
It's from Gentoo commit c533aa9765d12c3ecf351838567fa48ab61ba59b.
2022-10-10 07:37:33 +00:00
flatcar-ci
595d73e1b8
New version: main-3385.0.0-nightly-20221007-2100
2022-10-07 21:00:30 +00:00
Lukas Stockner
74ee472821
Enable nf_conntrack_bridge and nft_meta_bridge kernel modules
...
This allows to use conntrack rules for bridges in nftables
and to match on bridge interface names.
2022-10-07 15:56:07 +02:00
flatcar-ci
d5ed5917eb
New version: main-3384.0.0-nightly-20221006-2100
2022-10-06 21:00:29 +00:00
Flatcar Buildbot
7294ee7abe
sys-kernel: Upgrade Kernel 5.15.71 to 5.15.72
2022-10-06 07:32:31 +00:00
flatcar-ci
4b607ce480
New version: main-3383.0.0-nightly-20221005-2100
2022-10-05 21:00:38 +00:00
Jeremi Piotrowski
4f01a18c37
profile/coreos/arm64: switch parent profile to 17.0/hardened
...
This was left as a 'TODO', but finally showed up when building the arm64 SDK.
The generic parent profile caused arm64 SDK (but also production images) to
have several USE flags missing, most importantly acl. Without acl, `usermod -m`
fails to correctly copy skeleton files when creating a new user.
Switch to parent profile to one matching the amd64 parent profile, which brings
the two arches closer together.
2022-10-05 16:40:11 +02:00
Flatcar Buildbot
fd4783ca0a
sys-kernel: Upgrade Kernel 5.15.70 to 5.15.71
2022-10-05 14:54:26 +02:00
Krzesimir Nowak
13e9213d84
Merge pull request #2180 from flatcar/krnowak/dev-util-update
...
Development utilities update
2022-10-05 11:32:37 +02:00
flatcar-ci
6b0117ba24
New version: main-3382.0.0-nightly-20221004-2100
2022-10-04 21:00:36 +00:00
Krzesimir Nowak
aa403ffeea
changelog: Add an entry
2022-10-04 16:37:41 +02:00
Krzesimir Nowak
2e726adb32
coreos-base/coreos-init: Bring in the port customization changes
2022-10-04 15:07:17 +02:00
Krzesimir Nowak
ff6227115d
coreos-base/hard-host-depends: Drop dev-util/scons
...
There isn't anything that uses scons, so drop it from SDK.
2022-10-04 14:52:10 +02:00
Krzesimir Nowak
ade775850b
coreos/config: Drop overrides for dev-util/dialog
...
It's not packaged in neither in overlay nor in portage-stable.
2022-10-04 14:52:10 +02:00
Dongsu Park
70e0da0687
dev-util/bsdiff: Apply Flatcar modifications
...
Apply existing Flatcar changes on top of vanilla Gentoo ebuilds:
- add arm64 keyword
- apply the sais patch
- fix a heap overflow vulnerability in bspatch included in bsdiff.
Originally the security issue was published as [FreeBSD-SA-16:29](https://www.freebsd.org/security/advisories/FreeBSD-SA-16:29.bspatch.asc ),
which pointed to a FreeBSD [patch](https://security.freebsd.org/patches/SA-16:29/bspatch.patch ).
However, the patch was a set of huge changes including other unrelated
changes. That's why it was not simple at all to apply the patch to
bsdiff. Both Gentoo and Flatcar have not included the fix.
Fortunately X41 D-SEC [examined](https://www.x41-dsec.de/security/news/working/research/2020/07/15/bspatch/ )
the issue again, and nailed down to a simple patch that can be easily
applied to other trees. We simply take the patch with minimal changes.
See also [CVE-2020-14315](https://nvd.nist.gov/vuln/detail/CVE-2020-14315 ).
It is based on the following commits:
[4ee6aa895a02](https://github.com/kinvolk/coreos-overlay/commit/4ee6aa895a02 ) ("Add arm64 keywords")
[60d47e7359d1](https://github.com/kinvolk/coreos-overlay/commit/60d47e7359d1 ) ("Change suffix sort to sais-lite")
[7d3ac2a049dd](https://github.com/kinvolk/coreos-overlay/commit/7d3ac2a049dd ) ("fix heap overflow vulnerability CVE-2020-14315")
2022-10-04 14:52:10 +02:00
Krzesimir Nowak
e358a89307
dev-util/bsdiff: Sync with Gentoo
...
It's from Gentoo commit 98ef629ba44e42abf5dd75e2e2c44994d85bc409.
2022-10-04 14:52:10 +02:00
Krzesimir Nowak
e64412782e
profiles: Drop outdated or redundant USE flags for dev-util/perf
2022-10-04 14:52:10 +02:00
Krzesimir Nowak
a8f0638d7f
profiles: Drop accept_keywords for dev-util/perf
...
Updated package is stable for both amd64 and arm64.
2022-10-04 14:52:10 +02:00
Krzesimir Nowak
f8fac84130
profiles: Drop accept_keywords for dev-util/pahole
...
Updated package is stable for both amd64 and arm64.
2022-10-04 14:52:10 +02:00
Krzesimir Nowak
0d7e9d0971
profiles: Drop cmake from provided packages
...
It should cross-compile just fine, but let's see if it ends up being
on the production image.
2022-10-04 14:52:10 +02:00
Krzesimir Nowak
0a6a8aa7d4
profiles: Drop keywords for dev-util/checkbashisms
...
The updated package is stable for both amd64 and arm64.
2022-10-04 14:52:10 +02:00
Krzesimir Nowak
aa36317220
profiles: Update keywords for dev-util/bpftool
2022-10-04 14:52:10 +02:00
Krzesimir Nowak
b22334fd58
coreos/config: Drop fixes for cmake
2022-10-04 14:52:10 +02:00
Krzesimir Nowak
ea3051e7e6
changelog: Add an entry
2022-10-04 14:50:34 +02:00
Krzesimir Nowak
efef41e31d
.github/workflows/packages-list: Add entries
2022-10-04 14:50:34 +02:00
Krzesimir Nowak
6621fcf787
eclass/linux-mod: Sync with Gentoo
...
It's from Gentoo commit eee74b9fca1b5237299ee08fd041997e7271304a.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
7986606ee5
eclass/llvm: Sync with Gentoo
...
It's from Gentoo commit ef5a901254202fbcc79a4dab658a231c1187d3e1.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
126d4c4017
eclass/gnome.org: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
fdc7cf15dd
eclass/meson: Sync with Gentoo
...
It's from Gentoo commit 5a465ec448ea48b9dd9471e4d15b7669a77e4536.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
9942f96787
eclass/cmake-utils.eclass: Remove obsolete eclass
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
97535477c8
eclass/cmake-multilib: Sync with Gentoo
...
It's from Gentoo commit 88275b401b115efd63847d4ee979593e87915ec5.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
a99f896cd6
eclass/ninja-utils: Sync with Gentoo
...
It's from Gentoo commit 5a34097c8957c40d5b09fe6d249449c22f7f1ea5.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
e855d3dfc7
eclass/virtualx: Sync with Gentoo
...
It's from Gentoo commit aa7fdc965621b413d85624ea30e9452a4130aced.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
b58940ccf3
eclass/elisp-common: Sync with Gentoo
...
It's from Gentoo commit 424bd8ae7cbb3ce55e0567e8c9057d8d23c6cb57.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
6b973e990a
eclass/cmake: Sync with Gentoo
...
It's from Gentoo commit 759cec852497f888d93cccfedbc83f16eb765fb4.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
7b4897eebf
eclass/bash_completion-r1: Backport the fix for paths from systemd.eclass
...
The paths returned by pkg-config seem to have sysroot prepended
twice. The systemd eclass has a workaround for that - use it for bash
completion files too, then.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
1059e54407
eclass/bash-completion-r1: Sync with Gentoo
...
It's from Gentoo commit 424acdc15be08f7c2b13c0d1bb8c31f55d26655d.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
cc61cd455d
eclass/optfeature: Sync with Gentoo
...
It's from Gentoo commit 23ad91eda1e35bbe3eb8ce63822ecd8755fb049c.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
5a9282cce5
eclass/linux-info: Sync with Gentoo
...
It's from Gentoo commit bd03dc08515969a9ce74ca1304c8374cb7a88416.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
af44411e90
dev-util/strace: Sync with Gentoo
...
It's from Gentoo commit b95e21368252ad592083b193849d4e950f9f04f0.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
be4949f48b
dev-util/scons: Drop unnecessary package
...
There isn't anything that is using scons, so just drop it.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
d620d52425
dev-util/re2c: Sync with Gentoo
...
It's from Gentoo commit 21b2890ca1fcb0f8b7230420194f87706740d29e.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
9085fcdb64
dev-util/perf: Sync with Gentoo
...
It's from Gentoo commit 6da4a28b50ab2c8ba6d3937d7de191190a188440.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
090d25b463
dev-util/patchutils: Sync with Gentoo
...
It's from Gentoo commit 8eefb065d75c88868a8f73020595746eb34c8a98.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
b274ed6eab
dev-util/patchelf: Sync with Gentoo
...
It's from Gentoo commit b0dfc9160b045a6c9f17e40cf26989209c3bf02d.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
a764045f5b
dev-util/pahole: Sync with Gentoo
...
It's from Gentoo commit 3ac329dff93414ea355abc86e157b489a6f029dc.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
5a1e156e82
dev-util/ninja: Sync with Gentoo
...
It's from Gentoo commit ff37eeaa0f2e43d1f5b3f681ad0dc8b2556b4877.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
69a628f291
dev-util/meson-format-array: Sync with Gentoo
...
It's from Gentoo commit 91dc6350e05582abba13f76c9734d1faef2183cd.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
9a05de0c81
dev-util/meson: Sync with Gentoo
...
It's from Gentoo commit 536391904a220878a2eb1b082b2229f6fd70ca84.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
ecf99c5606
dev-util/gtk-doc-am: Sync with Gentoo
...
It's from Gentoo commit d5e0e285e6174e80e663d307364b14d50a927303.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
5a5d253f7c
dev-util/gperf: Sync with Gentoo
...
It's from Gentoo commit ef010d11cc42876bedb1ac51427e1700ab5492e0.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
e7ceb9d097
dev-util/desktop-file-utils: Sync with Gentoo
...
It's from Gentoo commit a4fc9d0dfd88d22bc8e727d79d701ae22d2e1d38.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
7bc105aee1
dev-util/cmocka: Sync with Gentoo
...
It's from Gentoo commit 3695e0a4f79c1022a2d2421860b645afc0ead16f.
2022-10-04 14:48:16 +02:00
Krzesimir Nowak
62141c3d78
dev-util/cmake: Sync with Gentoo
...
It's from Gentoo commit cace9da3e438db8d92102b7c3c963c874115a9ba.
2022-10-04 14:48:16 +02:00
Krzesimir Nowak
fb9c6ba667
dev-util/checkbashisms: Sync with Gentoo
...
It's from Gentoo commit e09c85b030751cd96677344118f25c2be97457c5.
2022-10-04 14:48:16 +02:00
Krzesimir Nowak
9b7c1fbd58
dev-util/catalyst: Sync with Gentoo
...
It's from Gentoo commit b69d9ce8ab378268442900dc477e516e870576be.
2022-10-04 14:48:16 +02:00
Krzesimir Nowak
439a288239
dev-python/fasteners: Add from Gentoo
...
It's from Gentoo commit 607b8ff663461e081bc51e82102dbd60b383fcdb.
It's a dependency of dev-util/catalyst.
2022-10-04 14:48:16 +02:00
Krzesimir Nowak
6b6b3cb3d6
dev-util/bpftool: Sync with Gentoo
...
It's from Gentoo commit 1065f5bd4dca20a1e68bb6ecc83b03f54d53bca1.
2022-10-04 14:48:16 +02:00
Krzesimir Nowak
678d0788ef
Merge pull request #2189 from flatcar/krnowak/update-and-fill
...
Profiles and environment overrides for packages refresh
2022-10-04 10:19:42 +02:00
Krzesimir Nowak
9aecb7fc33
changelog: Add an entry
2022-09-30 13:46:06 +02:00
Jeremi Piotrowski
1b3ddd7133
changelog: add entry for coreos-modules strip change
2022-09-30 13:10:04 +02:00
flatcar-ci
eb9558ffd0
New version: main-3377.0.0-nightly-20220929-2100
2022-09-29 21:00:32 +00:00
Flatcar Buildbot
34c2b6ff97
Update mantle container image to latest HEAD
2022-09-29 16:32:32 +00:00
Jeremi Piotrowski
aa7aa7f13c
sys-kernel/coreos-module: use strip-debug instead of strip-unneeded
...
With `--strip-unneeded` some static symbols are also stripped from modules, making stacktraces
incomplete, and making it harder to debug kernel issues. Switch to the default setting of
`--strip-debug`, which keeps symbols intact and does not appear to lead to a measurable
size increase of the /usr partition.
2022-09-29 15:34:40 +02:00
Krzesimir Nowak
d39991c538
coreos/config: Drop linking workarounds for net-misc/curl
...
Let's see if those are fixed by now.
2022-09-29 11:58:11 +02:00
Krzesimir Nowak
8a0db2516b
profiles: Drop accept keywords for net-fs/cifs-utils
...
The updated package is stable for both amd64 and arm64.
2022-09-29 11:58:11 +02:00
Krzesimir Nowak
5d556e801f
profiles: Update keywords and unmask for new version of dev-vcs/git
2022-09-29 11:58:11 +02:00
Krzesimir Nowak
8400b95681
profiles: Drop accept keywords for sys-devel/crossdev
...
The updated package is stable for both amd64 and arm64.
2022-09-29 11:58:11 +02:00
Krzesimir Nowak
ccb3ba4fa5
.github: Add recently updated packages to the list
2022-09-29 11:57:53 +02:00
Krzesimir Nowak
082f5bc99f
dev-libs/libpcre2: Sync with Gentoo
...
It's from Gentoo commit 7a4bd1faf1b8d10f2e0ca81d35720817d7f2d48c.
2022-09-29 11:57:53 +02:00
Krzesimir Nowak
46981ec022
app-crypt/adcli: Sync with Gentoo
...
It's from Gentoo commit aa588673333cacf1a7c6cbf591128d6957c3cf60.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
cb845ac7d8
net-fs/cifs-utils: Sync with Gentoo
...
It's from Gentoo commit 448ede061732ecdbe2468573a64f9446c4628103.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
761587f15d
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit 49bf70035d505816abbb3b3d24d696bbd8da17d7.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
8f875845a5
net-analyzer/nmap: Sync with Gentoo
...
It's from Gentoo commit c63cfea0ac092bf463d6a13ae976fa788f548378.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
cdc7e69f65
dev-libs/oniguruma: Sync with Gentoo
...
It's from Gentoo commit 3016e110caa561b98a87cae1bc3b12b4c5b7730a.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
fda65de383
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit 18c2db9a438b32270277202cba113b00b90c7553.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
3fec30a26c
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit e5d7aa91ec84c5c64cce1a67eb4ab9e96b269e3d.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
b5f06ec2f3
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit 168701c152ca2853fb3cba158046d72b77168909.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
98ae6003bf
dev-libs/gobject-introspection: Sync with Gentoo
...
It's from Gentoo commit 0160549798672ca62853c36248c3fc4e9b447e8f.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
60491cbeb6
dev-libs/gobject-introspection-common: Sync with Gentoo
...
It's from Gentoo commit f6bdd8113833c50fc0d8c28e6a44812bb8bbad70.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
0f1353ae0f
dev-util/gdbus-codegen: Sync with Gentoo
...
It's from Gentoo commit 3d12e89901f11f2b4ac2cb4dc27cf1cd712565c0.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
ee8e75d88b
dev-libs/boost: Sync with Gentoo
...
It's from Gentoo commit 301f5e6332309bfe2bdc10aea941bbe0bd9a16cb.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
740928e1e9
dev-util/boost-build: Sync with Gentoo
...
It's from Gentoo commit 372a9ebbd44ff710c367c1e24dafcc73d5e6fa3d.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
0487b5db7c
dev-libs/cyrus-sasl: Sync with Gentoo
...
It's from Gentoo commit d001a523ec5b8a80246f394501e0119c19f79e36.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
0ab1995baa
sys-devel/autoconf: Sync with Gentoo
...
It's from Gentoo commit 77250a7ea67da910d0c8cdbe373f9c1ec8b14caa.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
f149e6e291
sys-devel/bc: Sync with Gentoo
...
It's from Gentoo commit 07aad3b2c6a3a12be810c8e510a9acbddb34dc14.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
339503b11b
sys-devel/binutils: Sync with Gentoo
...
It's from Gentoo commit 6f7bd022bf2da3773a65486256b22eccc4e91f25.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
f9fa326283
sys-devel/crossdev: Sync with Gentoo
...
It's from Gentoo commit 77820859262cf3ffaa23f77a9e32d09ce25cacff.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
b27e3eef41
sys-devel/flex: Sync with Gentoo
...
It's from Gentoo commit 433043c5b1f930acaae84df997d6aa4ac084a950.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
7da25dc83a
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 9bedaa69d68006bea040086e8f9cbec71317c17e.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
9c10527ae2
sys-devel/gettext: Sync with Gentoo
...
It's from Gentoo commit 45a9cd813a2244a676ab9a651a5274baac83a9d0.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
33301f7473
sys-devel/gnuconfig: Sync with Gentoo
...
It's from Gentoo commit 29d7fa5b9b9e6fd415ec1413124da2859d365a48.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
2167955f0b
sys-devel/autoconf-archive: Sync with Gentoo
...
It's from Gentoo commit 09b01963100394a4b09426c9bcc65fe30abcc65c.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
d0189859b8
sys-devel/gcc-config: Sync with Gentoo
...
It's from Gentoo commit cc6a27ec99c1e08ac51c69ff0ab4c2b8a5578e2e.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
5bd3c7e0fb
sys-apps/gentoo-functions: Sync with Gentoo
...
It's from Gentoo commit 807b78ed77e8558b7d3511ac02ef6555185eaef8.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
d88a0ec332
app-portage/portage-utils: Sync with Gentoo
...
It's from Gentoo commit da87cdcf372e686d4dd7b09a78c9f30d836050e5.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
306d4c8453
app-arch/bzip2: Sync with Gentoo
...
It's from Gentoo commit 2dfa77422af4661f736539f77a5dfc3c2ae57706.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
893c1f58be
virtual/libcrypt: Sync with Gentoo
...
It's from Gentoo commit 4b7575b3f13e546dd2431d0ab8db699935392bdb.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
a77b3510c5
sys-libs/binutils-libs: Sync with Gentoo
...
It's from Gentoo commit 940d80f8eb575ea87da6d0e0dfe5d48f3a18efd5.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
9d91e9578d
eclass/flag-o-matic: Sync with Gentoo
...
It's from Gentoo commit ddba1d149e82dba88b72f992729ad4158f640e32.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
76f485a4f7
eclass/multilib-build: Sync with Gentoo
...
It's from Gentoo commit 4ab70e87d0bf6ab8f2b9930842715999528d2d51.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
cab39eabfa
eclass/toolchain: Sync with Gentoo
...
It's from Gentoo commit a7c27596827072f586dc07e6d53531ecb2c7cd6e.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
5d71c9c780
net-libs/gnutls: Sync with Gentoo
...
It's from Gentoo commit 9b5ca001a8c3784d4e1158c99a2ea1c11aa6b30d.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
e386a54e25
dev-lang/duktape: Sync with Gentoo
...
It's from Gentoo commit 336a45629bc12ad6d5ff4854c51d2a63c1483e3f.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
79e07b10b8
dev-libs/libtasn1: Sync with Gentoo
...
It's from Gentoo commit 8c4bd08fb54e718a400e503a515dbede0fd3d4d8.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
fd501899f5
sys-libs/zlib: Sync with Gentoo
...
It's from Gentoo commit a45d9ec6a1ebfa9e49ad1f0842f54128e54c8f03.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
a68b865925
Merge pull request #357 from flatcar/krnowak/vim-update
...
Update vim to v9.0.0469
2022-09-29 11:19:03 +02:00
Krzesimir Nowak
e84867785e
Merge pull request #2140 from flatcar/krnowak/vim-update
...
Update vim to v9.0.0469
2022-09-29 11:18:54 +02:00
flatcar-ci
07edb890a1
New version: main-3376.0.0-nightly-20220928-2100
2022-09-28 21:00:32 +00:00
flatcar-ci
bbfe6695a4
New version: main-3375.0.0-nightly-20220927-2100
2022-09-27 21:00:35 +00:00
Dongsu Park
9ce9a688e3
.github: add dev-libs/expat to packages-list
2022-09-27 12:17:13 +02:00
Dongsu Park
3b201cffb0
changelog: add changelog for expat 2.4.9
2022-09-27 12:16:55 +02:00
Dongsu Park
9667ee954c
dev-libs/expat: update to 2.4.9
...
Update dev-libs/expat to 2.4.9, mainly to address CVE-2022-40674.
2022-09-27 12:16:55 +02:00
Mathieu Tortuyaux
a8a793fa94
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-27 11:48:00 +02:00
Mathieu Tortuyaux
3e50a7fd12
sys-apps/ignition: rework ignition patches
...
`ign-converter` is now part of the Ignition codebase, it should ease the
maintaining of these patches.
Only the v24tov31 translation (and its tests) has been ported to the codebase.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-27 11:48:00 +02:00
flatcar-ci
b4427a99ab
New version: main-3374.0.0-nightly-20220926-2100
2022-09-27 09:18:40 +00:00
Dongsu Park
5e7729a745
Merge pull request #2185 from flatcar/linux-5.15.70-main
...
Upgrade Linux Kernel in main from 5.15.67 to 5.15.70
2022-09-27 09:09:07 +02:00
flatcar-ci
805d2b46e6
New version: main-3370.0.0-nightly-20220922-2100
2022-09-26 15:30:08 +00:00
Krzesimir Nowak
610c41bcc5
.github: Partially revert some changes
...
It partially reverts commits 9ecbd31df40e8cf4361db7f638c089e4df3dc503
and 1b08c65f7b5797dd153898f148b98429feeacd2c. The reverted parts were
workarounds for old LTS, which used to have no run_sdk_container
stuff.
2022-09-26 14:43:36 +02:00
Krzesimir Nowak
4e4d0891e9
Revert ".github: make each apply script take parameters CHECKOUT_SCRIPTS"
...
This reverts commit f008fb5883afee1d83d636a06cc9c9b192705793.
This was introduced for old LTS that didn't use submodules in
scripts. Now it's backported, so this workaround is not needed.
2022-09-26 14:38:23 +02:00
Flatcar Buildbot
85fb522a5a
Update mantle container image to latest HEAD
2022-09-26 08:48:18 +00:00
Flatcar Buildbot
bc5705c6e0
sys-kernel: Upgrade Kernel 5.15.67 to 5.15.70
2022-09-24 07:26:04 +00:00
Krzesimir Nowak
7187138bb7
.github: Add an automatic package updates workflow
...
It will run on every Monday and will try to update packages listed in
the package listing. This can be used to gradually add more and more
packages under the automation.
2022-09-23 14:31:39 +02:00
flatcar-ci
452a38a737
New version: main-3370.0.0-nightly-20220922-2100
2022-09-22 21:00:34 +00:00
Flatcar Buildbot
87b5565f5e
Update mantle container image to latest HEAD
2022-09-22 16:45:00 +00:00
flatcar-ci
fcc3b86ff2
New version: main-3369.0.0-nightly-20220921-2100
2022-09-21 21:00:27 +00:00
Flatcar Buildbot
3499367c2a
Update mantle container image to latest HEAD
2022-09-21 15:12:16 +00:00
Krzesimir Nowak
4337abdd9a
Merge pull request #2166 from flatcar/krnowak/fix-emerge-gitclone-developer-channel
...
coreos-base/emerge-gitclone: Bring in a fix for developer channel
2022-09-21 12:26:01 +02:00
flatcar-ci
fd44bfd22c
New version: main-3368.0.0-nightly-20220920-2100
2022-09-20 21:00:32 +00:00
Krzesimir Nowak
48b79af088
coreos-base/emerge-gitclone: Bring in a fix for developer channel and builds
...
For the main branch (so for nightly builds) the group in
`/usr/share/flatcar/update.conf` is not "main", but "developer". This
needs a small translation when turning it into a channel
information. Without that, we are trying to checkout a nonexistent tag
named `developer-3363.0.0-…` instead of `main-3363.0.0-…`, which
fails.
In developer builds version string contains version numbers and a
build ID with plus symbol sitting between them. Git tags are formatted
in similar way, but with a dash, instead of plus. Thus the plus needs
to be replaced to obtain a proper git tag.
2022-09-20 16:34:33 +02:00
Krzesimir Nowak
13b9fa8c06
Merge pull request #2173 from flatcar/krnowak/bump-cloudinit
...
coreos-base/coreos-cloudinit: Bump to latest commit
2022-09-20 16:27:12 +02:00
Flatcar Buildbot
671d6b60f7
Update mantle container image to latest HEAD
2022-09-20 12:38:17 +00:00
Krzesimir Nowak
85fcc77801
changelog: Add entries
2022-09-20 08:40:36 +02:00
flatcar-ci
dc742389ba
New version: main-3367.0.0-nightly-20220919-2100
2022-09-19 21:00:31 +00:00
Flatcar Buildbot
fbd4c64576
Update mantle container image to latest HEAD
2022-09-19 13:56:25 +00:00
Krzesimir Nowak
35b2cbbbba
coreos-base/coreos-cloudinit: Bump to latest commit
...
This brings in a rename of the project.
2022-09-19 15:15:32 +02:00
Flatcar Buildbot
af532ac1c5
app-misc: Upgrade ca-certificates 3.82 to 3.83
2022-09-19 07:46:17 +00:00
flatcar-ci
0aa225caab
New version: main-3364.0.0-nightly-20220916-2100
2022-09-16 21:00:36 +00:00
Krzesimir Nowak
9b426dbb05
app-editors/vim*: Move to overlay
...
Upstream lags a bit with packaging vim, which is understandable seeing
how vim is developed (every commit is a tag). Since we need to address
some CVEs, move the packages to overlay and update it there.
2022-09-16 11:12:09 +02:00
Krzesimir Nowak
d6d7f3a190
profiles: Cleanup use flags for vim
...
Put them into targets/generic profile instead of duplicating them in
amd64/generic and arm64/generic profiles. There's isn't anything
arch-specific in those USE flags.
2022-09-16 11:10:20 +02:00
Krzesimir Nowak
b1dd9916dd
profiles: Drop accept keywords for app-editors/vim{,-core}
...
We will put our version into overlay.
2022-09-16 11:10:20 +02:00
Krzesimir Nowak
ca32170302
app-editors/vim: Apply Flatcar modifications
...
These are not Flatcar specific modifications per se. We just bump the
version from 9.0.0099 to 9.0.0469 and drop a patch that was already
applied upstream.
2022-09-16 11:09:58 +02:00
Krzesimir Nowak
2cbd77d836
app-editors/vim: Sync with Gentoo
...
It's from Gentoo commit 9711e66907f463dbafc06d8c3c0605fe44d0dc2e.
2022-09-16 11:09:29 +02:00
Krzesimir Nowak
44a3f1c84d
app-editors/vim-core: Apply Flatcar modifications
...
These are not Flatcar specific modifications per se. We just bump the
version from 9.0.0099 to 9.0.0469 and drop a patch that was already
applied upstream.
2022-09-16 11:08:16 +02:00
Krzesimir Nowak
269f9a1a86
app-editors/vim-core: Sync with Gentoo
...
It's from Gentoo commit 9a77abf00e3d75523e999e9dae30aed6e30409aa.
2022-09-16 10:57:37 +02:00
Flatcar Buildbot
6f010ef6e2
Update mantle container image to latest HEAD
2022-09-15 21:00:46 +00:00
flatcar-ci
53c73bd988
New version: main-3363.0.0-nightly-20220915-2100
2022-09-15 21:00:31 +00:00
Dongsu Park
218157b62d
Merge pull request #2157 from flatcar/firmware-20220913-main
...
Upgrade Linux Firmware in main from 20220815 to 20220913
2022-09-15 16:11:57 +02:00
Dongsu Park
e54ec6665a
Merge pull request #2158 from flatcar/dongsu/github-actions-20220914
...
.github: fix Go changelog and git show-ref bug
2022-09-15 15:51:58 +02:00
Sayan Chowdhury
d15dd29be9
sys-libs/zlib: Add the changelog/security entry
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-15 18:52:34 +05:30
Sayan Chowdhury
228ab0edc8
sys-libs/zlib: Sync with Gentoo upstream; stablize 1.2.12-r3
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-15 18:50:56 +05:30
Dongsu Park
66920fda77
.github: do not create a pull request when branch exists
...
If git show-ref returns an error, i.e. the branch already exists,
then we should not create a pull request, but simply return error.
Otherwise, the Github Actions would always try to create pull
requests even when the branch still exists.
2022-09-15 11:23:10 +02:00
Dongsu Park
b7631d8654
.github: correctly generate Go changelog
...
Recently Go Github Actions started not creating changelog at all.
Add the missing code to the go-apply-patch to correctly generate
changelog.
2022-09-15 11:23:07 +02:00
Dongsu Park
b34c3e06a2
app-emulation/docker{,-cli}: build with Go 1.18
...
Now that the upstream Docker 20.10.18 started building the source
with Go 1.18 instead of 1.17, we should also remove code to force
building with 1.17 and simply build with 1.18.
Otherwise the build fails like:
```
vendor/archive/tar/common.go:541:32: undefined: any
vendor/archive/tar/strconv.go:204:15: undefined: strings.Cut
vendor/archive/tar/strconv.go:254:20: undefined: strings.Cut
vendor/archive/tar/strconv.go:276:13: undefined: strings.Cut
```
See also https://github.com/moby/moby/commit/3d4616f943b3 .
2022-09-15 11:15:02 +02:00
Dongsu Park
6fa59b8b52
changelog: add changelog for Docker 20.10.18
2022-09-15 11:15:02 +02:00
Flatcar Buildbot
6e8d9f3ac7
app-emulation: Upgrade Docker 20.10.17 to 20.10.18
2022-09-15 11:15:02 +02:00
Flatcar Buildbot
cbb563e99f
sys-kernel: Upgrade Linux Firmware 20220815 to 20220913
2022-09-15 07:26:41 +00:00
Flatcar Buildbot
10dd30178d
Update mantle container image to latest HEAD
2022-09-14 21:00:51 +00:00
flatcar-ci
552eb97ade
New version: main-3362.0.0-nightly-20220914-2100
2022-09-14 21:00:32 +00:00
Mathieu Tortuyaux
72511b296e
Merge pull request #2133 from flatcar/tormath1/ignition
...
sys-apps/ignition: sed s/flatcar-linux/flatcar patches
2022-09-14 18:40:59 +02:00
Krzesimir Nowak
aad5d9db95
Merge pull request #2156 from flatcar/krnowak/updateservicectl
...
app-admin/updateservicectl: Bring in flatcar org change
2022-09-14 17:25:21 +02:00
Kai Lüke
4b62cbe7d5
Merge pull request #2153 from flatcar/kai/mayday-org-rename
...
app-admin/mayday: Use renamed package name
2022-09-14 17:22:50 +02:00
Krzesimir Nowak
9982cae995
app-admin/updateservicectl: Bring in flatcar org change
2022-09-14 17:11:45 +02:00
Mathieu Tortuyaux
7ba804c8ed
app-arch/torcx: bump commit ID
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-14 16:52:52 +02:00
Mathieu Tortuyaux
df710084eb
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-14 16:30:39 +02:00
Mathieu Tortuyaux
3d967c2e03
app-admin/locksmith: bump commit ID
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-14 16:30:38 +02:00
Mathieu Tortuyaux
785000a5af
sys-apps/ignition: sed s/flatcar-linux/flatcar patches
...
* dropped 2 non applied patches from previous upgrade
released.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-14 16:23:49 +02:00
Kai Lueke
11094fefe7
app-admin/mayday: Use renamed package name
...
This pulls in https://github.com/flatcar/mayday/pull/10
to update the package name after the github org move.
It also changes the homepage to use our repo instead of the archive.
2022-09-14 15:56:15 +02:00
Kai Lüke
0629286e4c
Merge pull request #2132 from flatcar/kai/flatcar-org-rename
...
Prepare github org rename to flatcar
2022-09-14 14:53:58 +02:00
Kai Lueke
18d727f88d
Use ghcr.io/flatcar, there are no redirects
...
The GitHub org rename also moved the ghcr.io container image repo but
in contrast to git repos, there are no redirects.
2022-09-14 14:46:00 +02:00
Kai Lueke
02f31e779b
Use new github org name "flatcar"
...
The "flatcar-linux" github org was renamed to "flatcar". There are no
github redirects in this case, thus we have to fix the links.
Left to do are the patch files.
2022-09-14 14:46:00 +02:00
Kai Lueke
edba76c012
Use ghcr.io/flatcar, there are no redirects
...
The GitHub org rename also moved the ghcr.io container image repo but
in contrast to git repos, there are no redirects!
2022-09-14 14:33:24 +02:00
Krzesimir Nowak
afae5fd279
Merge pull request #359 from flatcar/krnowak/update-libxml2
...
Update libxml2 and libxslt
2022-09-14 14:33:06 +02:00
Krzesimir Nowak
709aefec6c
Merge pull request #2141 from flatcar/krnowak/update-libxml2
...
profiles: Add accept keywords for updated libxml2
2022-09-14 14:32:51 +02:00
Kai Lueke
80e49d190f
Use new website flatcar.org
...
The flatcar-linux.org domain has redirects but it's better to use the
current domain directly.
2022-09-14 14:32:49 +02:00
Krzesimir Nowak
afcfff07b8
changelog: Add entries
2022-09-14 13:48:17 +02:00
Sayan Chowdhury
7026b4da45
Merge pull request #361 from flatcar/sayan/update-intel-microcode-20220809_p20220809
...
sys-firmware/intel-microcode: Sync with Gentoo upstream; updates to 20220809_p20220809
2022-09-14 16:46:07 +05:30
Sayan Chowdhury
13b2199dd2
Merge pull request #2138 from flatcar/sayan/update-intel-microcode-20220809_p20220809
...
sys-firmware/intel-microcode: Move to portage-stable
2022-09-14 16:45:52 +05:30
Sayan Chowdhury
99b46f9b58
Update changelog/updates/2022-09-14-intel-microcode.md
...
Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
2022-09-14 16:39:03 +05:30
Sayan Chowdhury
57fd3b3ec5
sys-firmware/intel-microcode: Move to portage-stable
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-14 16:26:20 +05:30
Sayan Chowdhury
656d355558
sys-firmware/intel-microcode: Add the changelog entry
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-14 16:23:56 +05:30
Dongsu Park
276a06730a
Merge pull request #2149 from flatcar-linux/linux-5.15.67-main
...
Upgrade Linux Kernel in main from 5.15.63 to 5.15.67
2022-09-14 09:30:08 +02:00
Sayan Chowdhury
3fc6da12aa
sys-firmware/intel-microcode: Sync with Gentoo upstream; updates to 20220809_p20220809
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-14 11:08:40 +05:30
flatcar-ci
bbebf1397a
New version: main-3361.0.0-nightly-20220913-2100
2022-09-13 21:00:26 +00:00
Mathieu Tortuyaux
8613492d36
Merge pull request #2139 from flatcar-linux/tormath1/gettext
...
coreos-base/coreos: add sys-devel/gettext
2022-09-13 18:33:33 +02:00
Mathieu Tortuyaux
3df1f2e579
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-13 18:32:35 +02:00
Mathieu Tortuyaux
cbda50b4ff
coreos-base/coreos: add sys-devel/gettext
...
This Flatcar dependency needs to be now explicitly pulled in the OS
since this commit: 4a06200e9d
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-13 18:32:33 +02:00
Dongsu Park
8ef8df340a
changelog: add changelog for Go 1.18.6
2022-09-13 18:01:16 +02:00
Krzesimir Nowak
c8cd01a198
Merge pull request #358 from flatcar-linux/krnowak/update-libtasn
...
dev-libs/libtasn1: Sync with Gentoo
2022-09-13 16:06:38 +02:00
Krzesimir Nowak
a0468806c1
changelog: Fix formatting
...
This fix was not yet a part of any release, so we can easily fix this entry.
2022-09-13 15:46:20 +02:00
Krzesimir Nowak
20dbd17d71
changelog: Add entries
2022-09-13 15:20:27 +02:00
Flatcar Buildbot
633830eadf
sys-kernel: Upgrade Kernel 5.15.63 to 5.15.67
2022-09-13 12:53:05 +00:00
Flatcar Buildbot
de3d3715e8
dev-lang: Upgrade Go 1.18.5 to 1.18.6
2022-09-13 12:19:51 +00:00
Dongsu Park
7a141568a0
Merge pull request #2136 from flatcar-linux/dongsu/github-actions-sdk-container
...
.github: migrate to SDK container based Github Actions
2022-09-13 14:15:31 +02:00
Dongsu Park
cb02d963aa
.github: make each apply script take parameters CHECKOUT_SCRIPTS
...
To make Github Actions of LTS-2021 work with SDK containers,
checkout_branches needs to take an additional parameter
CHECKOUT_SCRIPTS. That defaults to true, but false only for LTS-2021.
2022-09-13 13:51:55 +02:00
Dongsu Park
51912fd7be
.github: pass additional env variables for apply patches
...
To be able to make each apply patch script run with SDK containers,
we need to pass additional env variables like PACKAGES_CONTAINER or
SDK_NAME.
Note, in case of LTS-2021, we need to also pass CHECKOUT_SCRIPTS=false,
to make LTS-2021 run with the script run_sdk_container.
2022-09-13 13:51:55 +02:00
Dongsu Park
70b15a8ffb
.github: migrate to SDK container based Github Actions
...
Now that Flatcar SDK does not support cork of mantle any more,
we need to migrate the Github Actions of coreos-overlay to the
new container SDK based approach.
Simply download a container image of the latest Flatcar release,
run the container, generate patches from there.
Note, since the Flatcar scripts repo of LTS-2021 still does not
have necessary Container SDK scripts like run_sdk_container, we
need to skip checking out a specific base branch in case of
LTS-2021.
2022-09-13 13:51:51 +02:00
Krzesimir Nowak
c892355f14
profiles: Add accept keywords for updated libxml2
2022-09-13 12:05:27 +02:00
Krzesimir Nowak
4a907aab86
dev-libs/libxslt: Sync with Gentoo
...
It's from Gentoo commit 77ae592c410a8257d4f598ebe769989efe075e42.
2022-09-13 11:57:21 +02:00
Krzesimir Nowak
e10f95e1f8
dev-libs/libxml2: Sync with Gentoo
...
It's from Gentoo commit daa57b36200f23b0a6faac384e73e3848e75618f.
2022-09-13 11:55:23 +02:00
Krzesimir Nowak
22b0df612b
dev-libs/libtasn1: Sync with Gentoo
...
It's from Gentoo commit 426f6e81e9b927f6cda41af643197bb013178df3.
2022-09-13 11:50:22 +02:00
Sayan Chowdhury
a5050b9357
Merge pull request #2135 from flatcar-linux/sayan/bump-emerge-gitclone
...
emerge-gitclone: update workon_commit ref to latest commit
2022-09-13 11:05:19 +05:30
Sayan Chowdhury
f357c32d99
coreos-base/emerge-gitclone: Add the changelog entry
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-13 11:04:03 +05:30
flatcar-ci
50725433f3
New version: main-3360.0.0-nightly-20220912-2100
2022-09-12 21:00:27 +00:00
Dongsu Park
a3dd748493
changelog: add changelog for rsync 3.2.6
2022-09-12 15:40:53 +02:00
Dongsu Park
f9299ed19b
profiles: delete cpu_flags_x86_sse2 USE flag from rsync
...
Since rsync 3.2.4, IUSE_CPU_FLAGS_X86="sse2" does not exist any
more in upstream ebuilds. So it is not necessary to disable
`cpu_flags_x86_sse2` USE flag for avoiding cross toolchain build
failures.
2022-09-12 11:55:00 +02:00
Dongsu Park
742241952b
profiles: update rsync version to 3.2.6
...
To address CVE-2022-29154, we need to accept keywords ~amd64 and
~arm64 for rsync 3.2.6.
2022-09-12 11:54:57 +02:00
Dongsu Park
a113b6b50f
net-misc/rsync: update to 3.2.6
...
Update net-misc/rsync to 3.2.6, mainly to address CVE-2022-29154.
2022-09-12 11:52:27 +02:00
flatcar-ci
04ea6a2d95
New version: main-3357.0.0-nightly-20220909-2100
2022-09-09 21:00:28 +00:00
Flatcar Buildbot
47e060d21b
Update mantle container image to latest HEAD
2022-09-08 21:00:41 +00:00
flatcar-ci
3f05f3297d
New version: main-3356.0.0-nightly-20220908-2100
2022-09-08 21:00:24 +00:00
Flatcar Buildbot
5d4f9700cb
Update mantle container image to latest HEAD
2022-09-08 13:07:49 +00:00
Sayan Chowdhury
6a0d50e64b
emerge-gitclone: update workon_commit ref to latest commit
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-08 11:35:14 +05:30
Flatcar Buildbot
45b0717ed2
Update mantle container image to latest HEAD
2022-09-07 21:00:49 +00:00
flatcar-ci
38908c0da6
New version: main-3355.0.0-nightly-20220907-2100
2022-09-07 21:00:28 +00:00
Kai Lueke
4ce84b37de
Use new website domain
...
There are redirections for flatcar-linux.org but use the new domain
flatcar.org where possible.
2022-09-07 15:15:14 +02:00
Krzesimir Nowak
5a93f08705
Merge pull request #2130 from flatcar-linux/krnowak/polkit
...
sys-auth/polkit: Update to 121
2022-09-07 15:06:53 +02:00
Krzesimir Nowak
802b5014bf
Merge pull request #355 from flatcar-linux/krnowak/polkit
...
dev-lang/duktape: Sync with Gentoo
2022-09-07 15:06:39 +02:00
Krzesimir Nowak
1c36811c28
changelog: Add entries
2022-09-06 17:29:06 +02:00
Mathieu Tortuyaux
1a2cc3e309
sys-auth/polkit: Apply Flatcar modifications
...
- Fix config install paths, use systemd-tmpfiles (all configs should
be installed to /usr and tmpfiles should be used to create and fix
directory permissions instead of the ebuild's postinst.)
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-06 17:20:30 +02:00
Krzesimir Nowak
f57c8c8ecd
profiles: Drop accept keywords for dev-lang/duktape
...
It's stable now for both amd64 and arm64.
2022-09-06 17:12:57 +02:00
Krzesimir Nowak
db1ddd19f8
sys-auth/polkit: Sync with Gentoo
...
It's from Gentoo commit 1c933cc8488a4af530d8a23e8f5b914c1d8e9aa6.
2022-09-06 17:11:58 +02:00
Krzesimir Nowak
cef7bc0107
dev-lang/duktape: Sync with Gentoo
...
It's from Gentoo commit 8c0df49ac77e2cc9fd33a11d99db49e1931c11a9.
2022-09-06 17:09:21 +02:00
Flatcar Buildbot
2cfbe48ede
app-emulation: Upgrade Runc 1.1.3 to 1.1.4
2022-09-06 16:54:16 +02:00
Krzesimir Nowak
ec30b5e03f
changelog: Add entries
2022-09-06 16:46:11 +02:00
Krzesimir Nowak
8f6a9d85c4
app-arch/unzip: Sync with Gentoo
...
It's from Gentoo commit 61c5554abac45ae69690163fdf543b41c8971777.
2022-09-06 16:41:42 +02:00
flatcar-ci
6d8d88cbe4
New version: main-3353.0.0-nightly-20220905-2100
2022-09-05 21:00:27 +00:00
Flatcar Buildbot
6dd9a8e681
Update mantle container image to latest HEAD
2022-09-05 07:25:34 +00:00
flatcar-ci
c1bcd1f07c
New version: main-3349.0.0-nightly-20220901-2100
2022-09-01 21:00:26 +00:00
Flatcar Buildbot
79565dbea2
Update mantle container image to latest HEAD
2022-08-31 21:00:38 +00:00
flatcar-ci
aa714d8394
New version: main-3348.0.0-nightly-20220831-2100
2022-08-31 21:00:25 +00:00
Flatcar Buildbot
e77d8590c1
Update mantle container image to latest HEAD
2022-08-31 10:08:58 +00:00
flatcar-ci
27ba532c14
New version: main-3347.0.0-nightly-20220830-2100
2022-08-30 21:00:27 +00:00
Kai Lueke
65dd84b4d1
coreos-base/oem-packet: Use i386 serial settings for x86_64 to fix m3
...
The m3.small.x86 instance type had no serial console output because
ttyS0 was used because the GRUB CPU check didn't trigger. It seems that
most instances had i386 reported but this new one not (maybe EFI is
used here?).
Extend the GRUB check to cover both i386 and x86_64 when setting up the
serial console. For arm64 this still shouldn't be needed and the
defaults worked so far.
2022-08-30 17:10:36 +02:00
Flatcar Buildbot
4a4c44b296
Update mantle container image to latest HEAD
2022-08-30 09:26:33 +00:00
Flatcar Buildbot
4795cb5c8a
Update mantle container image to latest HEAD
2022-08-29 21:00:52 +00:00
flatcar-ci
4ec376b99d
New version: main-3346.0.0-nightly-20220829-2100
2022-08-29 21:00:31 +00:00
Sayan Chowdhury
11e3f9fa72
Merge pull request #2119 from flatcar-linux/sayan/update-shadow-4.12.2
...
sys-apps/shadow: Sync with Gentoo upstream; updates to 4.12.3
2022-08-29 21:07:36 +05:30
Mathieu Tortuyaux
9bc6270a14
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-08-29 11:11:27 +02:00
Mathieu Tortuyaux
0de477a949
coreos-base/coreos-init: bump commit ID
...
this pulls the wireguard exclusion from systemd-networkd management on
VMWare.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-08-29 11:08:58 +02:00
Sayan Chowdhury
25bf8d60c4
sys-apps/shadow: Add the CVE for shadow 4.12.3
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-08-26 20:17:29 +05:30
Sayan Chowdhury
a48628c1e3
sys-apps/shadow: Add the changelog for shadow 4.12.3
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-08-26 20:17:27 +05:30
Flatcar Buildbot
f05275612e
sys-kernel: Upgrade Kernel 5.15.62 to 5.15.63
2022-08-26 07:28:33 +00:00
Dongsu Park
94b296e9a2
sys-apps/shadow: Apply Flatcar modifications
...
- Carry over our custom tmpfiles and securetty files
- Remove /etc files and install them to /usr, use tmpfiles
- Switch /etc/login.defs edits to /usr/share/shadow/login.defs
- Drop moving passwd out of /usr since we don't have split-usr
- Drop pkg_postinst
2022-08-26 02:38:56 +05:30
Sayan Chowdhury
ecf9249a70
sys-apps/shadow: Sync with Gentoo upstream; updates to 4.12.3
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-08-26 02:38:52 +05:30
flatcar-ci
e6f78f5117
New version: main-3342.0.0-nightly-20220825-2100
2022-08-25 21:00:33 +00:00
Dongsu Park
32d9c36a6f
Merge pull request #353 from flatcar-linux/dongsu/gnutls-3.7.7
...
net-libs/gnutls: update to 3.7.7
2022-08-25 16:47:24 +02:00
Dongsu Park
e640b6c1a4
changelog: add security changelog for open-vm-tools 12.1.0
2022-08-25 08:42:11 +02:00
Flatcar Buildbot
defa66028c
Update mantle container image to latest HEAD
2022-08-24 21:00:43 +00:00
flatcar-ci
ab4406f054
New version: main-3341.0.0-nightly-20220824-2100
2022-08-24 21:00:27 +00:00
Krzesimir Nowak
a218ea3d75
Merge pull request #349 from flatcar-linux/krnowak/glib-update
...
glib update
2022-08-24 15:51:15 +02:00
Krzesimir Nowak
23f7a7ac62
Merge pull request #348 from flatcar-linux/krnowak/boost-update
...
boost update
2022-08-24 15:48:52 +02:00
Dongsu Park
0cc5999ce8
changelog: add changelog for gnutls 3.7.7
2022-08-24 13:48:12 +02:00
Dongsu Park
c07d92e1b3
net-libs/gnutls: update to 3.7.7
...
Update net-libs/gnutls to 3.7.7 mainly to address CVE-2022-2509.
2022-08-24 13:45:37 +02:00
Flatcar Buildbot
c4f1d578b5
app-emulation: Upgrade open-vm-tools 12.0.5 to 12.1.0
2022-08-24 07:19:46 +00:00
flatcar-ci
2227d2a7f8
New version: main-3340.0.0-nightly-20220823-2100
2022-08-23 21:00:23 +00:00
Krzesimir Nowak
3e25e23ae4
sys-auth/sssd: Apply Flatcar modifications
...
- Make BDEPEND independent from DEPEND (The `BDEPEND` is a
build-time requirement, so it should not be included in the whole
`DEPEND` list. If it does, an installation of `sys-auth/sssd`
causes other dependencies to be installed not only in the
`/build`, but also under the SDK. That's not what we want, so we
need to exclude `BDEPEND` from the list.)
- Move runstatedir option from configure to make (Now that the
upstream sssd 2.3.1 does not support `--runstatedir` option from
its configure script, we need to remove the option, to unblock the
configure issue like `unrecognized option --runstatedir`. Instead
we need to pass `runstatedir=` to emake commands.)
- Disable realm check for nsupdate (At the moment bind-tools does
not enable `gssapi`, so its `nsupdate` tool is also not able to
run `realm` command. As a result, configure script of `sssd` fails
when running `echo realm | nsupdate`, like `syntax error`.
To avoid such issues, we need to disable the nsupdate check for
now. After we could enable `gssapi` for the SDK correctly, we can
bring back the nsupdate check in the future.)
- Add patch for CVE-2021-3621
- Set the conf dir path explicitly (Without passing the
--with-systemdconfdir flag, the configure script will query
pkg-config for the directory itself. In the cross-compilation
setup that we have, this will result in a path sysroot prepended
to the path twice. systemd.eclass has a workaround for this issue,
but it does not provide an elegant getter of the system
configuration directory, thus we call `_systemd_get_dir`
ourselves.)
- Make it compatible with newer python versions.
- Fix samba version detection by exporting the CPP variable. For
some reason it was empty after the toolchain updates.
2022-08-23 16:01:46 +02:00
Krzesimir Nowak
a9747570bd
sys-auth/sssd: Clean slate to reapply our changes
2022-08-23 16:01:46 +02:00
Krzesimir Nowak
c6683a158e
sys-devel/make: Apply Flatcar modifications
2022-08-23 16:01:46 +02:00
Krzesimir Nowak
7dbd5615d1
sys-devel/make: Copy from portage-stable
2022-08-23 16:01:46 +02:00
Krzesimir Nowak
66b8c112f7
sys-libs/glibc: Apply Flatcar modifications
...
- take care of nscd.conf via tmpfiles, add files/nscd-conf.tmpfiles.
- don't run sanity checks in pkg_pretend to prevent gcc checks when
only the binary package is installed.
- comment out 'dostrip -x' to force the OS image binaries to be stripped
- remove everything glibc wants to put under /etc since we use
baselayout to provide that
2022-08-23 16:01:22 +02:00
Krzesimir Nowak
26475e5ebf
sys-libs/glibc: Sync with Gentoo
...
It's from Gentoo commit 77cec48da70c6d6424ed6dba4357dd8eacd262c2.
2022-08-23 15:59:08 +02:00
Krzesimir Nowak
5b7f8b1525
profiles: Add accept keywords for sys-devel/crossdev
2022-08-23 15:59:08 +02:00
Krzesimir Nowak
fd214759a9
app-torcx/docker: Bump dev-libs/libltdl dependency
2022-08-23 15:59:08 +02:00
Krzesimir Nowak
5089a6ee6e
profiles: Drop accept_keywords for sys-libs/zlib
...
The updated package is stable for both amd64 and arm64.
2022-08-23 15:59:08 +02:00
Krzesimir Nowak
93e861952f
coreos-config: Drop fixes for sys-devel/gettext
...
Let's see if they are still necessary.
2022-08-23 15:59:08 +02:00
Krzesimir Nowak
6fdfa61738
profiles: gcc sanitize should be working on arm64 too
...
Let's check if this is the case.
2022-08-23 15:59:08 +02:00
Krzesimir Nowak
60cfb42af6
coreos/config: Drop flex fixes
...
Let's see if there are still problems with bootstrapping.
2022-08-23 15:59:08 +02:00
Krzesimir Nowak
864ea5fd61
coreos/config: Drop libtool fixes
...
These seem to be quite old and most likely not needed any more. Let's
see if it's true, otherwise this commit will be reverted.
2022-08-23 15:59:08 +02:00
Krzesimir Nowak
d458f790fd
coreos/config: Drop unnecessary fix for perl
...
We just updated dev-lang/perl to a version that contains the fix.
2022-08-23 15:59:08 +02:00
Krzesimir Nowak
4c8cd9ffe6
profiles: Drop sys-libs/binutils-libs from accept_keywords
...
The updated package is stable for both amd64 and arm64.
2022-08-23 15:59:08 +02:00
Krzesimir Nowak
3e0a85a6f0
profiles: Drop sys-devel/binutils from accept_keywords
...
The updated package is stable for both amd64 and arm64.
2022-08-23 15:59:08 +02:00
Mathieu Tortuyaux
87eaf07fb2
Merge pull request #2110 from EhsanLunar/patch-1
...
Flatcar support for EKS on versions above 1.21
2022-08-23 15:47:09 +02:00
Dongsu Park
94254df06c
Merge pull request #2109 from flatcar-linux/cacerts-3.82-main
...
Upgrade ca-certificates in main from 3.81 to 3.82
2022-08-23 13:25:21 +02:00
Krzesimir Nowak
c70d1f2d6e
changelog: Add entries
2022-08-23 12:24:54 +02:00
Ehsan Assgari
050c0cf8e5
Update changelog/bugfixes/2022-08-22-eks-support-for-versions-above-1.21.md
...
Co-authored-by: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
2022-08-22 17:07:33 +02:00
Ehsan Assgari
d58ef937d9
Create 2022-08-22-eks-support-for-versions-above-1.21.md
2022-08-22 15:57:43 +02:00
Krzesimir Nowak
ed22213147
sys-devel/make: Move to overlay
2022-08-22 15:38:47 +02:00
Krzesimir Nowak
f9f9c47827
eclass/alternatives: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:47 +02:00
Krzesimir Nowak
d9267f639c
eclass/autotools: Sync with Gentoo
...
It's from Gentoo commit ba3706b867f7a64d4297a7a7835608ab0745b178.
2022-08-22 15:38:47 +02:00
Krzesimir Nowak
0b1fe2e7a3
eclass/git-r3: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:47 +02:00
Krzesimir Nowak
55b9db4c04
eclass/java-utils-2: Sync with Gentoo
...
It's from Gentoo commit e07cc058266208181d4db5e7d0629984e43cac61.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
ee94424b9c
eclass/java-pkg-opt-2: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
739e3d0c17
eclass/prefix: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
272aecc466
eclass/pax-utils: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
efa811f476
eclass/toolchain: Sync with Gentoo
...
It's from Gentoo commit dc072cee06f52faf285a1b94e5db68eb78f07719.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
9828aaf6e7
eclass/multilib-build: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
f93ba14494
eclass/multilib-minimal: Sync with Gentoo
...
It's from Gentoo commit fc315af9b669cc506f49fc659a3f7c1f24b19cac.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
ef90f5f0bb
eclass/verify-sig: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
e5aa53ef82
eclass/gnuconfig: Sync with Gentoo
...
It's from Gentoo commit a1a498f47f0568471f944df8a96732c4dd8f6287.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
6d8c8b22d1
eclass/libtool: Sync with Gentoo
...
It's from Gentoo commit 04040326aedc27bd5a8fbe4788ee81c853bbe8d8.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
a7e3686f26
eclass/multilib: Sync with Gentoo
...
It's from Gentoo commit e1eb91c12a960f0a817a10bd628a34da1b692571.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
09226756b2
eclass/toolchain-funcs: Sync with Gentoo
...
It's from Gentoo commit d88cfb2be7d35049de49f557472cbf68331e4ef0.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
99e1ad5b6f
eclass/flag-o-matic: Sync with Gentoo
...
It's from Gentoo commit 1c907885fa271f0077f7c4ed03f44619b2350e5c.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
18aa6014c2
sys-libs/binutils-libs: Sync with Gentoo
...
It's from Gentoo commit 56005eafb49d95970e403593e2c59e6866c3817e.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
0cf93362b2
dev-util/pkgconf: Sync with Gentoo
...
It's from Gentoo commit bf8979c5ddb6621f77aa755201b4abefa389d1b0.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
55b48e5eea
virtual/pkgconfig: Sync with Gentoo
...
It's from Gentoo commit 39af4fb5f1f539e25e23796c43e840d248c3158c.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
3f86875624
virtual/libcrypt: Sync with Gentoo
...
It's from Gentoo commit a955d7fdcca04b3ae9d14d8c3c289bbd2c3187bc.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
a3ef8794a7
app-arch/bzip2: Sync with Gentoo
...
It's from Gentoo commit 86a0bcad235a50769229075c60b15f410d9dba50.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
3784f16cee
dev-libs/libltdl: Sync with Gentoo
...
It's from Gentoo commit dd507c0c30e4132d69e1cd9375b8fddc844c787e.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
aaf2b6a083
app-portage/portage-utils: Sync with Gentoo
...
It's from Gentoo commit 8471895f5b839fe8290e5d7f730c0fbdc25ddf1c.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
26999cbc2c
sys-apps/gentoo-functions: Sync with Gentoo
...
It's from Gentoo commit ad5de0d0d345cde9d744af48be0f348f1f572e6f.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
89a003ea4d
sys-libs/zlib: Sync with Gentoo
...
It's from Gentoo commit bcce32837a9006d4110f70de52323b7d7ca36a61.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
c4ff89a1a5
virtual/yacc: Sync with Gentoo
...
It's from Gentoo commit 35ef14ce2933397203c0df748676ff1305cd6d19.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
8c7a7cbc30
sys-apps/help2man: Sync with Gentoo
...
It's from Gentoo commit cb104ba1b28bfe1b96510fa502cdf3d31de31e4d.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
609249ec8a
dev-lang/perl: Sync with Gentoo
...
It's from Gentoo commit 9b1e67ec136a6180a3c634e4b1790b840de74b99.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
deaa4976d3
sys-devel/patch: Sync with Gentoo
...
It's from Gentoo commit 47727092aa95415b850243205894ceb2ea0642fc.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
c0180a85ce
sys-devel/m4: Sync with Gentoo
...
It's from Gentoo commit eb58f603e3711cf4b0c1e598b561f8df66891be3.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
de96673fc4
sys-devel/gcc-config: Sync with Gentoo
...
It's from Gentoo commit 011cfc23f7703b70afd1766dac1a72766109dffc.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
092bb76674
sys-devel/binutils-config: Sync with Gentoo
...
It's from Gentoo commit f949f1350ced61c4026b399f356a36493024d7d2.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
9c1eaf39a0
sys-devel/autoconf-archive: Sync with Gentoo
...
It's from Gentoo commit 2ef805bc6002022f565d60469561fbb67b203c4f.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
ec6e5ae93b
sys-devel/make: Sync with Gentoo
...
It's from Gentoo commit 2f57d1e86732ff5160de52e92584363cc0e256cb.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
3ef6d66fa4
sys-devel/libtool: Sync with Gentoo
...
It's from Gentoo commit 8e012bd971b2c46b020153d43a32571319dd7dcb.
2022-08-22 15:38:42 +02:00
Krzesimir Nowak
a49e8e6035
sys-devel/gnuconfig: Sync with Gentoo
...
It's from Gentoo commit 57c55b6e2bacfc5af986df9639d92bc7ddce3127.
2022-08-22 15:38:42 +02:00