Skip to content

Commit

Permalink
certbot: upload patchfile with correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Feb 12, 2025
1 parent fb6ab26 commit 5f61271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions security/certbot/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ checksums rmd160 a4a993a28209f6ddb849ff658fafae49638c84b5 \
sha256 2939a248def1a8bce661f8d92f9add975108741d7d96fcbfff2936031e72930c \
size 439207


variant python39 conflicts python310 python311 python312 python313 description {Use Python 3.9} {}
variant python310 conflicts python39 python311 python312 python313 description {Use Python 3.10} {}
variant python311 conflicts python39 python310 python312 python313 description {Use Python 3.11} {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- certbot-nginx/certbot_nginx/_internal/constants.py.orig 2019-10-01 15:04:08.000000000 -0500
+++ certbot-nginx/certbot_nginx/_internal/constants.py 2019-10-22 15:26:28.000000000 -0500
--- certbot_nginx/_internal/constants.py.orig 2019-10-01 15:04:08.000000000 -0500
+++ certbot_nginx/_internal/constants.py 2019-10-22 15:26:28.000000000 -0500
@@ -1,7 +1,7 @@
"""nginx plugin constants."""
import platform
Expand Down

0 comments on commit 5f61271

Please sign in to comment.