Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual bump #84

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Manual bump #84

merged 1 commit into from
Feb 13, 2025

Conversation

daniel-noland
Copy link
Collaborator

Fix for

evaluation warning: rustPlatform.fetchCargoTarball is deprecated in favor of rustPlatform.fetchCargoVendor.
                    If you are using buildRustPackage, try setting useFetchCargoVendor = true and regenerating cargoHash.
                    See the 25.05 release notes for more information.

Fix for

```

evaluation warning: rustPlatform.fetchCargoTarball is deprecated in favor of rustPlatform.fetchCargoVendor.
                    If you are using buildRustPackage, try setting useFetchCargoVendor = true and regenerating cargoHash.
                    See the 25.05 release notes for more information.
```

Signed-off-by: Daniel Noland <[email protected]>
@daniel-noland daniel-noland mentioned this pull request Feb 13, 2025
Copy link
Contributor

Outdated packages (gnu64):

priority nix_package version_local version_nixpkgs version_upstream
13 glibc 2.40-66 2.40-66 2.41
12 libffi 3.4.6 3.4.6 3.4.7
11 binutils 2.43.1 2.43.1 2.44
11 mimalloc 2.1.8 2.1.8 3.0.1
10 isl 0.20 0.24 0.27
10 coreutils 9.5 9.5 9.6
10 pcre2 10.44 10.44 10.45
7 openssl 3.3.2 1.1.1w 3.4.1
7 openssl 3.3.2 3.3.2 3.4.1
5 xz 5.6.3 5.6.3 5.6.4
5 ncurses 6.4.20221231 6.4.20221231 6.5
5 curl 8.11.1 8.11.1 8.12.0
5 perl 5.40.0 5.40.0 5.40.1
4 sqlite 3.47.2 3.47.2 3.49.0
4 kmod 31 31 33
4 numactl 2.0.18 2.0.18 2.0.19
3 python 3.12.8 3.12.8 3.13.2
3 python 3.12.8 3.13.1 3.13.2
3 python 3.12.8 3.14.0a4 3.13.2
2 dpdk 24.11.1 24.07 24.11.1

Copy link
Contributor

Vulnerable packages (gnu64):

vuln_id url package severity version_local version_nixpkgs version_upstream package_repology sortcol classify
CVE-2024-13176 https://nvd.nist.gov/vuln/detail/CVE-2024-13176 openssl 4.1 3.3.2 3.3.2 3.4.1 openssl 2024A0000013176 err_not_vulnerable_based_on_repology
CVE-2024-9143 https://nvd.nist.gov/vuln/detail/CVE-2024-9143 openssl 4.3 3.3.2 3.3.2 3.4.1 openssl 2024A0000009143 err_not_vulnerable_based_on_repology
OSV-2024-1209 https://osv.dev/OSV-2024-1209 libxml2 2.13.5 2.13.5 2.13.5 libxml2 2024A0000001209 err_not_vulnerable_based_on_repology
OSV-2024-817 https://osv.dev/OSV-2024-817 libpcap 1.10.5 1.10.5 1.10.5 libpcap 2024A0000000817 err_not_vulnerable_based_on_repology
OSV-2024-395 https://osv.dev/OSV-2024-395 libpcap 1.10.5 1.10.5 1.10.5 libpcap 2024A0000000395 err_not_vulnerable_based_on_repology
OSV-2023-1307 https://osv.dev/OSV-2023-1307 libbpf 1.5.0 1.5.0 1.5.0 libbpf 2023A0000001307 err_not_vulnerable_based_on_repology
OSV-2023-877 https://osv.dev/OSV-2023-877 libbpf 1.5.0 1.5.0 1.5.0 libbpf 2023A0000000877 err_not_vulnerable_based_on_repology
MAL-2022-6425 https://osv.dev/MAL-2022-6425 tbb 2021.11.0 2022A0000006425 err_missing_repology_version
MAL-2022-4301 https://osv.dev/MAL-2022-4301 libidn2 2.3.7 2.3.7 2.3.7 libidn2 2022A0000004301 err_not_vulnerable_based_on_repology
OSV-2021-777 https://osv.dev/OSV-2021-777 libxml2 2.13.5 2.13.5 2.13.5 libxml2 2021A0000000777 err_not_vulnerable_based_on_repology
RUSTSEC-2019-0006 https://osv.dev/RUSTSEC-2019-0006 ncurses 6.4.20221231 6.4.20221231 6.5 ncurses 2019A0000000006 err_not_vulnerable_based_on_repology
CVE-2016-2781 https://nvd.nist.gov/vuln/detail/CVE-2016-2781 coreutils 6.5 9.5 9.5 9.6 coreutils 2016A0000002781 fix_not_available

@daniel-noland daniel-noland marked this pull request as ready for review February 13, 2025 01:21
Copy link
Member

@qmonnet qmonnet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it's OK

@qmonnet qmonnet added this pull request to the merge queue Feb 13, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 13, 2025
@qmonnet
Copy link
Member

qmonnet commented Feb 13, 2025

The self-hosted runner: lab-[xxx] lost communication with the server. Verify the machine is running and has a healthy network connection. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error.

@qmonnet qmonnet added this pull request to the merge queue Feb 13, 2025
Merged via the queue into main with commit 99a91ee Feb 13, 2025
4 checks passed
@qmonnet qmonnet deleted the pr/daniel-noland/manual-bump branch February 13, 2025 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants