Merge refactor

This commit is contained in:
Marcel Pociot 2023-06-02 22:47:59 +02:00
parent 47d068e6d3
commit 1b734073b0
3 changed files with 24 additions and 22 deletions

View File

@ -195,6 +195,13 @@
"openssl"
]
},
"password-argon2": {
"type": "builtin",
"arg-type": "with-prefix",
"lib-depends": [
"libargon2"
]
},
"pcntl": {
"type": "builtin",
"unix-only": true
@ -302,13 +309,6 @@
"libsodium"
]
},
"password-argon2": {
"type": "builtin",
"arg-type": "with-prefix",
"lib-depends": [
"libargon2"
]
},
"sqlite3": {
"type": "builtin",
"arg-type": "with-prefix",
@ -435,4 +435,4 @@
"zstd"
]
}
}
}

View File

@ -127,6 +127,12 @@
"libxml2"
]
},
"libargon2": {
"source": "libargon2",
"static-libs-unix": [
"libargon2.a"
]
},
"libavif": {
"source": "libavif",
"static-libs-unix": [
@ -469,11 +475,5 @@
"zstd.h",
"zstd_errors.h"
]
},
"libargon2": {
"source": "libargon2",
"static-libs-unix": [
"libargon2.a"
]
}
}

View File

@ -125,6 +125,16 @@
"path": "LICENSE"
}
},
"libargon2": {
"type": "git",
"path": "",
"rev": "master",
"url": "https://github.com/mpociot/phc-winner-argon2",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"libavif": {
"type": "ghtar",
"repo": "AOMediaCodec/libavif",
@ -427,13 +437,5 @@
"type": "file",
"path": "LICENSE"
}
},
"libargon2": {
"type": "ghtar",
"repo": "P-H-C/phc-winner-argon2",
"license": {
"type": "file",
"path": "LICENSE"
}
}
}