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

feat: bump dependencies #638

Merged
merged 1 commit into from
Dec 23, 2022
Merged

feat: bump dependencies #638

merged 1 commit into from
Dec 23, 2022

Conversation

smira
Copy link
Member

@smira smira commented Dec 22, 2022

Package Update Change
git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git major 20221109 -> 20221214
containerd/containerd patch v1.6.12 -> v1.6.14
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git patch 5.15.82 -> 6.1.1
https://git.tukaani.org/xz.git minor v5.2.9 -> 5.4.0
https://github.com/ipxe/ipxe.git digest 563bff4 -> d879c8e
NDIVIA major 515.65.01 -> 525.60.13

DRBD disabled until they have a version compatible with Linux 6.1, or we could use in-tree DRBD (not sure which version is that ??)

Signed-off-by: Andrey Smirnov andrey.smirnov@talos-systems.com

@smira smira force-pushed the bump-deps-12-22 branch 2 times, most recently from e1a8e4b to 2d6a41c Compare December 22, 2022 16:17
@smira
Copy link
Member Author

smira commented Dec 22, 2022

drbd 9.2.1 build seems to be broken:



#84 8.414 /tmp/build/0/drbd/drbd_state.c: In function 'twopc_retry_timeout':
--
45765 | #84 8.417 /tmp/build/0/drbd/drbd_state.c:4504:27: error: implicit declaration of function 'prandom_u32'; did you mean 'prandom_u32_max'? [-Werror=implicit-function-declaration]
45766 | #84 8.417  4504 \|                 timeout = prandom_u32() % timeout;
45767 | #84 8.417       \|                           ^~~~~~~~~~~
45768 | #84 8.417       \|                           prandom_u32_max
45769 | #84 8.484 /tmp/build/0/drbd/drbd_transport_tcp.c: In function 'dtt_wait_for_connect':
45770 | #84 8.484 /tmp/build/0/drbd/drbd_transport_tcp.c:642:19: error: implicit declaration of function 'prandom_u32'; did you mean 'prandom_u32_max'? [-Werror=implicit-function-declaration]
45771 | #84 8.484   642 \|         timeo += (prandom_u32() & 1) ? timeo / 7 : -timeo / 7; /* 28.5% random jitter */
45772 | #84 8.484       \|                   ^~~~~~~~~~~
45773 | #84 8.484       \|                   prandom_u32_max
45774 | #84 9.368 cc1: some warnings being treated as errors

@@ -42,9 +42,6 @@ steps:
make mrproper
- |
cd /toolchain && git clone https://github.com/a13xp0p0v/kconfig-hardened-check.git
- |
patch -p1 < /pkg/patches/hardening.kconfig.patch
Copy link
Member

Choose a reason for hiding this comment

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

no more hardening patches needed?

Copy link
Member Author

Choose a reason for hiding this comment

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

this was called confusingly, but it patched Kconfig to make hardening checks pass :-D so it's actually better now than it was

@smira
Copy link
Member Author

smira commented Dec 22, 2022

I disabled drbd build for now :(

@smira
Copy link
Member Author

smira commented Dec 22, 2022

@smira smira force-pushed the bump-deps-12-22 branch 2 times, most recently from feb703b to ab637e2 Compare December 22, 2022 17:42
| Package | Update | Change |
|---|---|---|
| git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git | major | `20221109` -> `20221214` |
| [containerd/containerd](https://togithub.com/containerd/containerd) | patch | `v1.6.12` -> `v1.6.14` |
| git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git | patch | `5.15.82` -> `6.1.1` |
| [https://git.tukaani.org/xz.git](https://git.tukaani.org/xz) | minor | `v5.2.9` -> `5.4.0` |
| https://github.com/ipxe/ipxe.git | digest | `563bff4` -> `d879c8e` |
| NDIVIA | major | `515.65.01` -> `525.60.13` |

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
@@ -39,7 +39,7 @@ vars:
# renovate: datasource=github-releases depName=flannel-io/cni-plugin
flannel_cni_version: v1.2.0
flannel_cni_ref: 18a3027e7d03feeb6ecdfdbc3bf254a8c8b38b04
Copy link
Member

Choose a reason for hiding this comment

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

ref needs updating

Copy link
Member Author

Choose a reason for hiding this comment

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

not sure what do you mean, seems accurate to me: flannel-io/cni-plugin@18a3027 ?

Copy link
Member Author

Choose a reason for hiding this comment

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

ah, there was no sha update, it was just extra space which got removed it looks like

@smira
Copy link
Member Author

smira commented Dec 23, 2022

/m

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.

None yet

3 participants