Commit Graph

22070 Commits

Author SHA1 Message Date
Dongsu Park
1d8ad4db03 dev-libs/openssl: update to 3.0.8-r4
Update dev-libs/openssl to 3.0.8-r4, mainly to address CVE-2023-0464,
CVE-2023-0465, CVE-2023-0466, CVE-2023-1255.

Gentoo commit: bebe8fa4ec3ef6b87551157f4e13755956936aa3
2023-05-04 08:37:58 +02:00
flatcar-ci
9e7ff133bb New version: main-3593.0.0-nightly-20230503-2100 2023-05-03 21:00:26 +00:00
Thilo Fromm
177f8854cc
Merge pull request #774 from flatcar/t-lo/test-markdown-fix-foldable-details
tapfile_helper: fix foldable details output
2023-05-03 18:06:46 +02:00
Dongsu Park
9b1e37133b changelog: add security changelog for Go 1.19.9 2023-05-03 17:47:12 +02:00
Flatcar Buildbot
3e2f430fda dev-lang/go: Update from 1.19.8 to 1.19.9 2023-05-03 15:44:09 +00:00
Dongsu Park
8d8fd0990e
Merge pull request #784 from flatcar/dongsu/gh-check-remote-branch
.github: check remote branch, add correct changelog
2023-05-03 17:39:43 +02:00
Dongsu Park
0902d3cd64 .github: add correct changelog
Changelog directory is now located under flatcar scripts, not under
coreos overlay. Fix the location to add correct changelog to the git
commit.

Also use a correct path SDK_OUTER_TOPDIR in cleanup_repo.
2023-05-03 17:37:37 +02:00
Dongsu Park
425473f11d .github: add back ready_for_review
In case of a draft PR created first, no CI gets triggered at the time.
So we should trigger CI afterwards when it is being set to a
ready_for_review state.
2023-05-03 17:37:37 +02:00
Dongsu Park
b2e55c063a .github: skip touching open PRs when the remote branch exists
To avoid noise of touching existing PRs, check first if the remote
branch already exists. If that exists, skip creating or updating the PR.
2023-05-03 17:37:34 +02:00
Dongsu Park
75461a5816 changelog: add changelog for c-ares 1.19.0 2023-05-03 14:55:33 +02:00
Dongsu Park
9ed87f8540 .github: add c-ares to portage-stable-packages-list 2023-05-03 14:51:27 +02:00
Dongsu Park
03feeb2f83 net-dns/c-ares: update to 1.19.0
Update net-dns/c-ares to 1.19.0, mainly to address CVE-2022-4904.
2023-05-03 14:50:03 +02:00
Krzesimir Nowak
81df12d1c9
Merge pull request #737 from flatcar/buildbot/weekly-portage-stable-package-updates-2023-04-24
Weekly portage-stable package updates 2023-04-24
2023-05-03 13:02:51 +02:00
Dongsu Park
c8372e39fc changelog: add changelog for openssh 9.3 2023-05-03 12:02:20 +02:00
Krzesimir Nowak
aa478a2fdd changelog: Add entries 2023-05-03 11:09:55 +02:00
Thilo Fromm
d66ab2b2c3 tapfile_helper: fix foldable details output
This change adds a "<summary>" sub-block to the "<details>" block in
markdown test reports.

The test run details output, which is used to print debug and error
messages of test runs in case of test failures, was meant to be
fold-able, aiding readability of test reports. This is implemented using
the "<details>" feature. However, we forgot to mark a "<summary>" line
within the "<details>" block, leading to the blocks not being fold-able
but instead being visible all the time.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-05-03 10:57:02 +02:00
Sayan Chowdhury
eec7dccc48 net-misc/openssh: Apply Flatcar patches
- Drop the init.d files.
- Remove the socket unit's rate limiting.
- Mark the package as stable.

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
Signed-off-by: Dongsu Park <dpark@linux.microsoft.com>
2023-05-03 10:22:54 +02:00
Dongsu Park
c45f0de8ed net-misc/openssh: update to 9.3_p1
Update net-misc/openssh to 9.3_p1, mainly to address CVE-2023-28531.

