Skip to content

Commit

Permalink
Updated to latest versions of dependencies, added OpenSSLv3.0.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
redvers committed Jan 3, 2025
1 parent 63df644 commit 0a192aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ ifeq ($(ssl),1.1.x)
PONYC_FLAGS += -Dopenssl_1.1.x
else ifeq ($(ssl),0.9.0)
PONYC_FLAGS += -Dopenssl_0.9.0
else ifeq ($(ssl),3.0.x)
PONYC_FLAGS += -Dopenssl_3.0.x
else
PONYC_FLAGS += -Dopenssl_1.1.x
endif
Expand Down
8 changes: 6 additions & 2 deletions corral.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
"deps": [
{
"locator": "github.com/ponylang/http-server.git",
"version": "0.4.1"
"version": "0.6.2"
},
{
"locator": "github.com/ponylang/crypto.git",
"version": "1.1.5"
"version": "1.2.3"
},
{
"locator": "github.com/ponylang/json.git",
"version": "0.1.0"
}
],
"info": {}
Expand Down

0 comments on commit 0a192aa

Please sign in to comment.