add gsasl

This commit is contained in:
Marc Henderkes
2025-11-18 17:47:26 +01:00
parent 1fed8f2802
commit a1b8d201ae
6 changed files with 66 additions and 2 deletions

View File

@@ -107,7 +107,8 @@
"ldap",
"krb5",
"idn2",
"psl"
"psl",
"gsasl"
],
"lib-suggests-macos": [
"libssh2",
@@ -904,6 +905,21 @@
"idn2"
]
},
"gsasl": {
"source": "gsasl",
"pkg-configs": [
"libgsasl"
],
"headers": [
"gsasl.h"
],
"lib-depends": [
"idn2"
],
"lib-suggests": [
"krb5"
]
},
"pthreads4w": {
"source": "pthreads4w",
"static-libs-windows": [

View File

@@ -1200,6 +1200,16 @@
"path": "LICENSE"
}
},
"gsasl": {
"type": "filelist",
"url": "https://ftp.gnu.org/gnu/gsasl/",
"regex": "/href=\\\"(?<file>gsasl-(?<version>[^\\\"]+)\\.tar\\.gz)\\\"/",
"prefer-stable": true,
"license": {
"type": "file",
"path": "COPYING.LESSER"
}
},
"yaml": {
"type": "git",
"path": "php-src/ext/yaml",