Verified Commit f66684e9 authored by Silvio Rhatto's avatar Silvio Rhatto
Browse files

Fix: bump OpenResty to 1.25.3.2

parent 39b265aa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@

* Bump Tor to 0.4.8.13.

* Bump OpenResty to 1.25.3.2.

* Update the self-signed cert script to use SHA384 digest and the secp384r1
  curve.

+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ BuildAndCleanup() {

SetupOpenRestyVars() {
    tool="openresty"
    tool_version="1.25.3.1"
    tool_version="1.25.3.2"
    tool_signing_keys="25451EB088460026195BD62CB550E09EA0E98066" # this is the full A0E98066 signature
    tool_url="https://openresty.org/download/$tool-$tool_version.tar.gz"
    tool_sig_url="https://openresty.org/download/$tool-$tool_version.tar.gz.asc"