-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
ZNC 1.9.1 #17113
Merged
Merged
ZNC 1.9.1 #17113
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment has been minimized.
This comment has been minimized.
So fresh the CVE isn't even public yet! 😄 |
tianon
reviewed
Jul 3, 2024
Co-authored-by: Tianon Gravi <[email protected]>
tianon
approved these changes
Jul 3, 2024
This comment has been minimized.
This comment has been minimized.
Thanks for quick review! |
tianon
requested changes
Jul 3, 2024
Co-authored-by: Tianon Gravi <[email protected]>
tianon
approved these changes
Jul 3, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This time, this is the one! 😄 ❤️
Diff for 7deeb0c:diff --git a/_bashbrew-cat b/_bashbrew-cat
index a7d790c..cf89c9e 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,10 +1,10 @@
Maintainers: Alexey Sokolov <[email protected]> (@DarthGandalf)
Architectures: amd64, arm32v6, arm64v8
GitRepo: https://github.com/znc/znc-docker.git
-GitCommit: 8638ba43acaef4bff2d4d39668c1992f411230a6
+GitCommit: 14890ffcd1006eefbe0e2aeb9ea389b49eb995ce
-Tags: 1.9.0, 1.9, latest
+Tags: 1.9.1, 1.9, latest
Directory: full
-Tags: 1.9.0-slim, 1.9-slim, slim
+Tags: 1.9.1-slim, 1.9-slim, slim
Directory: slim
diff --git a/_bashbrew-list b/_bashbrew-list
index 3acec92..935989c 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,6 +1,6 @@
znc:1.9
znc:1.9-slim
-znc:1.9.0
-znc:1.9.0-slim
+znc:1.9.1
+znc:1.9.1-slim
znc:latest
znc:slim
diff --git a/znc_slim/Dockerfile b/znc_slim/Dockerfile
index 6b7f67b..c50c2e8 100644
--- a/znc_slim/Dockerfile
+++ b/znc_slim/Dockerfile
@@ -8,7 +8,7 @@ ENV GPG_KEY D5823CACB477191CAC0075555AE420CC0209989E
ARG CMAKEFLAGS="-DCMAKE_INSTALL_PREFIX=/opt/znc -DWANT_CYRUS=YES -DWANT_PERL=YES -DWANT_PYTHON=YES -DWANT_ARGON=YES"
ARG MAKEFLAGS=""
-ENV ZNC_VERSION 1.9.0
+ENV ZNC_VERSION 1.9.1
RUN set -x \
&& adduser -S znc \ Relevant Maintainers:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes CVE-2024-39844