Flatcar Buildbot
fe87daac8c
dev-python/lazy-object-proxy: Sync with Gentoo
...
It's from Gentoo commit 20a310b95d42e4ccef8eaa539c7654c39394a0cb.
2023-03-13 13:15:47 +00:00
Flatcar Buildbot
ed6a210219
dev-python/jaraco-text: Sync with Gentoo
...
It's from Gentoo commit b42858c059d9d1a052433f9e721374496daf4371.
2023-03-13 13:15:46 +00:00
Flatcar Buildbot
40c50cda5a
dev-python/inflect: Sync with Gentoo
...
It's from Gentoo commit 20a310b95d42e4ccef8eaa539c7654c39394a0cb.
2023-03-13 13:15:45 +00:00
Flatcar Buildbot
c279e4326c
dev-python/cython: Sync with Gentoo
...
It's from Gentoo commit c53da22d65ae278754b43ae3b4b92741f5fe3edd.
2023-03-13 13:15:41 +00:00
Flatcar Buildbot
b03d264615
dev-perl/libintl-perl: Sync with Gentoo
...
It's from Gentoo commit 5015f406c08d735105edc5dbeb92a030206e3075.
2023-03-13 13:15:39 +00:00
Flatcar Buildbot
e72bb577ad
dev-libs/libxslt: Sync with Gentoo
...
It's from Gentoo commit 12386ce90dfc9baaa30050c7cebc42c79f84d01f.
2023-03-13 13:15:28 +00:00
Flatcar Buildbot
5bd2d52a95
dev-libs/libnl: Sync with Gentoo
...
It's from Gentoo commit aba209886d59ced153de7895438ecc3256b6fbb9.
2023-03-13 13:15:25 +00:00
Flatcar Buildbot
aedf8f1909
dev-libs/libltdl: Sync with Gentoo
...
It's from Gentoo commit 99540c9e8affde6208899673ee9c0596e22e09e7.
2023-03-13 13:15:25 +00:00
Flatcar Buildbot
e362f9d00f
dev-libs/gobject-introspection-common: Sync with Gentoo
...
It's from Gentoo commit 2c88ed9d5f36e6e05f61173d1ecf150e2a6a52dc.
2023-03-13 13:15:22 +00:00
Flatcar Buildbot
7a9a81af5b
dev-libs/gobject-introspection: Sync with Gentoo
...
It's from Gentoo commit 105ae1721863fa09e75e5659bbe29d49f2e77039.
2023-03-13 13:15:22 +00:00
Flatcar Buildbot
2e5de95970
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit 0e2507b78c90588db8a97b7842f082915209d7a2.
2023-03-13 13:15:22 +00:00
Flatcar Buildbot
099bb69e3c
dev-libs/elfutils: Sync with Gentoo
...
It's from Gentoo commit 54baf36e57874343d1e0910586e6cbf3db7bec87.
2023-03-13 13:15:21 +00:00
Flatcar Buildbot
a840b06d2d
dev-lang/python: Sync with Gentoo
...
It's from Gentoo commit ba2987d9eab5e8e8f78ad0fe88f893aad3c10807.
2023-03-13 13:15:15 +00:00
Flatcar Buildbot
e5c58aa361
app-shells/bash-completion: Sync with Gentoo
...
It's from Gentoo commit 90e21f91513d9770e65c125b1415ab69b039b2ef.
2023-03-13 13:15:06 +00:00
Flatcar Buildbot
46125016b5
app-portage/portage-utils: Sync with Gentoo
...
It's from Gentoo commit 14a07eb230f0b23ad5d4d1f1825ccd5496b09bb5.
2023-03-13 13:15:06 +00:00
Flatcar Buildbot
ecbaed1645
app-emulation/qemu-guest-agent: Sync with Gentoo
...
It's from Gentoo commit a995e12397c3b9e7fcee49b21875f6ec74d11d69.
2023-03-13 13:15:04 +00:00
Flatcar Buildbot
57d21aaf8b
app-emulation/qemu: Sync with Gentoo
...
It's from Gentoo commit 25016a2d27ade1c95fac6018c6fbe33ca5909347.
2023-03-13 13:15:04 +00:00
Flatcar Buildbot
6a347bb760
app-editors/vim-core: Sync with Gentoo
...
It's from Gentoo commit 4107569394f4710e79bd17841c9d2f0f6881e57d.
2023-03-13 13:15:04 +00:00
Flatcar Buildbot
0549c6cee5
app-editors/vim: Sync with Gentoo
...
It's from Gentoo commit 1d4c8dd11eaf466cfd5d5bdb633573b12b48153d.
2023-03-13 13:15:03 +00:00
Flatcar Buildbot
c435a8a71e
app-arch/ncompress: Sync with Gentoo
...
It's from Gentoo commit 89d134ea0b12098601e6d41da667f156bd7a0055.
2023-03-13 13:14:59 +00:00
Flatcar Buildbot
82626de06d
app-arch/libarchive: Sync with Gentoo
...
It's from Gentoo commit d51663a8453424cd5c57800066309e48a16361bd.
2023-03-13 13:14:59 +00:00
Flatcar Buildbot
171f2c0260
app-alternatives/awk: Sync with Gentoo
...
It's from Gentoo commit 216f39ea557e3950aa4d0c174f36df737afcb5fe.
2023-03-13 13:14:56 +00:00
Krzesimir Nowak
6fce845a48
changelog: Add entries
2023-03-09 14:51:54 +01:00
Thilo Fromm
ed540046f5
scripts/bootstrap: Apply Flatcar modifications
...
- 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>
Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
2023-03-02 17:39:56 +01:00
Krzesimir Nowak
d2dea5545b
scripts: Sync with Gentoo
...
It's from Gentoo commit 991727070a928a03481303ed5b0a571534853445.
2023-03-02 17:39:56 +01:00
Krzesimir Nowak
8eb68e4e68
.github: Add sys-apps/texinfo to packages list
2023-03-02 17:39:56 +01:00
Krzesimir Nowak
3d830272f9
sys-apps/texinfo: Add from Gentoo
...
It's from Gentoo commit b072cfaeb12a28b977754564d1817463cfc8ffae.
Moved from coreos-overlay.
2023-03-02 17:39:56 +01:00
Krzesimir Nowak
6cbdb3e845
.github: Update packages list
...
Add or remove some packages we have updated or dropped with the weekly
updates.
Also drop sys-power/iasl, we don't have it any more.
2023-03-02 17:39:56 +01:00
Krzesimir Nowak
bee582760d
dev-python/platformdirs: Add from Gentoo
...
It's from Gentoo commit aa8c011f5376ea3b6cef77580bd630b4bcfc0548.
2023-03-02 17:39:56 +01:00
Krzesimir Nowak
b888d3fc63
dev-python/appdirs: Drop unnecessary package
...
Used to be a dependency of dev-python/setuptools before it was
updated.
2023-03-02 17:39:56 +01:00
Krzesimir Nowak
125a5a8b0e
net-libs/nghttp2: Sync with Gentoo
...
It's from Gentoo commit 9c0432bbae303f86f8142cf42b17334aff77140e.
2023-03-02 17:39:56 +01:00
Krzesimir Nowak
f2efb6e7cc
app-text/sgml-common: Sync with Gentoo
...
It's from Gentoo commit 4af109f34b5bf97f25e6cdec6c292ab2599b6c65.
2023-03-02 17:39:56 +01:00
Krzesimir Nowak
8bae1ce374
app-text/docbook-xsl-stylesheets: Sync with Gentoo
...
It's from Gentoo commit 03677f912ed3fd5e02cbbbb2c9f37940d87d6c97.
2023-03-02 17:39:56 +01:00
Krzesimir Nowak
5846ab83ca
app-text/docbook-xsl-ns-stylesheets: Add from Gentoo
...
It's from Gentoo commit c17701cef3dafad58a8a1a978ff5d585974abf0a.
2023-03-02 17:39:56 +01:00
Krzesimir Nowak
8940bae85c
app-text/docbook-xml-dtd: Sync with Gentoo
...
It's from Gentoo commit 2056068fe7a93194be30b4504b0dd4960225b033.
2023-03-02 17:39:56 +01:00
Krzesimir Nowak
002470aef3
app-text/build-docbook-catalog: Sync with Gentoo
...
It's from Gentoo commit 91d9ac680f3c80df288a607f31c6bd188d501a2c.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
514251d8d5
virtual/pkgconfig: Sync with Gentoo
...
It's from Gentoo commit 9c70ade482350595ea273b4b00545a7a23d3e42d.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
4111b92659
sys-libs/binutils-libs: Sync with Gentoo
...
It's from Gentoo commit e590be61f6ea99840e520c931d1b7158548087ef.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
52f8bd7dfb
sys-kernel/linux-headers: Sync with Gentoo
...
It's from Gentoo commit 49d659b4c11e9d3955f13d8c98b4ef8544e4117d.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
4dfbc20204
sys-devel/patch: Sync with Gentoo
...
It's from Gentoo commit 383d8ccf52fefc0f320882e73424a61cc6ceca6e.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
c27a6d18c5
sys-devel/gnuconfig: Sync with Gentoo
...
It's from Gentoo commit 7d94f84a03f472a3ea8513c105c743f4bc64f4bc.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
987d23cee7
sys-devel/gettext: Sync with Gentoo
...
It's from Gentoo commit 708a5eb5bbffb026c0e6097a20987797122aa07d.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
7e06ebdc30
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit db2110a4dcd7e99e00afd41429b94f4fe67e36fb.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
43e0e07dc1
sys-devel/flex: Sync with Gentoo
...
It's from Gentoo commit 7ff3874a1a6ea59ad3ea195b66921b7e332f2f4d.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
4305b666c6
sys-devel/crossdev: Sync with Gentoo
...
It's from Gentoo commit 27bd73e1860c85f68ba5353eec6b88bafbe615a2.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
3a73fdd26a
sys-devel/binutils: Sync with Gentoo
...
It's from Gentoo commit 07d598347c2a311c91eacd4303e0517cf0a127c3.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
9a20113257
sys-devel/autoconf-archive: Sync with Gentoo
...
It's from Gentoo commit 92d13a6c5aee33c11fcfcb71adda551ffd79626f.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
c6add7cbee
sys-apps/portage: Sync with Gentoo
...
It's from Gentoo commit ec6eec4ea23359cc040b1a0875c67515400f0035.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
f3c573b172
sys-apps/less: Sync with Gentoo
...
It's from Gentoo commit 1812c4a4ebafcc691905a05ff3e37b433ee093ca.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
49ee0601e4
sys-apps/i2c-tools: Sync with Gentoo
...
It's from Gentoo commit 33e06973dd9d1c5f2878f7019fc1699e014668b7.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
4e7d98f85f
sys-apps/gawk: Sync with Gentoo
...
It's from Gentoo commit a0e668ea8d03e81c6b233097c57728680db678d9.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
a300b45106
sys-apps/findutils: Sync with Gentoo
...
It's from Gentoo commit d2ef800da5803e21b6ea91b94281291f5e253d87.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
11e43a9b59
sys-apps/file: Sync with Gentoo
...
It's from Gentoo commit 24d43d252387be846c4cae6014aa74bbf1f1d90e.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
a377d6e388
sys-apps/diffutils: Sync with Gentoo
...
It's from Gentoo commit 73ef85b71ec2ad54dca85bca7730fb2acafba1e3.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
b52b7d92ec
profiles: Sync with Gentoo
...
It's from Gentoo commit 88ea8f2f6d716e3c6494427ef1654ee9a6fe1950.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
4f174bc243
net-misc/wget: Sync with Gentoo
...
It's from Gentoo commit 96f4f38724c8e195bc90d580d80a7761fb653e73.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
68266fe17c
net-misc/rsync: Sync with Gentoo
...
It's from Gentoo commit 31d1d800ca00a944d68e066e84a3e3674e6561d8.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
fd34f7c94e
net-misc/iputils: Sync with Gentoo
...
It's from Gentoo commit 399ba45c0b34222d67890c6c4998d89e65d5c293.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
7d3af03ee4
net-misc/iperf: Sync with Gentoo
...
It's from Gentoo commit db44c1b14d94a17ec374724ca97cdc0db6afa3a8.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
a4adac3a61
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit 6b3e4a4fb0e7658dcaaae0dcc3592d36757cd08f.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
c3332c105a
net-libs/gnutls: Sync with Gentoo
...
It's from Gentoo commit 17dc63e8ecc0536c9b6a5607a903e93a5f173b07.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
f33b1a7b74
net-dns/bind-tools: Sync with Gentoo
...
It's from Gentoo commit 154e1d99cf44f004e016924a861c73dca2d0a085.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
c1843447fc
eclass/verify-sig: Sync with Gentoo
...
It's from Gentoo commit 014a26bb2e7e746cbd4a474a3d84075132b6c916.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
365938ba6b
eclass/toolchain: Sync with Gentoo
...
It's from Gentoo commit 9e51c9704162d07ab528179c4c3b05f36f1f21b3.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
359e32977b
eclass/toolchain-funcs: Sync with Gentoo
...
It's from Gentoo commit 37fc81a57e3ce42fc3059354ad26a8c257ce1851.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
a10de3dd0d
eclass/pypi: Sync with Gentoo
...
It's from Gentoo commit 12783bf82788b83a015afa21f6f9941e5f8b4d50.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
a2bafdca65
eclass/java-utils-2: Sync with Gentoo
...
It's from Gentoo commit 0a249fb08e3a498b459e827dd9359509510cf139.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
d9b8787c8e
eclass/java-pkg-opt-2: Sync with Gentoo
...
It's from Gentoo commit 5f32171c981e5d65ab8b39706e67db5d4fb5c222.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
4e676ea9fc
eclass/distutils-r1: Sync with Gentoo
...
It's from Gentoo commit 460987b8f0458a2f5102ad3bffc646bf9b492954.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
ffca9d31bc
eclass/desktop: Sync with Gentoo
...
It's from Gentoo commit 09bd9a6b88693fa010b3b8e05c661d6cdd289275.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
d551ece732
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit 336ac0d431e22059a2cb964ae2a9d91a966e6102.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
2910aab841
dev-util/strace: Sync with Gentoo
...
It's from Gentoo commit dc003655de74e386aea7c99e572396a185b9d94e.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
ce27af9aee
dev-util/pkgconf: Sync with Gentoo
...
It's from Gentoo commit 63ac18f5f22842a2124b95bdd334af631a3be5b7.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
2d7a9c4c2e
dev-util/perf: Sync with Gentoo
...
It's from Gentoo commit f1441f011624a20d2cafb3055e9630e949c47247.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
7639310e39
dev-util/meson: Sync with Gentoo
...
It's from Gentoo commit 98e0d1bcd1e51dd7641f83d05084f07326382122.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
fe1880ec7a
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit 4679ac73af5bcd210ee6f220ff7234397a078ca7.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
8f45fc3d8e
dev-util/gdbus-codegen: Sync with Gentoo
...
It's from Gentoo commit 2d9a488da120974561c7406bcfb4b0fb5396fd48.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
12466ffc7e
dev-util/cmake: Sync with Gentoo
...
It's from Gentoo commit 4c8f5011fbdac1fa6471dd2a7c63d315380e3ff4.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
97dbf53633
dev-util/b2: Sync with Gentoo
...
It's from Gentoo commit 2532659389b878a296a487663d21f8c3396dd3c7.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
f5aec429d2
dev-python/typing-extensions: Sync with Gentoo
...
It's from Gentoo commit 9fab0d32287c20ac44b631f27c8be6b8603cef18.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
36993fe0a3
dev-python/setuptools: Sync with Gentoo
...
It's from Gentoo commit d0ab2d5d948ee25e70a0d89dc049b5e82a940b03.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
2d17ae9674
dev-python/pydantic: Sync with Gentoo
...
It's from Gentoo commit 8af156b342d84c8928e4b27dbad50c66cfb2ec45.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
7e12dca745
dev-python/packaging: Sync with Gentoo
...
It's from Gentoo commit 50989230d51ad9ea16693fd501135262585cc45f.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
865ba7d43a
dev-python/markupsafe: Sync with Gentoo
...
It's from Gentoo commit e96c85a59cd9b3af0e611aa67ac39c826c8eb44b.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
e79da14c34
dev-python/lazy-object-proxy: Sync with Gentoo
...
It's from Gentoo commit ee467d02f647bd2aec4115926a4af1a667987838.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
cb9384e343
dev-python/jaraco-text: Sync with Gentoo
...
It's from Gentoo commit 5261df7ad45c6d1ae530864ea340dff8dbe901d1.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
a6d1437064
dev-python/jaraco-functools: Sync with Gentoo
...
It's from Gentoo commit 6a3acdd9fdc4fe7612cdc937361be51babaff9b7.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
5ae3d01a4c
dev-python/jaraco-context: Sync with Gentoo
...
It's from Gentoo commit ce3a0818f43b0f05ca229f067046c0fc30a38696.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
5f98e84fdd
dev-python/cython: Sync with Gentoo
...
It's from Gentoo commit ee1d3100795dbc051702f7015a57ea8f1361e8ef.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
186f96d691
dev-python/autocommand: Sync with Gentoo
...
It's from Gentoo commit cc839ca8c6b26d521a8ad62297d891806020203b.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
10915f6adf
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit 8ff77f62d7b7603d740055db020ed70dda1842dd.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
4691c2a57b
dev-lang/python: Sync with Gentoo
...
It's from Gentoo commit 95b49e4a927881dbb553ac42fe71682204b83eb3.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
5110899eb5
dev-db/sqlite: Sync with Gentoo
...
It's from Gentoo commit f6fcc182183c9a3b6b9862b9ef0d8143b5bbc3fc.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
35d9016575
app-portage/portage-utils: Sync with Gentoo
...
It's from Gentoo commit 1fa248843038ffe79d7fce8b51e7f16c65667c7e.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
faf7b54f97
app-emulation/qemu: Sync with Gentoo
...
It's from Gentoo commit 7e648ec4592e45730aefc986e949b73aefffdf8d.
2023-03-02 17:39:56 +01:00
Flatcar Buildbot
87dce79dcb
app-editors/vim-core: Sync with Gentoo
...
It's from Gentoo commit a4f2416942e37d1d36010075d4ba260e56c55a0f.
2023-03-02 17:39:55 +01:00
Flatcar Buildbot
ca37a7f7e4
app-editors/vim: Sync with Gentoo
...
It's from Gentoo commit 74452a36706a863199b817ea063d074efd187159.
2023-03-02 17:39:55 +01:00
Flatcar Buildbot
d319865fc6
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit 2f33ba438f74acbe975a644c7979be5d9e09d5db.
2023-03-02 17:39:55 +01:00
Flatcar Buildbot
28aaee50c4
app-arch/tar: Sync with Gentoo
...
It's from Gentoo commit eacad90fa57f3074a69840043803c32c658c6982.
2023-03-02 17:39:55 +01:00
Flatcar Buildbot
8468fb3be0
app-arch/gzip: Sync with Gentoo
...
It's from Gentoo commit 7bca765f0b608fc81db5702db39d3057c266b415.
2023-03-02 17:39:55 +01:00
Flatcar Buildbot
fc5f4c17b0
app-arch/bzip2: Sync with Gentoo
...
It's from Gentoo commit a2fb91ef324f29ae9985c9c3e4f127fd23476054.
2023-03-02 17:39:55 +01:00
Flatcar Buildbot
b9f0339fd7
app-alternatives/yacc: Sync with Gentoo
...
It's from Gentoo commit 27a62b993ed309ed0ed240ba0fef089d4cd1dddd.
2023-03-02 17:39:55 +01:00
Flatcar Buildbot
025083cb0d
app-alternatives/tar: Sync with Gentoo
...
It's from Gentoo commit 9b6950ce5f4d2643f3edf7dd20f728103bf13a77.
2023-03-02 17:39:55 +01:00
Flatcar Buildbot
d38c81e672
app-alternatives/sh: Sync with Gentoo
...
It's from Gentoo commit dca8c7d3ef96c3090f3bab5a5443565fea6fe9c7.
2023-03-02 17:39:55 +01:00
Flatcar Buildbot
69712aca78
app-alternatives/lex: Sync with Gentoo
...
It's from Gentoo commit 78a076da5d2f991c4ce818f77c2bcdcb5bd4bd87.
2023-03-02 17:39:55 +01:00
Flatcar Buildbot
98ba965386
app-alternatives/gzip: Sync with Gentoo
...
It's from Gentoo commit a7ce3e89b88f036fbb6c611838d6650f4d47feda.
2023-03-02 17:39:55 +01:00
Flatcar Buildbot
7c38af8a1b
app-alternatives/cpio: Sync with Gentoo
...
It's from Gentoo commit 2b6543e3095234c856273e60493d1a8e95a36f4c.
2023-03-02 17:39:55 +01:00
Flatcar Buildbot
d36fcff546
app-alternatives/bzip2: Sync with Gentoo
...
It's from Gentoo commit 63b4586ca3d070d9f3752eac945579fd72810b71.
2023-03-02 17:39:55 +01:00
Flatcar Buildbot
72b57bcaee
app-alternatives/bc: Sync with Gentoo
...
It's from Gentoo commit c930317fb168c5a3c037cae57cc96df9a81c3a4b.
2023-03-02 17:39:55 +01:00
Flatcar Buildbot
927f8573bd
app-alternatives/awk: Sync with Gentoo
...
It's from Gentoo commit f93ea09b462d734198264ba69ae60e1bfad69b6a.
2023-03-02 17:39:55 +01:00
Dongsu Park
2e04280471
Merge pull request #424 from flatcar/buildbot/monthly-glsa-metadata-updates-2023-03-01
...
Monthly GLSA metadata 2023-03-01
2023-03-02 17:01:57 +01:00
Kai Lueke
2bb558d6c7
changelog: remove .swp editor file
...
Was added by accident.
2023-03-02 18:48:33 +09:00
Flatcar Buildbot
f05e625d98
metadata: Monthly GLSA metadata updates
2023-03-01 07:06:57 +00:00
Sayan Chowdhury
1587991db8
Merge pull request #422 from flatcar/sayan/update-intel-microcode-20230214_p20230212
...
sys-firmware/intel-microcode: Sync with Gentoo; updates to 20230214
2023-02-24 14:03:13 +05:30
Sayan Chowdhury
782ac9296a
Merge pull request #413 from flatcar/buildbot/weekly-package-updates-2023-02-08
...
Weekly package updates 2023-02-08
2023-02-23 14:13:03 +05:30
Sayan Chowdhury
9c11608558
changelog: Add the changelog entry for intel-microcode
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-02-23 12:25:40 +05:30
Sayan Chowdhury
9afe95bc20
changelog: Add the changelog entries for the weekly updated packages
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-02-23 12:03:55 +05:30
Sayan Chowdhury
c6529c5b83
sys-firmware/intel-microcode: Sync with Gentoo
...
It's from Gentoo commit c0221699cb3e36b5bd56031703940274ed2e28a0.
2023-02-22 18:16:28 +05:30
Dongsu Park
41fd8fb160
Merge pull request #421 from flatcar/dongsu/dnsmasq-2.89
...
net-dns/dnsmasq: update to 2.89
2023-02-22 11:00:57 +01:00
Dongsu Park
e218f8a129
.github: add sys-fs/e2fsprogs to packages list
...
Add sys-fs/e2fsprogs to the packages list of weekly updates.
2023-02-22 08:57:57 +01:00
Dongsu Park
d6e8ecafeb
changelog: add changelog for e2fsprogs 1.46.6
2023-02-22 08:57:57 +01:00
Dongsu Park
ccffbb6e6d
sys-fs/e2fsprogs: update to 1.46.6
...
Update sys-fs/e2fsprogs to 1.46.6, mainly to address CVE-2022-1304.
Gentoo commit: ec82a694933ac15c812e2d0dff9ee58d1d8ee715
2023-02-22 08:57:31 +01:00
Sayan Chowdhury
6b9994a41a
.github: Add dev-libs/libuv to the package-list
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-02-21 22:28:28 +05:30
Sayan Chowdhury
c5eff83353
dev-libs/libuv: Sync with Gentoo
...
It's from Gentoo commit 0ee230b800453fe60225f424f14e717a28a9bdc9.
2023-02-21 22:28:28 +05:30
Flatcar Buildbot
98b6ad1d9c
virtual/libelf: Sync with Gentoo
...
It's from Gentoo commit 46e1c0d450726ebc2fe4cc724e70fc213d978d87.
2023-02-21 22:28:27 +05:30
Flatcar Buildbot
69e669d3a8
sys-libs/libcap: Sync with Gentoo
...
It's from Gentoo commit de9bbc107499ed1a843ce5e7597890aadbbff3e4.
2023-02-21 22:28:27 +05:30
Flatcar Buildbot
dd9cfac647
sys-kernel/linux-headers: Sync with Gentoo
...
It's from Gentoo commit 3ad39371aca6624de8c7234867ebd8f81dab3ae4.
2023-02-21 22:28:27 +05:30
Flatcar Buildbot
6cb982133c
sys-devel/patch: Sync with Gentoo
...
It's from Gentoo commit 1f1ff19f615b6568ca81c49f051e38359de1f2c0.
2023-02-21 22:28:27 +05:30
Flatcar Buildbot
b467dc7d6b
sys-devel/libtool: Sync with Gentoo
...
It's from Gentoo commit cfb6be2cca843dbf53924056bf74d626a2660e85.
2023-02-21 22:28:27 +05:30
Flatcar Buildbot
3ecb5bf74a
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit a4fc7049d963e6c1045fd65e9dfbe2d69eacea0f.
2023-02-21 22:28:27 +05:30
Flatcar Buildbot
f072fa33d4
sys-devel/crossdev: Sync with Gentoo
...
It's from Gentoo commit 8f5b8377a95de202da995b688c0aff8a1611a324.
2023-02-21 22:28:27 +05:30
Flatcar Buildbot
eeadf30b6f
sys-devel/binutils: Sync with Gentoo
...
It's from Gentoo commit 5d1e75b4126ff6760ce5d2707591cd4ea7505edb.
2023-02-21 22:28:27 +05:30
Flatcar Buildbot
46d7c01333
sys-devel/automake-wrapper: Sync with Gentoo
...
It's from Gentoo commit b520046dbc50dc7b57245fdc4108b0332a910b44.
2023-02-21 22:28:27 +05:30
Flatcar Buildbot
5e2fb595ae
sys-devel/autoconf-wrapper: Sync with Gentoo
...
It's from Gentoo commit d08bd3ca926b604cd45496db04aab7cfa44dcf15.
2023-02-21 22:28:27 +05:30
Flatcar Buildbot
d1b1109612
sys-apps/gentoo-functions: Sync with Gentoo
...
It's from Gentoo commit e66873a3b765467c70f30bf20a01e02b3f37bb03.
2023-02-21 22:28:27 +05:30
Flatcar Buildbot
606cbc8ee9
sys-apps/diffutils: Sync with Gentoo
...
It's from Gentoo commit cc023c47f0a30174d43fb940109fce5781edda95.
2023-02-21 22:28:26 +05:30
Flatcar Buildbot
2ee731f6a5
profiles: Sync with Gentoo
...
It's from Gentoo commit d407d986f56e449fd699a403ffa9138463fbe029.
2023-02-21 22:28:26 +05:30
Flatcar Buildbot
01889e4270
net-misc/iputils: Sync with Gentoo
...
It's from Gentoo commit 591ed0e276efdd24dc383db54157e819807b9a46.
2023-02-21 22:28:26 +05:30
Flatcar Buildbot
3e7ffd1fb0
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit 70e478afca6ee420e77c320a37bbb6045b6a302e.
2023-02-21 22:28:26 +05:30
Flatcar Buildbot
54a97cafe2
net-dns/bind-tools: Sync with Gentoo
...
It's from Gentoo commit 1352a480e30e215bfcea3f08e9af4d3079dbebe9.
2023-02-21 22:28:26 +05:30
Flatcar Buildbot
d8e507d69d
licenses: Sync with Gentoo
...
It's from Gentoo commit f9d3bb52b434ef9f6bf8437a9d1f06c989858989.
2023-02-21 22:28:26 +05:30
Flatcar Buildbot
8a6f8708a3
eclass/toolchain: Sync with Gentoo
...
It's from Gentoo commit 597efc1908793a77001d42ebbd96ebb07f8ee631.
2023-02-21 22:28:26 +05:30
Flatcar Buildbot
dbba02fcd7
eclass/toolchain-funcs: Sync with Gentoo
...
It's from Gentoo commit ceab713f67593524e98c4f75995860723095dec6.
2023-02-21 22:28:26 +05:30
Flatcar Buildbot
34e8f764b2
eclass/llvm: Sync with Gentoo
...
It's from Gentoo commit d27219ef714fd17289c3e645f79d45053cd95ef7.
2023-02-21 22:28:26 +05:30
Flatcar Buildbot
e32dbc868d
eclass/linux-mod: Sync with Gentoo
...
It's from Gentoo commit e6c8f5df8110ea74e30b0937db43f567004c5dd7.
2023-02-21 22:28:26 +05:30
Flatcar Buildbot
4d9f988beb
eclass/kernel-2: Sync with Gentoo
...
It's from Gentoo commit 954e5a3ea67dbc14a0ec2a7887e88f424b4a8f4d.
2023-02-21 22:28:26 +05:30
Flatcar Buildbot
0ba7e3c462
dev-util/strace: Sync with Gentoo
...
It's from Gentoo commit 16a1d2021c0f1fa5498141ed1217b8a43032f382.
2023-02-21 22:28:25 +05:30
Flatcar Buildbot
fd5711f0e1
dev-util/pkgconf: Sync with Gentoo
...
It's from Gentoo commit a8a6d230ec262834bc4c3b8cad56ff5228a3682d.
2023-02-21 22:28:25 +05:30
Flatcar Buildbot
461b679f12
dev-util/gperf: Sync with Gentoo
...
It's from Gentoo commit 857fded076aa394ed355ad8ec0de000d4cfa9194.
2023-02-21 22:28:25 +05:30
Flatcar Buildbot
f12a89242e
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit 99eeab3b0464b2b8a31ac0853ed142c7b6ef471d.
2023-02-21 22:28:25 +05:30