Gentoo commit: 30b24b8811c963483d996dfe66bdd9aaef8cdfd1
2023-05-03 10:22:53 +02:00
Krzesimir Nowak
979d7d0720
Merge pull request #748 from flatcar/krnowak/blocker-fix
update_chroot: Fix some non-fatal error noise
2023-05-03 09:47:53 +02:00
Krzesimir Nowak
dbe64c0131
Merge pull request #760 from flatcar/krnowak/bash-escape-parameters
ci-automation: Properly escape parameters passed to bash
2023-05-03 08:00:27 +02:00
Krzesimir Nowak
7eec9c7e5c overlay profiles: Do not install eselect stuff into generic images 2023-05-03 07:51:51 +02:00
Krzesimir Nowak
dde19b3552 overlay profiles: Do not install lua binaries in generic images
We are installing lua only for the library it provides, we don't need
the interpreter or compiler.
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
70d169e633 overlay profiles: Update accept keywords for dev-util/bpftool
The package finally got a keyword for arm64, so we don't need to
forcibly enable it for this arch.
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
6370509b68 overlay profiles: Update accept keywords for app-editors-vim{,-core} 2023-05-03 07:51:51 +02:00
Krzesimir Nowak
627438a213 overlay profiles: Drop accept keywords for app-portage/portage-utils
It became stable for arm64 too.
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
0298f48102 overlay app-torcx/docker: Relax a dep on dev-libs/libltdl
It does not need to be exactly this version, any revision should be
just as fine.
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
cb002c3466 overlay profiles: Add accept keywords for dev-libs/libxml2 2023-05-03 07:51:51 +02:00
Krzesimir Nowak
b04435096f overlay profiles: Drop accept keywords for dev-python/cython 2023-05-03 07:51:51 +02:00
Krzesimir Nowak
0e2da60edb .github: Add new packages to package automation list 2023-05-03 07:51:51 +02:00
Krzesimir Nowak
90f455d79c overlay profiles: Drop obsolete net-analyzer/nmap IUSE flags from package.use 2023-05-03 07:51:51 +02:00
Krzesimir Nowak
19853731b3 overlay profiles: Default to lua 5.3
The net-analyzer/nmap package started pulling in dev-lang/lua instead
of using the vendored copy. Thus after adding the required packages to
portage-stable, we need to set them up.
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
5f24d6fadd app-eselect/eselect-lua: Add from Gentoo
It's from Gentoo commit 06fa47c693d40e796c7ea5907970e0cc3cf2f4c7.
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
264a941f76 dev-lang/lua: Add from Gentoo
It's from Gentoo commit 6bdbc578b28bc576068247ac6a76931055532146.
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
986af6e691 overlay profiles: Updated accept keywords for net-misc/curl 2023-05-03 07:51:51 +02:00
Krzesimir Nowak
53f6b38098 overlay profiles: Update accept keywords for net-misc/rsync 2023-05-03 07:51:51 +02:00
Krzesimir Nowak
0000eebf6c overlay profiles: Add accept keywords for sys-devel/binutils 2023-05-03 07:51:51 +02:00
Krzesimir Nowak
b9b20a9c27 overlay profiles: Add accept keywords for sys-devel/gcc 2023-05-03 07:51:51 +02:00
Krzesimir Nowak
5426263865 overlay coreos/user-patches: Drop patch for sys-devel/gcc-config
We updated to version 2.10, which includes it.
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
364573897c profiles: Drop accept keywords for sys-fs/e2fsprogs
The updated package is stable for both amd64 and arm64.
2023-05-03 07:51:51 +02:00
Krzesimir Nowak
b0241a6aa6 profiles: Add accept keywords for sys-fs/multipath-tools 2023-05-03 07:51:51 +02:00
Krzesimir Nowak
b360d4767a profiles: Add accept keywords for sys-libs/binutils-libs 2023-05-03 07:51:51 +02:00
Krzesimir Nowak
f15cd647b6 virtual/perl-version: Drop unused package
It used to be pulled in by dev-perl/libintl-perl, but this package was
also dropped.
2023-05-03 07:51:51 +02:00
Flatcar Buildbot
9ea76a8c11 virtual/perl-version: Sync with Gentoo
It's from Gentoo commit 880e0771c571646372c074908c7184a7b81c5c13.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
bdf35912dc virtual/perl-IO: Sync with Gentoo
It's from Gentoo commit 731b47af303c7ab44c7923f45d087764dd093b7f.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
d1ef614279 virtual/perl-Getopt-Long: Sync with Gentoo
It's from Gentoo commit bb835070eae903ff341e9785f4b370227d116a7e.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
1fbb3bc4db virtual/perl-File-Temp: Sync with Gentoo
It's from Gentoo commit 86279f7b223d6d1d76674a233c4116e4aafa1231.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
31158312d0 virtual/perl-File-Spec: Sync with Gentoo
It's from Gentoo commit c81ab89d59c76aa25439b077c1ca4a9cbec3a4d9.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
5c7ac7ce7b virtual/perl-ExtUtils-MakeMaker: Sync with Gentoo
It's from Gentoo commit b55285f31453b3d9632b0a8578f7d13d4fc436ee.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
946e053c2c virtual/perl-Exporter: Sync with Gentoo
It's from Gentoo commit 41f4dbedc421c6bfc132db3d13396df55cc6dc54.
2023-05-03 07:51:50 +02:00
Flatcar Buildbot
80cf4a2221 virtual/perl-Carp: Sync with Gentoo
It's from Gentoo commit efeae7f1ad5ec331188ca548e3229f61bb77c83d.
2023-05-03 07:51:50 +02:00