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

docker image update broke patching #5

Open
d3xt3r01 opened this issue Nov 12, 2022 · 0 comments
Open

docker image update broke patching #5

d3xt3r01 opened this issue Nov 12, 2022 · 0 comments

Comments

@d3xt3r01
Copy link

d3xt3r01 commented Nov 12, 2022

# https:/jitsi/docker-jitsi-meet

# on unstable
$ docker ps --format "table {{.ID}}\t{{.Image}}"
CONTAINER ID   IMAGE
486ab7c9f866   jitsi/jvb:unstable
1ac8666947db   jitsi/jicofo:unstable
2d7de2c28631   jitsi/prosody:unstable
b0361b69d2cf   jitsi/web:unstable

# on stable
$ docker ps --format "table {{.ID}}\t{{.Image}}"
CONTAINER ID   IMAGE
3e8d5dc32b6b   jitsi/jvb:stable
b3df1bd55f03   jitsi/jicofo:stable
2fb7ada434a9   jitsi/web:stable
846d81fd3bdf   jitsi/prosody:stable

# both fail the same way

# patch -p1 -i kiwiirc-jitsi-meet-tokens.patch
patching file mod_muc_role_from_jwt.lua
patching file mod_presence_identity.lua
patching file token/util.lib.lua
Hunk #1 succeeded at 19 (offset 1 line).
Hunk #2 FAILED at 199.
Hunk #3 FAILED at 208.
Hunk #4 succeeded at 236 with fuzz 1 (offset -53 lines).
Hunk #5 FAILED at 372.
3 out of 5 hunks FAILED -- saving rejects to file token/util.lib.lua.rej
patching file util.lib.lua
Hunk #2 succeeded at 193 (offset 9 lines).
Hunk #3 succeeded at 202 with fuzz 2 (offset 7 lines).
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

No branches or pull requests

1 participant