Skip to content

znc: Update from version 1.9.1 to 1.10.1 #6636

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

Merged
merged 15 commits into from
Jul 15, 2025
Merged

Conversation

th0ma7
Copy link
Contributor

@th0ma7 th0ma7 commented Jul 6, 2025

Description

znc: Update from version 1.9.1 to 1.10.1

Fixes #

Checklist

  • Build rule all-supported completed successfully
  • New installation of package completed successfully
  • Package upgrade completed successfully (Manually install the package again)
  • Package functionality was tested
  • Any needed documentation is updated/created

Type of change

  • Bug fix
  • New Package
  • Package update
  • Includes small framework changes
  • This change requires a documentation update (e.g. Wiki)

@th0ma7 th0ma7 linked an issue Jul 7, 2025 that may be closed by this pull request
1 task
@th0ma7
Copy link
Contributor Author

th0ma7 commented Jul 10, 2025

@hgy59 and @mreid-tt this issue may be more interesting that anticipated... if the issue really is SHA-NI hardware encryption enablement it is going to impact performance on all x64 CPU because of older intel celeron's lack of support for it. See more info #6640 (comment)

An option may be to add to our default wrapper a cpu detection and if positive do something such as:

# Disable SHA-NI hardware encryption as celeron CPU models does not support it
# https://github.com/SynoCommunity/spksrc/issues/6640
export OPENSSL_ia32cap=":~0x20000000"

Currently testing that for ZNC specifically - we'll see if it does solves the issue or not.

@hgy59
Copy link
Contributor

hgy59 commented Jul 14, 2025

@th0ma7 in the build logs I found that argon2 is built for evansport with optimization too.

We should verify that evansport works (or disable optimization at all).

@th0ma7
Copy link
Contributor Author

th0ma7 commented Jul 15, 2025

Changes and fixes now complete and testing looks good, thnx @Ansbjerg

@th0ma7 th0ma7 merged commit b3f5d59 into SynoCommunity:master Jul 15, 2025
2 checks passed
@th0ma7 th0ma7 deleted the znc-update branch July 15, 2025 20: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.

v1.10.1-26 - ZNC stoppes service
3 participants