Skip to content

Commit

Permalink
Updated openssl to v3.4.0 and curl to v8.11.0.
Browse files Browse the repository at this point in the history
████ ███  To request new features or in case this commit breaks something for you,
████ ███  please, create a new github issue with all possible information for me,
▓███▀█▄   but never share your API Keys!
▒▓██ ███
░▒▓█ ███  Signed-off-by: Carles Tubio <[email protected]>
 _________________________________________
/ Hello, WORLD!                           \
|                                         |
\ pssst.. 1.00000000 BTC = 94346.61 EUR.  /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
  • Loading branch information
ctubio committed Nov 22, 2024
1 parent 43baf3e commit 9524f27
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ K ?= K.sh
MAJOR = 0
MINOR = 7
PATCH = 0
BUILD = 49
BUILD = 50

OBLIGATORY = DISCLAIMER: This is strict non-violent software: \n$\
if you hurt other living creatures, please stop; \n$\
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Krypto.ninja-client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export define PACKAGE_JSON
"@angular/platform-browser": "^18.2.8",
"@angular/platform-browser-dynamic": "^18.2.8",
"@angular/router": "^18.2.8",
"@types/node": "^22.7.7",
"@types/node": "^22.7.8",
"ag-grid-angular": "^32.2.2",
"ag-grid-community": "^32.2.2",
"bootstrap": "^5.3.3",
Expand Down
4 changes: 4 additions & 0 deletions src/lib/Krypto.ninja-client/www/css/bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2374,6 +2374,10 @@ div.ag-header-cell .ag-header-cell-label i {
}
.ag-cell {
padding-top: 4px;

.ag-number-field-input {
margin-top: -4px;
}
}
}

Expand Down
4 changes: 2 additions & 2 deletions src/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ HINT = This Makefile can't be used directly, consider cd ../.. before try ag
$(if $(subst 0,,${MAKELEVEL}),,$(warning $(ERR));$(error $(HINT)))

V_ZLIB = 1.3.1
V_SSL = 3.3.2
V_CURL = 8.10.1
V_SSL = 3.4.0
V_CURL = 8.11.0
V_SQL = 3470000
V_JSON = 3.11.3
V_CATCH = 2.13.10
Expand Down

0 comments on commit 9524f27

Please sign in to comment.